Installs and manages CORE installations.
Fonts | ||
.gitattributes | ||
.gitignore | ||
Button.tres | ||
Button_NormalStyle.tres | ||
export_presets.cfg | ||
LICENSE | ||
Makefile | ||
Manager.gd | ||
Manager.tscn | ||
project.godot | ||
README.md | ||
README.md.backup | ||
soscore.png | ||
TextEdit.tres | ||
TextEdit_NormalStyle.tres |
CORE Manager
CORE Manager installs, updates and migrates CORE installations.
Warning
This is not the CORE framework itself, just the installer. Visit StarOpenSource/core for the framework itself and it's documentation.
Download
How to install/update/migrate CORE?
- Download and launch CORE-Manager
- Enter the path to your Godot project
- Click on Install, Update or Migrate
How does it update/migrate?
It simply makes a backup of your config.gd, removes the CORE folder, reinstalls it and copies the config.gd back.
How does it install?
It fetches this JSON file and simply downloads all files listed in there. Easy as that.