Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.2.X, 2018.3.X
Votes
1
Found in
2018.2.5f1
Issue ID
1081052
Regression
No
[IL2CPP] Unity Editor fails to build when auto-generating a C# array of pointers in C
To reproduce:
1. Download attached project "IL2CPPArrayOfPointersBug.zip" and open in Unity
2. Open "SampleScene" scene
3. Press File > Build Settings...
4. Press Player Settings... and change Scripting Backend to IL2CPP
5. Press Build button
Expected result: Unity Editor successfully builds project
Actual result: Unity Editor fails to build project
Notes:
- This issue appears on Windows and OSX
- This issue appears on Standalone, Android, and iOS
- With Mono, everything works fine
- BugRepro is unsafe C# code that contains an array of pointers
- I believe the issue is that the field type generated when accessing the array of pointers is of type "intPtr_t", when it should be of type "ExampleStruct*"
Reproduced on Unity 2017.2.3p4, 2017.3.2f1, 2017.4.11f1, 2018.1.9f2, 2018.2.8f1, 2018.3.0b2 and 2019.1.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when terrain detail instancing is excessive
- Prefab variant reference is lost when assigned by click-and-drag in Prefab Editor mode
- Opening any dropdown in Shader Graph stops the Nodes preview but it still plays in the background
- GPU utilization increases when a GameObject is selected
- Motion Blur has sharp edges when object is moving in the foreground of another object
Add comment