Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a2
Issue ID
1159270
Regression
No
[Project] Adding an illegal character (/?<>\:*|) in the project folder throws an exception in the console
Repro steps:
1. Select a file or folder within the Project window
2. Rename it and add / in the name
3. Observe the console errors.
Note:
- happens on both Win and OSX
- reproduces in 2019.2.0b5 and in trunk.
- does not reproduce in 2019.1.3f1
Console error:
InvalidOperationException: Stack empty.
System.Collections.Stack.Peek () (at <23c160f925be47d7a4fd083a3a62c920>:0)
UnityEngine.GUI.EndScrollView (System.Boolean handleScrollWheel) (at C:/buildslave/unity/build/Modules/IMGUI/GUI.cs:1518)
UnityEngine.GUI.EndScrollView () (at C:/buildslave/unity/build/Modules/IMGUI/GUI.cs:1512)
UnityEditor.ObjectListArea.HandleListArea () (at C:/buildslave/unity/build/Editor/Mono/ObjectListArea.cs:1343)
UnityEditor.ObjectListArea.OnGUI (UnityEngine.Rect position, System.Int32 keyboardControlID) (at C:/buildslave/unity/build/Editor/Mono/ObjectListArea.cs:540)
UnityEditor.ProjectBrowser.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/ProjectBrowser.cs:1979)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Add comment