No description
Find a file
2026-06-01 21:26:28 -03:00
Editor Added Tag Attribute 2022-10-16 18:13:21 -03:00
Resources Added object pool module 2022-03-07 20:01:16 -03:00
Runtime Added Math.cs file 2026-06-01 21:26:28 -03:00
Tests Initial commit 2021-09-25 18:12:17 -03:00
.gitignore Initial commit 2021-09-25 18:12:17 -03:00
changelog.md Moved IMapDataGenerator to the TerrainEngine package 2022-10-26 02:32:29 -03:00
changelog.md.meta Initial commit 2021-09-25 18:12:17 -03:00
Documentation.meta Initial commit 2021-09-25 18:12:17 -03:00
Editor.meta Initial commit 2021-09-25 18:12:17 -03:00
package.json Bumped package to v0.2.7 2022-10-17 20:56:42 -03:00
package.json.meta Updated NPM package name 2021-09-25 18:51:37 -03:00
Readme.md Bumped package to v0.2.7 2022-10-17 20:56:42 -03:00
Readme.md.meta Initial commit 2021-09-25 18:12:17 -03:00
Resources.meta Added object pool module 2022-03-07 20:01:16 -03:00
Runtime.meta Initial commit 2021-09-25 18:12:17 -03:00
Tests.meta Initial commit 2021-09-25 18:12:17 -03:00

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