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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment