Unity-Technologies/guid-based-reference

Prefab RevertAll resets GUID on prefab instances - possible workaround?

chrisyarbrough opened this issue · 1 comments

When I select Overrides > Revert All from the prefab instance inspector in the scene, an attached GuidComponent will reset its GUID to a new value. It kind of makes sense, because it resets all instance properties, but in the special case of unique IDs, this breaks all connections in GuidReferences.

Is there any way to keep the GUID when Revert All is selected?

Hmmm - very good point, but I don't think that is actually do-able unfortunately.