facebook twitter hatena line email

「Unity/Csharp/プロジェクト」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==プロジェクトパス取得== <pre> string projectPath = System.IO.Directory.GetCurrentDirectory(); Debug.Log("projectPath=" + projectPath); // /System/Volumes/Data/...」)
 
(相違点なし)

2021年8月31日 (火) 15:48時点における最新版

プロジェクトパス取得

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