xixi474

Results 1 comments of xixi474

> 如果你也在报错:`Uncaught TypeError: Cannot read properties of undefined (reading '0') at CubismRenderer_WebGL.doDrawModel (cubism4.es.js:3520:21)` > > 这似乎是由于在2025年8月26日live2d官方更新了[webSDK](https://docs.live2d.com/cubism-sdk-manual/cubism-core-api-reference/),将里面的RenderOrders进行了修改,导致现在获取是未定义的。而使用`src=\"https://cubism.live2d.com/sdk-web/cubismcore/live2dcubismcore.min.js\"`引用的SDK似乎是最新的测试版本和低压版本,建议去[官方](https://www.live2d.com/sdk/download/web/)下载正式版本sdk并手动导入。 > > 机器翻译:如果你也报错:`Uncaught TypeError: Cannot read properties of undefined (reading '0') at CubismRenderer_WebGL.doDrawModel (cubism4.es.js:3520:21)`...