string filePath = "Assets/EnemyShips/" + fileName; TextAsset shipFile = AssetDatabase.LoadAssetAtPath<TextAsset>(filePath);. And this worked ...
確定! 回上一頁