Upgrading instructions - BeardedManStudios/ForgeNetworkingRemastered GitHub Wiki
Before upgrading:
Make sure you don'y use any of the prefabs in the FNR folder. If you're using NetworkManager, make a copy of it and put inside your own project folder. If you're using any MainMenu scenes, copy them and put them in your project folder. And make your project work off of those copies, not the originals, because they will be overwritten by upgrade.
.bin
file
The Apparently in latest versions any usage of this file was removed and now the FNR editor works directly with .cs
and .meta
files of generated classes. This means this file is not required anymore for upgrading.
.bin
file:
Upgrading instructions for later versions that don't use the - Make sure you've read all the before upgrading.
- Commit your project, or if you don't use source control make a copy
- Building FNR Build fnr, and make a
.unitypackage
- Open unity package and let it overwrite everything, make sure it doesn't overwrite your own Generated Files (in case of naming clash)
- open Wizard, open any class, hit
Save and compile
Should be good to go.