Search Issue Tracker
Fixed in 5.2.0
Votes
6
Found in
4.6.0f3
Issue ID
651584
Regression
Yes
[Translate Handle] When having parent gameobject with negative scale, its child can only be moved by integer values using handle
To reproduce this bug:
1. Open the attached project
2. Open 'Demo.Unity'
3 It has:
-Empty gameobject with negative x scale (-1)
-Another empty gameobject as its child
4. Select child gameobject ( 'BrokenXTranslateHandle' )
5. Try to change its transform x using handles
6. Notice it increments by integer values (-1, 0, 1, 2, etc...)
7. Same happens when having y,z scales negative
8. Change parent's scale to positive
9. Now child translates as expected using handles
Captured repro: http://screencast.com/t/oowoaEmm
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment