I have a list of all client IDs, and I want to get the player GameObject associated with each ID. Is there a way to do that?
One method is to use our Client Connections system and the callbacks provided: Client Connections | coherence Documentation
You’ll set up your own lookup between your game’s concept of a player gameObject and the client ID provided by the client connection.