10
9

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 3 years have passed since last update.

Unity VR 「Oculus Integration」をインポートすると「Unable to start Oculus XR Plugin.」エラーが出る場合の対処法

Posted at

#はじめに
Unityに「Oculus Integration」をインポートし実行すると「Unable to start Oculus XR Plugin.」エラーが出る場合の対処方法を記述します。
2020-02-09_06h55_01.png

#原因
Unity内包のプラグインと「Oculus Integration」内包のプラグインのバージョンの差異によりエラーが発生しています。

#開発環境
・Windows 10
・Unity 2019.3.0f6
・Oculus Integration 13.0
・Oculus Rift S

#手順

  1. とりあえず Unity の VR 開発環境をセットアップしておいてください。
    Unity 2019.3 VR設定

  2. 「Oculus Integration」アセットをダウンロード・インポートします。
    2020-02-09_07h14_38.png

  3. 任意のファイルをインポートします。
    2020-02-09_07h16_12.png

  4. [ OVRPlugin ]を更新するように勧めてきますが[ No,Don't Ask Again ]ボタンを押します。
    2020-02-09_07h23_14.png

  5. 後で[ OVRPlugin ]を更新する方法が表示されます。
    [ Ok ] ボタンを押します。
    2020-02-09_07h24_45.png

  6. [ spatializer plugin ]を更新するか聞いてくることがあります。
    [ Upgrade ]ボタンを押します。
    2020-02-09_07h25_30.png

  7. [ spatializer plugin ]が更新され、Unityエディタを再起動してよいか聞いてきます。
    よろしければ[ Restart ]ボタンでUnityエディタを再起動します。
    2020-02-09_07h26_54.png

  8. 以上で完了です。プロジェクトを実行して「Unable to start Oculus XR Plugin.」エラーが出ないか確認してください。

10
9
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
10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?