コード例 #1
0
ファイル: LoadingDisplay.cs プロジェクト: jcabe4/Reignite
    void Start()
    {
        DontDestroyOnLoad(gameObject);

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

        Load (nextScene);
    }