Create a velocity vector: Vector3 velocity = Vector3.zero;. Add your movement vector to velocity: velocity += movement;.
確定! 回上一頁