Core package for the KairoEngine library.

James Peret 30e888af2d Added Open URL GameAction 2 yıl önce
Editor 0949621078 Added FindFileByName function to Utilities 2 yıl önce
Resources 8de3af5bfd Added object pool module 2 yıl önce
Runtime 30e888af2d Added Open URL GameAction 2 yıl önce
Tests ae104f739b Initial commit 2 yıl önce
.gitignore ae104f739b Initial commit 2 yıl önce
Documentation.meta ae104f739b Initial commit 2 yıl önce
Editor.meta ae104f739b Initial commit 2 yıl önce
Readme.md 0949621078 Added FindFileByName function to Utilities 2 yıl önce
Readme.md.meta ae104f739b Initial commit 2 yıl önce
Resources.meta 8de3af5bfd Added object pool module 2 yıl önce
Runtime.meta ae104f739b Initial commit 2 yıl önce
Tests.meta ae104f739b Initial commit 2 yıl önce
changelog.md a1186ddfb6 Updated NPM package info 2 yıl önce
changelog.md.meta ae104f739b Initial commit 2 yıl önce
package.json 0949621078 Added FindFileByName function to Utilities 2 yıl önce
package.json.meta 1c8a5a7b58 Updated NPM package name 2 yıl önce

Readme.md

📦 KairoEngine.Core v0.2.1

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.2
  • Fixed WaitGameAction icon path to find the file instead of using a fixed path
  • Added FindFileByName function to Utilities
  • Fixed bug in IconFoldoutGroupAttributeDrawer icon path
v0.2.1
  • Added TriggerGenericEvent GameAction
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.