Skip to content

v0.3.6 - Throwing Pickups, IsInstanceOwner, SpawnOrder

Compare
Choose a tag to compare
@CyanLaser CyanLaser released this 04 May 17:56
· 52 commits to master since this release

Please make sure you have the latest VRChat SDK when using CyanEmu.

Features

  • f07d58b - You can now throw pickups. Hold right click to charge a throw. Pickups are no longer forced kinematic. #5
  • b2e057e - Added support for new IsInstanceOwner node in Udon. Value can be changed in CyanEmu Settings Window.
  • 4d3adbe - Added support for spawn order in the VRC_Descriptor. #24

Bug Fixes

  • 8dbd4da - Fixed a bug in combat system helper preventing players from dying in Udon worlds.
  • b8681c0 - Fixed a bug with pickup helpers failing to initialize when spawned from scene.
  • 7bf7df6 - Get Player Bones now always return zero since player controller is generic.