Skip to content

Instantly share code, notes, and snippets.

@rubit0
Created October 4, 2015 16:49
Show Gist options
  • Save rubit0/c59fdabfa8001bd52a9c to your computer and use it in GitHub Desktop.
Save rubit0/c59fdabfa8001bd52a9c to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
[System.Serializable]
public class MaterialPropertieBlockContainer : ScriptableObject
{
public MaterialPropertyBlock Block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment