Example #1
0
 private void GenerateMap()
 {
     resources.LoadAsync <GameObject>(AssetUtility.GetPrefabAsset("MapCell"), GenerateCell);
 }