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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment