An open API service indexing awesome lists of open source software.

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.

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