VRChat

VRChat 2018.2.1

Version
2018.2.1
Version Date
June 12, 2018
Links

Patch Notes

VRChat 2018.2.1

Client


CHANGES
  • Many safety and security fixes have been implemented
  • Favorite Worlds: There's now a limit of 32 worlds for Favorite Worlds, up from 20

SDK


Detailed documentation for these new features is pending.

FEATURES
  • The SDK now has a Splash Screen that details the latest changes, added features, and notes that opens when you open a Unity Project with the SDK imported (this can be disabled)
  • Improved Drag and Drop support in Trigger Reference fields
  • New Triggers/Actions added:
  • Particle Collision trigger - Used to detect collisions between particles and objects
  • PlayHaptics - Used to play haptics in a Touch or Vive controller. Must be used with VRC_Pickup
  • SetUIText - Used to set the text of a UIText component
  • SetAngularVelocity - Used with a rigidbody to set it's angular velocity
  • AddVelocity - Used with a rigidbody to add to its velocity
  • SetVelocity - Used with a rigidbody to set its velocity
  • AddForce - Used with a rigidbody to add force
  • OnOwnershipTransfer - Used to detect when the ownership of an ObjectSync object ha changed
  • OnDisable (like OnEnable) - Fires when a game object is disabled
  • New Midi Device Triggers
  • VRC_MidiNoteIn - Play a virtual piano with a real piano keyboard! Fires when a Note message is received on a MIDI device. You can select NoteOn or NoteOff and which Channel.
  • VRC_OscButtonIn - Control your world with a phone or tablet! Fires when an OSC message is received at a specific address. You can specify whether to trigger on Button On (1) or Off (0)

VRChat attempts to connect to all available MIDI devices.
VRChat attempts to receive OSC messages on port 9000.

CHANGES
  • All trigger actions' target object field now defaults to the local gameobject

FIXES
  • BufferOne support added to several actions: SetLayer, SetWebpanelVolume, AddHealth, AddDamage, SetComponentActive, SetMaterial, ActivateCustomTrigger
  • Fixed SetKinematic, SetGravity trigger actions

VRChat 2018.2.1p1


CLIENT

FIXES
  • Fixed a regression that broke AddDamage and AddHealth action on players