
Unity播放动画报错:The oldWrappedTime is greater than the newWrappedTime when playback direction is forward
文章目录一、前言二、定位问题一、前言今天同事遇到了一个问题,Unity播放某个动画的时候,报了如下的错:The oldWrappedTime is greater than the newWrappedTime when playback direction is forward二、定位问题经过测试,想要触发上面这个报错,需要4个条件。1 动画使用旧版的Animation,即Animation文件必须是Legacy的,不使用Animator方式播放,而是直接通过```Animation.