Core package for the KairoEngine library.

James Peret baa2ef254c Fixed GameActions serialization bugs před 2 roky
Editor d1d89acddb Added GameConfig icon před 2 roky
Resources 8de3af5bfd Added object pool module před 2 roky
Runtime baa2ef254c Fixed GameActions serialization bugs před 2 roky
Tests ae104f739b Initial commit před 2 roky
.gitignore ae104f739b Initial commit před 2 roky
Documentation.meta ae104f739b Initial commit před 2 roky
Editor.meta ae104f739b Initial commit před 2 roky
Readme.md 90835da246 Added more fields to ActivityMessageEvents před 2 roky
Readme.md.meta ae104f739b Initial commit před 2 roky
Resources.meta 8de3af5bfd Added object pool module před 2 roky
Runtime.meta ae104f739b Initial commit před 2 roky
Tests.meta ae104f739b Initial commit před 2 roky
changelog.md a1186ddfb6 Updated NPM package info před 2 roky
changelog.md.meta ae104f739b Initial commit před 2 roky
package.json 90835da246 Added more fields to ActivityMessageEvents před 2 roky
package.json.meta 1c8a5a7b58 Updated NPM package name před 2 roky

Readme.md

📦 KairoEngine.Core v0.1.9

This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.

🛑Required packages

  • Sirenix.OdinInspector
  • zenject
  • UniRX
  • QFSW.MOP2

🔷Components

  • GameInstaller

📑Templates

  • Game Config – Scriptable object template that holds data about modules and the game. Each game will have its own game config with different module settings.

📄Namespaces

  • KairoEngine.Core

  • KairoEngine.Core.ModuleSystem

🎈Back Log

  • [ ] Game State register and check Ex: Check if game is paused, Check if player input is allowed...

  • [ ] Move UiInputBlocker from the UI package to this package.