Skip to content

This is sample code that shows many of the facets of creating custom tools for the Unity Editor.

License

Notifications You must be signed in to change notification settings

marcoslazo/unity-custom-tool-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-custom-tool-example

This is sample code that shows many of the facets of creating custom tools for the Unity Editor.

The tool allows users to place primitive objects in the scene. Users can configure the object's shape, size, and color.

It's still a work in progress, but when complete it will provide examples for the following:

  • Saving Persistent Data
  • Editor Preferences
  • Project Specific Preferences
  • Shared Data for teams
  • Editor Scripting
  • Drawing and handling common GUI elements with GUILayout and EditorGUILayout
  • GUILayout groups like Horizontal / Vertical layouts
  • Disabled GUI elements
  • Creating and managing ScriptableObjects

About

This is sample code that shows many of the facets of creating custom tools for the Unity Editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%