🌈 搜索
📅  最后修改于: 2022-03-11 14:48:45.883000             🧑  作者: Mango
public Transform player; public Vector3 offset; void LateUpdate() { transform.position = player.position + offset; }