PrefabSyncGroup
PrefabSyncGroup
is a component to enable workflows where networked Prefabs are nested into each other. By adding this component, coherence will be able to track "which Prefab is nesting which one", and thus keep their structure and lifetime synchronised once the game is running.

The complexity of that is all taken care of for you. As a user, all you need to do is add PrefabSyncGroup
to the root of the Prefab that is containing the others.
Read more and see an example in the dedicated page Nesting Prefabs at Edit time.
The tracked child prefab instances with CoherenceSync can not be un-parented or individually destroyed except by destroying the parent. Other instantiated prefabs can be parented, un-parented and destroyed though.
Last updated
Was this helpful?