유니티 에디터
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
'Unity > Articles' 카테고리의 다른 글
Unity: 호출하는 스코프에 따라 달라지는 값, Time.deltaTime (0) | 2022.07.10 |
---|---|
Unity: 플러그인에 사용하기엔 계륵같은 존재, UI Toolkit (0) | 2022.02.04 |
Unity: FormerlySerializedAs For Shader 셰이더 프로퍼티 이름 변경시 데이터 보존 방법 (0) | 2021.12.30 |
Unity: 2022.1 IL2CPP 제네릭 공유 개선점이 가지는 의미 (0) | 2021.12.16 |
Unity: 헷갈리기 쉬운 에디터 개념. Edit Mode, Play Mode (0) | 2021.11.27 |