Description, details and error message(s)
Using an MRS setup, you can see all the coherence components being used here:
These are all the components required for an MRS setup per the wizard.
Also, everything works as expected with this setup using local RS.
Now I’m trying to get it working in Cloud the same as it is working locally, but something is going wrong in the Cloud environment.
You can also see from the screenshot above that the Bridge is connected and that the CLIENT object is created with authority in the editor, as expected.
You can also see that we are connected to the Cloud, room id # 175889, which I’ve tagged “mrs-no-sim-connect-issue” in the backend.
However, I would also expect to see a non-authoritative simulator object as well, but there is none.
I added a debug.log in Sim.Awake and am able to see in the MRS logs that the simulator is being instantiated, which suggests a connection is being made, but it is not being detected on client-side for whatever reason.
For logs review, I only ever created, joined, and made 1 connection to this particular room # 175889 to isolate it from noise as much as possible.
Expected behaviour
After joining room, I would expect to see simulator network object, as well as any network objects it instantiates on creation
How to reproduce
- Setup an MRS scene as directed by wizard and upload build to Cloud
- In Editor, use sample coherence rooms UI to create and join room
- On connection, client network object will exist in DontDestroyOnLoad, but simulator network object will not
Environment
SDK: 1.0.5
Unity: 2022.3.4f1
OS/Platform: Win10







