From 7d0f5f04d9e072e56e2d9877f7dedbdb6096b751 Mon Sep 17 00:00:00 2001 From: Daniel Everland Date: Wed, 1 May 2019 17:05:12 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 60926db1..2224e72d 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,24 @@ Custom icons Easy and automatic script generation ![](https://i.imgur.com/xm2gNmo.png) + +# Installation + +There are three ways you can install this package +- [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/scriptableobject-architecture-131520) +- .unitypackage from [Releases](https://github.com/DanielEverland/ScriptableObject-Architecture/releases) +- Unity package manager introduced in 2017.2 + +## Package Manager Installation + +Simply modify your `manifest.json` file found at `/PROJECTNAME/Packages/manifest.json` by including the following line + +``` +{ + "dependencies": { + ... + "com.danieleverland.scriptableobjectarchitecture": "https://github.com/DanielEverland/ScriptableObject-Architecture.git#release/stable", + ... + } +} +```