Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0f1
2018.1.4f1
Issue ID
1049047
Regression
Yes
Building android project fails on Mac
Reproduction steps:
1. Download "Belle2VR_Solo.zip" project and open in Unity
2. Go to File -> Build Settings...
3. Build And Run
Expected: the project is built
Actual: building process fails
Reproduced on: 2018.1.0f1; 2018.2.0f2; 2018.3.0a5
Not reproduced on: 2018.1.0b10; 2018.1.0b13;
Regression introduced: 2018.1.0f1
Reproduced with:
Samsung Galaxy S6, Android: 7.0
Note:
Reproducible on Mac, not on Windows.
Build succeeds if Compression Method is set to LZ4HC.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2018.1.X):
The standard shader is found in always included shaders list which forces all possible variants to be included in the build. Removing the shader from the list will reduce the binary size and fix the build failure (shader size is too big for serialization)