vrchat-community / UdonSharp

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

Use safer casting to UdonBehaviour #39

Closed FairlySadPanda closed 2 years ago

FairlySadPanda commented 2 years ago

A hard cast to UdonBehaviour can be unsafe. The 'is' language feature is safe and improves code reasonability.

(Apologies for the whitespace changes, VSCode is insisting on it and I can't remember how to turn it off.)

FairlySadPanda commented 2 years ago

Closing due to the whitespace chaos