photon with unity 2D rigidbody delay issue

前端 未结 0 1164
栀梦
栀梦 2020-12-16 12:02

i tried to make jump with rigidbody 2D and used this script

void Update(){
    if (Input.GetKeyDown(KeyCode.Space))
    {
        pv.RPC("jump", Rpc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题