Samples: Updated to 2.0.0

This commit is contained in:
Anders Ejlersen 2025-12-06 15:25:17 +01:00
parent 55d0393cf8
commit 2bcd3c63af
8 changed files with 208 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#if !UNITY_6000_3_OR_NEWER
using Module.NavigationTool.Editor.Toolbar;
using UnityEditor;
@ -24,4 +25,5 @@ namespace Module.NavigationTool.Editor.Entities.Toolbar
IsEnabled = EditorGUILayout.Toggle("Enable Entities", IsEnabled);
}
}
}
}
#endif