// Use this for initialization void Start() { gpsManager.SetTxtLogger(txtLogger); subwayManager.SetTxtLogger(txtLogger); gpsManager.GPSEnable(); subwayManager.LoadSubwayJsonData(); systemMilSec = 0; }