live2d CubismSdkForWeb的Core文件下面导出的js文件作为插件在cocoscreator的2的版本上是可以没有问题直接加载和解析的 但是升级到3.0以后 下面是报错日志:Error: Unable to resolve bare specifier ‘fs’ from http://localhost:7456/scripting/x/mods/file/Users/zjf/workspace/cocos/myLive2d/assets/components/live2d/CubismSdkForWeb/Core/live2dcubismcore.js (SystemJS Error#8 https://git.io/JvFET#8)
at throwUnresolved (resolve.js:12)
at SystemJS.systemJSPrototype.resolve (resolve.js:8)
at SystemJS.systemJSPrototype.resolve (named-register.js:45)
at system-core.js:145
at Array.map ()
at system-core.js:143
无论如何也加载不了 ,请官方大佬给支个招 谢谢
总结就是live2d如何在creator3.0的版本上实现?? 2.0的版本已经有大佬实现了,我把大佬写的迁移到3.0就不行了