Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Can editor plugins give Unity vim style modes?

Discussion in 'Editor & General Support' started by zerophase, Mar 27, 2016.

  1. zerophase

    zerophase

    Joined:
    Nov 5, 2013
    Posts:
    25
    So, it turns out my project needs a means of dropping waypoints in the editor. I really, like how vim works, so I'm guessing shift + : would be the best way to implement the feature. Instead of having left mouse clicks select objects in the scene it would drop waypoints. Before starting to actually code it I just want to make sure editor scripts are able to add vim style functionality to the editor, complete with mode and context switches.