EvaisaDev / UnityNetcodePatcher

An assembly patcher which replicates the ILPostProcessing step unity does in order to make NetworkBehaviours work
MIT License
51 stars 6 forks source link

Building for an earlier Unity version #43

Open JillCrungus opened 1 month ago

JillCrungus commented 1 month ago

Is there any information on what needs to be done in order to get this patcher worker with an earlier version of Unity? Specifically, 2021.2.19.

This is actually still related to Lethal Company - as a side project I've been toying around with a project aiming to try and fix bugs and incorporate some rudimentary gameplay into the recently released V4 alpha of the game.

The problem is that this version has a bunch of networking kinks to work out and is on Unity 2021.2.19. Unfortunately, UnityNetcodePatcher doesn't seem to work for this.

The build process seems a little unusual, and I'm not entirely certain what it would take to rebuild UnityNetcodePatcher for my purposes.