Exemplo n.º 1
0
    IEnumerator WaterSceneRoutine()
    {
        //Just a temporary trigger for the cinematic
        yield return(new WaitForSeconds(5.0f));

        _scene.WaterScene();
    }