You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UNI-23143: handle an FbxPrefab that's not the root of its prefab
Previously we would nuke everything above the FbxPrefab in its hierarchy.
Now we handle it properly: instantiate the entire prefab, find the branch that
gets sync'd to the FBX, update just that branch, then apply the entire prefab
back.
With unit test.
0 commit comments