Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.2.0b10
Issue ID
946979
Regression
No
Changing generic animation to legacy while it is used in timeline throws "Assertion failed" error
How to reproduce:
1. Open the attached project
2. Open test scene and select Eskimo_2
3. If you open its timeline playable you can notice that it uses few animations
4. Find "people" character in the project
5. Change its rig to Legacy
6. Select Eskimo_2 in hierarchy
Actual result: you should get few "Assertion failed: Assertion failed on expression: 'MecanimDataWasBuilt()'" errors
Expected result: error should be clear and state that legacy animation clips are not supported on timeline. Just how it is written in inspector under animation after you select it in timeline
Reproducible: 2017.1.1f1, 2017.2.0b10, 2017.3.0a2, 2017.3.0a6
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mesh Rendered GameObject using the SpriteLitDefault Material becomes invisible when animating with the URP Sprite-Lit-Default Shader
- Compilation errors occur when using PluginAPI headers in a C environment
- Profiler connects to a different opened Editor project when more than one project is open and building for WebGL with Autoconnect Profiler enabled
- Creating and then deleting the "Integration Update: Rotation" block breaks and makes unusable VFX Graph
- “ArgumentNullException: Value cannot be null.” when deleting a newly created input action
MistaGoustan
Sep 28, 2017 02:25
I am getting this error currently too. this is how I get it...
1) I get these two warnings:
The AnimationClip 'Idle' used by the Animation component 'Player' must be marked as Legacy.
Default clip could not be found in attached animations list.
2) I then make the changes it asks for and I get the:
Assertion failed: Assertion failed on expression: 'MecanimDataWasBuilt()'
The real problem is the warning: must be marked as legacy. which was a problem years ago but it seems to be one now as well.