Example:
When you make an XCode build this causes a compile error in the generated IL2CPP code. The error is, "No matching function for call to 'UnBoxNullable"
Another issue is that this code will crash the editor when executed.
Here's the Case# 769585.
Code (csharp):
- int? nullableInt = 0 as int?;
Another issue is that this code will crash the editor when executed.
Here's the Case# 769585.