I have an FBX model with separate FBX animations files, and would like to convert them to a single USDZ file with the animations included in it (or at least one!). The goal is to be able to use it with Xcode, Reality Composer, and use all animations. What would be a good workflow to achieve this?
Asset specs :
The object's rig has 35 bones, includes a set of 15 animations (3 being root motion variations), and its files looks like this:
Asset.fbx
Asset@animation1.fbx
Asset@animation2.fbx
Asset@animation3.fbx
...
The animation fbx files are quite lightweight and use Asset.fbx as a reference. So far, I've only had luck in exporting the main model (using Apple's Reality Converter, or Unity's USD package for the export), but not the animations. When I try to convert the FBX animations to USDZ, the model isn't included. I've no idea how to combine animations and models.
Any hints would be welcome!