i tried to make jump with rigidbody 2D and used this script
void Update(){ if (Input.GetKeyDown(KeyCode.Space)) { pv.RPC("jump", Rpc