Search Issue Tracker
Fixed
Fixed in 2021.3.31f1, 2022.3.10f1, 2023.1.16f1, 2023.2.0a19
Votes
0
Found in
2021.3.18f1
2022.2.6f1
2023.1.0b3
2023.2.0a1
2023.3.0a3
Issue ID
UUM-34544
Regression
No
[Linux] Project opens with GICache errors in the console when opening Unity project with a different operating system user
Reproduction steps:
1. Create a new Project
2. Switch Ubuntu User to a different one
3. Open the newly created Project or create a new Project
Expected result: The Project opens without any errors
Actual result: The Project’s console is printing out the “Failed to create GICache directory at the default location: /tmp/GiCache.” error
Reproducible with: 2020.3.45f1, 2021.3.18f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
Reproducible on: Ubuntu 20.04.5
Note:
- Make sure to give permission to the Project’s folder so that the other User can “Read and Write”
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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Resolution Note (fix version 2023.2.0a19):
fixed gicache issue when switching system users without reboot.
Resolution Note (fix version 2023.1.16f1):
move cache dir on linux to user local at ~/.cache based on XDG convention
Resolution Note (fix version 2021.3.31f1):
fixed the cache dir location on linux