ThirdEye Alpha1 Unity Development
Needed Materials
To get started you will need:
Unity 2020.3 (recommended)
Our unitypackage here
A basic understanding of Unity
An Alpha One device to run and test your application
Scene Setup
This will prepare the unity scene to utilize the Alpha One's integrated tracking solution.
Import the QVR asset package from SVRPlugin.unitypackage file into a new or existing project.
In the Unity dialog, leave all boxes checked and select Import.
Close and then reopen Unity to sync references in prefabs.
Create an instance of an SvrCamera rig by dragging the prefab from /Assets/SVR/Prefabs into the scene (remember to remove the Main Camera in your 3D Unity project).
Configure player settings.
Player Settings
Select File >Build Settings > Android and choose Player Settings.
In the Resolution and Presentation section, set the Default Orientation to Landscape Left
In the XR Settings section, Multithreaded Rendering is not recommended as it adds one frame of display latency.
In the Other Settings section, Virtual Reality Supported should not be set.
Remember to remove Vulkan in Graphics APIs in Other Settings -> Rendering
Quality Settings
Select Edit > Project Settings > Quality to select the following recommended options:
Anisotropic Textures = Per Texture
Anti Aliasing = Disabled
Sync Count = Don't Sync
Once the settings have been configure assets and scripts can be brought into the scene to begin the creation of a new solution.
Human Anatomy App
Last updated