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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment