快速入门指南
启用物理插值:项目设置 > 物理 > 通用 > 物理插值
请确保在
_physics_process()中移动物体、运行游戏逻辑,不要在_process()中进行。包括物体的直接移动和间接移动(例如移动父级、使用其他机制自动移动节点)。请确保在首次定位或传送节点之后调用 Node.reset_physics_interpolation,防止出现“拖影”现象。
Temporarily try setting Project Settings > Physics > Common > Physics Ticks per Second to 10 to see the difference with and without interpolation.