Skip to content

Commit

Permalink
Add inspector and UPM screenshots to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Jan 4, 2021
1 parent aaaa1c9 commit 1792440
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Consolation

Unity's editor console is indispensible, but retrieving debug logs and warnings
outside the editor is difficult. To make it easier, this console displays output
from `Debug` in the game itself. This is especially useful on mobile devices.
It's difficult to retrieve logs and warnings from Unity outside the editor. To
make it easier, this console displays output from `Debug` in the game itself.
This is especially useful on mobile devices.

![Screenshot](http://matthewminer.com/images/[email protected])
![Console in Unity game](http://matthewminer.com/images/[email protected])


## Installing
Expand All @@ -21,6 +21,8 @@ Alternatively, add the package to your project via
https://github.com/mminer/consolation.git. You can also clone the repository and
point UPM to your local copy.

![Adding package to UPM](http://matthewminer.com/images/consolation-upm.gif)


## Using

Expand All @@ -35,6 +37,9 @@ requiring 3 or more fingers on the screen.
Several other settings like font size and the maximum log count are also
configurable in the inspector.

![Console component
inspector](http://matthewminer.com/images/consolation-inspector.png)


## Compatibility

Expand Down

0 comments on commit 1792440

Please sign in to comment.