This is the official Mod SDK for Core Keeper! Use it to create and publish amazing mods.
If you are looking for existing mods, check the official mod.io page.
- Unity Hub, available for download on Unity's website
- Unity Editor 6000.0.59f2. This will be installed automatically by Unity Hub if you follow the instructions below.
- Download the project to your PC, either using Git or by clicking Code > Download ZIP and extracting the archive anywhere.
- Install and open Unity Hub. Press "Add -> Add project from disk" and select the folder where you downloaded the SDK. The project should now appear in the Unity Hub projects list.
- (Optional) Press the three dot menu next to the project, select "Add command line arguments", add
-disable-assembly-updaterand press Save. This is not strictly required, but it will remove some errors from the log when you open the project. - Open the project. If you do not already have a matching Unity Editor version, Unity Hub will guide you through installing it. Make sure to enable "Linux Build Support (Mono)" or you won't be able to install or build your mods. All other options can be left at their default values.
For a more detailed guide on how to get started, check this page on mod.io.
If you have questions, check the mod-help channel on the Core Keeper Discord server.
