Search Issue Tracker
Fixed in 2019.1.8f1
Votes
0
Found in
2018.3.0b9
2019.1.0a8
2019.1.3f1
Issue ID
1156422
Regression
No
[IL2CPP][2019.1] Delegate with NativeArray<int> as parameter type triggers an compiler error
Steps to reproduce:
1. Download 1156422_repro.zip
2. Build a Standalone player with IL2CPP backend
Actual results: Build fails with an exception.
Reproduced with: 2019.1.4f1, 2018.4.1f1
Not reproducible with: 2019.3.0a3, 2019.2.0b3, 2019.2.0a10
Exception: D:\Unity\2018.4\2018.4.1f1_42a7eb444191\Editor\Data\il2cpp/build/il2cpp.exe did not run properly!
stdout:
Building GameAssembly.dll with MsvcDesktopToolChain
Msvc Install Version: 15.0
Msvc Install SDK Directory: C:\Program Files (x86)\Windows Kits\10
Msvc Linker Path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\link.exe
Msvc Compiler Path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\cl.exe
Example code:
delegate void Fn(NativeArray<int> value1, [ReadOnly] NativeArray<int> value2);
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 mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Add comment