Skip to content

Commit 80bbfa2

Browse files
authored
Add badges to README
1 parent 5f4edc1 commit 80bbfa2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Unity-File-Debug
2+
![Unity Version][unity-badge] 
3+
[![Platform][platform-badge]][repo] 
4+
[![GitHub license][license-badge]][license] 
5+
[![GitHub release][version-badge]][releases] 
6+
[![GitHub issues][issues-badge]][issues] 
7+
[![Pull Requests][pr-badge]][pulls] 
8+
29
Enhanced debug logging for Unity, with JSON export and HTML viewer. [Read the blog post](http://www.sacredseedstudio.com/blog/2016/06/05/Output-the-Unity-console-to-file). [See the demo](http://www.sacredseedstudio.com/Unity-File-Debug/).
310

411
## Why
@@ -26,3 +33,22 @@ This project has a few goals:
2633

2734
## Release
2835
In the Unity Editor, click the menu option `Package/Update Package`. The `UnityFileDebug.unitypackage` will be in the root of this project.
36+
37+
<!--
38+
Badge References
39+
-->
40+
[version-badge]:https://img.shields.io/github/release/Sacred-Seed-Studio/Unity-File-Debug.svg
41+
[platform-badge]:https://img.shields.io/badge/platform-All-blue.svg
42+
[issues-badge]:https://img.shields.io/github/issues/Sacred-Seed-Studio/Unity-File-Debug.svg
43+
[license-badge]:https://img.shields.io/github/license/Sacred-Seed-Studio/Unity-File-Debug.svg
44+
[unity-badge]:https://img.shields.io/badge/Unity-5.4+-blue.svg
45+
[pr-badge]:https://img.shields.io/github/issues-pr/Sacred-Seed-Studio/Unity-File-Debug.svg
46+
47+
<!--
48+
URL References
49+
-->
50+
[releases]:https://github.com/Sacred-Seed-Studio/Unity-File-Debug/releases
51+
[repo]:https://github.com/Sacred-Seed-Studio/Unity-File-Debug
52+
[issues]:https://github.com/Sacred-Seed-Studio/Unity-File-Debug/issues
53+
[license]:https://github.com/Sacred-Seed-Studio/Unity-File-Debug/blob/master/LICENSE
54+
[pulls]:https://github.com/Sacred-Seed-Studio/Unity-File-Debug/pulls

0 commit comments

Comments
 (0)