You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried exporting GLB via code from the editor, everything works fine. But when I made the build on Android, there was no animation clip inside GLB. The documentation says that exporting animation to runtime is supported.
How to make export animation clip on the device in .GLB together with the model?
I use: UnityGLTF.GLTFSceneExporter(---).SaveGLB(---)
The text was updated successfully, but these errors were encountered:
Indeed AnimationClips themselves can't be exported at runtime, which is a limitation from Unity – the data can only be directly accessed inside the Editor. That's indeed why we're providing the GLTFRecorder class and timeline capabilities, to allow for runtime recording and export.
I tried exporting GLB via code from the editor, everything works fine. But when I made the build on Android, there was no animation clip inside GLB. The documentation says that exporting animation to runtime is supported.
How to make export animation clip on the device in .GLB together with the model?
I use: UnityGLTF.GLTFSceneExporter(---).SaveGLB(---)
The text was updated successfully, but these errors were encountered: