We’re running into some workflow issues where whenever an artist adds an FBX to the game, the default import settings are to include a “Generic” type rig. First, most meshes we import are static, and require no animations at all. Second, any meshes requiring animations are using Legacy, since we’ve found Generic animation is too expensive for our mobile targets.
Since Generic is chosen by default, we’ve had many instances where artists accidentally leave the rig setting to Generic, use the mesh, and then we see framerate drops because of all the Animator updates going on in the scene.
Is there some FBX export setting or a setting in Unity that would allow us to default rig type to none unless we specifically change that setting?