ActiveNick / HoloBot

HoloBot is a reusable 3D interface that allows HoloLens & VR users to interact with any bot using Mixed Reality & Speech.
MIT License
124 stars 52 forks source link

"SharingClient.dll" not found #2

Closed eswarborra closed 6 years ago

eswarborra commented 7 years ago

Dose it works on Emulator..!!??

When i try your unity package in Emulator it is showing error " Could not copy the file ____SharingClient.dll" Because it was not found" Can you help me regarding this..??

lolo8304 commented 7 years ago

you have to add it from Hololens "HoloToolkit-Unity" from github https://github.com/Microsoft/HoloToolkit-Unity / download zip and unpack it

build again from unity and build it

einstyle commented 7 years ago

I have the same error of eswarborra when I run the build with Visual Studio on Hololens. I´ve tried your steps but still the same error...

einstyle commented 7 years ago

OK, it seems I get it working replacing the entire folder Holotoolkit with the latest one

ActiveNick commented 7 years ago

My apologies. I have not touched this repo in months and it was built with an older version of Unity, and using the older toolkit too. My goal it to update it this summer to the latest of everything, and I will be refactoring a lot of it to adjust to the latest techniques in the HoloToolkit.

einstyle commented 7 years ago

No problem. Anyway, the application is amazing!

ActiveNick commented 6 years ago

I removed all the sharing components that were in the project since they were not needed anyways. The project has been updated to Unity 5.6.2f1 and now uses the Direct Line 3.0 API. I am currently in the process of updating to the latest version of the HoloToolkit. Stay tuned.