由于ios打包很多时候ios会默认设置帧频在30帧所以会导致动画卡 我们要在unity里自己设置帧频如下 将下列代码挂到常驻节点 // 设置KFPS Application.targetFrameRate = 120;