Steps to Integrate Interactive Tutorial
Last updated
Last updated
1. Once you have your interactive tutorial prefab ready, make sure you include it in the same asset bundle as your MainParent (the actual game). We don't need to have separate bundles for Game and Tutorial.
2. Now, After creating the bundle, Enable “isInteractableTutAvailable” bool in WinzoController via inspector and hit Play.
Once the user has played the tutorial, you need to trigger this event to finish the tutorial.