Unity Custom Logger
This custom logger package lets you print logs on runtime or in-editor with the ability of enabling and disabling them, as well as many custom logs (colors, tags, etc...)
com.atk.logger 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/aniskaram-logger.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Custom Logger** 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/aniskaram-logger.git
```
[](https://www.pkglnk.dev/pkg/aniskaram-logger)README
📝 Unity Custom Logger (Unity Package)
A lightweight, color-coded logging utility for Unity. Keeps your console clean and your logs readable and maintainable.
📦 Installation
Open the Package Manager in Unity > (+) Add package from git URL... and use: https://github.com/AnisKaram/Unity-Custom-Logger-Package.git
🚀 Usage
- Open Custom Tools in Unity > Logger > Editor or/and Runtime > Enable > Wait until it compiles.
- Import this namespace: com.atk.logger in your script.
- Call EditorLogger or RuntimeLogger static classes to call their methods.
Important After installing, please make sure to enable editor, runtime, or both logs by using the Custom Tools tab in Unity.
🤝 Requirements
- Unity 6000.2 or higher.
- Minimum Unity Release is 6f2 to avoid using any Unity Version with Security Issues.
- No external dependencies.
⚙️ Configuration
Open Custom Tools in Unity > Logger to:
- Enable and Disable editor and runtime logs.
- [Optional/When Needed] Clear logs.
No comments yet. Be the first!