V4.3.1 - Bug fixes
Download using VCC, Booth, or the attached .unitypackage.
Bug Fixes
- Added inspector dropdown for selecting animator parameters for actions
Animator.GetBool
,Animator.GetInteger
, andAnimator.GetFloat
- Fixed issue where
UdonBehaviour.GetProgramVariable
andUdonBehaviour.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.