Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.2.1f1
Issue ID
997468
Regression
No
[iOS] Player crashes at ActivateAwakeRecursivelyInternal() when loading scene from bundle
To reproduce:
1. Open user's attached project
2. Make sure that "bootstrap" scene is opened
3. In the menu bar, click Build -> iOS Player
4. Launch built project on the device
5. Hit "Next Scene" button
Expected result: Scene from the bundle is loaded successfully.
Actual result: Player crashes
Reproduced with: Unity 2017.1.3p1, 2017.2.1f1, 2017.3.1p1, 2018.1.0b7, 2018.2.0a1
Device: iPhone 7+ iOS 11.2.5
Resolution:
This is a known limitation. A user has to hint that a specific component is used in the main app.
- If a component has scripting counterpart just by adding it to link.xml or unused C# script field.
- If it’s only available as Unity component then including an extra semi-empty scene that references all used components works as a hint.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment