Is there an easy way to use the CoherenceUUID to find network objects on a simulator? I would assume it’s part of the coherence bridge, since it lists all the entities.
On the client I’m using a raycast to click a gameobject, and then using the following:
clientUuid = hitData.collider.gameObject.GetComponent<CoherenceSync>().EntityState.CoherenceUUID;