FyroxEngine / Fyrox

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

Maintain parent node when copying/pasting #400

Closed tgerpheide closed 1 year ago

tgerpheide commented 1 year ago

This might not be a universal opinion, but I believe the default behavior for copy/pasting a node should place the new node under the same parent as the old node rather than under root. I see the option to right click + paste as subnode which does help my situation at least.

mrDIMAS commented 1 year ago

@tgerpheide is this not needed anymore, right?