Skip to content
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

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 26 Mar 23:17
· 656 commits to master since this release
  • 2a7332c: Fix issue with calling System.Object methods on types that are only defined in Udon on System.Object. The issue reported was calling ToString() on an enum type. Reported by @synergiance