-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to pixi-live2d-display #82
base: master
Are you sure you want to change the base?
Conversation
没法用,不知道是不是我的问题(不是很懂 |
@PFiS1737 把错误贴出来看看? 我发这个PR是因为我这边用的模型是V3的,查了一下资料发现这个repo里的live2d.min.js是2.1版本的。 |
@PFiS1737 |
请问moc3的模型怎么导?我这里报了点错。。。
|
@qingchenling 你这个看起来是网络错误,到Chrome Dev Tools里的Network看看吧。 |
@perqin 我觉得不太像,后台 api 的
没有 |
这个项目是前端项目,后台的报错我也爱莫能助了( |
现在还能搞moc3的模型吗,卡在没有index.json |
把 index.json 改成 xxx.model3.json 就可以了 |
修改了get文件夹的php,增加了一个判断,但是还是不行,你是怎么做的 |
我记得好像这个项目不是很适配新版的了,你可以试着用官方的那个网页端的项目,只是需要改一改 |
没动 php,在前端简单调了下
其它就按 https://guansss.github.io/pixi-live2d-display 改的,可能还有些细节得改下但我不太记得了( |
The built-in live2d.min.js only supports Live2D v2.1 models. This PR migrates to the pixi-live2d-display library to add support of Live2D v3 models, and the models will be rendered to the canvas with PixiJS v5.
This PR also includes a bugfix that the model can't be loaded when there is only one model in the list.