Skip to main content

Getting Started

After configuring the project to support the WEAVR tools, you can develop the project further.

Project Flow

Development Flow

StepDescription
Create the sceneAdd assets to the project and add objects to the scene, then add components to the objects (WEAVR interactions or Unity components). An advanced customization of the scene is possible (matter of advanced sections).
Create the procedureCreate and connect steps, add actions, exit conditions, and exit actions to each step, then test the procedure.
Deploy the procedureUpload the procedure to the manager.
warning

In order for the project to work properly, it must be set up using the "Setup Project for" feature. Go to WEAVR > Setup > Project For and select the target device.

Demo Scene

All the following paragraphs refer to components or functions that you can find within the WEAVR Demo scene.

Download the Demo package from the WEAVR Manager and import it inside your project. Go to Assets > WeavrData > Demo > Scenes and open the Interaction Demo scene. This scene is developed to show how WEAVR components can be used and how procedures can be created. Feel free to navigate inside them and search for the components that are mentioned in the manual.

To start to understand how to create procedures, look at: Your first Procedure paragraph.

Next Steps