Rigibody adding force
Two players both have code that can add force to a rigidbody, but only one owns the rigibody, do I need to add a check to make sure the player that does not own the rigibody will a not add force? Or does realtime transform cause any other updates to get ignored so it is not a problem to have this conflict for the player who does not own the rigibody?