Unity-Technologies / UIElementsExamples

Unity project containing examples to use UIElements in the Editor
435 stars 66 forks source link

More keyboard functionality #19

Open ashkan-saeedi-mazdeh opened 6 years ago

ashkan-saeedi-mazdeh commented 6 years ago

Maybe this is too soon to ask but just to make sure it is on your radar. In windows all application parts are usually accessible using the keyboard and when working long hours in unity sometimes it is painful to just use mouse to focus some field in inspector. I usually spend most of my time in Visual studio and some time in unity modifying object properties, attaching components and creating scriptable objects. I don't use the scene view extensively to build levels as an everyday task. I was very nice if it was possible to be able to say focus the inspector and use tab to move not only inside components but also to other components in the inspector and all other standard similar features.

I understand that since Unity was developed on mac first and because it is not using OS UI frameworks, these things are harder to do and take more effort than usual.