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, the ExampleCompanyName and ExampleProductNam... docs.unity3d.com PlayerPrefs는 로컬에 데이터를 저장하고 싶을 때 사용하는 유니티에서 제공한다.
사용방법도 직관적이며 로컬 데이터이기에 컴퓨터 또는 휴대폰 등 기기를 바꿀 경우 데이터가 초기화된다. 1. Set PlayerPrefs.SetInt("intKey", 1)...
#
Data
#
PlayerPrefs
#
Save
#
Unity
#
데이터
#
로컬
#
유니티
#
저장
원문 링크 : 유니티(Unity) - PlayerPrefs