For questions that are not answered here, be sure to check out the VRTK GitHub Issues page and raise any bugs or feature requests.
Alternatively, if you have any general setup issues or other questions relating to VRTK then visit the official Slack channel at http://invite.vrtk.io to join a vibrant and helpful community.
To give more info when you need help make sure to use the
Window > VRTK > Support Info
window to copy and paste your info in here!
This is a bug with SteamVR and Unity 5.6 so you will need to add the
SteamVR_UpdatePoses
script to the main camera (which is at[CameraRig]->Camera (head)->Camera(eye)
for the Vive controllers to show up and track correctly. (Ref: https://steamcommunity.com/app/358720/discussions/0/133258092242841297/) - Also, this is automatically fixed by VRTK in the latest GitHub master version.
You will need to upgrade to version 3.0.1 to fix the issue caused by SteamVR 1.2.0. It is also required that to do the update, you delete the VRTK directory and re-add it in otherwise Unity may fail to update the files correctly if they are simply copied over and overwrite the old VRTK version 3.0.0 files.
VRTK version 3 does not support Unity 5.3 so you will need to update to Unity 5.4 or above. VRTK aims to only provide support for the recent and current version of Unity (e.g. recent is 5.4 and current is 5.5). VRTK also does not support Unity beta versions.
VRTK aims to only provide support for the recent and current version of Unity (e.g. recent is 5.5 and current is 5.6). VRTK also does not support Unity beta versions. If you are on a supported version and still have an issue then raise a bug report on the VRTK GitHub Issues page.
Watch Road to Version 3.0
When performing an upgrade, be sure to delete the previous
Assets/VRTK
directory before copying in the new version of theAssets/VRTK
directory as Unity does not handle in place updates very well.
The GitHub master version of VRTK is always the most up to date version with more features and bug fixes, however it is not as stable as the GitHub releases or the Unity Asset Store version. It is recommended that to keep up to date with the latest features, the GitHub master version is used.
Watch Getting Started with SteamVR or read the SteamVR Getting Started Guide guide.
Watch Getting Started with Oculus SDK or read the Oculus Getting Started Guide guide.
Watch Road to Version 3.0
The API documentation can be found online at http://docs.vrtk.io and are also included in the repository at API.md file.
Yes, visit the Official VRTK YouTube Channel
x
feature?Check the Example Scenes first and see if the feature you're after is demonstrated, if not then ask in Slack and finally raise a new GitHub Issue.
Watch Grab attach mechanics
The VRTK icons in the Unity Editor can be disabled or resized via Unity's Gizmo menu in the top right corner of the Scene window. Alternatively you can also just delete the icons from your copy of VRTK.
There are a number of graphic assets containing the VRTK logo and pig icon in the Image Resources directory.
You can check out the project roadmap at http://tracker.vrtk.io which shows the current issues being worked on and what's also in the pipeline for the future.