Unity/Articles
Unity: 플랫폼 별 미리 지정된 Path
calci
2022. 1. 5. 02:00
유니티 에디터
Application.dataPath : 프로젝트경로/Assets
Application.persistentDataPath : Appdata/LocalLow/${CompanyName}/${ProductName}
Application.streamingAssetsPath : 프로젝트경로/StreamingAssets
윈도우 스탠드어론
Application.dataPath : .exe 경로/exe_Data
Application.persistentDataPath : Appdata/LocalLow/${CompanyName}/${ProductName}
Application.streamingAssetsPath : .exe 경로/exe_Data/StreamingAssets