We're going to use this project both as a review of the things we need to do when we set up a scene for VR and as an introduction to the VRExpansion classes.
Using VRExpansion classes
Adding navigation
The first thing we're going to need to do, of course, now that we have our environment, is set it up with a nav mesh so we'll have the option to use teleport locomotion and so AI characters can navigate through it.
Begin by checking your collision environment:
- Hit Alt + C (or the from the viewport, Show | Collision) to visualize your collision environment and make sure it looks sensible.
The collision here looks good, so let's add a Nav Mesh Bounds Volume to the scene.
- Drag a Nav Mesh Bounds Volume into the scene...