facebook twitter hatena line email

Unity/Csharp/プロジェクト

提供: 初心者エンジニアの簡易メモ
2021年8月31日 (火) 15:48時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==プロジェクトパス取得== <pre> string projectPath = System.IO.Directory.GetCurrentDirectory(); Debug.Log("projectPath=" + projectPath); // /System/Volumes/Data/...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

プロジェクトパス取得

string projectPath = System.IO.Directory.GetCurrentDirectory();
Debug.Log("projectPath=" + projectPath); // /System/Volumes/Data/unity/test/IniProject