Skip to content

Commit 6e6a44e

Browse files
committed
Merge branch 'master' of github.com:Sacred-Seed-Studio/Unity-File-Debug
2 parents 98c38dc + caab8e3 commit 6e6a44e

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# Unity-File-Debug
2-
Enhanced debug logging for unity, with json export and html viewer
2+
Enhanced debug logging for Unity, with JSON export and HTML viewer
3+
4+
## Why
5+
This project has a few goals
6+
- Output Unity debug info to log files
7+
- Have a nice interface to view the logs
8+
- No external dependencies
9+
- HTML5
10+
- Searchable via message, stacktrace, timestamp, logtype
11+
- Filterable by logtype
12+
13+
## How to use
14+
1. Import the [latest release's package](https://github.com/Sacred-Seed-Studio/Unity-File-Debug/releases) into your project
15+
2. Move the prefab into your scene
16+
3. Setup the filepath and settings in the prefab instance inspector
17+
4. Copy the HTML to your output path via inspector
18+
5. Use `Debug.Log` as normal, or for more advanced usage see Tester script in `Demo` folder
19+
6. Open the HTML file from your log folder, open a JSON log in the top left

0 commit comments

Comments
 (0)