Update log
Full VRChat update
The complete published notes, normalized for clean reading and source attribution.
Extracted changes
- Security
- Gameplay
- Fixes
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:
- CosmeticParticle Collision triggerUsed to detect collisions between particles and objects
- CosmeticPlayHapticsUsed to play haptics in a Touch or Vive controller. Must be used with VRC_Pickup
- CosmeticSetUITextUsed to set the text of a UIText component
- CosmeticSetAngularVelocityUsed with a rigidbody to set it's angular velocity
- CosmeticAddVelocityUsed with a rigidbody to add to its velocity
- CosmeticSetVelocityUsed with a rigidbody to set its velocity
- CosmeticAddForceUsed with a rigidbody to add force
- CosmeticOnOwnershipTransferUsed to detect when the ownership of an ObjectSync object ha changed
- CosmeticOnDisable (like OnEnable)Fires when a game object is disabled
New Midi Device Triggers
- CosmeticVRC_MidiNoteInPlay 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.
- CosmeticVRC_OscButtonInControl 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
Source
