How to set up:
- Copy the files somewhere
- Set up the mod name in the following places:
- Mod.csproj (Project > PropertyGroup > AssemblyName)
- manifest.json (id, name)
- Mod.cs (namespace, class)
- Configure the paths in Mod.csproj.user:
- kaartdorp - points to the unity project root (NOT the repo root)
- unity - points to the installation of Unity 2020.3.6f1
- Configure the build script, specifically the variables under
----- CONFIGURE THESE ----- - Develop your mod :D
- Run the build script to build your mod and automatically copy all the files it needs