I used this method and the problem was solved. But the reaction speed is lower. In the game where the speed of action is necessary, it may cause the peer to lag behind. Isn't there a faster way? Thanks
I did the first part (host) using the instance variable (because the subject is synced) why can't the peer do this? Does the peer have permission to change anything or just send the input?
Develop games in your browser. Powerful, performant & highly capable.
I want that whenever the peer clicks on an instance, its UID or at least the coordinates of the click is passed to the host. I used several methods but nothing happened. The peer cannot even change the instance variable.
Should the "peer state update" action be placed in the "mouse click event on the oubject" to send the click coordinates?
I mean, when the follower clicks on a subject, can it send its UID or should it just send the mouse coordinates?
Hi
Can the peer sync the UID of the instance?