Clear m_RootOrder Property #16

Open
opened 2023-08-13 02:50:12 +02:00 by max · 1 comment
Owner

The property from the transform component m_RootOrder changes every time you add/remove something in the scene for each object under it in the hierarchy.
To prevent this try out removing or setting the value always to 0 for every transform and prefab overwrite.
This does however change the scene. So if things are hierarchy order dependent this will break it.

The property from the transform component `m_RootOrder` changes every time you add/remove something in the scene for each object under it in the hierarchy. To prevent this try out removing or setting the value always to 0 for every transform and prefab overwrite. This does however change the scene. So if things are hierarchy order dependent this will break it.
max added this to the ScenePartition POC project 2023-08-13 02:50:12 +02:00
max self-assigned this 2023-08-13 02:50:18 +02:00
max added reference RootOrder 2023-08-13 04:24:22 +02:00
Author
Owner

This is not going to work for things like a canvas layout group.
Maybe a solution in the merge tool it self can help?

This is not going to work for things like a canvas layout group. Maybe a solution in the merge tool it self can help?
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: max/ScenePartition#16
No description provided.