Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a10
2019.2.0a3
Issue ID
1121685
Regression
Yes
Line and Trail Renderers throw errors in the console when Inspector window is of certain dimensions
Steps to reproduce:
1. Download the attached project and open SampleScene
2. Make sure that you Inspector window is docked to the right of the Scene view, if it isn't already
3. In the Hierarchy panel, toggle between selecting Line and Trail Renderer game objects
4. Observe the errors in the console
Notes:
- Tested in Unity 2019.1.0a10, 2019.1.0b2, 2019.2.0a3
- Only reproduced with 2019.1.0a10 and above where the Inspector was converted to UIElements
- Only reproduces with Line and Trail renderers
- Reproduces across all render pipelines
- Does not reproduce with the default editor layout
- Here's the error message:
Layout update is struggling to process current layout (consider simplifying to avoid recursive layout): VisualElement unity-panel-container3 (x:0.00, y:0.00, width:557.00, height:790.00) world rect: (x:0.00, y:0.00, width:557.00, height:790.00)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment