NOTE: Any issue that does not follow the below template will be immediately closed and not re-opened until the template structure is adhered to.
Attempt to recreate the issue in a VRTK example scene and provide steps to reproduce in a clear text step by step list. Include code samples, errors and stacktraces if appropriate.
Do not upload custom projects with custom code to demonstrate the issue.
This is an issue that prevents VRTK from working at all, so even example scenes will not work.
Using Unity 2018.2.4.f1, when I add the latest versions of the SteamVR plugin (2.0.1) and VRTK (3.2.1) everything is fine, but when I try to update older projects...
I have a couple of older projects from last fall and spring that I'm trying to update. Using Unity 2018.2.4f1, when I add the latest versions of the SteamVR plugin (2.0.1) and VRTK (3.2.1), I immediately get the following 2 errors:
Assets/VRTK-master/Assets/VRTK/Source/SDK/SteamVR/SDK_SteamVRBoundaries.cs(20,19): error CS0246: The type or namespace name SteamVR_PlayArea' could not be found. Are you missingValve.VR' using directive?
Assets/VRTK-master/Assets/VRTK/Source/SDK/SteamVR/SDK_SteamVRBoundaries.cs(122,27): error CS0246: The type or namespace name SteamVR_PlayArea' could not be found. Are you missingValve.VR' using directive?
I check the SteamVR > Scripts directory and SteamVR_PlayArea is definitely there. Has anyone encountered this before? I can't seem to find anything on it.
Vrtk doesn't support steam vr 2 plugin
For people who don't know how to solve this: you need to download and install an older version of the SteamVR plugin that works with VRTK:
Assets/SteamVR to your project
Most helpful comment
For people who don't know how to solve this: you need to download and install an older version of the SteamVR plugin that works with VRTK:
Assets/SteamVRto your project