antfarmar / Unity-3D-ScriptableObjects-Tanks

ScriptableObjects vs. Monobehaviours Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScriptableObjects vs. Monobehaviours

Implementation Study: Tanks! Game Improvement Demo

Implementation of Unity's Richard Fine's talk at Unite 2016:

Overthrowing the MonoBehaviour tyranny in a glorious ScriptableObject revolution

Videos

Every Unity programmer is familiar with the MonoBehaviour class, but many overlook its simpler, more flexible neighbour, ScriptableObject. These sessions go over the ScriptableObject class in detail, compare it to the MonoBehaviour class and work through many examples of how they might be applied in a project.

Europe Talk & Boston Talk

Rebuttal

Things have changed in the prefab world. Prefabs are now more powerful than the ScriptableObject. Everything ScriptableObjects used to be good for, MonoBehaviours can do... and can unlock much more powerful patterns than ScriptableObjects tend to allow.

Blog Post by Craig Perko

About

ScriptableObjects vs. Monobehaviours Study


Languages

Language:C# 52.6%Language:ShaderLab 46.0%Language:GLSL 1.1%Language:HLSL 0.3%