Example #1
0
    void Start()
    {
        DontDestroyOnLoad(gameObject);

        fader.alpha = 0f;
        window.alpha = 0f;
        instance = this;

        Load (nextScene);
    }