Can’t seem to find a way to open a custom EditorTool inspector window as before, to be able to change serialized fields defined in them. Before I was able to do it by going to Window->General-> Active Tool, but now it’s no longer there and can’t seem to find an option anywhere else.
Is this due to a planned changed regarding EditorTools? If so, what will the workflow be? Anywhere I can get more information on it? Or is this a bug?
Thanks for the reply. Do you mean the “Component Tools” overlay? That would only show you the tools available for the selected component, but not the tool inspector window itself.
This is what I mean (on 2021.1)
Now in 2021.2 I am able to see the bottom “tools” window with the available tools, but can’t find a way to show the inspector window for the active tool, so to be able to modify its serialized properties.
I can always implement a custom editor window and get things from there, but this was faster and easier.
I think what’s being mentioned here is the Editor Component Tools Panel. That’s missing in 2021.2 a21, the little panel you used to get at the bottom right of the scene view. Tool Settings only contain gizmo pivot controls.
With this missing, you can’t do certain things. The Animation Rigging Package exclusively depends on it to add Gizmos/Effectors to rigs. Now you can’t do that because it’s not displayed anymore.
Seems Animation rigging isn’t integrated in a way that would use/Transition to the Overlay System. I submitted a bug report on it. There was something else I found but I forgot what it was before I got around to writing the report. When I find it again I’ll submit a report for it as well.