Dev/etc

[Unity] 안드로이드(android) playerprefs 위치(location)

Mr.Walker 2023. 3. 7. 16:08
반응형

! 기록을 위한 포스트입니다.

검색해서 알아본 결과 안드로이드에서 유니티의 playerprefs를 보기 위해서는 기본적으로 루팅이 되어야한다는

결론에 도달했다.

 

루팅된 안드로이드 또는 앱플레이어의 경우 다음 경로에서 playerprefs를 확인 할 수 있다.

/data/data/pkg-name/shared_prefs/pkg-name.xml

더 자세한 내용을 알고 싶으면 아래의 링크에서 확인하길 바랍니다.

https://docs.unity3d.com/2020.1/Documentation/ScriptReference/PlayerPrefs.html

 

Unity - Scripting API: PlayerPrefs

Editor/Standalone On macOS PlayerPrefs are stored in ~/Library/Preferences folder, in a file named unity.[company name].[product name].plist, where company and product names are the names set up in Project Settings. The same .plist file is used for both Pr

docs.unity3d.com

 

반응형