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
Hello, I'm unable to find out how to export with animations at runtime. I'm using the fork with the 2 years of fixes. There isn't any documentation on how to use the GLTFRecorder at runtime. Could someone please guide me? Thank you
The text was updated successfully, but these errors were encountered:
Hey, you can look at the included GLTFRecorderComponent as example (or use that directly) for runtime animation export. If you look at the code you'll see that it uses the GLTFRecorder API, which you can also do from your own scripts.
The other option is using GLTFRecorderTrack and GLTFRecorderClip inside a Timeline, which also works at runtime.
Hello, I'm unable to find out how to export with animations at runtime. I'm using the fork with the 2 years of fixes. There isn't any documentation on how to use the GLTFRecorder at runtime. Could someone please guide me? Thank you
The text was updated successfully, but these errors were encountered: