No description
- C# 100%
| Editor | ||
| Resources | ||
| Runtime | ||
| Tests | ||
| .gitignore | ||
| changelog.md | ||
| changelog.md.meta | ||
| Documentation.meta | ||
| Editor.meta | ||
| package.json | ||
| package.json.meta | ||
| Readme.md | ||
| Readme.md.meta | ||
| Resources.meta | ||
| Runtime.meta | ||
| Tests.meta | ||
📦 KairoEngine.Core v0.2.7
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.OdinInspectorzenjectUniRXQFSW.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
UiInputBlockerfrom the UI package to this package.