1using System.Collections;
2using System.Collections.Generic;
17 StartCoroutine(GetSpawnedPOI());
20 private IEnumerator GetSpawnedPOI()
22 var prefabButton = GetComponent<pb_PrefabBrowserItemButton>();
23 prefabButton.Instantiate();
24 yield
return new WaitForEndOfFrame();
26 .GetChild(0) .transform;
32 var prefabButton = GetComponent<pb_PrefabBrowserItemButton>();
static GameObject activeGameObject