microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
591 stars 286 forks source link

No unity addon in build folder of LowLatencyMRC #321

Open jryebread opened 5 years ago

jryebread commented 5 years ago

I am trying to compile and run the LowLatency MRC Sample however I am not able to follow the instructions to run it because there is no MixedRemoteViewCompositor.unitypackage file inside the Build folder in the MixedRemoteViewCompositor.

jryebread commented 5 years ago

Just to clarify I thought that building the project in VS2015 here: https://github.com/Microsoft/MixedRealityCompanionKit/blob/master/MixedRemoteViewCompositor/Source/README.md

would cause the project add on to show up but it hasn't even though it compiled successfully.

jryebread commented 5 years ago

Also Would there be a way to send the Hololens imaging not to the companion Unity app but send transformation data of items in the scene to a Vive?

junqiangchen commented 5 years ago

I am trying to compile and run the LowLatency MRC Sample however I am not able to follow the instructions to run it because there is no MixedRemoteViewCompositor.unitypackage file inside the Build folder in the MixedRemoteViewCompositor.

if you compile the source project successfully,you should not MixedRemoteViewCompositor.unitypackage file,the project update the dll files on LowLatencyMRC. # 捕获