Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.2.0a12
2019.2.0a14
Issue ID
1151435
Regression
Yes
ArgumentOutOfRangeException is thrown when Assets folder is selected when Project Browser in One Column Layout
ArgumentOutOfRangeException is thrown when Assets folder is selected after restoring a previous version of project. Refer the attached video.
Steps to reproduce:
1) Create a new project
2) In Project Browser, click on the options icon next to the lock icon at the top right, and change from the default Two Column Layout to One Column Layout.
3) Double click on the Assets folder in project browser
Actual result: ArgumentOutOfRangeException is thrown on console.
Expected result: No exception is thrown in console.
Occurring on : 2019.3.0a2, 2019.2.0a14, 2019.2.0a12
Working fine on: 2019.2.0a11
Environment: Both Windows and Mac
Stack trace:
Exception thrown while invoking [OnOpenAssetAttribute] method 'Unity.CodeEditor.CodeEditor:OnOpenAsset (int,int,int)' : ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
System.String.Substring (System.Int32 startIndex, System.Int32 length) (at <23c160f925be47d7a4fd083a3a62c920>:0)
System.String.Substring (System.Int32 startIndex) (at <23c160f925be47d7a4fd083a3a62c920>:0)
Unity.CodeEditor.CodeEditor.OnOpenAsset (System.Int32 instanceID, System.Int32 line, System.Int32 column) (at C:/buildslave/unity/build/Editor/Mono/CodeEditor/CodeEditor.cs:50)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
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
- Shader Graph and the Visual Effects Graph scroll unreasonably fast on OSX
- [Android 4.4] Player crashes at splash screen when building with Frame Timing Stats enabled in the Player Settings
- VisualElement’s auto width is incorrect when the element’s parent has a set width
- Black and white flickering when using two Full Screen Pass Renderer Features
- [Audio] Microphone API latency and audio distortions appear after recording
Resolution Note (fix version 2019.3):
Fixed an issue where double clicking on the folders in the project browser in one column layout gives an error.