Exemple #1
0
 void Awake()
 {
     FB.Init();
     Application.targetFrameRate = 60;
     instance = this;
     GameAnalytics.Initialize();
 }
    public override void OnInspectorGUI()
    {
        ObliusGameManager myTarget = (ObliusGameManager)target;

        DrawDefaultInspector();

        if (GUILayout.Button("Delete player prefs"))
        {
            PlayerPrefs.DeleteAll();
        }
    }
 void Awake()
 {
     instance = this;
 }
Exemple #4
0
 void Awake()
 {
     Application.targetFrameRate = 60;
     instance = this;
     PlayerPrefs.DeleteKey("PUNCloudBestRegion");
 }