Skip to content

Commit 7d0f5f0

Browse files
Update README.md
1 parent d501775 commit 7d0f5f0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,24 @@ Custom icons
2929
Easy and automatic script generation
3030

3131
![](https://i.imgur.com/xm2gNmo.png)
32+
33+
# Installation
34+
35+
There are three ways you can install this package
36+
- [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/scriptableobject-architecture-131520)
37+
- .unitypackage from [Releases](https://github.com/DanielEverland/ScriptableObject-Architecture/releases)
38+
- Unity package manager introduced in 2017.2
39+
40+
## Package Manager Installation
41+
42+
Simply modify your `manifest.json` file found at `/PROJECTNAME/Packages/manifest.json` by including the following line
43+
44+
```
45+
{
46+
"dependencies": {
47+
...
48+
"com.danieleverland.scriptableobjectarchitecture": "https://github.com/DanielEverland/ScriptableObject-Architecture.git#release/stable",
49+
...
50+
}
51+
}
52+
```

0 commit comments

Comments
 (0)