From 9f8f81966695bd80f0d1ccc98a9d8aa070d0b0ea Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 5 Jan 2023 15:40:23 +0100 Subject: [PATCH] Added Animator doc --- .../Scripts/Animator/Animator_Doc.md | 15 +++++++++++++++ .../Scripts/Animator/Animator_Doc.md.meta | 7 +++++++ .../Scripts/Extensions/Oculus/Oculus_Doc.cs | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md create mode 100644 Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md.meta diff --git a/Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md b/Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md new file mode 100644 index 0000000..ed97b9c --- /dev/null +++ b/Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md @@ -0,0 +1,15 @@ +namespace Passer.Humanoid { + /// \page AnimatorDoc Animator + /// + /// Animations can be used when other trackers are not tracking or not available. They + /// can be enabled using the Animator option in the Input section of the Humanoid + /// Control script. + + /// By default, the animator uses a builtin procedural animation. This is overridden + /// when setting the Runtime Animator Controller parameter which is standard Unity + /// Animator Controller. + + /// Humanoid Control can control the animator controller using a number of float Animation + /// Parameters. These can be set in the Params section and refer to the Animation + /// Parameters of the Animator Controller. +} diff --git a/Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md.meta b/Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md.meta new file mode 100644 index 0000000..d6e1b0b --- /dev/null +++ b/Runtime/HumanoidControl/Scripts/Animator/Animator_Doc.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 27a15f11d0d3b87448f074297239431c +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime/HumanoidControl/Scripts/Extensions/Oculus/Oculus_Doc.cs b/Runtime/HumanoidControl/Scripts/Extensions/Oculus/Oculus_Doc.cs index 4b2ad20..e93af05 100644 --- a/Runtime/HumanoidControl/Scripts/Extensions/Oculus/Oculus_Doc.cs +++ b/Runtime/HumanoidControl/Scripts/Extensions/Oculus/Oculus_Doc.cs @@ -10,7 +10,7 @@ /// However, it should be mentioned that hand tracking with the Oculus Quest is only /// supported using the Oculus plugin. /// - /// Hand%Tracking (Plus & Pro) + /// Hand Tracking (Plus & Pro) /// ========================== /// For hand tracking, make sure the Unity XR plugin is set to Oculus. /// Hand tracking is currently not supported for OpenXR.