Skip to content

Releases: JanSharp/VRCLockstep

v1.0.2

08 Sep 19:57

Choose a tag to compare

Installing

Go to the VCC Listing page and follow the instructions there.

Changelog

1.0.2 - 2025-09-08

Changed

  • Update com.jansharp.common dependency to v1.3.0 for the RNG WannaBeClass (0cfdea7)
  • Change late joiner game state serialization to only one game state per frame to prevent 10 second timeouts. This is now consistent with how exports do serialization (0cee39e)
  • Add another approach to latency hiding to the docs (8d27716)
  • Update docs since network events can have params (ee9ce80)
  • Clean up grammar mistakes in the documentation (e79a833)

Added

Fixed

  • Fix ReadCustomClass(string) returning wrong result when called recursively (ac30c75)
  • Fix ReadCustomClass(string) passing effectively random data version to SerializableWannaBeClass.Deserialize (ff05a04)

Zip sha256 checksum

2144bf969c8e713f03d2312971695b2db8fad81c5750a1377e15f4faa0fa83b9

v1.0.1

15 Aug 23:31

Choose a tag to compare

Installing

Go to the VCC Listing page and follow the instructions there.

Changelog

1.0.1 - 2025-08-15

Changed

  • Rename LockstepDebug define to LOCKSTEP_DEBUG (9b0e8c6)
  • Remove "unchanged" postfix when GS is not in imported data which more accurate (71ff040)
  • Change "to import" to "supports import" in GS UI which is more accurate (4d7a7b7)
  • Reset Sending-PlayerId/-UniqueId/-Time once an IA ran to help catch unintentional api misuse (373a9a5)
  • Use OnBuildUtil api to properly destroy objects, requires com.jansharp.common v1.2.0 (09af531, 7a09bc5)

Added

  • Add byte count & base64 length to exported window (b3a0fd1)
  • Add ExportByteCount to LockstepAPI (5d58b7e)

Fixed

  • Fix import error caused by unused prefabs which were remnants from using the player object pool (609a096)

Zip sha256 checksum

1df445d8e76fdb679f4250edb9ea9ce2583982d9412a84c0c5ec85fc69e944d4

v1.0.0

24 Apr 23:58

Choose a tag to compare

Installing

Go to the VCC Listing page and follow the instructions there.

Changelog

1.0.0 - 2025-04-24

A few additions to the API got their own mentions in this list, however a lot of the API is not explicitly stated in this changelog entry. The whole list of API functions does not belong here.

Added

Read more