OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
99 stars 38 forks source link

Missing OSVR.ClientKit.dll.mdb #113

Closed skadesh closed 8 years ago

skadesh commented 8 years ago

After updating to the latest version unity has the following error:

System.IO.FileNotFoundException: Could not find file "Assets/Plugins/OSVR.ClientKit.dll.mdb".

DuFF14 commented 8 years ago

Probably due to the update. Which version did you update from? Is it blocking you or does the plugin still work? Deleting the Plugins and OSVRUnity folders and importing the plugin again should make it go away.

skadesh commented 8 years ago

I tried deleting and reinstalling however it didn't work, if by blocking me you mean not allowing me to run/compile yes it is. I forgot the version I updated from

skadesh commented 8 years ago

Fixed by renaming OSVR.ClientKit.dll.pdb to OSVR.ClientKit.dll.mdb not sure if that was a typo or intentional