6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

初代Hololensの環境構築 (MRTK v2もあるよ)

Last updated at Posted at 2019-05-14

なぜ

幣研究室にてHololensを使った研究をするため
同じ研究に取り組む身内のために書いたものなので、ガバい所があります。

Hololens環境構築の手順

Visual Studio 2017 のインストール

  1. 以下から最新のVisual Studio 2017のDLできる
    https://docs.microsoft.com/ja-jp/visualstudio/releasenotes/vs2017-relnotes
  2. Visual Studio Installer で必要なパッケージの設定
    ユニバーサル Windows プラットフォーム開発
    Unity によるゲーム開発
    上二つにチェック
    オプションから Unity 20XX.X 64-bit Editor のチェックを外す

なぜ2017なのか?

以下参照
https://docs.microsoft.com/ja-jp/windows/mixed-reality/install-the-toolsVisual
Studio 2019 ではMR開発に既知の問題があるらしい

Unity のインストール

  1. 以下からUnityHubをDLできる
    https://store.unity.com/ja/download?ref=personal
  2. Instals -> Official Releases から Unity 2018.3.x の最新のものをDownload
    ちなみに2019年5月現在、Unity 2018.4.x LTS が出ている
    私は試していないが、Unity 2018.4.x LTS でも出来るかも?
    追記 : MRTK対応していなかったので、大人しく Unity 2018.3.x を使いましょう
  3. Add components to yor install から UWP Build Support (IL2CPP) にチェック

MRTK のセッティング

  1. Windows 10 を Windows 10 Fall Creators Update 以降のバージョンにする
  2. windows SDK 18362 よりも新しいのに更新する
    以下からWindows SDK をDLできる
    https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk
  3. MRTK のダウンロード
    2019年5月現在での最新版は Microsoft Mixed Reality Toolkit v2.0.0 RC1 Refresh である
    以下のサイトから
    https://github.com/Microsoft/MixedRealityToolkit-Unity/releases
    Microsoft.MixedReality.Toolkit.Unity.Examples-v2.0.0-RC1-Refresh.unitypackage
    Microsoft.MixedReality.Toolkit.Unity.Foundation-v2.0.0-RC1-Refresh.unitypackage
    をDLする
  4. Unity の対象となるプラットフォームを切り替える
    Unity で新しいプロジェクトを作成
    File -> Build Settings -> Platform -> Universal Windows Platform を選択し、
    Switch Platform をクリック
  5. MRTK のパッケージを Unity にインポート
    Assets -> Import Package -> Custom Package ... をクリック
    Microsoft.MixedReality.Toolkit.Unity.Foundation-v2.0.0-RC1-Refresh.unitypackage
    Microsoft.MixedReality.Toolkit.Unity.Examples-v2.0.0-RC1-Refresh.unitypackage
    の順でインポート
    出てきたダイアログは基本Applyで大丈夫かと.....
    (詳しくは https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html)

参考リンク

https://qiita.com/sifue/items/d83384282d0e75cf36e7https://docs.microsoft.com/ja-jp/windows/mixed-reality/install-the-tools
https://www.gaprot.jp/gaprot-x-chogiken/xr/hololens
https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html
https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?