Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
2.4.2
Issue ID
HUBX-515
Regression
No
[Hub][Linux] Offline documentation files don't have any permissions set when downloaded through Hub on Linux
How to reproduce:
1. Open Unity Hub
2. Download an Editor with the Documentation module
3. Open the terminal
4. Navigate to the "Manual" directory ("/Editor/Data/Documentation/Documentation/en/Manual") using the "cd" command
5. Execute the "ls -l" command
Expected result: all the HTML files have read permission for all users and write permission for the owner
Actual result: all the HTML files are missing all of the permissions and therefore are unopenable
Reproducible with: Hub 2.4.2 (2018.4.29f1, 2019.4.15f1, 2020.1.13f1, 2020.2.0b12)
Could not test with: Hub 2.4.2 (2020.1.0a6) documentation isn't available yet
Notes:
-Tested on Ubuntu 18.04 VM
-Permissions can also be checked with the "stat" command in the terminal
-Using the "chmod" command to set read permission for all users makes the files readable
-All of the files (HTML, CSS, JS, and all of the images) except folders seem to be affected
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
- [Android] Safe area ignores navigation bar on Android when targeting level 35 API or higher
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
- The "Build and Run" Menu option tries to build for the selected Build Platform instead of the Active Build Platform
- Font kerning breaks at runtime when multiple UI Documents use different fonts
Resolution Note:
There are no fixes planned for this Bug