Documentation

Your Guide to Using SLATE

Quickstart Scripts

Slate includes a few quickstart scripts for controlling cutscenes and which can also act as learning material for working with Slate in code. You can find and create these scripts through the Unity top menu “Tools/ParadoxNotion/Slate/Create/…”. Those scripts are:

  • Cutscene Starter. Will start playing a cutscene on Start and will invoke a Unity event when the cutscene is finished.
  • Cutscene Zone Trigger. Will start playing a cutscene when a gameobject with the specified tag is entered the trigger zone (defined with a Unity trigger collider attached). Will also invoke a Unity event when the cutscene is finished.
  • Cutscene Click Trigger. Will start playing a cutscene when the player clicks on the Click Trigger object and invoke a Unity event when the cutscene is finished.
  • Cutscene Sequence Player. Will play multiple cutscenes one after the other and invoke a Unity event when the last cutscene is finished.
Yes No Suggest edit
Suggest Edit

© Paradox Notion 2016-2024. All rights reserved.