-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inspector and UPM screenshots to README
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|