I’m working on a multiplayer game and when I run it the host works fine, but the peers aren’t receiving the same information/instance variables. For example as a peer loses health it only shows it on the hosts screen, and for the peer it’s health still remains at 100.
Also when an object is set visible, it still remain invisible for the peers.
How to make the peer match the host so they are both the same?