Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 9, 2025. It is now read-only.

Makes using Scriptable Objects as a fundamental part of your architecture in Unity super easy

License

Notifications You must be signed in to change notification settings

DanielEverland/ScriptableObject-Architecture

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

371 Commits
371 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScriptableObject-Architecture

openupm

Makes using Scriptable Objects as a fundamental part of your architecture in Unity super easy

Based on Ryan Hipple's 2017 Unite talk https://www.youtube.com/watch?v=raQ3iHhE_Kk

Now on the Asset Store!

Reading the Quick Start Page is recommended!

Features

  • Automatic Script Generation
  • Variables - All C# primitives
  • Clamped Variables
  • Variable References
  • Typed Events
  • Runtime Sets
  • Custom Icons

Visual debugging of events

Full stacktrace and editor invocation for events

Custom icons

Easy and automatic script generation

Installation

For a more detailed explanation, please read the Quick Start Page

There are three ways you can install this package

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",
		...
	}
}

About

Makes using Scriptable Objects as a fundamental part of your architecture in Unity super easy

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.