using System.Collections; using System.Collections.Generic; using UnityEngine; public class RebuildMesh : MonoBehaviour { public Transform root; public Mesh meshRef; public Mesh meshRes; public List meshRefList = new List(); public float lightMapScale; }