Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.7 KB

tutorials.md

File metadata and controls

48 lines (27 loc) · 1.7 KB
description
Text/video learning resources for everyone!

Tutorials

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

{% hint style="success" %} Do you know of a video tutorial that's not included? Send us an email and we'll evaluate it! {% endhint %}

Showcase

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

Examples created in Unity

Tips & Tricks

{% embed url="https://youtu.be/opI2wZSwVAA" %}

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.