Search Issue Tracker
By Design
Votes
0
Found in
2017.1.1f1
Issue ID
1012616
Regression
No
Overwriting a model no longer updates animation clips if Mask is Defined
Developer's note:
This is by design:
When you drag a new FBX file in the Assets folder, we create a new .meta file to go along with it (this is where your import settings live, including your list of clips)
If you have multiple takes in your FBX file, we create an entry in the clip list for it.
Once this file is created, we don't recreate it or overwrite it from changes in the FBX file, because that would overwrite any changes you made.
I understand that you'd like the list of clips to match the list of takes in the FBX file, but this is not the current or the intended behaviour.
If you'd rather have that behaviour, I suggest you delete the .meta file, then re-feed your settings through https://docs.unity3d.com/ScriptReference/AssetPostprocessor.html.
Steps to reproduce:
1. Download the attached models (adventurer and adventurer_test)
2. Import adventurer fbx
3. Set the model's mask to "Create from this model"
4. Import fbx from adventurer_test to overwrite previous model
Expected result: the animation clips from the newly imported model are now in the list
Actual result: animation clips from the previous model are not updated
Reproduced on 5.5.6f1, 5.6.5p2, 2017.1.3p2, 2017.2.2f1, 2017.3.1p4, 2018.1.0b11, 2018.2.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment