Search Issue Tracker
Not Reproducible
Votes
0
Found in
2021.1.0f1
Issue ID
1321976
Regression
No
Ubuntu - Clicking the scene camera button causes ArgumentException error
Pressing the Camera button via the scene toolbar produces the following error.
ArgumentException: Getting control 0's position in a group with only 0 controls when doing a repaint
Aborting
UnityEngine.GUILayoutGroup.GetNext () (at /home/bokken/buildslave/unity/build/Modules/IMGUI/LayoutGroup.cs:129)
Steps to reproduce
- Create a new 3D project in Unity 2021.1.0f1
- In the scene view click the camera button in the scene view toolbar
Notice issue >> ArgumentException: Getting control 0's position in a group with only 0 controls when doing a repaint
Reproducable: Ubuntu 20.04, Unity 2021.1.0f1
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
- Color property '_BaseColor' missing
- Point Light source stops lighting when moved out of camera frustum in Player while having 2 directional lights in scene present, and a fog enabled by script
- Sky does not get rendered when 'CameraRelativeRendering' is disabled
- Dropdown UI elements have their Content misplaced when nested inside a Prefab containing a root object with a Canvas Component
- “'UnityMetaVertexPosition': implicit truncation of vector type" Shader warning when compilating URP ShaderGraph shaders
Resolution Note (2021.2.X):
Observed as not reproducible on trunk back in May 2021 (i.e. on Unity 2021.2 and up).