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
- [Android] Crash on startup when Depth Stencil Format is set to S8_UINT
- Multiple errors occur when setting the Render Object Event to AfterRenderingPostProcessing while using STP for Upscaling
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
Add comment