Search Issue Tracker
Fixed
Fixed in 6000.0.1f1
Votes
0
Found in
2023.3.0b4
6000.0.0b11
Issue ID
UUM-61000
Regression
No
Build Profile: The console displays "InvalidOperationException: The operation is not possible when moved past all properties (Next returned false)" after the "Reset"
How to reproduce:
# Create a new project
# Go to "File" ->"Build Profiles"
# Select some platform from the list and click the "Add Build Profile" button
# Go to the "Project" section
# Select "Assets" -> "Settings" -> "BuildProfiles"
# Select the created build profile
# Go to the "Inspector" window
# Click the "Reset" menu item, which is accessible in the ellipsis
# Observe the "Console" view
Actual result: The console displays errors. The video is added below in the "Attachments" section.
Expected result: Fields should stay tidy.
Reproducible with: 2023.3.0b1, 2023.3.0b3
Not reproducible with: 2023.3.0a19.
Error:
InvalidOperationException: The operation is not possible when moved past all properties (Next returned false)
UnityEditor.SerializedProperty.get_boolValue () (at /Users/bokken/build/output/unity/unity/Editor/Mono/SerializedProperty.bindings.cs:1098)
UnityEditor.OSXStandalone.OSXStandaloneBuildProfileExtension+<>c__DisplayClass22_0.<CreatePlatformBuildWarningsGUI>b__0 () (at /Users/bokken/build/output/unity/unity/PlatformDependent/OSXPlayer/Extensions/Managed/OSXStandaloneBuildProfileExtension.cs:334)
UnityEngine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize, System.Action onGUIHandler, System.Boolean canAffectFocus) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/IMGUIContainer.cs:396)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment