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
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment