using UnityEngine; [CreateAssetMenu()] public class TextureData : UpdatableData { public void ApplyToMaterial(Material material) { // } }