Die4Ever / The-7th-Guest-Unity

a remake of The 7th Guest in Unity, with options to upscale the original videos and gameplay options
GNU General Public License v3.0
6 stars 2 forks source link

rewrite FMVManager #27

Closed Die4Ever closed 6 years ago

Die4Ever commented 6 years ago

now that I kinda know how to do videos in Unity, I need to rewrite the code and make it not suck

probably use tags for each video, like "puzzle 2nd-row 1st-col" so that you can quickly clear a bunch of videos and replace them

should work without every instantiating multiple FMVManagers, hopefully remove the possibilities of flicker, improve queuing and stacking, callbacks

also figure out how to make the clickboxes work with different aspect ratios, maybe just find the 16:9 box that fits inside the game window and calculate from that

Die4Ever commented 6 years ago

should be in charge of clickboxes, switching rooms, starting puzzles, opening the game menu...

Die4Ever commented 6 years ago

probably should rethink doing the complicated combined playlist, maybe move started players into a playing list, and put the Command object inside the videoScript so it's easily retrievable on events