[About macOS Ventura 13.0] (12/20/2022)
The currently released Live2D Cubism SDK is not guaranteed to work with macOS Ventura.
Please refrain from upgrading the macOS as they may not work properly.
The Cubism Editor license file may be lost after the macOS upgrade.
Please make sure to deactivate the Cubism Editor license before upgrading the macOS.
For more details[NOTICE]
About the support for Mac models
Cubism Editor is not supported with Apple M1 processors.
Please refer to
System Requirements for details.
We will not respond to any related inquiries with this message.
Hi,
I've been following this tutorial (
sites.cybernoids.jp/cubism_e/sdk_tutorial/platform-setting/unity/csharp/sampleapp1) and have run into a problem repeatedly.
In the tutorial the Live2D_Canvas object uses the script
LApp Model (Script), where as the included files use
LApp Model Proxy (Script) which does not seem to allow me to link my model.json, instead asking for a path.

Including the path to the model instead gives me the following error:
NullReferenceException: Object reference not set to an instance of an objectAttempting to attach LApp Model (Script) to the game object produces an error also.
I'm using the most recent SDK and unity version (I also tried the older SDKs, same problem), and I'm on windows 7 64bit.
Thanks in advance for any help!
0 ·
Comments
Like you wrote, I understand that it does not allow you to link your model.json by drag&drop, instead asking for a path. This is due to the current settings of the SDK, and you will need to manually type in the path to your model.json . Sorry for the hassle, but this is the simple solution at the moment.
We are actually in the middle of modifying both SDK along with relevant tutorials, which are to be released in the next update.
- (whatever goes before this)\Resources\live2d\shizuku\shizuku.model.json
- (whatever goes before this)\Resources\live2d\shizuku\shizuku.model
- (whatever goes before this)\Resources\live2d\shizuku
however none of it seems to work.Thank you for sharing!