Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b6
Issue ID
874992
Regression
Yes
[Animation] Invalid AABB errors when using Generic aniamtion on a Humanoid rig
Many AABB errors posted to console when attempting to play Generic type animations on a Humanoid type rig. In this case only reproduces by transitioning into a n animation of this type (initial state doesnt reproduce)
Errors are:
Invalid AABB a
Assertion failed on expression: 'IsFinite(d)'
Assertion failed on expression: 'IsFinite(outDistanceForSort)'
Assertion failed on expression: 'IsFinite(outDistanceAlongView)'
Invalid AABB aabb
Invalid AABB rkBox
Invalid AABB aabb
Repro steps:
1) Open attached project and scene "CharacterController"
2) Enter play mode
3) Select the animatior controller assigned to the Animator component on object Character
4) Open the Animator window and change the Paramater "State" to 1
5) Observe errors in console
Reproducible in 5.6.0b6
Not reproducible in 5.5.x
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment