Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

All Start/EndCutscene() does is set the place that pressing the "Skip cutscene" button will skip to. So if you have particularly long ones you want the player to be able to skip, etc. It doesn't disable any input or anything. 

All "blocking" scripts are basically an uninteractive cutscene already. So just remove the Start/EndCutscene() functions so that you can't skip them ;)