Update InitializePopupWindow.cs
This commit is contained in:
@@ -88,6 +88,7 @@ public class InitializePopupWindow : MonoBehaviour
|
||||
// 기존 UI 삭제
|
||||
foreach (Transform child in layersParent) Destroy(child.gameObject);
|
||||
cellMap.Clear();
|
||||
Debug.Log("asdf");
|
||||
|
||||
for (int z = 1; z <= sizeZ; z++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user