Did you ever want to do this : int a = null;? Well, add a "?" to your types to make them nullable: int? a = null; - Works! #unity3d
1
1
3
0
0
@unityknowledge yes, though I believe it's not serializable...