Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Fixes and minor UI changes

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 11 Jul 03:19
· 465 commits to master since this release

Fixes:

  • 981b66f: Fix handling for params methods preventing people from using String.Join(string, string[]) with an array input. Reported by @Tavren #47
  • e68c6b4: Make line endings consistent for generated uasm between Windows and Linux, reported by @YannPenven #44

UI Changes:

  • e4c3241: Add ability to drag & drop UdonSharpProgramAssets onto objects in the scene
  • 2789e6f: Make source script only editable on the program asset itself
  • 2789e6f: Make arrays copy the last element to all new elements on array resize
  • 2789e6f: Name object reference's types after the referenced object's type like Unity
  • 0d86a54: Add SendCustomEvent button to UdonSharpBehaviour Utilities drop down