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

Bug fixes

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 24 Sep 01:08
· 231 commits to master since this release

Features

  • 8190e2d: Add support for dragging UdonBehaviour references into Unity object fields for UdonSharpBehaviours on inspectors

Fixes

  • 686b7bc: Fix object field search to only find the correct UdonSharpBehaviour type instead of finding all UdonBehaviours
  • 88e2aec: Fix auto creation of UdonSharpProgramAssets when using the Convert to UdonBehaviour button and no program asset exists, reported by M.O.O.N and ReadyPlayerEmma
  • ae1ab6d: Prevent some cases where custom inspectors could potentially reset UdonBehaviour states
  • 962fbed: Fix assembly asset export, reported by @Aomeee
  • 7f50cc5: Improve handling for Undo recording
  • 4e78911: Fix jagged array initializers on some array types not working, reported by EvolvedAnt
  • f7dbc21: Prevent OnEnable, OnDisable, and OnDestroy from firing on proxies