This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
0.4.0 Field initializers and network synced fields
Pre-release
Pre-release
UdonSharp is now at feature parity with the Udon graph in its current form!
- Field initializers added by @Toocanzs
- Added the
UdonSynced
attribute which takes the sync mode of a field as an argument and enables syncing on it - Fix accessing some local behaviour functions such as Destroy() directly
- Fix using default arguments on extern methods