Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Unity 游戏引擎的初学者。
我想将一个物体从他的位置移动到另一个物体的位置。
您可以使用以下代码将对象从其位置移动到另一个位置
transform.position = Vector3.MoveTowards(pos3, too3, step3);