Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0p1
Issue ID
987107
Regression
No
[IL2CPP] Hang when two dimensional array reaches a certain size
Reproduction steps:
1. Open the attached "987107.zip" project.
2. Build it to iOS using IL2CPP.
3. Click the play symbol.
4. Click on the black target marker.
- The arrangement of objects changes.
5. Click on the black target marker again.
- The game will no longer progress.
- Xcode console will start to loop:
...
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Main:Changeposcitizen()
Main:Update()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
...
Reproduced with:
- IL2CPP
Not reproducible with:
- Mono (Android, iOS)
or
- Editor
Notes:
- Works fine using mono on Android
- Crashes using mono on iOS (May not be related: crash log attached)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment