Skip to content

Not rendering of some models #9

@gonggqing

Description

@gonggqing

Hey jack, thanks for your work! I have tried to implement some basic features of this project, and successfully deployed some official models downloaded from live2d website. But I am encountering an issue in some custom models (unpacking from mobile games), I could get the motions or expressions extracted from the json file after configuring the model by CubismSetting.

const setting = new CubismSetting({ prefixPath: prefixPath, modelJSON: modelJSON });
live2dSprite.init({ modelSetting: setting, ticker: PIXI.Ticker.shared });

However, some of the models which I have used in another framework naming pixi-live2d-display could not be renderred in the browser, and no specific warnings or errors showing in the console unless I try to play a motion extract from the model setting. Since I have used these models in another project, so I think it might be something wrong with this framework, but I couldn't figure out. Hope you could take a look of this issue, you can download my models and try some from here google cloud drive. Ps: My web framework is Next.js 15.2 with React 19.0, and pixi.js is v8.10.2 with latest Cubism sdk.

Thanks again for your hard work~😊

1.model not rendering
Image

2.official model that can be renderred
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions