description |
---|
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.
{% hint style="success" %} Do you know of a video tutorial that's not included? Send us an email and we'll evaluate it! {% endhint %}
You can download example scene to get more an idea what StoryTime offers.
{% embed url="https://youtu.be/opI2wZSwVAA" %}
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 theLocalization
folder. - Select
Locale Generator
and choose which languagues you want to support and save it underLocalization > Locales
. - Select
New Table Collection
and type inDialogues
or something that will represent your dialogue data. Click onCreate String Table Collection
and save it underLocalization > Dialogues
- In the inspector view you will see an empty list with
Extensions
. Click on+
to add a new extensions and click onJson Extension.
- Drag or select the config file for the json service provider.
- Under
Select file
Choosedialogues
. - Click the
+
, chooseAdd Default Fields
and clickPull
.