string path = "/hoge/hogehoge/hoge.png"; string fileName = System.IO.Path.GetFileName (path); Debug.Log (fileName);. (出力結果) hoge.png ...
確定! 回上一頁