Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

In depth learning on Scene Configuration can be found in this course in Motive Academy.

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Overview

This article describes how to configure an object Object in Unity to be usable in a Storyflow scriptScript. This is done by adding a Motive Scene Object script Script component to the object Object in Unity. The article will outline this the process in Unity and the required steps in Storyflow.

Important: Any object Object that will be used as part of a training procedure authored in Storyflow must be a Motive Scene Object.:

...

Setup - Unity SDK

  1. In Unity, find the

...

  1. Object in the hierarchy and select it

...

  1. Right click on the

...

  1. Object and select Motive

...

  1. > Make Scene Object

  2. In the Inspector, a Motive Scene Object component has been added to the

...

  1. Object

  2. In the Motive Scene Object

...

  1. Script, in the Name field type a name

...

    1. Remember this name. A

...

    1. Catalog item with the same name will need to be created in a Storyflow Catalog.

    2. For this example, the name will be

...

    1. Brush

...

  1. Save the scene

Setup - Storyflow

  1. In Storyflow, go to the Catalogs tab

...

  1. Motive Scene Objects need to be added to Named Object

...

  1. Catalogs. If you already have one, you can use it. If not, create a new Named Object

...

  1. Catalog.

  2. Find the Named Object

...

  1. Catalog and double click to open it

...

  1. Click the "+" button to add a new item. It will be added to the list.

  2. Select the item and give it the same name that was given to the Motive Scene Object

...

    1. In this case, the name is Brush

...

  1. Save the Catalog

The Motive Scene Object, Brush, can now be added to any Storyflow script using the Scene Object Resource.

Related Articles

Recipes