Search Issue Tracker
Fixed in 4.5.X
Votes
0
Found in
4.3.0f4
Issue ID
576574
Regression
No
Using Handles.Slider() slightly changes the position numbers
Manipulating a custom handle slightly changes the transform.position of an object, even when the value is never touched by a script.
To reproduce:
1. Put the character in the scene
2. Expand his hierarchy
3. Select something deep in the hierarchy (e.g., LeftShoulder)
4. Add the NewBehaviourScript component
5. Enable the translation tool (either in the GUI or by pressing *W* keyboard shortcut)
6. Manipulate the custom handle (a white arrow at the origin)
7. Observe that LeftShoulder's position value on its transform component has slightly changed, and therefore become dirty (i.e. bold in Inspector)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment