using UnityEngine; namespace AllIn13DShader { public class GradientTexture : ScriptableObject { public Texture texture; public Gradient gradient; } }