Closed qubitz closed 3 years ago
Having the same issue. Any way to fix this?
I haven't found any real solution, but instead have been using SteamVR for Windows MR and that has the controller model working great. Would love a better solution though...
Oh. Could you elaborate on how you got the controller model using SteamVR?
Absolutely. It works quite well actually.
1) Setup SteamVR on Steam
2) Download Windows Mixed Reality for SteamVR on Steam.
3) Start the Windows Mixed Reality Portal
4) Start the Windows Mixed Reality for SteamVR application
5) Set VRTK to use the SteamVR
setup
6) Hitting play will load up the SteamVR which will hook into MWR for SteamVR and have the WMR controller model
So, you are actually building for Steam VR instead of changing to UWP. I knew that worked, but hadn't noticed the correct controller models loading. Thanks for that info.
@qubytes @amrittb About the Error: Did you download the project as ZIP or cloned the repo? There is a github problem when downloading the ZIP that DLLs are marked unsafe and therefore are not recognized by Unity
You also only need this repo if you want to build for UWP. Steam VR will load the controllers on it's own. Steam VR has it's downsides though, but to be fair, so has UWP ;)
Yeah. It seems downloading the ZIP didn't include the DLLs.
You can find a unity package and a zip in releases now
Hi there, I think I have a simple issue of my own doing. I'm getting this error after adding this repo to my project:
Do I need to include the UnityGLTF repo in my Unity project?
I followed instructions for setting up the project for WMR controller models through the readme in the WMR SDK in VRTK and the readme in this repo. I moved the UMP folder next to Assets, but I'm a bit lost as to how to fix the error.