ConnectedEntity component
Query
Usage
var entity = coherenceSync.LinkedEntity;
if(entity != Entity.Null)
{
var serializeId = CoherenceMonoBridge.UnityObjectToEntityId(other)
EntityManager.AddComponentData(entity,
new ConnectedEntity
{
Value = serializeId
}
);
} Last updated
Was this helpful?

