All Projects → DanielEverland → Scriptableobject Architecture

DanielEverland / Scriptableobject Architecture

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

Projects that are alternatives of or similar to Scriptableobject Architecture

3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+3061.62%)
Mutual labels:  indiedev, unity
Voxelengine unity
Voxel engine made in C# for Unity
Stars: ✭ 25 (-93.24%)
Mutual labels:  indiedev, unity
Unity Signals
Signals for Unity3D
Stars: ✭ 32 (-91.35%)
Mutual labels:  unity, architecture
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+780.54%)
Mutual labels:  unity, architecture
Akvfx
Azure Kinect plugin for Unity VFX Graph
Stars: ✭ 366 (-1.08%)
Mutual labels:  unity
E Books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 357 (-3.51%)
Mutual labels:  architecture
Hsv Color Picker Unity
HSV color picker for Unity UI
Stars: ✭ 355 (-4.05%)
Mutual labels:  unity
Udesktopduplication
Desktop Duplication API implementation for Unity (only for Windows 8/10)
Stars: ✭ 352 (-4.86%)
Mutual labels:  unity
Kondo
Save disk space by cleaning non-essential files from software projects.
Stars: ✭ 373 (+0.81%)
Mutual labels:  unity
Sdsandbox
This provides a sandbox simulator for training a self-driving car. This uses Unity for simulation and Python with Keras and Tensorflow for training. Recently updated to work on Python 3.4+ and Keras 2+
Stars: ✭ 369 (-0.27%)
Mutual labels:  unity
Diablerie
Diablo 2 reimplementation on unity
Stars: ✭ 363 (-1.89%)
Mutual labels:  unity
Texture maker
A texture maker tool for unity.
Stars: ✭ 358 (-3.24%)
Mutual labels:  unity
Graph Visualizer
Visualizer for your Playable graphs
Stars: ✭ 367 (-0.81%)
Mutual labels:  unity
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+1037.3%)
Mutual labels:  unity
Unity Native Sharing
A Unity plugin to open native sharing dialogs on iOS and Android, primarily for text and files
Stars: ✭ 370 (+0%)
Mutual labels:  unity
React Native Unity View
Show an unity view in react native
Stars: ✭ 356 (-3.78%)
Mutual labels:  unity
Unity Shadersketches
Sketches made with ShaderLab in Unity.
Stars: ✭ 362 (-2.16%)
Mutual labels:  unity
Unity Srp Vxgi
Voxel-based Global Illumination using Unity Scriptable Render Pipeline
Stars: ✭ 361 (-2.43%)
Mutual labels:  unity
Liliumtoongraph
UniversalRP Toon Shader with ShaderGraph
Stars: ✭ 356 (-3.78%)
Mutual labels:  unity
Unity Actions
Github actions for testing and building Unity projects
Stars: ✭ 358 (-3.24%)
Mutual labels:  unity

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",
		...
	}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].