Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
10
Found in
2019.3.0a10
Issue ID
1175557
Regression
Yes
Crash in NavMeshManager on Mobile with IL2CPP when using NavMeshComponents
To reproduce:
1. Open the attached project;
2. Switch platfom to iOS or Android;
3. Make sure Scripting Backend is set to IL2CPP;
4. Re-bake the NavMesh (Island scene hierarchy > Island Level > Logic > NavMesh > NavMeshSurface component > Bake);
5. Build and run Island scene on mobile devices.
Result: the scene crashes on load
Reproduced with: 2019.3.0a10, 2019.3.0a11, 2019.3.0a12
Notes: still crashes after re-baking NavMesh data
----------
Until a final fix is provided there are two workarounds that might help in this situation:
1. Disable "Engine Code Stripping" from the player settings of the Android/iOS build.
2. Bake and save at least one (small) static NavMesh somewhere in the scene. This will prevent the stripping of some important NavMesh-related code from the build.
Fixed in 2020.1.0a19
Comments (7)
- 
        
Emanx140
Feb 09, 2020 21:20
Still happens in 2019.3.0f6
 - 
        
Kichang-Kim
Oct 29, 2019 01:55
 - 
        
fafnir
Oct 25, 2019 17:50
Still happens in 2019.3.0b8
 - 
        
danielgsantana
Oct 05, 2019 18:25
Still happens in 2019.3.0b6
 
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
 - Addressables Profiles window UI break when creating a new Variable with a long name
 - No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
 - Blurry, low quality Active Profile icon used in Addressables Profiles window
 - Tree Asset Preview window is not updated after assigning a new Material
 
Resolution Note (fix version 2020.1):
The problem is caused by the NavMeshSettings class being stripped out of Android/iOS builds.
There are two workarounds:
1. Disable "Engine Code Stripping" from the player settings of the Android/iOS build.
2. Bake and save at least one (small) static NavMesh somewhere in the scene. This will cause the NavMeshSettings class to be used and thus not be stripped away.