Core package for the KairoEngine library.

James Peret d203f9590a Bumped package to v0.2.7 1 year ago
Editor d15bd70cee Added Tag Attribute 1 year ago
Resources 8de3af5bfd Added object pool module 2 years ago
Runtime 1c0f331e92 Added random seed to IMapDataGenerator 1 year ago
Tests ae104f739b Initial commit 2 years ago
.gitignore ae104f739b Initial commit 2 years ago
Documentation.meta ae104f739b Initial commit 2 years ago
Editor.meta ae104f739b Initial commit 2 years ago
Readme.md d203f9590a Bumped package to v0.2.7 1 year ago
Readme.md.meta ae104f739b Initial commit 2 years ago
Resources.meta 8de3af5bfd Added object pool module 2 years ago
Runtime.meta ae104f739b Initial commit 2 years ago
Tests.meta ae104f739b Initial commit 2 years ago
changelog.md d203f9590a Bumped package to v0.2.7 1 year ago
changelog.md.meta ae104f739b Initial commit 2 years ago
package.json d203f9590a Bumped package to v0.2.7 1 year ago
package.json.meta 1c8a5a7b58 Updated NPM package name 2 years ago

Readme.md

📦 KairoEngine.Core v0.2.7

Change Log

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.