- Home /
Setting up a key to cycle through editor modes
Hi all. I'm a longtime UE3 user, now diving into Unity. Something I very much miss about the UE3 editor is simply hitting the spacebar to cycle between the "move/rotate/scale" modes when I have an object selected. The "QWERTY" shortcuts for that are nice, but I'm still not entirely in muscle memory mode with them.
It seems feasible to replicate that with a simple editor script, but I'm concerned about creating input conflicts with something as common as the spacebar. The spacebar doesn't seem to be tied up with any other action with the scene view though.
So, specifically I'm asking if an editor function like that can be set up to only be active if a "scene" viewport is the active window?
Thanks for any hints you might have, it's very much appreciated!
Your answer
Follow this Question
Related Questions
Proper usage of EditorUserBuildSettings and BuildOptions 1 Answer
Why does my prefab create a child by itself in ProjectView 0 Answers
Override or listen for editor Play button 1 Answer
Saving data made using the editor 2 Answers
Editor Script no longer working after importing to second project 1 Answer