Getting Started
After configuring the project to support the WEAVR tools, you can develop the project further.
Development Flow
| Step | Description |
|---|---|
| Create the scene | Add 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 procedure | Create and connect steps, add actions, exit conditions, and exit actions to each step, then test the procedure. |
| Deploy the procedure | Upload the procedure to the manager. |
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.
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
- Setup Scene — Add WEAVR prefabs and configure your scene
- Virtual Reality — Configure OpenXR for VR headsets
- Mixed Reality — Configure HoloLens 2 and MR setups