vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
463 stars 50 forks source link

Add null check following GetUdonSharpBehaviourType #38

Closed FairlySadPanda closed 2 years ago

FairlySadPanda commented 2 years ago

Checking IsSubClassOf of null throws, so the null type should be checked against to prevent cataclysmic error log spam.