-
Creator 版本: 3.6.1
-
目标平台: 编辑器里直接报错了
-
重现方式:往工程里放入3d粒子
-
首个报错:
[Scene] cc.ParticleSystem: life time should bigger than 1 or buffer will be insufficientError: [Scene] cc.ParticleSystem: life time should bigger than 1 or buffer will be insufficient
at warn (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:134264:12)
at warnID (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:134478:5)
at TrailModule.onInit (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:167155:13)
at ParticleSystem.onLoad (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:17687:31)
at eval (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:149229:16)
at OneOffInvoker.eval [as _invoke] (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:147777:9)
at OneOffInvoker.invoke (C:\CocosDashboard_1.0.14\resources.editors\Creator\3.6.1\resources\resources\3d\engine\bin.cache\dev\editor\bundled\index.js:147927:18)
调整了粒子的生命周期,也还是报同样的错误,哪位有遇到过,麻烦指导下,万分感谢了。