FirstStage Help Centre
FirstStage Product Website
  • Welcome
  • Release Notes
    • Release 35
    • Release 34
    • Release 33
    • Release 32
    • Release 30
    • Release 28
    • Release 27
    • Release 26
    • Release 25
    • Release 24
    • Release 23
    • Release 22
    • Release 20
    • Release 19
    • Release 18
    • Release 17
    • Release 16
    • Release 15
    • Release 14
    • Release 13
    • Release 12
    • Release 11
    • Release 10
    • Release 9
    • Release 8
    • Release 7
    • Release 6
    • Release 5
    • Release 4
    • Release 3
    • Release 2
  • Basics
    • Getting Started
      • Setting up a Quest headset
      • Starting FirstStage for the first time
      • Controllers
      • Installing on Quest (Standalone)
    • The Office
    • Projects
      • Project Team
    • Scenes
    • Core Tools
      • Grabber
      • Navigator
      • Duplicator
      • Selector
      • Destroyer
      • Animator
      • Sketcher
      • Viewfinder
      • Tape Measure
    • WristPad
      • User Preferences
    • Moving Around
      • VR Comfort Preferences
    • Asset Library
    • Working with Things
      • Manipulating 3d Objects
      • Using Movement Handles
      • Moving with the Waldo
      • Attaching Things
      • Inspector
      • Groups and Assemblies
    • Working with Time
      • Timeline
      • Activities
      • Script
      • Motion Paths
    • Controls and Automation
      • Lights
      • Audio
      • Stage Machinery `
    • Undo / Redo
    • Collaboration
      • Video Streaming from VR
      • Running a Workshop
    • Using FirstStage on the Desktop
  • Crafting
    • Sketching
      • Cutting a Tunnel
      • Manipulating Edges & Vertices on 3d Objects
      • Cutting Faces
      • Standard Shapes
    • Painting with Materials
    • Painting with the Airbrush
    • Lathe
    • Parametric Shapes
    • Images
  • Animation
    • Rigid Animation
      • Realtime Animation
    • Posing Characters
    • Performance Capture
      • Motion Capture (VRIK)
      • Setting up Vive Trackers
      • Performing
      • Face Capture
        • Setting up Facial Capture
      • Mocap with Rokoko Smartsuit
    • Layering Animations
    • Using Physics
  • Camerawork
    • Cameras
    • Through The Lens
    • Camera Sequencer
  • Interactive Scenes
    • Player
    • Branching Scripts
    • Triggers
      • Trigger Volume
      • Click to Trigger
      • Place To Trigger
    • Multiple Choice Dialog
    • Task Checklist
  • Asset Management
    • FirstStage Repository
    • Set up Unity
    • Setup the FirstStage Asset Importer project in Unity
    • Unity Basics
    • Asset Import Process
      • Source assets and import
      • Prepare Assets for FirstStage
      • Export to FirstStage
        • Asset Tagging
      • Example - Unity Asset Import
      • Example - Unity Scene Import
      • Test in FirstStage
      • Fix common issues
      • Share in FirstStage (Cloud)
    • Importing from SketchUp
    • Creating a Character for Firstage using Character Creator
    • Importing from Reallusion Character Creator™
Powered by GitBook
On this page
  • Downloading and importing from the Unity Asset Store
  • Preparing the asset
  1. Asset Management
  2. Asset Import Process

Example - Unity Scene Import

PreviousExample - Unity Asset ImportNextTest in FirstStage

Last updated 9 months ago

Downloading and importing from the Unity Asset Store

From the Unity Editor, download and import the scene asset.

First, lets get organised and rename the Asset root folder from ‘Assets Main Folder’ to ‘PIOPIS’ (the Publisher’s name) to help with identification later on.

We will be making changes to the scene, so it is worth retaining the original by taking a copy of the ‘restaurant’ scene file in ‘Assets > Sample scene’ and putting it in the Asset root folder (PIOPIS). Open the newly copied scene to view and check for any obvious visible issues.

You should also check the Console window for errors when it loads. We cannot possibly anticipate what errors could occur and how to deal with them, but do recommend Googling the error message for guidance.

Preparing the asset

Set the Floor layer

FirstStage needs floor geometry marked to allow users to teleport onto it and for characters to walk on it. Unity does this by putting objects into different layers.

Firstly, we need to locate the assets that make up the floor. Fortunately, the Restaurant assets are well named and organised by type, making it much easier to identify and select the floor objects by searching for “floor” in the Hierarchy window, which seems to locate all the floor tiles.

Selected, in the Inspector view, change the Layer to Ground. When the Unity Editor asks whether it should do this for children also, click Yes.

We also want to make stairs walkable on so select those (easiest is to seach for “stair”) and change the Layer to Ground on them also.

Remove existing cameras

Example scenes often have a Player GameObject (often named ‘Player’ or ‘Controller’) to demonstrate the scene. If your scene has an obvious player object, or a camera rig, these objects should be removed as they will conflict with FirstStage when loaded.

Set the inital spawn point

In the scene root, create an empty game object called "LOCAL_USER”. Place it at ground level where you would want to enter the scene.

Test the scene

Open the FirstStage Repository view if it is not already open and make sure the LOCAL project is selected while we are testing the scene.

Select the scene asset in the Project view (you can jump to it from the Scene Hierarchy by right clicking on the scene name).

Press the Import button in the FirstStage view. You should now find your scene listed under the Pending group.

You can add a description to your scene to help when listing them in the FirstStage Office: select the scene and add a description in the right hand panel.

Now press the Commit button. The Unity Editor will freeze and pause briefly while the asset bundle is created.

Check the Console view in case any errors show up.

Now launch FirstStage and go to your project and create a new scene: the new stage (in our case, Restaurant) should appear in the list of available stages.

Once on set, you can have a look around and see how well it is working. You may find objects you missed when setting the floor layer.

Import supporting assets

What you will notice is that the props in the scene (e.g., tables, chairs) can not be interacted with: moved, deleted, etc. At this point they are just static set dressing.

To make the props interactive, we need to go back to the Unity Editor and import any supporting assets that we will want to interact with. This has the additional advantage of those assets to be placed on other stages as well.

Well organised packages will have their assets organised and typically there is a folder “Prefabs” and, in the case of the Restaurant package, there are several such folders organised by category.,

Most props can be imported without any further ceremony if they are just set dressing with no additional behaviour.

Select all the prefabs you want to import (do them in batches if easier) and press the Import button in the FirstStage repository view.

Note that some of the prefabs may be part of the construction of the building and background — walls, floors, etc., — we don’t usually want to manipulate these and so are best omitted from the import.

When we are happy with our collection of prefabs to import, press the Commit button.

We might also want to add some tags to our new assets to make them easier to find inside FirstStage.

Identify stage things

Now the prefabs are in the repository, we can identify all the game objects in the scene that are from an asset prefab so that FirstStage can work with them.

Simply select the menu option Moviestorm > Identify Stage Things

Test the scene with separate assets

Now we need to import and commit our scene again.

Launch FirstStage again and go back to the scene you created previously. You should now find that you can select and grab things in the scene which are instances of the assets you just imported.

We are now free to dress the set as we want it: removing things we don’t want, moving things where we do want and adding more things out of the asset repository.

Commit to the cloud

If you want anyone else in your project team to use this set or any of the assets you’ve imported, you need to commit them to the cloud.

In the Unity Editor, FirstStage repository view, change the Project from LOCAL to the one you are working on and then press the Commit button.

Again Unity will freeze as it builds the bundles, and it will take a bit longer this time as it has to upload the asset bundles to the server.

More improvements

Once you start working on the scene, you may find more changes you need to make to the base set. In which case you can just repeat the above process. Always test changes in the LOCAL repository first and only commit to the cloud when it is working.

Export to FirstStage
Test in FirstStage
Fixing common issues >
Export to FirstStage > 4. Save to your local FirstStage repository
Share in FirstStage > Make the asset available for remote collaboration
Prepare for FirstStage > 4. Remove existing cameras
Prepare for FirstStage > 5. Set the inital spawn point
Prepare for FirstStage > 3. Extracting Assets from Scenes > 1. Separate and import Scene assets
Prepare for FirstStage > 3. Extracting Assets from Scenes > 2. Identify Stage assets
Prepare for FirstStage > 1 - Organise the folder scheme
Prepare for FirstStage > 3. Setting floor layers
Source assets and import > 2. Import to the Unity Editor