Skip to content

Bug fixes and some more features

Choose a tag to compare

@MerlinVR MerlinVR released this 14 Feb 21:22
· 1313 commits to master since this release
  • 1273789: @PhaxeNor added the U# program asset to the right click create asset menu
  • 0f9e9a4: Added a special case for iterating over every char in a string using a foreach loop
  • 5647e4b: Changes to how compiliation is handled. Added a Compile All UdonSharp Programs button to the program inspector
  • 60531dc: @Toocanzs improved debug error line offsets when using multi-line field initializers.
  • 5647e4b: Fix the compile progress bar sticking around if some file writing exception happens
  • 16e00aa: Fix casts for array types
  • 16e00aa: Fix property accesses on other UdonBehaviours