Search Issue Tracker
Fixed
Fixed in 6000.2.12f1, 6000.3.0b10, 6000.4.0a5, 6000.5.0a1
Votes
0
Found in
6000.2.6f1
6000.3.0b3
6000.4.0a1
6000.5.0a1
Issue ID
UUM-119544
Regression
Yes
[Linux] Symlinked folders are not recognized when used in a Unity project
Reproduction steps:
1. Create a new 3D project
2. Close the project
3. Create a “Test” directory with a “TestScript.cs” Script somewhere on the machine
4. Through the terminal, go to the project’s “Assets” directory
5. Create a symbolic link from the “Test” directory to project’s “Assets” directory (e.g. {{{}ln -s ~/Test Test{}}})
6. Verify a link has been created, and a script is seen (e.g. {{{}ls -l Test/{}}})
7. Open the project
8. Observe the Console window
Expected result: No errors are thrown
Actual result: Error “Amount of processed bytes '0' does not match file size '4096'“ is thrown
Reproducible with: 6000.2.2f1 (ea398eefe1c2), 6000.2.6f1, 6000.3.0b3, 6000.4.0a1
Not reproducible with: 6000.0.58f1, 6000.2.1f1 (55300504c302)
Reproducible on: Ubuntu 25.04, Ubuntu 24.04.2 (user), Ubuntu 22.04
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Add comment