Search Issue Tracker
Fixed
Fixed in 2022.3.25f1, 2023.2.20f1, 6000.0.0b15, 7000.0.0a1
Votes
0
Found in
2022.2.0b4
2023.1.0a4
6000.0.37f1
7000.0.0a1
Issue ID
UUM-12851
Regression
Yes
PropertyDrawer throws an exception when iterating over the CreatePropertyGUI SerializedProperty
Reproduction steps:
- Open the attached project(“PropertyDrawerBug.zip”)
- Select scene Assets/Scenes/SampleScene
- Select GameObject “Inspect Me”
- Observe the error in the Console Window
Expected result: Properties are created in the GameObjects inspector window
Actual result: Error (The operation is not possible when moved past all properties (Next returned false)) is being thrown to Console Window
Reproducible with: 2022.2.0a9, 2022.2.0b4, 2023.1.0a4
Not reproducible with: 2020.3.37f1, 2021.3.7f1, 2022.1.12f1, 2022.2.0a8
Reproduced on: Windows 11, MacOS 12.3.1 (M1 Max)
Note: The workaround is to create and iterate the copy of the original object.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment