Commit 99e84d90 authored by 17김현학's avatar 17김현학

bug fix

parent 2be69c30
......@@ -19,7 +19,7 @@ public class UIManager : MonoBehaviour
// Start is called before the first frame update
void Start()
{
// _pathUI.SetActive(false);
_pathUI.SetActive(false);
pathName = _pathUI.transform.Find("Name").GetComponent<Text>();
middlePoint = _pathUI.transform.position;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment