Skip to content

antfarmar/Unity-3D-ScriptableObjects-Tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published