We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92af4ff commit fd34f7bCopy full SHA for fd34f7b
1 file changed
README.md
@@ -1,2 +1,10 @@
1
# Unity-File-Debug
2
-Enhanced debug logging for unity, with json export and html viewer
+Enhanced debug logging for Unity, with JSON export and HTML viewer
3
+
4
+## How to use
5
+1. Import the [latest release's package](https://github.com/Sacred-Seed-Studio/Unity-File-Debug/releases) into your project
6
+2. Move the prefab into your scene
7
+3. Setup the filepath and settings in the prefab instance inspector
8
+4. Copy the HTML to your output path via inspector
9
+5. Use `Debug.Log` as normal, or for more advanced usage see Tester script in `Demo` folder
10
+6. Open the HTML file from your log folder, open a JSON log in the top left
0 commit comments