2using System.Collections;
21 Text text = GetComponentInChildren<Text>();
23 text.text =
path.Remove(0,
path.LastIndexOf(
"/") + 1);
25 DirectoryInfo di =
new DirectoryInfo(
path);
37 Text text = GetComponentInChildren<Text>();
39 text.text = di.Name.ToUpper();
UnityEngine.UI.Button Button