Skip to content

Releases: feel-physics/HoloMagnet3

2021_02_10レビュー

07 Feb 08:58
Compare
Choose a tag to compare
v1.1

nearMenuの位置調整

v1.0

19 Jun 08:31
Compare
Choose a tag to compare

How to deploy directly to HoloLens

  1. Connect the hololens via USB (you can do it with wifi too, but not in our Network, so i never tried)
  2. Open a browser and type "127.0.0.1:10080" so you get access to your hololens
  3. Navigate to "System>Apps" and under Install App select the .appxbundle file (in my case under: (myUnityProject/App/AppPackages/myUnityProject/myUnityProject_1.0.0.0_Win32_Master_Test)
  4. First time deploying select the dependencies .appx files (Dependencies/x86)
  5. Hit "go" to Deploy (wait until everything is uploaded)

Cited from package - How can I deploy an application to Hololens without VS? - Stack Overflow