Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 759 Bytes

File metadata and controls

22 lines (16 loc) · 759 Bytes

CoreLib

CoreLib Mod

A modding library for Core Keeper. Provides features that makes modding Core Keeper easier.

Setting up CoreLib project for CoreLib contribution

Follow these steps to setup CoreLib project to contribute to CoreLib. Steps included here temporarily

  1. Install mod sdk
  2. Open mod SDK project in unity
  3. Update game files
  4. Update game assets
  5. Install editorcoroutines and sharp-zip-lib packages in Unity (probably should automate)
	"com.unity.editorcoroutines": "1.0.1",
	"com.unity.sharp-zip-lib": "1.4.1",
  1. Clone CoreLib repo into project's assets folder (should result in new CoreLib folder containing .git folder)