반응형
! 기록을 위한 포스트입니다.
검색해서 알아본 결과 안드로이드에서 유니티의 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
반응형
'Dev > etc' 카테고리의 다른 글
[GitHub] github upload project(깃허브 프로젝트 업로드하기) (0) | 2023.04.20 |
---|---|
[구름IDE] Error: Unable to access jarfile 오류 해결방법 (0) | 2023.04.20 |
[JAVA] 객체 리스트(List)의 특정필드 추출하여 리스트(List) 만들기 (0) | 2023.02.28 |
[Excel]microsoft.office.interop.excel.applicationclass' 오류 (0) | 2023.02.21 |
[CentOS7]리눅스 방화벽(firewall) 특정 IP 접근하는 방법 (0) | 2023.01.26 |