FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.64k stars 343 forks source link

Ability to change editor controls #366

Closed InZan17 closed 1 year ago

InZan17 commented 1 year ago

Since I have previously used Unity and since their Q is down and their E is up, it's a bit weird using this editor since here they are reversed. I think it would be pretty nice to be able to change controls.

Tom60chat commented 1 year ago

Same, I don't have a QWERTY keyboard so it's complicated to move the editor camera.

mrDIMAS commented 1 year ago

Hi, I'll try to add an ability to change editor controls closer to the release of 0.29. It should (™) happen in at the end of December.

mrDIMAS commented 1 year ago

It is now possible to change editor controls: изображение

All you need to do is to click on some key binding and then press a key, or a combination (like Ctrl+C). Keep in mind that camera controls does not support any key combinations, only "raw" input (like W, S, A, D).

mrDIMAS commented 1 year ago

@InZan123 @Tom60chat please check the new functionality.

Tom60chat commented 1 year ago

Thanks for the update!

mrDIMAS commented 1 year ago

Closing this, if you find any problems with this - feel free to reopen.