Updated Oculus Hand Tracking documentation

Added remark on minimum OVR plugin version 1.75.0
This commit is contained in:
Pascal Serrarens 2023-01-16 11:16:32 +01:00
parent cfc3b22c00
commit d04deb59e1
2 changed files with 12 additions and 2 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
CONTRIBUTING.md.meta
LICENSE.meta
README.md.meta
Third-Party-Notices.md.meta

View File

@ -10,10 +10,15 @@
/// However, it should be mentioned that hand tracking with the Oculus Quest is only /// However, it should be mentioned that hand tracking with the Oculus Quest is only
/// supported using the Oculus plugin. /// supported using the Oculus plugin.
/// ///
/// Hand Tracking (Plus & Pro) /// Hand Tracking
/// ========================== /// =============
///
/// For hand tracking, make sure the Unity XR plugin is set to Oculus. /// For hand tracking, make sure the Unity XR plugin is set to Oculus.
/// Hand tracking is currently not supported for OpenXR. /// Hand tracking is currently not supported for OpenXR.
/// Also, OVR plugin *version 1.75.0 or higher* is required for hand tracking.
/// The latest OVR plugin version can be installed by importing the latest
/// Oculus Integration package from the Asset Store.
///
/// When the platform is Android, an additional option will appear in the inspector /// When the platform is Android, an additional option will appear in the inspector
/// \image html OculusHandTracking.png /// \image html OculusHandTracking.png
/// \image rtf OculusHandTracking.png /// \image rtf OculusHandTracking.png