Installing_the_KoboldKare_SDK - CanInBad/KK_wiki GitHub Wiki
title: Installing the KoboldKare SDK contributors:
- Naelstrof
Downloading and editing KoboldKare is a technical process, if you simply want to download and play the game you do not need to do this!
First you'll need the following:
You can download them all via Windows package manager, and this is recommended as both Blender and git need to show up within your system path.
- Clone the KoboldKare repository. This can be done with git, or your favorite git management software like Github Desktop. If you're unfamiliar with commandline, I highly recommend you install Github Desktop to manage the repository.
- Download the KoboldKare's version of Unity using Unity Hub. Unity Hub will do this automatically as you try to open the project. Otherwise as of this commit it is 2021.3.19f1, which you can download by putting this link in a browser:
unityhub://2021.3.19f1/c9714fde33b6
- Finally open the project by pointing Unity Hub at the KoboldKare folder, if blender and git are properly installed it should open normally after a long import.
If you want to contribute directly to KoboldKare, first you'll want to make an issue describing the thing you want to change. A moderator should respond to help collaborate and contribute to making the change happen.
- Make sure that you work on your fork of the project on github. You can find more information on how to do that here.
- Make pull request!