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

Bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 12 Feb 05:58
· 762 commits to master since this release
  • Fix unary negation on objects that define their own override. This would break if you did something like Vector3 vec = -Vector3.up; Again due to Udon breaking naming conventions
  • Partial fix for assignment of const integers to non-implicitly assignable types
  • Add basic compile progress bar