Search Issue Tracker
Won't Fix
Votes
4
Found in
5.5.1f1
Issue ID
880516
Regression
No
Resizing parent RectTransform when child RectTransform is selected results in "Look rotation viewing vector is zero" error
Reproduction steps:
1. Open the attached project "ui_bug.zip";
2. Open the test.unity scene;
3. Select "Panel 2";
4. While the "Panel 2" is still selected, try to resize the parent "Panel 1" by grabbing its' bounds;
Expected results: the parent panel will be resized;
Actual results: The editor is spamming "Look rotation viewing vector is zero" error in the console window and freezes eventually.
Reproduced on: 5.5.1f1, 5.6.0b8, 5.4.4p3.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
ModularBuilds
May 13, 2017 10:31
I'm pretty sad that they won't fix this, it's been a BIG problem for me all the way back to Unity 4.3!
For anyone wondering about the workaround, goto the object you tried to edit the bounds of, click the gear icon, then click reset. This should bring back your object's scale and position from being 'NaN'. You'll have to fix the scale and positioning yourself if it wasn't 0,0,0.