Search Issue Tracker
Fixed in 2020.2.X
Votes
1
Found in
Issue ID
1241206
Regression
Yes
Splitter IndexOutOfRangeException when opening the editor
Steps to reproduce:
1. Open the editor prior to changeset 682d3dec6115
2. Reset the layout to "Default"
3. Open the Test Runner
4. Close the editor
5. Open the editor after changeset 682d3dec6115
Expected result: no change
Actual result: getting IndexOutOfRangeException
Workarounds:
a) Reset the editor layout to default
b) Manually delete *.dwlt files (under project Library directory AND in AppData/Roaming/Unity)
Comments (5)
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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
norbert543
Apr 25, 2020 12:15
Index out of range means that the code is trying to access a matrix or vector outside of its bounds.