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
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
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.