Esempio n. 1
0
 void Awake()
 {
     _selfRef = this;
     DontDestroyOnLoad(gameObject);
     if (once)
     {
         GJAPI.Init(gameID, privateKey);
     }
 }
Esempio n. 2
0
 void Awake()
 {
     _selfRef = this;
     DontDestroyOnLoad(gameObject);
     if (once) GJAPI.Init(gameID, privateKey);
 }
Esempio n. 3
0
 // Use this for initialization
 void Awake()
 {
     api = GameObject.Find("_GameJoltAPIManager").GetComponent<GameJoltAPIManager>();
 }
Esempio n. 4
0
 // Use this for initialization
 void Awake()
 {
     _selfRef = this;
     api = GameObject.Find("_GameJoltAPIManager").GetComponent<GameJoltAPIManager>();
 }
Esempio n. 5
0
 // Use this for initialization
 void Awake()
 {
     _selfRef = this;
     api      = GameObject.Find("_GameJoltAPIManager").GetComponent <GameJoltAPIManager>();
 }
Esempio n. 6
0
 // Use this for initialization
 void Awake()
 {
     api = GameObject.Find("_GameJoltAPIManager").GetComponent <GameJoltAPIManager>();
 }