본문 바로가기
개발/Unity

Unity) PlayerPrefs 저장 경로

by 테샤르 2023. 5. 9.

PlayerPrefs 저장 경로

 

Unity에서 PlayerPrefs를 사용하다보면 해당 값이 저장되는 곳이 궁금해서 알게되어서 포스팅한다.

 

반응형

저장되는 경로는 환경마다 다르다. 윈도우를 기준으로 보면 대략 다음과 같다.

<PlayerPrefs>

<EditorPrefs>

 

 

Unity PlayerPrefs : [링크]

 

Unity - Scripting API: PlayerPrefs

Unity stores PlayerPrefs in a local registry, without encryption. Do not use PlayerPrefs data to store sensitive data. Unity stores PlayerPrefs data differently based on which operating system the application runs on. In the file paths given on this page,

docs.unity3d.com

 

Unity EditorPrefs : [링크]

 

Unity - Scripting API: EditorPrefs

On macOS, EditorPrefs are stored in ~/Library/Preferences/com.unity3d.UnityEditor5.x.plist. On Windows, EditorPrefs are stored in the registry under the HKCU\Software\Unity Technologies\Unity Editor 5.x key. On Linux, EditorPrefs are stored in ~/.local/sha

docs.unity3d.com

 

 

★☆☆☆☆

 

반응형

댓글