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
- TSS Inspector creates invalid Project Relative paths for USS references in packages when adding References via Inspector
- Screen Space Ambient Occlusion is not visible when the directional light intensity is 0.001 or lower with the Deferred Rendering Path selected
- Unlinking Unity project from cloud throws "DirectoryNotFoundException" errors when the Build Automation package is installed
- Numeric input field for “Prewarm Time” doesn’t fully display decimal values
- Sprite Editor Overlay Menu issues
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.