EasyUIConsole is a lightweight in-game console for real-time log display in Unity.
It provides a clean, customizable on-screen console that shows:
- ✅ Logs
$${\color{white}(White)}$$ - ✅ Highlights
$${\color{green}(Green)}$$ - ✅ Warnings
$${\color{yellow}(Yellow)}$$ - ✅ Errors
$${\color{red}(Red)}$$
Perfect for runtime debugging, mobile builds, playtesting, or live demos where Unity’s built-in Console is not accessible.
- Open Unity → Window → Package Manager
- Click + → Add package from Git URL
- Paste the following: https://github.com/IreshSampath/unity-assets-easy-ui-console.git
- Click Install
- Go to Package Manager → EasyUIConsole → Samples
- Click Import → EasyUIConsole Sample
- Drag the EasyUIConsole prefab into your scene
EasyUIConsoleManager.Instance.EasyLog("Sample Log Message");
EasyUIConsoleManager.Instance.EasyHiglight("Sample Highlight Message");
EasyUIConsoleManager.Instance.EasyWarning("Sample Warning Message");
EasyUIConsoleManager.Instance.EasyError("Sample Error Message");
🎨 UI Behavior Log Type Color Style Log White Highlight Green Warning Yellow Error Red
This project is licensed under the MIT License — free for commercial and personal use.
Thanks for using EasyUIConsole!
- Feel free to contribute, report bugs, or request new features.
Iresh Sampath 🔗 LinkedIn Profile