-
@4xisblack @mcclure111 @LordNed the other one that is a weird Unity hack is that after being destroyed, Unity Objects are not actually null, but have equality overridden so they will return true when compared to null. this matters because you can't use the null coalescing operator on them.