Skip to content

Commit 818db5c

Browse files
authored
Update README.md
1 parent 9021d79 commit 818db5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ A custom logger for Unity with custom categories and logs only available on Edit
2727
</p>
2828

2929
## 🖥️ How It Works
30-
There's a Console class, which basically serves as a wrapper of Unity's Debug class for logs. Each log type (info, warning, error) has it's own custom color and you can decide to define a category for each one (which will appear in bold in front).
30+
For starters, import the package located in the [Releases](https://github.com/JoanStinson/UnityLoggerExtended/releases) section into your project.
31+
32+
Now then, there's a Console class, which basically serves as a wrapper of Unity's Debug class for logs. Each log type (info, warning, error) has it's own custom color and you can decide to define a category for each one (which will appear in bold in front).
3133

3234
Furthermore, this system lets you define custom categories on the fly, with no need to maintain any Enums or Scriptable Objects. Just pass in the category before the log message and whoala!
3335

0 commit comments

Comments
 (0)