A productive toolkit for rapidly building spatial computing solutions in the Unity software.
VRTK aims to make building spatial computing solutions in the Unity software fast and easy for beginners as well as experienced developers.
Requires the Unity software version 2018.3 (or above).
- Create a new project in the Unity software version 2018.3 (or above) using 3D Template or open an existing project.
- Ensure
Virtual Reality Supported
is checked- In the Unity software select
Main Menu -> Edit -> Project Settings
to open theProject Settings
window. - Select
Player
from the left hand menu in theProject Settings
window. - In the
Player
settings panel expandXR Settings
. - In
XR Settings
ensure theVirtual Reality Supported
option is checked.
- In the Unity software select
- Ensure the project
Scripting Runtime Version
is set to.NET 4.x Equivalent
.- In the Unity software select
Main Menu -> Edit -> Project Settings
to open theProject Settings
inspector. - Select
Player
from the left hand menu in theProject Settings
window. - In the
Player
settings panel expandOther Settings
. - Ensure the
Scripting Runtime Version
is set to.NET 4.x Equivalent
.
- In the Unity software select
- Navigate to the project
Assets/
directory - Git clone with required submodules into the
Assets/
directory:git clone --recurse-submodules https://github.com/thestonefox/VRTK.git
git submodule init && git submodule update
- Open the
VRTK/Scenes/Internal/TestRunner
scene - In the Unity3 software select
Main Menu -> Window -> Test Runner
- Within the Test Runner window click on the
EditMode
tab and the clickRun All
button - If all the tests pass then installation was successful
Many games and experiences have already been made with VRTK.
Check out the Made With VRTK website to see the full list.
We're not currently in a place where accepting contributions would be helpful. But as soon as we're ready we'll let you know!
Code released under the MIT License.
These materials are not sponsored by or affiliated with Unity Technologies or its affiliates. "Unity" is a trademark or registered trademark of Unity Technologies or its affiliates in the U.S. and elsewhere.