[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.
Loading animations in runtime from an "StreamingAssets" folder
Grettings, My friend and I are trying to make possible to customize by giving the choice to the players to use their Live2D models but we're having problems that we don't know how to make the animation load in runtime using the "motion3.json" files, can someone help us? Thanks in advanced
0 ·
Comments
Thank you for your contact.
This is Live2D Support.
https://docs.live2d.com/cubism-sdk-tutorials/initializemodel/?locale=en_us
To generate an AnimationClip from .motion3.json at runtime, load .motion3.json with CubismMotion3Json.LoadFrom() in the same way as we loaded the model on the above page, and then call CubismMotion3Json.ToAnimationClip().
However, Unity does not allow runtime-generated AnimationClips to be used with the Mecanim or Playable APIs.
If you want to use a runtime-generated AnimationClip, you need to play it using Unity's Animation component.
Thank you.