public int GetNumImportantChunksRemaining()
 {
     return(terrainV2 == null ? 1 : Mathf.CeilToInt(terrainV2.GetTotalDirtyChunkImportance()));
 }