Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2018.4
2019.3.0b3
Issue ID
1185063
Regression
No
[Android] Additional arguments are not being used for the second IL2CPP invoke when building to Android
To reproduce:
1. Open attached project
2. Open Extra -> il2cppArgs menu, this is an additional menu added by included ExtraSettings script
3. Select Add args checkbox
4. Press Save Values button
5. Change to Android platform
6. Build it and open editor.log
Actual result: when il2cpp is invoked to compile second architecture the arguments are no longer used
Expected result: the arguments should be used both times
The additional arguments are:
> --compiler-flags="-save-stats" --linker-flags="-Wl,-no-gc-sections -save-stats"
Reproduced with: 2018.4.11f1; 2020.1.0a9
Can not check on 2017.4 due to errors.
Note: Editor.log added
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 AddGameElement handles a generic type
- Interpolation 2D results are inconsistent when position.z = position.x is called on Late Update
- Game View's scale slider bar gets set to 2.5x when entering Play Mode
- Crash/Memory leak in a WebGL build when executing a very large switch statement multiple times
- [Asset Bundles] The Active Build Platform is being used instead of the build target to determine material/shader compilation
Add comment