// Start is called before the first frame update protected override void Start() { base.Start(); wedgeMeshGen = WedgeMeshGen.Instance(); materialLookup = MaterialLookup.Instance(); }
protected virtual void Start() { materialLookup = MaterialLookup.Instance(); Touch(); SparseUpdate(); }