标签: unity3d
我在Unity中使用此命令来移动对象(UI按钮):
Player.GetComponent<Rigidbody2D>().velocity = new Vector2(x,x);
有谁能告诉我为什么我在不同的设备(分辨率)中有不同的结果?
x = Screen.Width/2;