Search Issue Tracker
Fixed in 5.1.0
Votes
0
Found in
Issue ID
648918
Regression
No
Console warning appears on updating speed of animator state node
Console warning appears on every char input when updating speed of animator state node with values between -1 and 1 (not including those)
1. Select state node in animator
2. In Inspector set speed to e.g. 0.01
---> Warning message in console appears 3 times for this case
"Speed can't be between -0.00001 and 0.00001. Value (0.000000) has been changed to 0.000010
UnityEditor.DockArea:OnGUI()"
Expected: warning should appear only in case when field editing is complete and a value is still out of range.
Reproducible in Unity 5.0 b14
OS: Windows 8.1 x64
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment