Skip to content

Updating third‐party libraries

Will Corby edited this page Feb 23, 2025 · 5 revisions

This article is targeted at QSB devs (me) who keep forgetting how to do this.

For Mirror and UniTask:

  1. download the releases for each thing
  2. put them in a Unity 2019.4.29f1 project (like unity-assets or an empty project)
  3. build the project
  4. copy the appropriate dlls out of the Managed folder, replacing the existing ones in Lib

For steamworks.net (copied into game folder for gamepass version, which doesn't have the dll):

  1. copy from game folder into Lib folder

For mirror weaver:

  1. copy from mirror github repo, replacing the existing files in ./MirrorWeaver/Weaver
  2. make sure to preserve any // CHANGED lines. these are things that were edited for QSB

Clone this wiki locally