Tutorials

Text/video learning resources for everyone!

Apart from the Getting started video series, we offer a wide variety of tutorials that address different common mechanics.

Showcase

You can download example scene to get more an idea what StoryTime offers.

Examples created in Unity

Tips & Tricks

Localization

If you want to use dialogue you have to make use of the localization package.

  • Go to Window > Asset Management > Localization tables

  • Create Localization Settings.asset file inside the Localization folder.

  • Select Locale Generator and choose which languagues you want to support and save it under Localization > Locales.

  • Select New Table Collection and type in Dialogues or something that will represent your dialogue data. Click on Create String Table Collection and save it under Localization > Dialogues

  • In the inspector view you will see an empty list withExtensions. Click on + to add a new extensions and click on Json Extension.

  • Drag or select the config file for the json service provider.

  • Under Select file Choose dialogues.

  • Click the +, choose Add Default Fieldsand click Pull.

Last updated

Was this helpful?