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
Expected
Prefab B will become a prefab by itself. Prefab A will be deleted.
Actual
Prefab A will be deleted. Prefab B will become "corrupted" and will need to be manually deleted. Any world instance of prefab A will be deleted from the world.
Fix
The fix is the tricky part. I guess we should scan all possible instances of prefab A prior to deleting it? Do we want to delete all the instances from the world or make them a complete instance (no prefab attached)?
We should come back at this eventually.
The text was updated successfully, but these errors were encountered:
isadorasophia
changed the title
Allow instance prefabs to be a instance-less prefab
Allow instance prefabs to be an instance-less prefab
Oct 6, 2023
Repro
Expected
Prefab B will become a prefab by itself. Prefab A will be deleted.
Actual
Prefab A will be deleted. Prefab B will become "corrupted" and will need to be manually deleted. Any world instance of prefab A will be deleted from the world.
Fix
The fix is the tricky part. I guess we should scan all possible instances of prefab A prior to deleting it? Do we want to delete all the instances from the world or make them a complete instance (no prefab attached)?
We should come back at this eventually.
The text was updated successfully, but these errors were encountered: