Skip to content

V4.3.1 - Bug fixes

Compare
Choose a tag to compare
@CyanLaser CyanLaser released this 01 Nov 05:39
· 7 commits to main since this release
90f708b

Download using VCC, Booth, or the attached .unitypackage.

Bug Fixes

  • Added inspector dropdown for selecting animator parameters for actions Animator.GetBool, Animator.GetInteger, and Animator.GetFloat
  • Fixed issue where UdonBehaviour.GetProgramVariable and UdonBehaviour.SetProgramVariable would not show all variables for UdonGraph and UdonSharp Programs. This fixes the issue where the CyanPlayerObjectPool CyanTrigger examples could not be recreated due to a change in how U# no longer exposes public [NonSerialized] variables.