PlayerPref Editor
PlayerPrefs을 관리할 수 있는 Plugin으로 Editor형태로 되어있다.
사용하기에 편리해서 에셋을 사용중인데 소개하고자 한다.
'PlayerPrefs'는 게임 세션 간에 플레이어 기본 설정을 저장하는 클래스입니다. 문자열, 부동 소수점 및 정수 값을 사용자의 플랫폼 레지스트리에 저장할 수 있습니다.
Unity PlayerPrefs 설명 : [링크]
Unity - Scripting API: PlayerPrefs
Unity stores `PlayerPrefs` data differently based on which operating system the application runs on. In the file paths given on this page, the company name and product name are the names you set in Unity’s Player Settings. Standalone Player storage locat
docs.unity3d.com
PlayerPrefs으로 저장을 하게되면 내부 저장소에 저장이 돼서 어떤 값이 저장되어있는지 알 수가 없다. 로그로 해당 값을 출력을 하거나 실제 파일을 확인하는 방법으로 확인이 가능하다.
해당 플러그인을 사용하게되면 Editor에서 추가, 삭제, 확인, 암호화등 PlayerPrefs을 사용할때 너무 편리하다. 굿굿 :D
가격은 무료이고 릴리즈는 17년 5월 3일으로 꽤나 오래된 유틸이지만 쓸만하다.
Unity Asset Store : [링크]
PlayersPrefs Editor and Utilities | 도구 | Unity Asset Store
Get the PlayersPrefs Editor and Utilities package from Sabresaurus Ltd and speed up your game development process. Find this & other 도구 options on the Unity Asset Store.
assetstore.unity.com
★★★★☆
'개발 > Unity' 카테고리의 다른 글
Unity)Firebase) Google Auth 연동 (0) | 2021.12.06 |
---|---|
문제해결)Unity)Unity aab build FileNotFoundException: Temp\gradleOut\launcher\build\outputs\bundle\release\launcher-release.aab does not exist (0) | 2021.12.02 |
Unity) Prefab Variant(Base Prefab : 프리팹 변형) (0) | 2021.11.29 |
Unity) 라이선스 확인 방법 (0) | 2021.11.23 |
Unity) 빠른 검색(Quick Search) (0) | 2021.11.05 |
댓글