Samples: Updated to 2.0.0
This commit is contained in:
parent
55d0393cf8
commit
2bcd3c63af
8 changed files with 208 additions and 4 deletions
|
|
@ -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.Burst.Toolbar
|
|||
IsEnabled = EditorGUILayout.Toggle("Enable Burst", IsEnabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue