Search Issue Tracker
Fixed
Fixed in 1.1.0-exp.1
Votes
0
Found in [Package]
1.0.0
Issue ID
PROFB-66
Regression
No
“IndexOutOfRangeException: Index was outside the bounds of the array.” error when selecting "No Name" ScriptableObjects in the Memory Profiler
How to reproduce:
1. Open the attached user project “Bug Report.zip“
2. Open the Memory Profiler (Window>Analysis>Memory Profiler)
3. Select the “Snapshot-638067436652085695“ Snapshot
4. Select the “Unity Objects“ tab
5. Expand the “ScriptableObject” list
6. Scroll down until the four “<No Name>“ ScriptableObjects are found
7. Select one of them
Expected result: No error appears
Actual result: “IndexOutOfRangeException: Index was outside the bounds of the array.” error appears in the Console
Reproducible with: 1.0.0 (2022.2.2f1, 2023.1.0a25)
Can’t test with: 1.0.0 (2020.3.43f1, 2021.3.16f1) (“Unity Objects“ tab not implemented)
Reproduced on: macOS 13.0.1 (Intel)
Note: The error also appears when selecting other ScriptableObjects after selecting the “<No Name>“ ScriptableObject
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note (fix version 1.1.0-exp.1):
fix in PR