And if I ran 2 instances, and make room from first A instance, and join A’s room from B instance.
I have synchronize boolean code using @RPC.
Problem is,
After make room and connected at the first time, boolean synchronize does not work.
But if I disconnected by click some button like “go to main menu” (Not the method of close instances itself and run it again, just disconnect from in instance itself), and try again from making room process,
then boolean synchronization work after 2nd try. Why?
I found my problem was because of other part of my code.
Hard to find cuz standalone build has no debug console like in editor.
Always human wrong, machine never lie.