Flafla2 / Vive-Teleporter

A framework for Unity3D that automatically generates teleporter boundaries and facilitates the teleporter mechanic, similarly to Valve's "The Lab"
MIT License
394 stars 94 forks source link

IVRSystem errors #24

Closed dotcommer closed 8 years ago

dotcommer commented 8 years ago

Trying to import the assets into my scene and I get a flood of errors in console about "The namespace 'Valve.VR' already contains a definition for 'IVRSystem'"

Error starts in "openvr_api" line 16 "public struct IVRSystem".

Has anyone else come across this issue?

Using Unity 5.40f3

dr0idattack commented 8 years ago

I received the same error. Did you ever resolve the problem?

dr0idattack commented 8 years ago

I figured it out. Don't drag the whole Vive-Teleporter directory into your Unity project. Just put the Vive-Teleporter\Assets\Vive-Teleporter directory into your Unity project's Assets directory .

Flafla2 commented 8 years ago

Hi, sorry for the late response. I would recommend downloading the unitypackage from the Releases page instead of downloading the repo directly. However, if you would prefer to download the repo for bleeding-edge changes, you should only import the Vive-Teleporter directory.