Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2019.3.15f1
2020.1
2020.2
2020.2.0a14
Issue ID
1253156
Regression
Yes
[IMGUI] EndLayoutGroup error is thrown on cancelling Save popup while enabling Use incremental GC in Player setting preset asset
-EndLayoutGroup: BeginLayoutGroup must be called first error is thrown on cancelling Save popup while enabling Use incremental GC/Virtual Texturing in Player setting preset asset.
-In 2019.3.15f1 Change stack is empty, did you call BeginChangeCheck first? error is thrown.
Steps to repro:
1. Create a new HDRP template project.
2. Edit > Project Settings > Player.
3. Create its preset.
4. Select preset asset > Enable Virtual Texturing/Use incremental GC.
5. Click on Cancel button.
Actual Result:
EndLayoutGroup: BeginLayoutGroup error is thrown in the console.
Expected Result:
No error in the console.
Reproducible in:
2020.2.0a14, 2020.1.b12, 2019.3.15f1.
Working Fine in:
2019.3.014f1.
Environment:
Occurring on Windows 10 & Mac 10.15.
Stack trace:
EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Change stack is empty, did you call BeginChangeCheck first?
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
- Shader Compiler IPC Exception and Editor Crash on AMD 9000-X3D CPU series
- Editor crashes in TextLib::FindIntersectingLink when hovering UITK Labels with <link> tags rendered via ATG
- Crash on mono_log_write_logfile when more than one copy of bee_backend is running
- NativeList<T>.ParallelWriter.AddNoResize() causes memory corruption when used in a [BurstCompile] IJobParallelFor on Web builds
- Realtime reflection probe changes light strength when removing light sources using URP WebGL
Add comment