UI 动画再次加载崩溃会崩溃(v3.0js-rc)

更新引擎之后,之前(js v3.0 alpha2)可以使用的ui动画切换场景之后就会发生崩溃现象。在onExit已经调用了ui动画stop的方法。求解。

你好,能否提供一个代码段呢?是jsb做的还是Html5呢?

创建:
this.studioLayer = ccs.uiReader.widgetFromJsonFile(“res/scene/home/HomeUi_960/HomeUi_1136.ExportJson”);
this.uiAction = ccs.actionManager.playActionByName(“HomeUi_1136.ExportJson”, ‘Animation0’);
销毁:
onExit:function(){
this._super();
this.uiAction.stop();

用的jsb,在alpha版本是好的,在rc版本就不行了。

感谢反馈,目前是已知Cpp部分也有这个问题,所以需要等待Cpp部分先修复。

好的。希望能尽快解决~