File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments