Reparent to New Node should use its children’s data for XY Position and/or Rect Size #4117
philippedcote
started this conversation in
2D
Replies: 1 comment
-
See the original issue for context: godotengine/godot#58533 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the command "Reparent to New Node", which essentially is a fancy way of saying "Group to New Node", the newly created Node should use its children Rect data for its own Rect data, as it is the case in all industry standard softwares like Figma, Illustrator and others.
This would avoid many, many unnecessary clicks and headaches.
If needed, here are the steps to reproduce using Control Nodes:
Notice to reproduce using 2D Nodes: you can try to group 2 sprites inside a Position2D Node.
Beta Was this translation helpful? Give feedback.
All reactions