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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment