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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.