Skip to content

Instantly share code, notes, and snippets.

@edwonedwon
Created September 24, 2016 05:03
Show Gist options
  • Save edwonedwon/7d1675f1253f1933a86c1315d7212746 to your computer and use it in GitHub Desktop.
Save edwonedwon/7d1675f1253f1933a86c1315d7212746 to your computer and use it in GitHub Desktop.
ScriptableObject as asset in asset menu
[CreateAssetMenu(fileName = "Settings", menuName = "MyGame/Settings", order = 1)]
public class Settings : ScriptableObject
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment