Skip to content
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
Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 11 Feb 03:07
· 771 commits to master since this release
2e6fbbd

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