mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-13 06:59:46 +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
|
||||
|
||||
* Fix sorting problem after Undo in Editor
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace IsoTools.Internal {
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
public void Internal_SetDirtyInEditorMode() {
|
||||
#if UNITY_EDITOR
|
||||
#if UNITY_EDITOR && !UNITY_2019_1_OR_NEWER
|
||||
EditorUtility.SetDirty(this);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user