-
-
Notifications
You must be signed in to change notification settings - Fork 25
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.
- download the releases for each thing
- put them in a Unity 2019.4.29f1 project (like unity-assets or an empty project)
- build the project
- 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):
- copy from game folder into Lib folder
For mirror weaver:
- copy from mirror github repo, replacing the existing files in ./MirrorWeaver/Weaver
- make sure to preserve any
// CHANGEDlines. these are things that were edited for QSB