FyroxEngine / Fyrox

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

Editor Scene Graph box select and subnode select #399

Closed tgerpheide closed 1 year ago

tgerpheide commented 1 year ago

Maybe these should be 2 different issues, but these would help a lot with productivity. User should be able to use the shift modifier to box select nodes in the scene graph as well as select subnodes of a node like the editor could do in the past (ctrl + down or whatever it was)

mrDIMAS commented 1 year ago

You mean click on a node in the World Viewer, hold shift and click on some other node and this should select all the nodes between the first and the last?