#Cutscene handling
1 messages · Page 1 of 1 (latest)
it would have been nice to make them more data-driven, or even done via a simple scripting language, mostly because it would have been nice to not have to rebuild and get back to the cutscene to iterate on it. Maybe now that C# has some better hot-reloading it'd be fine, though?
I also think it could have used some better state management - skipping cutscenes and so on was always basically hard-coded and occasionally I forgot some stuff. If instead it had some way to manage "this is the game state at the end of the cutscene" to try and automate it, that would have been nice.