Skip to content

Bug fixes

Pre-release
Pre-release

Choose a tag to compare

@MerlinVR MerlinVR released this 12 Feb 05:58
· 1328 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