예제 #1
0
 void Start( )
 {
     //Load data
     pos = PlayerPrefsExtra.GetVector2("Pos", Vector2.zero);
     col = PlayerPrefsExtra.GetColor("Col", Color.white);
     rot = PlayerPrefsExtra.GetQuaternion("Rot", Quaternion.identity);
 }