Search Issue Tracker
In Progress
Fixed in 2022.3.7f1, 2023.1.10f1, 2023.3.0a1
Fix In Review for 2023.2.0b6, 2024.1.X
Votes
1
Found in
2022.3.5f1
Issue ID
UUM-43158
Regression
Yes
MARSHAL.OFFSETOF fails to calculate the correct offset of property within Explicit layout with FieldOffset
Steps to reproduce:
1. Open the attached user project " SampleUnityIL2CppBug.zip"
2. Open the Build Settings window and make sure that SampleScene is in the list of scenes
3. Make an IL2CPP development build with Autoconnect Profiler enabled
4. Observe the result in the Editor Console "(offs (value) 12 - 12)"
5. Open the attached project on Unity 2022.3.4 and repeat the steps above
6. Observe the result in the Editor Console "(offs (value) 12 - 16)"
Expected results: MARSHAL.OFFSETOF calculates the correct offset of property within Explicit layout with FieldOffset
Actual Results: MARSHAL.OFFSETOF fails to calculate the correct offset of property within Explicit layout with FieldOffset
Reproducible in: 2022.2.0a7, 2022.3.5f1, 2023.1.5f1, 2023.2.0b1, 2023.3.0a1
Not reproducible: 2021.3.28f1, 2022.2.0a5
Couldn't test on 2022.2.0a6 due to this error "GfxDeviceD3D11Base::WaitForLastPresentationAndGetTimestamp()" when building the Player and launching it
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
Add comment