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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Add comment