mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[unity] Potential fix for editor artifacts showing bones over Inspector window (Mac M1). See #2353.
This commit is contained in:
parent
f44490b1f3
commit
062303a419
@ -202,7 +202,7 @@ namespace Spine.Unity.Editor {
|
|||||||
|
|
||||||
if (!isInspectingPrefab) {
|
if (!isInspectingPrefab) {
|
||||||
if (requireRepaint) {
|
if (requireRepaint) {
|
||||||
UnityEditorInternal.InternalEditorUtility.RepaintAllViews();
|
SceneView.RepaintAll();
|
||||||
requireRepaint = false;
|
requireRepaint = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -586,7 +586,7 @@ namespace Spine.Unity.Editor {
|
|||||||
|
|
||||||
if (mismatchDetected) {
|
if (mismatchDetected) {
|
||||||
mismatchDetected = false;
|
mismatchDetected = false;
|
||||||
UnityEditorInternal.InternalEditorUtility.RepaintAllViews();
|
SceneView.RepaintAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "com.esotericsoftware.spine.spine-unity",
|
"name": "com.esotericsoftware.spine.spine-unity",
|
||||||
"displayName": "spine-unity Runtime",
|
"displayName": "spine-unity Runtime",
|
||||||
"description": "This plugin provides the spine-unity runtime core.",
|
"description": "This plugin provides the spine-unity runtime core.",
|
||||||
"version": "4.1.18",
|
"version": "4.1.19",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Esoteric Software",
|
"name": "Esoteric Software",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user