pupil-labs / hmd-eyes

Building blocks for eye tracking in AR and VR.
GNU Lesser General Public License v3.0
152 stars 64 forks source link

Cannot deploy to Hololens #43

Closed njss closed 6 years ago

njss commented 6 years ago

The examples for Hololens/Unity can be built using Unity. However, when trying to deploy them to the Hololens (using visual studio) it fails...with error code 1

AndreNicolai commented 6 years ago

With our discussion on Discord and the scheduled remote session, can we close this issue?

njss commented 6 years ago

Yes, you can close this issue! Thank you!

On Mon, Feb 26, 2018 at 8:54 AM, AndreNicolai notifications@github.com wrote:

With our discussion on Discord and the scheduled remote session, can we close this issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pupil-labs/hmd-eyes/issues/43#issuecomment-368417238, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmXNFQTfuDa5kBXF9vpslozo7to5VxTks5tYmMhgaJpZM4SPjHR .

-- best,

Nelson Silva

njss commented 6 years ago

The problem was that on Windows you have to be careful with where do you place your unity projects and where do you create the deployment folder for visual studio/hololens. If the path is too long, you will receive this kind of message.

AndreNicolai commented 6 years ago

Thanks for documenting this!