The problem is I can load/unload TutorialManager items one by one item or unload all.
What if I want to have for example groups of linear walkthroughs and each group is linked with particular screen? There are no such groups provided so I should not simply create these groups manually - I should also perform some memory management because they could be started/finished separately. And for example In my case I should remember the current item for each group and if this group was already finished
The problem is I can load/unload
TutorialManageritems one by one item or unload all.What if I want to have for example groups of linear walkthroughs and each group is linked with particular screen? There are no such groups provided so I should not simply create these groups manually - I should also perform some memory management because they could be started/finished separately. And for example In my case I should remember the current item for each group and if this group was already finished