For this chapter's work, let's create a new project with the following template options:
- A Blank Blueprint template
- Targeting Mobile/Tablet hardware
- Scalable 2D or 3D
- No starter content
Once the project has been created, open its Project Settings and set the following menu options:
- Project | Description | Settings |Â Start in VR:Â True
- Engine | Rendering | Forward Renderer | Forward Shading: True
- Engine | Rendering | Default Settings | Ambient Occlusion Static Fraction: False
- Engine | Rendering | Default Settings | Anti-Aliasing Method: MSAA
- Engine | Rendering | VR |Â Instanced Stereo:Â True
- Engine | Rendering | VR |Â Round Robin Occlusion Queries:Â True
Allow the project to restart once all these settings have been set.
Once...