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
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
- Camera Background Solid Color does not Render
Add comment