Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add Story/cutscenes or use Events in ManageScene #164

Open
shubhank008 opened this issue Jul 10, 2021 · 2 comments
Open

How to add Story/cutscenes or use Events in ManageScene #164

shubhank008 opened this issue Jul 10, 2021 · 2 comments

Comments

@shubhank008
Copy link

How can we add story or cutscenes and some kind of Map where player can move/interact ?
I saw event system and some methods to plug into in GameInstance but didnt find anything in BattleScene so we could show any intro before battle or story after battle/stage.

In ManageScene a lot of the UI elements have event triggers like this Adventure->Stage (UIStage) component does which I believe should let us change map or UI based on what user clicks or selects, but how do we control the flow ?
I think its meant to plugin our cutscenes and story or dialogues as the event click part seems pretty self explanatory, but how do we go return control from there/cutscene back to the battle/stage part.

Unity_Tc09cgeMhG

@insthync
Copy link
Member

I will try to make the event manager for both manage scene and battle scene, I think it should have a user's flag table to store the state of users such as passing tutorial a, b, ..., x states

@shubhank008
Copy link
Author

That would be awesome, and let this kit be customizable way more easily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants