Core package for the KairoEngine library.

James Peret 8ef5bff09a Bumped package version to 0.2.0 пре 2 година
Editor d1d89acddb Added GameConfig icon пре 2 година
Resources 8de3af5bfd Added object pool module пре 2 година
Runtime d741a833d2 Fixed disambiguation in GenericEvents пре 2 година
Tests ae104f739b Initial commit пре 2 година
.gitignore ae104f739b Initial commit пре 2 година
Documentation.meta ae104f739b Initial commit пре 2 година
Editor.meta ae104f739b Initial commit пре 2 година
Readme.md 8ef5bff09a Bumped package version to 0.2.0 пре 2 година
Readme.md.meta ae104f739b Initial commit пре 2 година
Resources.meta 8de3af5bfd Added object pool module пре 2 година
Runtime.meta ae104f739b Initial commit пре 2 година
Tests.meta ae104f739b Initial commit пре 2 година
changelog.md a1186ddfb6 Updated NPM package info пре 2 година
changelog.md.meta ae104f739b Initial commit пре 2 година
package.json 8ef5bff09a Bumped package version to 0.2.0 пре 2 година
package.json.meta 1c8a5a7b58 Updated NPM package name пре 2 година

Readme.md

📦 KairoEngine.Core v0.2.0

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

Changelog

v0.2.0
  • Upgraded GameModule system

🎈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.