DEV Community

Krishnamohan Yagneswaran
Krishnamohan Yagneswaran

Posted on

Create a Mini Tool for Unity Devs: Mini Log Viewer

Hey Unity developers! ๐Ÿ‘‹
I just created a lightweight tool called Mini Log Viewer to make debugging inside the Unity Editor a lot smoother and clutter-free.

๐ŸŽฏ What is Mini Log Viewer?
Mini Log Viewer is a compact, real-time log monitoring tool designed specifically for Unity developers.
It lets you view and filter logs easily in a small, adjustable window, without distracting you during gameplay or editor work.

๐Ÿ“ธ Demo:
Screenshot 2025-04-27 124902

โœจ Features
Real-Time Log Monitoring: View logs instantly as they are generated.

Filter Logs by Severity: Choose Info, Warning, Error, or All.

Clear Logs Quickly: One-click to clear your log list.

Adjustable Window Size: Resize the window however you like.

Toggle Visibility: Show/Hide logs anytime during gameplay.

๐Ÿ”ฅ How to Use
Open the Log Viewer:
In Unity Editor, go to Window > Mini Log Viewer.

Filter Logs:
Use the dropdown to filter logs by severity (All / Info / Warning / Error).

Search Logs:
Enter keywords in the search bar to find specific log entries.

Clear Logs:
Hit the Clear Logs button.

Toggle Visibility:
Press Show Logs / Hide Logs as needed!

๐Ÿ“ฆ Installation
Download the Mini Log Viewer script.

Place it inside your Assets/Editor folder.

After Unity compiles, access it from the Window menu.

โœ… Requirements
Unity 2019.4 or later.

No extra packages needed!

๐Ÿ“œ License
Released under the MIT License.
Feel free to use, modify, and share it with your team or community.

๐Ÿค Contribute
Got ideas, improvements, or bug fixes?
Feel free to fork the repo and submit a pull request!
Your feedback and contributions are highly welcome. ๐Ÿš€

Github : https://github.com/Krishnamohan33/Kyunityminilogger

โ˜• Sponsor Me
If you find this tool helpful and would like to support future development:

๐Ÿ‘‰ Sponsor Me on Razorpay

Please rate the tool on GitHub, share it with other Unity devs, and use it in your projects!

Happy Developing! ๐ŸŽฎ

Top comments (0)