Dependencies
January 30, 2026 · View on GitHub
Kobold UI
uGUI framework for Unity
Dependencies
- Zenject – a package for dependency injection
- Unitask – a package for more efficient and convenient async/await handling in Unity
- Dotween – a plugin for tween animations
- Alchemy (optional) – extensions for the inspector
- Odin Inspector (optional) – alternative inspector extensions
Installation
- Install all dependencies.
- Generate the
.asmdeffor Dotween:Tools -> Demigiant -> DOTween Utility Panel -> Create .asmdef - Add the define to:
Edit -> Project Settings -> Player -> Scripting Define Symbols
UNITASK_DOTWEEN_SUPPORT
- If you installed Alchemy, also add the define:
KOBOLD_ALCHEMY_SUPPORT
- If you installed Odin Inspector, add the define:
KOBOLD_ODIN_SUPPORT
- Install the plugin via Git:
https://github.com/KienanUnique/KoboldUiFramework.git
Useful Links