[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
¿how can I load animations at runtime in Unity using StreamingAssets? Pls help T-T
The Cubism SKD manual for unity teaches you how to load a model at runtime using streamingassets. Now my question is: ¿how can I load animations at runtime in Unity using StreamingAssets? Sorry for my poor skills of english.
0 ·
Comments
Thank you for your contact.
This is Live2D Support.
To generate an AnimationClip from .motion3.json at runtime, load .motion3.json with CubismMotion3Json.LoadFrom() in the same way as loading the model, 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.
Thank you for your prompt response to the previous question.
We cannot answer specific implementation questions.
For more information about the Animation component, please refer to the official Unity documentation.
Best regards.