Unity3D. Trying to send command for object without authority

Beside your code fragment, the warning Trying to send command for object without authority. Means that: you are sending command from an object whose authority, your (player) don’t have. What Unity docs states: Commands are sent from player objects on the client to player objects on the server. For security, Commands can only be sent … Read more