This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Fix calling ToString() and other System.Object methods
- 2a7332c: Fix issue with calling
System.Object
methods on types that are only defined in Udon onSystem.Object
. The issue reported was callingToString()
on an enum type. Reported by @synergiance