Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0b8
Issue ID
879819
Regression
No
'Ultimate Endless Runner' A$ package gets broken in ios il2cpp build
1. What happened
'Ultimate Endless Runner' A$ package (https://www.assetstore.unity3d.com/en/#!/content/77843) gets broken in iOS il2cpp build.
After the game loads (on iPad), it shows 'High Score' screen instead of start menu. The game works fine with iOS Mono.
Reproducible in 5.5.1p3 and 5.6.0b8.
2. How we can reproduce it using the example you attached
- Build for iOS il2cpp
- Run on a device
---> Game loads and shows 'High Score' screen and stops there.
Expected: Should be able to start the game and play it.
----------------------------
Workaround is to add the following to link.xml (placed inside Assets folder):
<linker>
<assembly fullname="UnityEngine" preserve="all"/>
</linker>
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Baked GI loaded by LoadScene call with Additive mode is not cleaned up when unloading the Scene
- "Reflection Probe" borders disappear when interacting with the UI in the Inspector and one of the Reflection Probe editing tools is selected during the Baking process
- RenderGraph ContextData buffer leaks in IL2CPP when using Native Leak Detection
- Caret in "Add Default Preset" text field is vertically misaligned in Preset Manager
- Unused separation line is present at the bottom of the create GameObject sub menu when right clicking Scene in the Hierarchy
Add comment