I’m programming a 3D game, and I’m currently working on animating my character model in Blender. However, each time I make a tweak to the animations in Blender, it seems that I have to re-export my model and rig to an .fbx, delete the old version and drag the new version into my Unity folder, then reset all of the individual settings for each motion clip (such as speed and looping) and then reassign all of the motion fields within the Animator.
The whole process is very tedious and repetitive. Is there no way to set things up so that when I make a change to the Blender file (such as adding a new action or changing an existing action), it updates the Unity file by changing ONLY what was changed and leaving the rest, or at least some of the rest of the file unchanged to avoid having to reassign everything?
Or perhaps there’s a way to simply replace the file instead of deleting it and putting in a new one so that at least the associations would not be broken, in which case I wouldn’t have to reassign all of the clips to their respective animation states within the animator?