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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment