-
Notifications
You must be signed in to change notification settings - Fork 18
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
Hello, I tried to replace Live2D with my custom model, but an error occurred. Is there a way to resolve it? #12
Comments
Which version of live2D model is it?? |
I am using Live2D Cubism Editor 5.0 for creation and SDK 4.0.
|
Editor version less than 5 is supported unfortunately
…On Thu, Sep 26, 2024, 8:05 AM dd1a2v3i4s5t ***@***.***> wrote:
I am using Live2D Cubism Editor 5.0 for creation and SDK 4.0.
https://drive.google.com/file/d/1nhgo7PZ4XLjliZUZJzKDPyIYyuijFrHF/view?usp=sharing
這是哪個版本的live2D模型?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIDNL2YNOMX6BSR2K7T7GDLZYNTVRAVCNFSM6AAAAABOZ4LBIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZVGYYDIMZTGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
So, do I need to use Live2D Cubism Editor 5.0 for creation and SDK 5.0? But when I initially used SDK 5.0, errors still occurred. It was only when I tested with the official example from the website that it displayed correctly, and the official one uses SDK 4.0. However, for the model I created, errors occur regardless of whether I use SDK 4.0 or 5.0. |
You need to use both less than 5 version of editor and sdk
5 is not supported by the pixi js live2d yet.
Kindly ask the original source fork for support.
…On Thu, Sep 26, 2024, 10:20 AM dd1a2v3i4s5t ***@***.***> wrote:
So, do I need to use Live2D Cubism Editor 5.0 for creation and SDK 5.0?
But when I initially used SDK 5.0, errors still occurred. It was only when
I tested with the official example from the website that it displayed
correctly, and the official one uses SDK 4.0. However, for the model I
created, errors occur regardless of whether I use SDK 4.0 or 5.0.
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIDNL23VU2I6YBHWB5TQ45TZYODQFAVCNFSM6AAAAABOZ4LBIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZVHAZTSMJSHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Also the cmo3 file you've sent me, it won't load You need to compile its output with json data and moc3 files. You need to connect with the json file. |
I'll try to find an editor version lower than Live2D Cubism Editor 5.0 and rewrite it again. Additionally, I have attached the full example in the link below, but the error message still appears. Who should I seek help from when encountering the above issue? https://drive.google.com/file/d/1efupjl8Kuxd06zSy6fE9V7jx6c76XcPE/view?usp=sharing |
as weird as it can be, if i resize window, your model shows up if i hide (display none) and re-show it, it works fine. |
After replacing it with my custom model, when it loads, the error appears in cubism4.min.js as this.renderer._clippingManager._currentFrameNo = e. The error is: Uncaught TypeError: Cannot set properties of undefined (setting '_currentFrameNo'). How can I fix this?
The text was updated successfully, but these errors were encountered: