본문 바로가기
개발/Unity

Unity)Plugin) PlayerPrefs Editor

by 테샤르 2021. 11. 30.

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

 

★★★★

 

반응형

댓글