Skip to content

V4.4.3 - Bug Fixes and New Examples

Latest
Compare
Choose a tag to compare
@CyanLaser CyanLaser released this 16 Sep 23:58
· 1 commit to main since this release
59d0ff7

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

Fixes and Changes

  • Fixed issue with VRC SDK 3.7.1 causing CyanTrigger to fail to initialize
  • Added full type name when searching all actions and there are multiple types with the same name.
    • Currently only System.Random and UnityEngine.Random will show this with SDK 3.7.1
  • Fixed bug where Array Variable Inspectors would show incorrect values in playmode
  • Fixed VRC Object Pool example not setting ownership over newly spawned objects before trying to set the position
  • Added new example for detecting synced pickups. See PickupsExamples Scene
  • Added new example and prefabs for synced player tracking. See PlayerApiExamples Scene