Unity物体移动的不同操作代码

1. gameObject.transform.position = new Vector3(0, 0, 2);

2.gameObject.transform.position =

Camera.main.transform.position + Camera.main.transform.forward * 2;//一般放在update函数中,物体始终在眼前2m处,随着camera也就是眼镜移动。

你可能感兴趣的:(hololens,2,unity,物体移动)