Search Issue Tracker
Feature Request
Votes
0
Found in
2022.3.64f1
6000.0.53f1
6000.1.11f1
6000.2.0b9
6000.3.0a1
Issue ID
UUM-111057
Regression
No
Some package directories are not found, and errors are thrown in the Console when the project path is quite long
How to reproduce:
1. Open the “workspaces.zip“ project
2. Observe the Console
Expected result: Nothing is thrown in the Console
Actual result: Multiple package errors are thrown in the Console
Reproducible in: 2022.1.0a1, 2022.3.64f1, 6000.0.53f1, 6000.1.11f1, 6000.2.0b9, 6000.3.0a1
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: macOS 15.3 (M2), No other environment tested
Notes:
- HDRP package files have longer paths in Unity 6 (observed by the user), which leave less project path margin to work with, without causing this issue
- Types of errors thrown:
-> “DirectoryNotFoundException”
-> “DllNotFoundException”
-> “Error detecting Visual Studio installations”
-> “Asset import failed”
-> etc.
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 Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
This is essentially a feature request to add support for long file paths on Windows. I will forward this as a formal request.