Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
2
Found in
5.4.0p4
Issue ID
829763
Regression
No
"EditorGUILayout.BeginHorizontal()" causes "InvalidOperationException" errors to appear
when calling the function with EditorGUILayout.BeginHorizontal() it still runs and creates the scene correctly, however, errors still appear.
Steps to reproduce:
1. Open UnitySceneBugRepro.zip
2. Go to Window->scene manager repro
3. press 1 or 4 button
-InvalidOperationException Errors appear
Actual result: When trying to use EditorGUILayout.BeginHorizontal() console throws InvalidOperationException errors.
Expected result: EditorGUILayout.BeginHorizontal() shouldn't throw errors.
Reproduced on: 5.5.0b1, 5.4.0p4, 5.3.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
Add comment