Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X, 2019.3.X
Votes
7
Found in
2018.1.0a6
2018.1.0f2
Issue ID
1042108
Regression
Yes
[Linux][MacOS] WebGL Brotli compression subdirectory "python" lacks permissions for Group and Other
How to reproduce:
1. Install Unity along with WebGL support in some root subdirectory (e.g. "/Applications/Unity")
2. In Terminal, navigate to "/Applications/Unity/PlaybackEngines/WebGLSupport/BuildTools/Brotli"
3. ls -l to view permissions.
4. Notice that directory "python" has rwx permissions for Owner but none for Group or Other
Expected result: directory "python" should have read and execute permissions for Group and Other
Actual result: directory "python" has no permissions for Group and Other
on MacOS 10.13.4:
Reproducible with: 2018.1.0a6, 2018.1.6f1, 2018.2.0b9, 2018.3.0a2
Not reproducible with: 2017.4.6f1, 2018.1.0a5
Notes:
- Because of this issue, WebGL builds fail when Brotli compression is used. To repro, just create a new project, switch to WebGL, set Brotli compression and build;
- Workaround: in terminal, navigate to /Applications/Unity/PlaybackEngines/WebGLSupport/BuildTools/Brotli/" and type "sudo chmod 755 python";
- The same behavior can be seen on Linux. However, granting permissions to the python folder itself does not seem to be enough and it requires permissions for "bro.py" file.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Progress indicator in Meta Quest Build Profile configuration is barely visible
- Slightly transparent objects disappear completely in Web Player when using RenderGraph
- Visual Scripting Components are hidden behind a throbber when Multiplayer Play Mode is running with at least one local instance
- Video Player does not throw an error when playing a video with unsupported encoding settings
- Errors indicating that TMP Extras were not Imported logged when opening the Render Pipeline Converter Window while in Play Mode
Add comment