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
- Build fails when building with ILCPP Scripting Backend and ARMv7 as the Target Architecture
- Textures turn black in Player when they are referenced by a script instance
- [Android] Virtual device crashes with "Scudo ERROR: invalid chunk state when deallocating address" error in Firebase Test Lab when Optimized Frame Pacing is enabled
- Particle System does not resume when its Culling Mode is set to "Pause" or "Pause and Catch-up," and particle position simulate in world space
- "Custom Render Queue" field cannot be set above "2000" when changing it in the Inspector window using Debug mode
Add comment