scriptable-objects
There are 19 repositories under scriptable-objects topic.
neon-age/Tags
Exploring usage of custom tags with ScriptableObjects in Unity
heathen-engineering/BGSDK-Foundation
Heathen Engineering's BGSDK Foundation allows you to manage in-game items as blockchain assets. It is a complete wrapper around Venly's Web API. The tool simplifies integration with Venly API exposing all features and functions to C# classes and includes Editor extensions to aid in design and deployment of Contracts and Tokens.
makeplayhappy/reactive-menu-system
Unity3D Event driven menu system using Unity Atoms and Unity UI Extensions menus.
GabrielBigardi/Unity-Utils
Personal collection of tools for using in any Unity Project to make your life easier
tunchasan/Game-Architecture-with-Scriptable-Objects
This is a Unity project that based on Scriptable Objects. In this project, i have practiced with SO and events that created with SO. Also i had improve my knowlegde on Game Architectures with SO.
dre0dru/Shared.Sources
Collections of code that is reused across projects
Jason-Skillman/Scriptable-Tags
Unity Package: Quickly set up object tags without using the standard Unity tag system.
GhooTS/GTScriptableVariable
Scriptable variable base on Ryan Hipple Talk about Game Architecture with Scriptable Objects
bzgeb/ScriptableObjectExamples
Examples of interesting uses for Scriptable Objects.
DiegoRuizGil/SO-Game-Events-Architecture-Unity
Event system for communication between objects in a Unity scene, based on the use of Scriptable Objects
DuskModules/ScriptableObjects
Module for Unity providing a variety of ScriptableObjects, each designed towards a specific purpose.
ninito-ph/Scriptable-Architecture
An implementation of common general-use ScriptableObject classes, for ScriptableObject-driven game architecture.
rodellison/BabyYodasEscape
A Unity 3d Platformer game for a Star Wars gamejam
tunchasan/Unite2017
Sample project for Game Architecture with Scriptable Objects from Unite Austin 2017
MartiinWalsh/text-adventure-game
Text adventure game using scriptable objects in Unity.
nhminh0701/Brick-Breaker
BrickBreaker demo applying SO architecture in Unity
RCJ15/Wormhole-Signal
A tool for Unity which creates events that are tied to scriptable objects.
SteveTaylorDev/modular-gameplay-builder
First version of a modular, state machine driven logic system which enables behaviour to be built out of scriptable objects in the Unity editor.
DiegoRuizGil/unity-global-variables
Global variables system for Unity