diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
commit | eb84bb298d2b95aec7b2ae12cbf25ac64f25379a (patch) | |
tree | efd616a157df06ab661c6d56651853431ac6b08b /VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees | |
download | unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2 unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip |
move to self host
Diffstat (limited to 'VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees')
6 files changed, 371 insertions, 0 deletions
diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_CrouchingLocomotion.asset b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_CrouchingLocomotion.asset new file mode 100644 index 00000000..b559c086 --- /dev/null +++ b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_CrouchingLocomotion.asset @@ -0,0 +1,97 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!206 &20600000 +BlendTree: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Custom_CrouchingLocomotion + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8c2b15cb5998105418fb046e71815e3f, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 3457094102e371c42a1dc43cd659accf, type: 2} + m_Threshold: 0.33333334 + m_Position: {x: 0, y: 1.78} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: VelocityX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 3457094102e371c42a1dc43cd659accf, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 1.25} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 3457094102e371c42a1dc43cd659accf, type: 2} + m_Threshold: 0.6666667 + m_Position: {x: 0, y: -1.25} + m_TimeScale: -1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8466eec7b1f616648a737ed487def1f0, type: 2} + m_Threshold: 0.8333333 + m_Position: {x: 1.25, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8466eec7b1f616648a737ed487def1f0, type: 2} + m_Threshold: 1 + m_Position: {x: -1.25, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 1aa8b70341eb1a548819ab2de0a3dd15, type: 2} + m_Threshold: 1.1666667 + m_Position: {x: 1.25, y: 1.25} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: VelocityX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 1aa8b70341eb1a548819ab2de0a3dd15, type: 2} + m_Threshold: 1.3333335 + m_Position: {x: -1.25, y: 1.25} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: VelocityX + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 5ea269fcea5866f46a7acd87566ae0a1, type: 2} + m_Threshold: 1.5000002 + m_Position: {x: 1.25, y: -1.25} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: VelocityX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 5ea269fcea5866f46a7acd87566ae0a1, type: 2} + m_Threshold: 1.666667 + m_Position: {x: -1.25, y: -1.25} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: VelocityX + m_Mirror: 1 + m_BlendParameter: VelocityX + m_BlendParameterY: VelocityZ + m_MinThreshold: 0 + m_MaxThreshold: 1.666667 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 2 diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_CrouchingLocomotion.asset.meta b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_CrouchingLocomotion.asset.meta new file mode 100644 index 00000000..8e24d0a8 --- /dev/null +++ b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_CrouchingLocomotion.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: afa39a027056bec45abe3fa566900fdd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 20600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_ProneLocomotion.asset b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_ProneLocomotion.asset new file mode 100644 index 00000000..f4007a8b --- /dev/null +++ b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_ProneLocomotion.asset @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!206 &20600000 +BlendTree: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Custom_ProneLocomotion + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 3bffcd80512ef7046a4c6115aec47613, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 6c9ee9cc637173d49b2993bca08c631a, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 0.1} + m_TimeScale: 0.5 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 6c9ee9cc637173d49b2993bca08c631a, type: 2} + m_Threshold: 1 + m_Position: {x: 0, y: 1} + m_TimeScale: 2 + m_CycleOffset: 0 + m_DirectBlendParameter: VelocityX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 6c9ee9cc637173d49b2993bca08c631a, type: 2} + m_Threshold: 1.5 + m_Position: {x: 0, y: -0.1} + m_TimeScale: -0.5 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementX + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 6c9ee9cc637173d49b2993bca08c631a, type: 2} + m_Threshold: 1.75 + m_Position: {x: 0, y: -1} + m_TimeScale: -2 + m_CycleOffset: 0.5 + m_DirectBlendParameter: VelocityX + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 116d68f15e1f2f1498404645567c69d6, type: 2} + m_Threshold: 2 + m_Position: {x: 0.1, y: 0} + m_TimeScale: 0.5 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 116d68f15e1f2f1498404645567c69d6, type: 2} + m_Threshold: 2.25 + m_Position: {x: -0.1, y: 0} + m_TimeScale: 0.5 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementX + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 116d68f15e1f2f1498404645567c69d6, type: 2} + m_Threshold: 2.5 + m_Position: {x: 1, y: 0} + m_TimeScale: 2 + m_CycleOffset: 0 + m_DirectBlendParameter: VelocityX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 116d68f15e1f2f1498404645567c69d6, type: 2} + m_Threshold: 2.75 + m_Position: {x: -1, y: 0} + m_TimeScale: 2 + m_CycleOffset: 0.5 + m_DirectBlendParameter: VelocityX + m_Mirror: 1 + m_BlendParameter: VelocityX + m_BlendParameterY: VelocityZ + m_MinThreshold: 0 + m_MaxThreshold: 2.75 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 2 diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_ProneLocomotion.asset.meta b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_ProneLocomotion.asset.meta new file mode 100644 index 00000000..a6ff617f --- /dev/null +++ b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_ProneLocomotion.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f6f3ce5c1bf9da14cb279a32198ebb6c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 20600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_StandingLocomotion.asset b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_StandingLocomotion.asset new file mode 100644 index 00000000..43915c36 --- /dev/null +++ b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_StandingLocomotion.asset @@ -0,0 +1,161 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!206 &20600000 +BlendTree: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Custom_StandingLocomotion + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 23dba0ec7d8ff8443bdfe3434c6b3130, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 5.96} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b6d456f2ed810364ebe3be917824b2e7, type: 2} + m_Threshold: 0.05882353 + m_Position: {x: 0, y: 3.4} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 37dab4a2c63deb643bc9de4da0d212ed, type: 2} + m_Threshold: 0.11764706 + m_Position: {x: 0, y: 1.56} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 91e5518865a04934b82b8aba11398609, type: 2} + m_Threshold: 0.1764706 + m_Position: {x: 0, y: 0} + m_TimeScale: 0.166 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 3f5e872b50a268c41a98ee9d299d2153, type: 2} + m_Threshold: 0.23529412 + m_Position: {x: 0, y: -1.56} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 918c44c9b072e6549b41f11912f44876, type: 2} + m_Threshold: 0.29411766 + m_Position: {x: 0, y: -2.1} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e8f272970e172914e8e134af1a1a337e, type: 2} + m_Threshold: 0.3529412 + m_Position: {x: -3, y: 0} + m_TimeScale: 2 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 954b4bdbab2834743b2e07d6621629e5, type: 2} + m_Threshold: 0.4117647 + m_Position: {x: -1.56, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 954b4bdbab2834743b2e07d6621629e5, type: 2} + m_Threshold: 0.47058824 + m_Position: {x: 1.56, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e8f272970e172914e8e134af1a1a337e, type: 2} + m_Threshold: 0.5294118 + m_Position: {x: 3, y: 0} + m_TimeScale: 2 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 036e18dc9d3a7dd428f7d83bf5c65db4, type: 2} + m_Threshold: 0.5882353 + m_Position: {x: -1.1, y: -1.1} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 036e18dc9d3a7dd428f7d83bf5c65db4, type: 2} + m_Threshold: 0.64705884 + m_Position: {x: 1.1, y: -1.1} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 95ec853e6c7731048be077df8b455bd0, type: 2} + m_Threshold: 0.7058824 + m_Position: {x: -1.1, y: 1.1} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 95ec853e6c7731048be077df8b455bd0, type: 2} + m_Threshold: 0.7647059 + m_Position: {x: 1.1, y: 1.1} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 7f5045c3393abd04083addcb73707c1b, type: 2} + m_Threshold: 0.8235294 + m_Position: {x: -2.44, y: 2.44} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 7f5045c3393abd04083addcb73707c1b, type: 2} + m_Threshold: 0.88235295 + m_Position: {x: 2.4, y: 2.44} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 83bb232deb6e1f345abe776aa2ea85ce, type: 2} + m_Threshold: 0.9411765 + m_Position: {x: -1.5, y: -1.5} + m_TimeScale: 1 + m_CycleOffset: 0.5 + m_DirectBlendParameter: MovementZ + m_Mirror: 1 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 83bb232deb6e1f345abe776aa2ea85ce, type: 2} + m_Threshold: 1 + m_Position: {x: 1.5, y: -1.5} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: MovementZ + m_Mirror: 0 + m_BlendParameter: VelocityX + m_BlendParameterY: VelocityZ + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 1 + m_NormalizedBlendValues: 0 + m_BlendType: 2 diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_StandingLocomotion.asset.meta b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_StandingLocomotion.asset.meta new file mode 100644 index 00000000..3a3a4d66 --- /dev/null +++ b/VRCSDK3AvatarsQuest/Assets/Resources/auto_locomotion/BlendTrees/Custom_StandingLocomotion.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 879f17d97b5b22941bf6260334473c27 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 20600000 + userData: + assetBundleName: + assetBundleVariant: |