Is Visual Studio Code’s null object actually null?
I wrote the following function to have a handy utility for sanity checks in my unity projects. namespace MyProject.Utilities { public class DebugUtils { /// <summary> /// Checks if passed object is null and prints to console if it is.…