From the Scene viewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary, you can access custom tools created with the Tool Modes API. You can access them by:
Right-clicking the Available Custom Editor Tools button in the SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary view toolbar
Opening the Component Editor Tools panel.
Some custom tools are global and others are contextual:
A global tool affects any type of GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary, and is always available no matter what type of GameObject you select. For example, a transform tool could be accessible all the time because it works with any GameObject.
A contextual custom tool only affects a specific type of GameObject, and is only available when you select GameObjects of that type. For example, a custom manipulator for lights should only be accessible when you select a light.
To activate custom Editor tools, right-click the Available Custom Editor Tools button in the Scene view toolbarA row of buttons and basic controls at the top of the Unity Editor that allows you to interact with the Editor in various ways (e.g. scaling, translation). More info
See in Glossary.
This opens a menu divided into the following sections:
A. Recent: lists the most recently used global tools.
This section does not appear until you activate activate a global tool for the first time in the current session.
B. Selection: lists all contextual tools that affect one or more GameObjects in the current selection.
This section does not appear if there are no custom tools in the Project that affect the selection.
C. Available: lists all available global tools.
This section always appears, as long as the Project contains custom tools.
If the Project does not contain any custom tools, the menu displays a message which reads “No custom tools available”.
When you select a tool from the menu, the Available Custom Editor Tools button changes to the icon for the selected tool.
You can toggle the Component Editor Tools panel to access custom Editor tools from a toolbar overlaid on the main Scene view window.
The panel contains buttons for all contextual custom tools that affect one or more selected GameObjects. It updates automatically whenever the selection changes.
Click a button to activate a tool.
Click the button again to toggle between the current tool and the last active tool.
If the Project does not use any custom tools, the panel is empty.
2019–03–05 Page published with editorial review
Available Custom Editor Tools button and Component Editor tools panel added in 2019.1 NewIn20191
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!