前提・実現したいこと
OculusRiftとTouchを使ったアプリケーションを作成したい。
現状はOculusにUnity内で作成した風景、文字は表示されていますが、Touchの方が表示されずにいます。
Oculusのメニュー画面のようなところでは表示されているのでTouch自体はPCと繋がっていると思います。
下記のエラーがそれぞれ複数出てきていますので、これを消してTouchの手を表示させたいです。
発生している問題・エラーメッセージ
Multiple plugins with the same name 'ovrplugin' (found at 'C:/Program Files/Unity/Hub/Editor/5.6.0f3/Editor/Data/UnityExtensions/Unity/VR/Win64/OVRPlugin.dll' and 'Assets/OVR/Win/OVRPlugin.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. Failed to load 'Assets/OVR/Plugins/1.28.0/Win64/OVRPlugin.dll', expected x64 architecture, but was x86 architecture. You must recompile your plugin for x64 architecture. Multiple plugins with the same name 'ovrplugin' (found at 'Assets/OVR/Win/OVRPlugin.dll' and 'Assets/OVR/Plugins/1.28.0/Win64/OVRPlugin.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. Failed to load 'Assets/OVR/Plugins/1.28.0/Win64/OVRPlugin.dll', expected x64 architecture, but was x86 architecture. You must recompile your plugin for x64 architecture.
試したこと
ovrpluginが複数あるのがいけないと思い、win64を残してほかはすべて削除したところ今度は認識できないというエラーが出たのでとりあえず元の状態に戻しました。
ovrpluginのPlatform SettingでCPU/OSともにAnyになっており、x86とx86_x64にチェックが入っています。
補足情報(FW/ツールのバージョンなど)
Unity5.6.Of3,OculusRiftを使っています
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/07/08 04:45