Example #1
0
File: GPS.cs Project: avidvid/OUP
 // Use this for initialization
 void Start()
 {
     _Gps = GPS.Instance();
     //DontDestroyOnLoad(gameObject);
     StartCoroutine(StartLocationService());
 }