Nullable types & some improvements
Note: If you are installing without deleting the Katsudon folder, delete the Katsudon/Editor/Cache/UdonPartsCache.cs
file as the cache structure has changed.
- Added support for
Nullable<T>
types (example:int? intOrNull;
) - Added check for existence of extern in udon (why didn't i do this before?)
- Added copying only changed variables from proxy to behaviour in editor playmode
- Fixed incorrect output type when using logical operations with bool
- Upgrading to the latest version of VRCSdk