Does an body know or have a video about how to make a tutorial play once for the whole time you have the game such as in clash of clans

i am relatively new to unreal I’m finishing a game right now where I want a tutorial in and I already have the ui for it but how would I make it so that every time the user open up and plays the game it doesn’t make them do though it again

Thanks for your time,

You need a variable to check if the player has already finished the tutorial. For this I suggest you look into savegames.

Basically, you want to create a new savegame when the player has finished the tutorial for the first time. Then, on every subsequent launch you check if this savegame exists, and if it does, you disable the tutorial.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.