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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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)