Skip to content

Commit 3dc668f

Browse files
committed
[update] readme
1 parent 76a4c72 commit 3dc668f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Assets/Plugins/MemoryInfoPlugin

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,22 @@
22
A set of tools for Unity to allow handling memory info for Android and iOS.
33

44
# Install
5+
## unitypackage
56
MemoryInfoPlugin-for-Unity.unitypackage
67

8+
## package manager
9+
Specify repository URL git://github.com/hiyorin/upm.MemoryInfoPlugin-for-Unity.git with key com.hiyorin.memoryinfo into Packages/manifest.json like below.
10+
```javascript
11+
{
12+
"dependencies": {
13+
// ...
14+
"com.hiyorin.memoryinfo": "git://github.com/hiyorin/upm.MemoryInfoPlugin-for-Unity.git",
15+
// ...
16+
}
17+
}
18+
```
19+
20+
721
# Usage
822
```cs
923
using MemoryInfo;

0 commit comments

Comments
 (0)