Search Issue Tracker
Fixed
Fixed in 2021.3.20f1, 2022.2.9f1, 2023.1.0b7, 2023.2.0a5
Votes
1
Found in
2021.3.7f1
2022.1.11f1
2022.2.0b3
2023.1.0a4
2023.2.0a1
Issue ID
UUM-10786
Regression
No
ArgumentOutOfRangeException errors in the Console when removing items from a ScriptableObject's ListView
Reproduction steps:
# Open the attached project
# Create “MyAsset” Asset (Assets > Create > Create MyAsset)
# Add a few items to the list by clicking “+” in the Inspector window
# Remove all of those items by clicking “-” until the list is empty in the Inspector window
# Observe the outputs in the Console
Expected result: All of the List items are clearly deleted, and no errors in the Console
Actual result: Only the first item is actually deleted, ArgumentOutOfRangeException errors in the Console
Reproducible with: 2021.3.7f1, 2022.1.11f1, 2022.2.0b3, 2023.1.0a4
Could not test with: 2020.3.37f1 (some of the required properties and events do not exist in ListView)
Reproducible on: Windows 10 (21H2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note (fix version 2022.2.9f1):
There was an issue in the user's script. User was made aware. Closing port.