Skip to content

Instantly share code, notes, and snippets.

@xwipeoutx
Last active December 21, 2018 01:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xwipeoutx/c09089f7739d958eff017e5c04adb9ad to your computer and use it in GitHub Desktop.
Save xwipeoutx/c09089f7739d958eff017e5c04adb9ad to your computer and use it in GitHub Desktop.
Setting up for mixed reality

If you want to prepare your PC beforehand, I would

  • Install Unity Hub. This handled multiple Unity versions on the same PC and is a life saver
  • Install the latest Unity from (whatever it happens to be - there won't be any major releases soon AFAIK). Include all the UWP/Windows store things and the IL2CPP scripting engine support
    • If you're more interested in doing AR for the tablet or phone, then install those SDKs too - it's really up to you what you want to get out of it
    • Careful with the installer and it telling you to install VS 2018. There's a checklist here - but I wouldn't worry about the emulator. It sucks.
  • Do a quick "Hello, world"
  • Make sure you can build your thing from (3) with XR enabled, targeting UWP. If you can get this to work, it'll go on to the device Just Fine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment