Better Logging
A better logging system for Unity, similar to the JavaScript console in your browser
com.cookie.better-logging 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/better-logging.git README Markdown
Copy this to your project's README.md
## Installation
Add **Better Logging** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/better-logging.git
```
[](https://www.pkglnk.dev/pkg/better-logging)README
better-logging
A better logging system for Unity, that allows you to explore collections and objects in a tree-like structure.
To use simply replace any Debug.Logs with BetterLog.Logs and open the better console window (Window -> Cookie ->
Better Console)
WARNING
It's currently in VERY early alpha: a lot of the features are missing and it's only a proof of concept as of right now
Showcase
https://github.com/user-attachments/assets/52b0ff65-7c82-42c7-a0c9-e3f8555422f4
No comments yet. Be the first!