Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
1
Found in
2018.2.0f2
Issue ID
1062402
Regression
Yes
[Animation][2018.2] Missing OnAnimEvent receiver causes NaN position, many IsFinite() and AABB errors after upgrade from 2018.1
To reproduce:
1. Open project
2. Open 'AnimatorNaNBug' scene
3. Play the scene. A soldier should appear with idle animation.
4. Select the "CHR_Attack_Animations" object in the scene.
5. Open Animator window and set the following parameters in it (for the selected instance):
- WeaponType - 4
- MovementType - 1
- NavigationLoop - true (Set it last)
Expected: animation will be played
Actual: OnAnimEvent receiver is missing and many IsFinite() and invalid AABB error messages are thrown
Reproduced: 2018.2.0a1, 2018.2.0b11, 2018.2.0f2
Not reproducible: 2017.3.2f1, 2017.4.6f1, 2018.1.9f1, 2018.3.0a5
Note: in 2018.3.0a5 an error is thrown:
'CHR_Attack_Animations' AnimationEvent 'OnAnimEvent' has no receiver! Are you missing a component?
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "No GUI Implemented" is displayed when using PhysicsMask with a CustomEditor
- "Report is from another project" popup warning is shown on domain reload when Project Auditor was previously ran in a different project
- Addressables Analyzer flags duplicate resource references from ScriptableObjects incorrectly when the corresponding field has been removed
- "IndexOutOfRangeException" and "NullReferenceException" are thrown and Element disappears from UI Builder when undoing rename of element in "Open Instance in Context" menu
- Select Scriptable Object window freezes and becomes unresponsive when currently opened UXML Template is selected for binding's Data Source
Add comment