Example #1
0
        override public void Skip()
        {
                        #if CinemaDirectorIsPresent
            if (cdCutscene != null)
            {
                if (disableCamera)
                {
                    KickStarter.mainCamera.Enable();
                }

                cdCutscene.Skip();
                if (!cdCutscene.IsSkippable)
                {
                    Debug.LogWarning("Cannot skip Cinema Director cutscene " + cdCutscene.name);
                }
            }
                        #endif
        }