Coding Tips And Tricks: Null Checks Posted by By Tim Ronacher July 17, 2021Posted inC#, Tutorials, Unity Null Conditional There is a feature in c# where you can add a null check by putting a question mark before the dot when reading a property, field, or function…