Search Issue Tracker
Fixed in 4.6.7
Votes
12
Found in
4.6.6p2
Issue ID
705724
Regression
Yes
[IL2CPP] Type.GetType() fails on ARMv7
To Reproduce:
1. Build the attached project for 32bits or deploy an Universal build to a 32bit only device.
2. Observe that all Type.GetType() in the TestGetType.cs script fail.
Only reproducible on 4.6
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
JoshPeterson
Jun 26, 2015 10:24
We actually have a fix now for this bug, it should be avialable in the 4.6.7p1 and 5.1.1p3 patch releases.
Rich Nistuk
Jun 26, 2015 06:51
Happens for me on 5.1.1f1 Personal, also happened on 5.1.0.
I can't submit a new version of my game until this one is fixed, my client is a bit upset...
A work around would be really helpful.
nsejosh
Jun 24, 2015 18:47
oh ps, please add GetType to your test suite- this seem to have regressed recently. Thanks!
nsejosh
Jun 24, 2015 18:42
This is an extremely huge problem- our game relies on this. Was not a problem with mono backend, but we can't ship with that anymore because we have to ship 64 bit. FWIW 64bit works fine. please fix asap or give us source code and i'll fix it.
Thanks,
Josh
caecus
Jun 24, 2015 18:41
This is super critical. Every IOS game is pretty much effected by this if it does any type of data driven loading of scripts.