Skip to main content

33 posts tagged with "release"

View All Tags

Release 3.2.1

Momo the Monster
VRChat Developer

Summary

Small fixes for Midi, PhysBones, and Udon's interaction with Blocked Users and Stations. Updates Newtonsoft Dependency to 3.0.2.

Requires Resolver 0.1.20!

This version of the SDK updates the Newtonsoft package used by the Base SDK as well as the Resolver. You may see warnings or errors about conflicting package versions for Newtonsoft.Json until you update the resolver with the Creator Companion.

ClientSim 1.2.5

CubedParadox
VRChat Developer

Summary

Fixed a handful of ClientSim issues

Changes

  • Force added package resolver, which was previously git-ignored
  • Fixed Destroying focused object breaks ClientSim Issue 59
  • Fixed LineRenderer.BakeMesh() throws errors Issue 49
  • Fixed Sequential Spawn Order is broken Issue 36
  • Fixed Error about missing scene descriptor erroneously says "world descriptor" Issue 66
  • Removed simulation of bug that prevents movement when exiting stations (bugfix will be in the next client release) PR 73

ClientSim 1.2.3

Momo the Monster
VRChat Developer

Summary

Compatibility with SDK 3.2.0

Changes

  • Updates the package manifest to use ^3.1.x instead of 3.1.x to enable compatibility with the just-released 3.2.0 and beyond.

ClientSim 1.2.4

Momo the Monster
VRChat Developer

Summary

Compatibility with SDK 3.2.0

Changes

  • Updates the package manifest to use ^3.1.x instead of 3.1.x to enable compatibility with the just-released 3.2.0 and beyond.
  • Reverts in-progress work which was accidentally published in 1.2.3

Release 3.2.0

Momo the Monster
VRChat Developer

Summary

Adds DataContainers, PhysBones 1.1 ('Squishy PhysBones'), AsyncGPUReadback, and more.

Features

  • DataContainers! Lists, Dictionaries and JSON for Udon!

    • Added DataLists and DataDictionaries, giving Udon functionality similar to Lists and Dictionaries.
      • Lists and dictionaries typically need to support Generics, and Udon does not support them, so this is being done by putting your data into DataTokens first, which are able to store any value.
    • Added VRCJSON, a helper class that can convert JSON strings (such as those received from Remote String Loading to and from DataLists and DataDictionaries.
    • Read the Data Containers / VRCJSON docs page to learn more.
  • AsyncGPUReadback! This allows you to read back data from GPU and shaders without a heavy performance cost

    • Adds the VRCAsyncGPUReadback.Request function and corresponding OnAsyncGpuReadbackComplete event
    • These read data from the GPU into CPU memory without too much of a performance impact, at the expense of delaying the data for one or more frames
    • Check the ASyncGPUReadback docs for more info.

Release 3.1.11

Momo the Monster
VRChat Developer

Starting with this version, we will no longer be releasing the legacy .unitypackage files that extract into your Assets folder. This page will serve as a changelog for the SDK moving forward!

Summary

Adds Remote String Loading, Remote Image Loading, MIDI Playback, and Simulation Time!