Skip to content

Bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 12 Feb 05:58
· 763 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