Skip to content

EasyUIConsole is a lightweight in-game console for real-time log display in Unity. It provides a clean, customizable logs.

Notifications You must be signed in to change notification settings

IreshSampath/unity-assets-easy-ui-console

Repository files navigation

🖥️ EasyUIConsole for Unity

EasyUIConsole Preview

Unity Platform License


🚀 Overview

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.


📦 Installation

Option A — Install via Unity Package Manager (Git URL)

  1. Open Unity → Window → Package Manager
  2. Click +Add package from Git URL
  3. Paste the following: https://github.com/IreshSampath/unity-assets-easy-ui-console.git
  4. Click Install

🧰 Quick Start

✅ Step 1 — Import Sample

  1. Go to Package Manager → EasyUIConsole → Samples
  2. Click Import → EasyUIConsole Sample
  3. Drag the EasyUIConsole prefab into your scene

Easy UIConsole Prefab Preview

✅ Step 2 — Print Messages from Code

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


📜 License

This project is licensed under the MIT License — free for commercial and personal use.


🙏 Thank You

Thanks for using EasyUIConsole!

  • Feel free to contribute, report bugs, or request new features.

👤 Author

Iresh Sampath 🔗 LinkedIn Profile

About

EasyUIConsole is a lightweight in-game console for real-time log display in Unity. It provides a clean, customizable logs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages