using System; using System.Collections; using System.Collections.Generic; using UnityEngine; [Serializable] public class Pixelgon { // Just Data // public List quads = new List(); // one material, one texture, map uv accordingly public List vectors = new List(); // mapped to one List with null break vectors }