Storyflow + SDK Workflow - No Direct Unity Link for the VR Headset

In depth learning on Storyflow Authoring and the Unity SDK can be found in Motive Academy.

Overview

This page describes the workflow for using Storyflow and the Unity SDK if you do not have a computer which allows for a direct link with Unity.

The common cases for this are:

  • A Mac with an Oculus VR Headset

  • A PC with a non-Oculus VR Headset

A person will need the following tools to follow this workflow:

  • Unity

  • A VR Headset

  • Storyflow

Workflow

  1. In Unity, configure an Asset

  2. Build an APK of the scene to the VR headset

  3. If a Test Storyflow Script exists, test that script in the VR headset to see if it is working properly.

    1. If no Storyflow Script exists, create one and then test it in the VR headset

  4. Are changes needed to the script?

    1. If not, you’re done

    2. If script changes are required, return to Storyflow and edit your script. Then repeat Step 3.

    3. If Unity SDK configuration changes are required, then:

      1. Return to Unity

      2. Make the required changes

      3. Repeat Step 2

Related Articles

Storyflow Author Workflow

Storyflow + SDK Workflow - Computer with Direct Unity Link

SDK - Configure a Unity Asset Workflow