Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MixedRealityToolkit-Unity.assetpackage missing sharing services #490

Closed
StephenHodgson opened this issue Jan 31, 2017 · 8 comments
Closed

Comments

@StephenHodgson
Copy link
Contributor

StephenHodgson commented Jan 31, 2017

The Sharing Service executable is missing from theunity asset package releases of the MRTK.

@NeerajW
Copy link

NeerajW commented Jan 31, 2017

This is a tricky one as when creating asset packages the External folder really does not show up :)

@StephenHodgson
Copy link
Contributor Author

StephenHodgson commented Jan 31, 2017

Yeah, I think there is a way to do it though.
We might just need to include the extra setup steps in the GettingStarted doc.

I think in order to do it properly using an asset package, you can include a zip file with the package, and execute an unzip on import through an editor script. I've seen a few other asset packages that do just this.

@Lordinaire
Copy link

I totally agree with @HodgsonSDAS, it will be nice to add some extra steps in the documentation.

The zip solution can be great! And split the asset package in two parts : HTK base / External ?

@StephenHodgson
Copy link
Contributor Author

Did a bit of research today. We would need to use .NET 4.x but unity does not support past 3.5 just yet.

There are some libraries we could use, but I don't know how we would do that to keep the licensing compatible.

@NeerajW
Copy link

NeerajW commented Feb 1, 2017

Following up more internally with @matthejo

@StephenHodgson
Copy link
Contributor Author

StephenHodgson commented Feb 1, 2017

I actually got something working today using powershell via the cmd line.

Keep an eye out for a PR

@StephenHodgson
Copy link
Contributor Author

StephenHodgson commented Feb 1, 2017

Done. Next time we make a package we just need to make sure that zip file is in there.

I'd also like to look into triggering the HoloLens Project Settings & Capabilities Window as soon as a user imports the asset package for the first time.

@S-Hodgson-MMOARgames
Copy link

S-Hodgson-MMOARgames commented Feb 4, 2017

Repro Steps:

  1. New Project
  2. Import HTK asset package
  3. HoloToolkit -> Sharing Service -> Launch Sharing Service

image

Also, the second message talking about manually coping some .exe is rather vague. It doesn't even give you a clue where to obtain it considering that external folder doesn't exist if you've only downloaded the asset package and not the whole HTK project.

@StephenHodgson StephenHodgson changed the title HoloToolkit-Unity.assetpackage missing sharing service executable HoloToolkit-Unity.assetpackage missing sharing services Feb 6, 2017
@StephenHodgson StephenHodgson changed the title HoloToolkit-Unity.assetpackage missing sharing services MixedRealityToolkit-Unity.assetpackage missing sharing services Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants