Open jonny91 opened 6 years ago
在不确定的时候 播放时候时出现如下错误 ` if (this.displayControl) { for (int i = 0, l = this._slotTimelines.Count; i < l; ++i) { var timeline = this._slotTimelines[i]; var displayController = timeline.slot.displayController; //此处timeline.slot == null
if ( displayController == null || displayController == this.name || displayController == this.group ) { if (timeline.playState <= 0) { timeline.Update(time); } } } }`
正在寻找必现的方法 如果找到了 跟帖上传
我也遇到了这样的问题 , 这个异常让所有动画不能正常运行 , 非常的严重.
该 bug 已经在 dev 分支修复,感谢提交的 issue。
Hi Guys, Having the same issue here, could you please tell me how you manage to solve it? Thanks.
在不确定的时候 播放时候时出现如下错误 ` if (this.displayControl) { for (int i = 0, l = this._slotTimelines.Count; i < l; ++i) { var timeline = this._slotTimelines[i]; var displayController = timeline.slot.displayController; //此处timeline.slot == null
正在寻找必现的方法 如果找到了 跟帖上传