using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class InputNamePanel : MonoBehaviour { private InputField input; private Action callBack; // Start is called before the first frame update void Start() { input = transform.Find("InputFieldName").GetComponent(); transform.Find("OKBtn").GetComponent