Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Add example and utility scripts, UI improvements, and bug fixes

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 06 Apr 22:49
· 621 commits to master since this release
  • 8462a4f, 5b859a8: Add example scripts for some common things
  • 36a29aa, e9c34d8: Add an inspector for UdonBehaviours that have an interact event
  • a1a83aa: Fix scroll height on class exposure tree
  • 8ee9832: Improve exposure tree readability on Unity's light theme
  • 4b52882: Fix IOExceptions when reading file from a slower HDD due to the filesystem taking longer than expected to release the file lock. Reported by @ChrisFeline, @Xiexe, and @synergiance
  • 8c39e36: Add error for attempting to declare a constructor since they are not supported yet
  • fad4ed8: Add error for attempting to use BitwiseNot ~ since Udon has not yet exposed it
  • 3e2ecd8: Fix for the RuntimeExceptionWatcher throwing exceptions if you don't have a VRChat data directory, reported by @VowganDesign