This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Bug fixes
Pre-release
Pre-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