File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,24 @@ Custom icons
29
29
Easy and automatic script generation
30
30
31
31
![ ] ( 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
+ ```
You can’t perform that action at this time.
0 commit comments