Skip to content

Instantly share code, notes, and snippets.

@snlehton
Last active August 29, 2015 14:18
Show Gist options
  • Save snlehton/93799d302caf4d24c874 to your computer and use it in GitHub Desktop.
Save snlehton/93799d302caf4d24c874 to your computer and use it in GitHub Desktop.
ScriptableObject example
using UnityEngine;
using System.Collections;
public class SOExample : ScriptableObject
{
public string text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment