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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Add comment