https://github.com/seekeroftheball/menuitemvalidationexample
A simple example of menu item validation in Unity and C# using an EditorPrefs bool to track the state of the menu items.
https://github.com/seekeroftheball/menuitemvalidationexample
csharp unity unity3d unityextensions unityplugin unityscript unitytool unitytutorial
Last synced: 4 months ago
JSON representation
A simple example of menu item validation in Unity and C# using an EditorPrefs bool to track the state of the menu items.
- Host: GitHub
- URL: https://github.com/seekeroftheball/menuitemvalidationexample
- Owner: seekeroftheball
- License: mit
- Created: 2023-02-09T11:38:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T21:49:35.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T20:46:09.527Z (12 months ago)
- Topics: csharp, unity, unity3d, unityextensions, unityplugin, unityscript, unitytool, unitytutorial
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Author: https://github.com/seekeroftheball https://gist.github.com/seekeroftheball
# MenuItemValidationExample
A simple example of menu item validation in Unity and C# using an EditorPrefs bool to track the state of the menu items.
