microsoft / MixedRealityDesignLabs_Unity

Mixed Reality Design Labs share experimental samples, explorations and learning from Windows Mixed Reality Design group. If you are looking for official toolkit, please use Mixed Reality Toolkit
MIT License
408 stars 110 forks source link

SharedHolograms from the HTK stop working as soon as MRDL is imported #75

Closed ToWalter closed 6 years ago

ToWalter commented 6 years ago

I worked with the example project for shared Holograms for testing purposes. Then I merged my existing project (which included MRDL) into the SharedHolograms stuff and I couldn't connect the client to the server anymore. I can't see an error in the application, since the client is just not showing up the shared Holograms. Then I started debugging and it seems, that the InteractionManager from MRDL is interfering with the shared Holograms stuff.

paseb commented 6 years ago

Please grab this PR from the MRTK:

We're merging the base functionality from MRDL to MRTK so they place nice :). With that we'll be pulling MRTK back into the MRDL projects.

thanks, -pat

HattMarris1 commented 6 years ago

Is the only way to use the boundingbox/appbar at the moment is to use and older version of the MRTK?

Railboy commented 6 years ago

@HattMarris1 Correct. After the MRDL->MRTK merge we will release a new bounding box tool.

hooplapunta commented 6 years ago

Just to clarify, if I currently wanted to use both MRTK and MRDL in the same project with Sharing for HoloLens over the classic Holotoolkit sharing system (not UNet), which combination of versions/PRs of the following should I use?

Thanks so much! You guys are doing an amazing job and love the bounding box... which is why I want to use MRDL!