mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-13 15:52:03 +07:00
fix for Unity 2019
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
###### Version 3.0.5
|
||||||
|
|
||||||
|
* Fix for Unity 2019
|
||||||
|
|
||||||
###### Version 3.0.4
|
###### Version 3.0.4
|
||||||
|
|
||||||
* Fix sorting problem after Undo in Editor
|
* Fix sorting problem after Undo in Editor
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace IsoTools.Internal {
|
|||||||
// ---------------------------------------------------------------------
|
// ---------------------------------------------------------------------
|
||||||
|
|
||||||
public void Internal_SetDirtyInEditorMode() {
|
public void Internal_SetDirtyInEditorMode() {
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR && !UNITY_2019_1_OR_NEWER
|
||||||
EditorUtility.SetDirty(this);
|
EditorUtility.SetDirty(this);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
4
Packages/manifest.json
Normal file
4
Packages/manifest.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user