Fixes and minor UI changes
Fixes:
- 981b66f: Fix handling for
params
methods preventing people from usingString.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