Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-akira authored Mar 16, 2021
1 parent c2f6fd5 commit 4e20579
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ Oculus Questから映像と音声をRTMPで配信するライブラリ

- Examples/DVRStreaming

Oculus Questから映像と音声をRTMPで設定した先に配信するサンプル (使用するには[Oculus Integration 20.1](https://developer.oculus.com/downloads/package/unity-integration/)が必要です)
Oculus Questから映像と音声をRTMPで設定した先に配信するサンプル (使用するには[Oculus Integration 20.1](https://developer.oculus.com/downloads/package/unity-integration/)が必要です)
Oculus/OculusProjectConfigの以下の項目をONにするとURLの入力にキーボードが使用できるようになります
・Focus Aware
・Requires System Keyboard


- Examples/VRExample
- Examples/OculusVRExample
- Examples/SteamVRExample

VR空間内でログインからアバターのキャリブレーションまで自動で行うサンプルUIです (使用するには[Oculus Integration 20.1](https://developer.oculus.com/downloads/package/unity-integration/)が必要です)
VR空間内でログインからアバターのキャリブレーションまで自動で行うサンプルUIです
(OculusVRExampleを使用するには[Oculus Integration 20.1](https://developer.oculus.com/downloads/package/unity-integration/)が必要です)
(SteamVRExampleを使用するには[SteamVR Unity Plugin v2.6.1](https://github.com/ValveSoftware/steamvr_unity_plugin/releases)が必要です)

**zip内**

Expand Down Expand Up @@ -87,7 +94,7 @@ Authentication.Instance.Authorize(
}
else
{
Login Failed();
LoginFailed();
}
},
onAuthError: exception =>
Expand Down

0 comments on commit 4e20579

Please sign in to comment.