Builds multiple asset bundles from an FBX file.
- Download Unity 2019.1.0f2
- Open unity and login
- Copy your fbx file and associated resources to
Assets/Model/model.fbx - Build the asset bundles
/path/to/Unity -projectPath . -quit -batchmode -executeMethod CreateAssetBundle.Build
To clean up run git clean -df