예제 #1
0
    void OnDestroy()
    {
        _instance = null;

        // Stop showing the progress report.
        GLOBAL.debug_show_progress = false;
    }
예제 #2
0
 void Awake()
 {
     _instance = this;
 }