andrea-repetto / SoArchitecture

Unity Package Manager package of game architecture with ScriptableObjects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal

ScriptableObjects used for variables and events

Inspiration

Ryan Hippies' Unite Austin 2017 talk

Setup

Installation

These steps require Unity 2018.1.x or greater.

  1. Download a release SoArchitecture0.0.x.zip from https://github.com/Feddas/SoArchitecture/releases

  2. Unzip SoArchitecture0.0.x.zip into your projects Packages folder while Unity is closed. If Unity is open during the file transfer, Unity needs to be restarted to recognize the package.

ProjectFolder <- This should match the name of your Unity project
 + Assets folder
 + Packages folder <- Unzip into this folder
     + SoArchitecture0.0.x <- This folder should be created from unzipping
  1. Start Unity

Official package manager info.

About

Unity Package Manager package of game architecture with ScriptableObjects


Languages

Language:C# 100.0%