https://github.com/glasstoestudio/unitycustominspectorcreator
With the click of a button (or two keys) generate a custom inspector template to make customizing faster.
https://github.com/glasstoestudio/unitycustominspectorcreator
unity unity-2d unity-3d unity-asset unity-editor unity-scripts unity2d unity3d unity3d-plugin
Last synced: 11 months ago
JSON representation
With the click of a button (or two keys) generate a custom inspector template to make customizing faster.
- Host: GitHub
- URL: https://github.com/glasstoestudio/unitycustominspectorcreator
- Owner: GlassToeStudio
- License: mit
- Created: 2019-02-06T04:20:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T16:11:05.000Z (over 7 years ago)
- Last Synced: 2025-05-06T20:12:51.186Z (about 1 year ago)
- Topics: unity, unity-2d, unity-3d, unity-asset, unity-editor, unity-scripts, unity2d, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# UnityCustomInspectorCreator (.net 4+ compatible)
Quickly generate a custom inspector template to make customizing faster.
ctrl+g to use (when a valid '.cs' file is selected in the project window).
Alternatlivly, you can find a menu item under "GTS/InspectorGeneration/" or right-click a valid '.cs' file to find a menu item for "InspectorGeneration".
# for a .net 3.5 compatible versions, see the dot-net-3 branch