Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Quick Start

Daniel Everland edited this page Nov 23, 2019 · 17 revisions

Requirement

The first thing you should do, is ensure your Unity editor version is compatible with SO-A. You currently need Unity version 2017.3 or higher

Installation Options

There are three ways you can install SO-A, although using the package manager is highly recommended. It's recommended because updates through the asset store have to go through a manual verification system, which can take several days to complete, and manual installation can be tedious to update. The package manager allows you to get updates the second they're available, without the tediousness of having to manage assets manually. It also doesn't clutter your project window with SO-A assets, since they're kept in a separate view for all your other packages.

Unity Package Manager Instructions

  1. Ensure you're using Unity 2018.1 or higher
  2. Open your asset folder

  1. Open the "Packages" folder

  1. Open the "manifest.json" file in a text editor

  1. Add the following to your dependencies

"com.danieleverland.scriptableobjectarchitecture": "https://github.com/DanielEverland/ScriptableObject-Architecture.git#release/stable",

  1. Save changes. Unity will automatically import the package.

Unity Asset Store Instructions

  1. Open the Unity Asset Store window

  1. Search for "ScriptableObject-Architecture"

  1. Select the ScriptableObject-Architecture package and click on "IMPORT"

  1. Import all assets

Manual Installation

  1. Navigate to the GitHub Release Page

  2. Open the newest release and click on the .unitypackage file

  1. In Unity, click on Assets > Import Package > Custom Package...

  1. Select the downloaded .unitypackage file

  1. Import all assets

Clone this wiki locally