
Looking at other people’s C# code for Unity, I kept seeing this bizarre usage of if: if (object) { …} where object was a real object, not a bool instance. This is a JavaScript kind of usage, where there is a big (perceived) mess about object … [Read more]











