We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed45ab commit 9f4d978Copy full SHA for 9f4d978
Assets/UnityDebugSheet/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.harumak.unitydebugsheet",
3
"displayName": "Unity Debug Sheet",
4
- "version": "1.5.4",
+ "version": "1.5.5",
5
"unity": "2020.3",
6
"license": "MIT",
7
"dependencies": {
README.md
@@ -1,5 +1,14 @@
<h1 align="center">Unity Debug Sheet</h1>
+## How To Install
+
+### Add the line below to `Packages/manifest.json`
+for version `1.5.5`
8
+```json
9
+"com.harumak.unitydebugsheet" : "https://github.com/unity-package/UnityDebugSheet.git?path=/Assets/UnityDebugSheet#1.5.5",
10
+```
11
12
[](LICENSE.md)
13
14
[日本語ドキュメント(Japanese Documents Available)](README_JA.md)
0 commit comments