Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Extending the Unity Editor

Modify and build tools that work in the Unity Editor.
Read time 1 minuteLast updated 12 days ago

Modify and build tools that work in the Unity Editor.
You can customize the Editor interface to suit your needs. Unity provides frameworks so that developers can build custom tools for the Unity Editor.
The information in these sections covers how to extend the Editor only.
For information on how to create game functionality in code, refer to Programming in Unity. For information about the different parts of the Editor, refer to The Editor interface.

Topic

Description

Extending the Editor with Graph ToolkitUse Graph Toolkit to create node-based graph tools within the Unity Editor.
Customize your workspace layoutArrange the windows in the Editor to create a personalized workspace.
Custom Unity Editor toolsCreate custom tools to extend the Unity Editor's functionality for your specific workflow needs.
Create custom overlaysCreate custom overlays for the Scene view.
Programming with gizmos and handlesDraw lines and shapes in the Scene view and Game view, and create interactive handles and controls.
Define a context for the Advanced Object PickerUse search queries to filter the objects the Advanced Object Picker shows users.

Additional resources