public void CreateNavGrid() { _navGrid = ScriptableObject.CreateInstance <NavGrid>(); _navGrid.ConstructFrom(_mapData.Grid); }