├── VR Joystick & Steering ├── ProjectSettings │ ├── ProjectVersion.txt │ ├── ClusterInputManager.asset │ ├── EditorBuildSettings.asset │ ├── NetworkManager.asset │ ├── TimeManager.asset │ ├── AudioManager.asset │ ├── TagManager.asset │ ├── EditorSettings.asset │ ├── DynamicsManager.asset │ ├── UnityConnectSettings.asset │ ├── Physics2DSettings.asset │ ├── NavMeshAreas.asset │ ├── GraphicsSettings.asset │ ├── QualitySettings.asset │ └── InputManager.asset ├── RAV3 │ ├── Scenes │ │ ├── Car_Demo.unity.meta │ │ └── DEMO_SCENE.unity.meta │ ├── Scripts │ │ ├── SteeringWheelOutPut.cs │ │ ├── EasySuspenssion.meta │ │ ├── JoystickOutput.cs │ │ ├── EasySuspenssion │ │ │ ├── BoxyCarWizard.cs.meta │ │ │ ├── EasySuspension.cs.meta │ │ │ ├── RearWheelDrive.cs.meta │ │ │ ├── EasySuspension.cs │ │ │ ├── BoxyCarWizard.cs │ │ │ └── RearWheelDrive.cs │ │ ├── JoystickOutput.cs.meta │ │ ├── AcceleratorOutput.cs.meta │ │ ├── ControlsManager.cs.meta │ │ ├── PlaneController.cs.meta │ │ ├── SteeringWheelOutPut.cs.meta │ │ ├── rotorController.cs.meta │ │ ├── SteeringWheelController.cs.meta │ │ ├── rotorController.cs │ │ ├── AcceleratorOutput.cs │ │ ├── PlaneController.cs │ │ └── SteeringWheelController.cs │ ├── Materials │ │ ├── tires.mat.meta │ │ ├── white.mat.meta │ │ ├── Glass.mat.meta │ │ ├── DarkFloor.mat.meta │ │ ├── LeverHand.mat.meta │ │ ├── leverBox.mat.meta │ │ ├── white.mat │ │ ├── tires.mat │ │ ├── DarkFloor.mat │ │ ├── LeverHand.mat │ │ ├── leverBox.mat │ │ └── Glass.mat │ ├── Prefabs │ │ ├── CarTire.prefab.meta │ │ ├── CarExample.prefab.meta │ │ ├── Accelerator 1.prefab.meta │ │ ├── Aerobus 1.prefab.meta │ │ ├── Control 1.prefab.meta │ │ ├── SteeringWheel 1.prefab.meta │ │ ├── RAV3[CameraRig]_SteamVR.prefab.meta │ │ └── CarTire.prefab │ ├── Readme.txt.meta │ ├── Animations.meta │ ├── Materials.meta │ ├── Prefabs.meta │ ├── Scenes.meta │ ├── Scripts.meta │ ├── Animations │ │ ├── leverBase.meta │ │ ├── Controllers.meta │ │ ├── leverBase │ │ │ ├── back.anim.meta │ │ │ ├── left.anim.meta │ │ │ ├── accBack.anim.meta │ │ │ ├── front.anim.meta │ │ │ ├── idleFront.anim.meta │ │ │ ├── right.anim.meta │ │ │ ├── leverBase.controller.meta │ │ │ ├── leverBaseAccelerator.controller.meta │ │ │ ├── idleFront.anim │ │ │ ├── back.anim │ │ │ ├── front.anim │ │ │ ├── left.anim │ │ │ ├── right.anim │ │ │ ├── accBack.anim │ │ │ ├── leverBase.controller │ │ │ └── leverBaseAccelerator.controller │ │ └── Controllers │ │ │ ├── LeverBase.controller.meta │ │ │ └── LeverBase.controller │ └── Readme.txt └── Assets │ ├── Scripts │ ├── SteeringWheelOutPut.cs │ ├── JoystickOutput.cs │ ├── AcceleratorOutput.cs.meta │ ├── ControlsManager.cs.meta │ ├── JoystickOutput.cs.meta │ ├── PlaneController.cs.meta │ ├── rotorController.cs.meta │ ├── SteeringWheelOutPut.cs.meta │ ├── SteeringWheelController.cs.meta │ ├── rotorController.cs │ ├── AcceleratorOutput.cs │ ├── PlaneController.cs │ └── SteeringWheelController.cs │ ├── Scenes │ └── DEMO_SCENE.unity.meta │ ├── Materials.meta │ ├── Prefabs.meta │ ├── Scenes.meta │ ├── Scripts.meta │ ├── Animations.meta │ ├── Animations │ ├── Controllers.meta │ ├── leverBase.meta │ ├── leverBase │ │ ├── accBack.anim.meta │ │ ├── back.anim.meta │ │ ├── front.anim.meta │ │ ├── left.anim.meta │ │ ├── right.anim.meta │ │ ├── idleFront.anim.meta │ │ ├── leverBase.controller.meta │ │ ├── leverBaseAccelerator.controller.meta │ │ ├── idleFront.anim │ │ ├── left.anim │ │ ├── back.anim │ │ ├── front.anim │ │ ├── right.anim │ │ ├── accBack.anim │ │ ├── leverBase.controller │ │ └── leverBaseAccelerator.controller │ └── Controllers │ │ ├── LeverBase.controller.meta │ │ └── LeverBase.controller │ ├── Prefabs │ ├── Aerobus 1.prefab.meta │ ├── Control 1.prefab.meta │ ├── Accelerator 1.prefab.meta │ ├── SteeringWheel 1.prefab.meta │ └── RAV3[CameraRig]_SteamVR.prefab.meta │ └── Materials │ ├── DarkFloor.mat.meta │ ├── Glass.mat.meta │ ├── LeverHand.mat.meta │ ├── leverBox.mat.meta │ ├── LeverHand.mat │ ├── leverBox.mat │ ├── DarkFloor.mat │ └── Glass.mat ├── .gitattributes ├── README.md ├── LICENSE └── .gitignore /VR Joystick & Steering/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scenes/Car_Demo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed5855411f651224693ba77b90515801 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/SteeringWheelOutPut.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class SteeringWheelOutPut : MonoBehaviour { 6 | 7 | public float outAngle; 8 | } 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/SteeringWheelOutPut.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class SteeringWheelOutPut : MonoBehaviour { 6 | 7 | public float outAngle; 8 | } 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11e6e5b75e24c3c4f8b3d77aaffaf675 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/JoystickOutput.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class JoystickOutput : MonoBehaviour { 4 | 5 | public float joyPitch; 6 | public float joyRoll; 7 | public float joyYaw; 8 | 9 | 10 | } 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/JoystickOutput.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class JoystickOutput : MonoBehaviour { 4 | 5 | public float joyPitch; 6 | public float joyRoll; 7 | public float joyYaw; 8 | 9 | 10 | } 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/tires.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d538fae4868d554895bed41fc5962ae 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/white.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c949fe3a088fa4d49a43881e2038a8da 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/CarTire.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a97dbd3fbf9ad494683e0321eeb27dfa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/CarExample.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f28cf01e3f5cb174a96a9a4a6f98ce9a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9c87ab39b969ce4ca4b3ae7760a1b9e 3 | timeCreated: 1523432707 4 | licenseType: Pro 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scenes/DEMO_SCENE.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fcb1b0901a944246845e27df1e8571f 3 | timeCreated: 1522091454 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scenes/DEMO_SCENE.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fcb1b0901a944246845e27df1e8571f 3 | timeCreated: 1522091454 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e8c5402988e0d546b34cf4928d57be5 3 | folderAsset: yes 4 | timeCreated: 1510599222 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4604e4dd16afbb42b35ca64d626df9a 3 | folderAsset: yes 4 | timeCreated: 1511863261 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f20b4d4e60d360344b5fa8a97b921714 3 | folderAsset: yes 4 | timeCreated: 1510593042 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 154134a10b9cb084593d72a99b0432e1 3 | folderAsset: yes 4 | timeCreated: 1510593048 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4c0b62ffb7446b4bb8f04d9183ade62 3 | folderAsset: yes 4 | timeCreated: 1510600588 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e8c5402988e0d546b34cf4928d57be5 3 | folderAsset: yes 4 | timeCreated: 1510599222 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4604e4dd16afbb42b35ca64d626df9a 3 | folderAsset: yes 4 | timeCreated: 1511863261 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f20b4d4e60d360344b5fa8a97b921714 3 | folderAsset: yes 4 | timeCreated: 1510593042 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 154134a10b9cb084593d72a99b0432e1 3 | folderAsset: yes 4 | timeCreated: 1510593048 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4c0b62ffb7446b4bb8f04d9183ade62 3 | folderAsset: yes 4 | timeCreated: 1510600588 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f205cb030addae4e90c9fd9eeeca699 3 | folderAsset: yes 4 | timeCreated: 1510600588 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d70da2acf3ecd094ba55c3cf8507c296 3 | folderAsset: yes 4 | timeCreated: 1510600705 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f205cb030addae4e90c9fd9eeeca699 3 | folderAsset: yes 4 | timeCreated: 1510600588 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d70da2acf3ecd094ba55c3cf8507c296 3 | folderAsset: yes 4 | timeCreated: 1510600705 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Prefabs/Aerobus 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4883ecb644942c40bce034a44589867 3 | timeCreated: 1522091424 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Prefabs/Control 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fb3680e60f620c4f8628233dc1fc339 3 | timeCreated: 1522091082 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/Glass.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 772d59a2f515a0340a9f1d5c9ab69138 3 | timeCreated: 1511140274 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/Accelerator 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0604e61c12b901644845d0d67bc4dd40 3 | timeCreated: 1522091088 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/Aerobus 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4883ecb644942c40bce034a44589867 3 | timeCreated: 1522091424 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/Control 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fb3680e60f620c4f8628233dc1fc339 3 | timeCreated: 1522091082 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/DarkFloor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f465a442f1c30841ac8b9087120f9d1 3 | timeCreated: 1510599511 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/Glass.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 772d59a2f515a0340a9f1d5c9ab69138 3 | timeCreated: 1511140274 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/LeverHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 804dcc674783cb741a074a32a60930a9 3 | timeCreated: 1510599695 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/leverBox.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aa67a46ed106f145a191761bec5729e 3 | timeCreated: 1510599728 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Prefabs/Accelerator 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0604e61c12b901644845d0d67bc4dd40 3 | timeCreated: 1522091088 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Prefabs/SteeringWheel 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e3b0bcead22c724393830d1ca9f11f9 3 | timeCreated: 1522091086 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/DarkFloor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f465a442f1c30841ac8b9087120f9d1 3 | timeCreated: 1510599511 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/LeverHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 804dcc674783cb741a074a32a60930a9 3 | timeCreated: 1510599695 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/leverBox.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aa67a46ed106f145a191761bec5729e 3 | timeCreated: 1510599728 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/SteeringWheel 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e3b0bcead22c724393830d1ca9f11f9 3 | timeCreated: 1522091086 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/back.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33860ec31ed3cb24fb1059a1cf8a681d 3 | timeCreated: 1510601429 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/left.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9ca73e41e122674d96001bc70fb81bc 3 | timeCreated: 1510601448 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/RAV3[CameraRig]_SteamVR.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 923993fb0b921b546a0f1f983fbdae65 3 | timeCreated: 1522091075 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/accBack.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e4c9fbfc4cc4d641ade0e14b94da3ac 3 | timeCreated: 1510666860 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/back.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33860ec31ed3cb24fb1059a1cf8a681d 3 | timeCreated: 1510601429 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/front.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5aec9faa2e6792c4bad08e647928dd94 3 | timeCreated: 1510601419 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/left.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9ca73e41e122674d96001bc70fb81bc 3 | timeCreated: 1510601448 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/right.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f06d0d84de65134a865295d90d7b057 3 | timeCreated: 1510601461 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Prefabs/RAV3[CameraRig]_SteamVR.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 923993fb0b921b546a0f1f983fbdae65 3 | timeCreated: 1522091075 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/accBack.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e4c9fbfc4cc4d641ade0e14b94da3ac 3 | timeCreated: 1510666860 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/front.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5aec9faa2e6792c4bad08e647928dd94 3 | timeCreated: 1510601419 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/idleFront.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92c89eafd9a3f964c9cf9a3ac677ce3f 3 | timeCreated: 1510666826 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/right.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f06d0d84de65134a865295d90d7b057 3 | timeCreated: 1510601461 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/idleFront.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92c89eafd9a3f964c9cf9a3ac677ce3f 3 | timeCreated: 1510666826 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 7400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/Controllers/LeverBase.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f19171e210c1e14c995525b1b7a57b2 3 | timeCreated: 1510600716 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 9100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/leverBase.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77065f6546e64214cb5255e57717e991 3 | timeCreated: 1510601419 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 9100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/Controllers/LeverBase.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f19171e210c1e14c995525b1b7a57b2 3 | timeCreated: 1510600716 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 9100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/leverBase.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77065f6546e64214cb5255e57717e991 3 | timeCreated: 1510601419 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 9100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/leverBaseAccelerator.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd7c9bb989b6e7f4899d5b39a728c356 3 | timeCreated: 1510665271 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/leverBaseAccelerator.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd7c9bb989b6e7f4899d5b39a728c356 3 | timeCreated: 1510665271 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion/BoxyCarWizard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 879e8426940d93b499265cb863be99d8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion/EasySuspension.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b5d573b01a4f284393e62d570beb9f2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion/RearWheelDrive.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47531a95eefc06944a8dbecac6f720c4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/JoystickOutput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4bfa725a6094514cbc83de75f1499f2 3 | timeCreated: 1522088392 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/AcceleratorOutput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8ca0c0208d08c2418067e26127c92c7 3 | timeCreated: 1522088393 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/ControlsManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 889d362380836a846b5b1f2b16f75fd9 3 | timeCreated: 1510602224 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/JoystickOutput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4bfa725a6094514cbc83de75f1499f2 3 | timeCreated: 1522088392 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/PlaneController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc5693401e1c1ec4092ac1148ca450fb 3 | timeCreated: 1510608003 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/rotorController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243ac9c840b3100479c76cee93d8baa0 3 | timeCreated: 1510664708 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/AcceleratorOutput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8ca0c0208d08c2418067e26127c92c7 3 | timeCreated: 1522088393 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/ControlsManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 889d362380836a846b5b1f2b16f75fd9 3 | timeCreated: 1510602224 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/PlaneController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc5693401e1c1ec4092ac1148ca450fb 3 | timeCreated: 1510608003 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/SteeringWheelOutPut.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7218312882298543bdf4497e1707c5d 3 | timeCreated: 1522090140 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/rotorController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243ac9c840b3100479c76cee93d8baa0 3 | timeCreated: 1510664708 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/SteeringWheelOutPut.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7218312882298543bdf4497e1707c5d 3 | timeCreated: 1522090140 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/SteeringWheelController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3423d92d8c805c4e89073f893dc2e13 3 | timeCreated: 1510795344 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/SteeringWheelController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3423d92d8c805c4e89073f893dc2e13 3 | timeCreated: 1510795344 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Readme.txt: -------------------------------------------------------------------------------- 1 | **** STEAM VR PLUGIN REQUIRED **** 2 | Donwload SteamVR - https://assetstore.unity.com/packages/templates/systems/steamvr-plugin-32647 3 | 4 | 1) Before Installing this package - install SteamVR plugin from asset store. 5 | 2) Then Install Steering Wheel and Joystick package. 6 | 3) Go the example scene or drag a prefab on your scene. 7 | 8 | All controls elemets has public values outputs. 9 | 10 | For Steering wheel its: Out Angle ( returns degrees ). 11 | Control Joystick returns: Pitch, Roll, Yaw. 12 | And accelerator lever returns float value from 0 to 1. 13 | 14 | That's all! -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # VR Joystick And Steering Wheel Mechanics 2 | Raw SteamVR Joystick And Steering Wheel Mechanics.
3 | 👉 Will be really pleased for any contributions, cuz this is neccessary stuff 😎 !
4 | 👉 To use it, you need to install a SteamVR Plugin. 5 | 6 | Control mechanics used in Project Elysium. 7 | 8 | 9 | # Video Demo Showcase of Plane Controls & Steering Wheel 10 | [![IMAGE ALT TEXT](http://dl3.joxi.net/drive/2017/11/14/0005/1731/378563/63/07405a9dab.png)](https://youtu.be/W6-aBA4IUgM "Showcase VRJAS") 11 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/rotorController.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class rotorController : MonoBehaviour { 6 | 7 | [Tooltip("Angular velocity in degrees per seconds")] 8 | public float degPerSec = 60.0f; 9 | 10 | [Tooltip("Rotation axis")] 11 | public Vector3 rotAxis = Vector3.up; 12 | 13 | // Use this for initialization 14 | private void Start() 15 | { 16 | rotAxis.Normalize(); 17 | } 18 | 19 | // Update is called once per frame 20 | private void Update() 21 | { 22 | transform.Rotate(rotAxis, degPerSec * Time.deltaTime); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/rotorController.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class rotorController : MonoBehaviour { 6 | 7 | [Tooltip("Angular velocity in degrees per seconds")] 8 | public float degPerSec = 60.0f; 9 | 10 | [Tooltip("Rotation axis")] 11 | public Vector3 rotAxis = Vector3.up; 12 | 13 | // Use this for initialization 14 | private void Start() 15 | { 16 | rotAxis.Normalize(); 17 | } 18 | 19 | // Update is called once per frame 20 | private void Update() 21 | { 22 | transform.Rotate(rotAxis, degPerSec * Time.deltaTime); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_ExternalVersionControlSupport: Hidden Meta Files 8 | m_SerializationMode: 2 9 | m_DefaultBehaviorMode: 0 10 | m_SpritePackerMode: 0 11 | m_SpritePackerPaddingPower: 1 12 | m_EtcTextureCompressorBehavior: 1 13 | m_EtcTextureFastCompressor: 1 14 | m_EtcTextureNormalCompressor: 2 15 | m_EtcTextureBestCompressor: 4 16 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 17 | m_ProjectGenerationRootNamespace: 18 | m_UserGeneratedProjectSuffix: 19 | m_CollabEditorSettings: 20 | inProgressEnabled: 1 21 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/AcceleratorOutput.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class AcceleratorOutput : MonoBehaviour { 4 | 5 | public float accelAxis; 6 | 7 | [HideInInspector] 8 | public bool isTrigger; 9 | [HideInInspector] 10 | public bool toggled = false; 11 | bool toggledOne = false; 12 | 13 | 14 | private void Update() 15 | { 16 | if(accelAxis > 0.65f && !toggledOne) 17 | { 18 | toggled = true; 19 | toggledOne = true; 20 | Debug.Log("TOGGLE ONE"); 21 | } 22 | 23 | if (accelAxis < 0.25f && toggledOne) 24 | { 25 | toggled = true; 26 | toggledOne = false; 27 | Debug.Log("TOGGLE TWO"); 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_EnablePCM: 1 18 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 19 | m_AutoSimulation: 1 20 | m_AutoSyncTransforms: 1 21 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | m_TestInitMode: 0 11 | CrashReportingSettings: 12 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 | m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate 14 | m_Enabled: 0 15 | m_CaptureEditorExceptions: 1 16 | UnityPurchasingSettings: 17 | m_Enabled: 0 18 | m_TestMode: 0 19 | UnityAnalyticsSettings: 20 | m_Enabled: 0 21 | m_InitializeOnStartup: 1 22 | m_TestMode: 0 23 | m_TestEventUrl: 24 | m_TestConfigUrl: 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Helg Broforsky 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/AcceleratorOutput.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class AcceleratorOutput : MonoBehaviour { 4 | 5 | public float accelAxis; // INHERITED FROM CONTROLS MANAGER ( IN HANDS ) 6 | 7 | [HideInInspector] 8 | public bool isTrigger; 9 | [HideInInspector] 10 | public bool toggled = false; 11 | bool toggledOne = false; 12 | public bool withNegative = false; 13 | public TextMesh TextState; 14 | 15 | private void Update() 16 | { 17 | if (TextState) 18 | { 19 | if (accelAxis > -0.3 && accelAxis < 0.3) 20 | { 21 | TextState.text = "Brake"; 22 | } 23 | else if (accelAxis > 0) 24 | { 25 | TextState.text = "Forward"; 26 | } 27 | else if (accelAxis < 0) 28 | { 29 | TextState.text = "Reverse"; 30 | } 31 | } 32 | 33 | if(accelAxis > 0.65f && !toggledOne) 34 | { 35 | toggled = true; 36 | toggledOne = true; 37 | } 38 | 39 | if (accelAxis < 0.25f && toggledOne) 40 | { 41 | toggled = true; 42 | toggledOne = false; 43 | } 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | VR Joystick & Steering/Assets/SteamVR/ 2 | VR Joystick & Steering/Assets/Assets/ 3 | VR Joystick & Steering/Assets/NewtonVR/ 4 | VR Joystick & Steering/Assets/VRTK/ 5 | Temp/ 6 | Obj/ 7 | UnityGenerated/ 8 | Library/ 9 | Assets/AssetStoreTools* 10 | 11 | # ===================================== # 12 | # Visual Studio / MonoDevelop generated # 13 | # ===================================== # 14 | ExportedObj/ 15 | *.svd 16 | *.userprefs 17 | *.csproj 18 | *.pidb 19 | *.suo 20 | *.sln 21 | *.user 22 | *.unityproj 23 | *.booproj 24 | 25 | # Windows image file caches 26 | Thumbs.db 27 | ehthumbs.db 28 | 29 | # Folder config file 30 | Desktop.ini 31 | 32 | # Recycle Bin used on file shares 33 | $RECYCLE.BIN/ 34 | 35 | # Windows Installer files 36 | *.cab 37 | *.msi 38 | *.msm 39 | *.msp 40 | 41 | # Windows shortcuts 42 | *.lnk 43 | 44 | # ========================= 45 | # Operating System Files 46 | # ========================= 47 | 48 | # OSX 49 | # ========================= 50 | 51 | .DS_Store 52 | .AppleDouble 53 | .LSOverride 54 | 55 | # Thumbnails 56 | ._* 57 | 58 | # Files that might appear in the root of a volume 59 | .DocumentRevisions-V100 60 | .fseventsd 61 | .Spotlight-V100 62 | .TemporaryItems 63 | .Trashes 64 | .VolumeIcon.icns 65 | 66 | # Directories potentially created on remote AFP share 67 | .AppleDB 68 | .AppleDesktop 69 | Network Trash Folder 70 | Temporary Items 71 | .apdisk 72 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_AutoSimulation: 1 23 | m_QueriesHitTriggers: 1 24 | m_QueriesStartInColliders: 1 25 | m_ChangeStopsCallbacks: 0 26 | m_CallbacksOnDisable: 1 27 | m_AutoSyncTransforms: 1 28 | m_AlwaysShowColliders: 0 29 | m_ShowColliderSleep: 1 30 | m_ShowColliderContacts: 0 31 | m_ShowColliderAABB: 0 32 | m_ContactArrowScale: 0.2 33 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 34 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 35 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 36 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 37 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 38 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion/EasySuspension.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | [ExecuteInEditMode()] 5 | public class EasySuspension : MonoBehaviour { 6 | [Range(0, 20)] 7 | public float naturalFrequency = 10; 8 | 9 | [Range(0, 3)] 10 | public float dampingRatio = 0.8f; 11 | 12 | [Range(-1, 1)] 13 | public float forceShift = 0.03f; 14 | 15 | public bool setSuspensionDistance = true; 16 | 17 | void Update () { 18 | // work out the stiffness and damper parameters based on the better spring model 19 | foreach (WheelCollider wc in GetComponentsInChildren()) { 20 | JointSpring spring = wc.suspensionSpring; 21 | 22 | spring.spring = Mathf.Pow(Mathf.Sqrt(wc.sprungMass) * naturalFrequency, 2); 23 | spring.damper = 2 * dampingRatio * Mathf.Sqrt(spring.spring * wc.sprungMass); 24 | 25 | wc.suspensionSpring = spring; 26 | 27 | Vector3 wheelRelativeBody = transform.InverseTransformPoint(wc.transform.position); 28 | float distance = GetComponent().centerOfMass.y - wheelRelativeBody.y + wc.radius; 29 | 30 | wc.forceAppPointDistance = distance - forceShift; 31 | 32 | // the following line makes sure the spring force at maximum droop is exactly zero 33 | if (spring.targetPosition > 0 && setSuspensionDistance) 34 | wc.suspensionDistance = wc.sprungMass * Physics.gravity.magnitude / (spring.targetPosition * spring.spring); 35 | } 36 | } 37 | 38 | // uncomment OnGUI to observe how parameters change 39 | 40 | /* 41 | public void OnGUI() 42 | { 43 | foreach (WheelCollider wc in GetComponentsInChildren()) { 44 | GUILayout.Label (string.Format("{0} sprung: {1}, k: {2}, d: {3}", wc.name, wc.sprungMass, wc.suspensionSpring.spring, wc.suspensionSpring.damper)); 45 | } 46 | 47 | var rb = GetComponent (); 48 | 49 | GUILayout.Label ("Inertia: " + rb.inertiaTensor); 50 | GUILayout.Label ("Mass: " + rb.mass); 51 | GUILayout.Label ("Center: " + rb.centerOfMass); 52 | } 53 | */ 54 | 55 | } 56 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion/BoxyCarWizard.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEditor; 3 | using System.Collections; 4 | 5 | class BoxyCarWizard : EditorWindow { 6 | private int axlesCount = 2; 7 | private float mass = 1000; 8 | private float axleStep = 2; 9 | private float axleWidth = 2; 10 | private float axleShift = -0.5f; 11 | 12 | [MenuItem ("Vehicles/Generate simple vehicle")] 13 | public static void ShowWindow () { 14 | EditorWindow.GetWindow(typeof(BoxyCarWizard)); 15 | } 16 | 17 | void OnGUI () { 18 | axlesCount = EditorGUILayout.IntSlider ("Axles: ", axlesCount, 2, 10); 19 | mass = EditorGUILayout.FloatField ("Mass: ", mass); 20 | axleStep = EditorGUILayout.FloatField ("Axle step: ", axleStep); 21 | axleWidth = EditorGUILayout.FloatField ("Axle width: ", axleWidth); 22 | axleShift = EditorGUILayout.FloatField ("Axle shift: ", axleShift); 23 | 24 | if (GUILayout.Button("Generate")) { 25 | CreateCar (); 26 | } 27 | } 28 | 29 | void CreateCar() 30 | { 31 | var root = new GameObject ("carRoot"); 32 | var rootBody = root.AddComponent (); 33 | rootBody.mass = mass; 34 | 35 | var body = GameObject.CreatePrimitive (PrimitiveType.Cube); 36 | body.transform.parent = root.transform; 37 | 38 | float length = (axlesCount - 1) * axleStep; 39 | float firstOffset = length / 2; 40 | 41 | body.transform.localScale = new Vector3(axleWidth, 1, length); 42 | 43 | for (int i = 0; i < axlesCount; ++i) 44 | { 45 | var leftWheel = new GameObject (string.Format("a{0}l", i)); 46 | var rightWheel = new GameObject (string.Format("a{0}r", i)); 47 | 48 | leftWheel.AddComponent (); 49 | rightWheel.AddComponent (); 50 | 51 | leftWheel.transform.parent = root.transform; 52 | rightWheel.transform.parent = root.transform; 53 | 54 | leftWheel.transform.localPosition = new Vector3 (-axleWidth / 2, axleShift, firstOffset - axleStep * i); 55 | rightWheel.transform.localPosition = new Vector3 (axleWidth / 2, axleShift, firstOffset - axleStep * i); 56 | } 57 | 58 | root.AddComponent(); 59 | root.AddComponent(); 60 | } 61 | } -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/white.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: white 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0 64 | - _GlossyReflections: 1 65 | - _Metallic: 0 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 1, g: 1, b: 1, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/tires.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: tires 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0 64 | - _GlossyReflections: 1 65 | - _Metallic: 0 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 0.3773585, g: 0.3773585, b: 0.3773585, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/DarkFloor.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: DarkFloor 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0 64 | - _GlossyReflections: 1 65 | - _Metallic: 0.988 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 0.102941155, g: 0.102941155, b: 0.102941155, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/LeverHand.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: LeverHand 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0.5 64 | - _GlossyReflections: 1 65 | - _Metallic: 0 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 1, g: 0.2794118, b: 0.2794118, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/leverBox.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: leverBox 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0.5 64 | - _GlossyReflections: 1 65 | - _Metallic: 0 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 0, g: 0.52205884, b: 0.1980222, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!30 &1 4 | GraphicsSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 12 7 | m_Deferred: 8 | m_Mode: 1 9 | m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} 10 | m_DeferredReflections: 11 | m_Mode: 1 12 | m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} 13 | m_ScreenSpaceShadows: 14 | m_Mode: 1 15 | m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} 16 | m_LegacyDeferred: 17 | m_Mode: 1 18 | m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} 19 | m_DepthNormals: 20 | m_Mode: 1 21 | m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} 22 | m_MotionVectors: 23 | m_Mode: 1 24 | m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} 25 | m_LightHalo: 26 | m_Mode: 1 27 | m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} 28 | m_LensFlare: 29 | m_Mode: 1 30 | m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} 31 | m_AlwaysIncludedShaders: 32 | - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} 33 | - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} 34 | - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} 35 | - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} 36 | - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} 37 | - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} 38 | m_PreloadedShaders: [] 39 | m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, 40 | type: 0} 41 | m_CustomRenderPipeline: {fileID: 0} 42 | m_TransparencySortMode: 0 43 | m_TransparencySortAxis: {x: 0, y: 0, z: 1} 44 | m_DefaultRenderingPath: 1 45 | m_DefaultMobileRenderingPath: 1 46 | m_TierSettings: [] 47 | m_LightmapStripping: 0 48 | m_FogStripping: 0 49 | m_InstancingStripping: 0 50 | m_LightmapKeepPlain: 1 51 | m_LightmapKeepDirCombined: 1 52 | m_LightmapKeepDynamicPlain: 1 53 | m_LightmapKeepDynamicDirCombined: 1 54 | m_LightmapKeepShadowMask: 1 55 | m_LightmapKeepSubtractive: 1 56 | m_FogKeepLinear: 1 57 | m_FogKeepExp: 1 58 | m_FogKeepExp2: 1 59 | m_AlbedoSwatchInfos: [] 60 | m_LightsUseLinearIntensity: 0 61 | m_LightsUseColorTemperature: 0 62 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/LeverHand.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: LeverHand 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0.5 64 | - _GlossyReflections: 1 65 | - _Metallic: 0 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 1, g: 0.2794118, b: 0.2794118, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/leverBox.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: leverBox 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 0.5 64 | - _GlossyReflections: 1 65 | - _Metallic: 0 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 0, g: 0.52205884, b: 0.1980222, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/DarkFloor.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: DarkFloor 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | m_Floats: 58 | - _BumpScale: 1 59 | - _Cutoff: 0.5 60 | - _DetailNormalMapScale: 1 61 | - _DstBlend: 0 62 | - _GlossMapScale: 1 63 | - _Glossiness: 1 64 | - _GlossyReflections: 1 65 | - _Metallic: 1 66 | - _Mode: 0 67 | - _OcclusionStrength: 1 68 | - _Parallax: 0.02 69 | - _SmoothnessTextureChannel: 0 70 | - _SpecularHighlights: 1 71 | - _SrcBlend: 1 72 | - _UVSec: 0 73 | - _ZWrite: 1 74 | m_Colors: 75 | - _Color: {r: 0.102941155, g: 0.102941155, b: 0.102941155, a: 1} 76 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 77 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Materials/Glass.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Glass 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: _ALPHAPREMULTIPLY_ON 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: 3000 16 | stringTagMap: 17 | RenderType: Transparent 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 10 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0.5 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 3 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 0 75 | m_Colors: 76 | - _Color: {r: 0, g: 0.13326578, b: 0.2647059, a: 0.347} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Materials/Glass.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Glass 10 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: _ALPHAPREMULTIPLY_ON 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: 3000 16 | stringTagMap: 17 | RenderType: Transparent 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 10 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0.5 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 3 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 0 75 | m_Colors: 76 | - _Color: {r: 0, g: 0.13326578, b: 0.2647059, a: 0.347} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/EasySuspenssion/RearWheelDrive.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class RearWheelDrive : MonoBehaviour { 5 | 6 | private WheelCollider[] wheels; 7 | 8 | public float maxAngle = 30; 9 | public float maxTorque = 300; 10 | public GameObject wheelShape; 11 | public SteeringWheelOutPut steeringInput; 12 | public AcceleratorOutput torqueInput; 13 | // here we find all the WheelColliders down in the hierarchy 14 | public void Start() 15 | { 16 | wheels = GetComponentsInChildren(); 17 | 18 | for (int i = 0; i < wheels.Length; ++i) 19 | { 20 | var wheel = wheels [i]; 21 | 22 | // create wheel shapes only when needed 23 | if (wheelShape != null) 24 | { 25 | var ws = GameObject.Instantiate (wheelShape); 26 | ws.transform.parent = wheel.transform; 27 | } 28 | } 29 | } 30 | 31 | // this is a really simple approach to updating wheels 32 | // here we simulate a rear wheel drive car and assume that the car is perfectly symmetric at local zero 33 | // this helps us to figure our which wheels are front ones and which are rear 34 | public void Update() 35 | { 36 | float torque = 0; 37 | float angle = maxAngle * (steeringInput.outAngle / 360); 38 | torque = maxTorque * (torqueInput.accelAxis); 39 | 40 | foreach (WheelCollider wheel in wheels) 41 | { 42 | // a simple car where front wheels steer while rear ones drive 43 | if (wheel.transform.localPosition.z > 0) 44 | wheel.steerAngle = angle; 45 | 46 | if (wheel.transform.localPosition.z < 0) { 47 | if (torqueInput.accelAxis > -0.3 && torqueInput.accelAxis < 0.3) 48 | { 49 | wheel.motorTorque = 0; 50 | wheel.brakeTorque = 900000; 51 | } else { 52 | wheel.brakeTorque = 0; 53 | wheel.motorTorque = torque; 54 | } 55 | } 56 | 57 | // update visual wheels if any 58 | if (wheelShape) 59 | { 60 | Quaternion q; 61 | Vector3 p; 62 | wheel.GetWorldPose (out p, out q); 63 | 64 | // assume that the only child of the wheelcollider is the wheel shape 65 | Transform shapeTransform = wheel.transform.GetChild (0); 66 | shapeTransform.position = p; 67 | shapeTransform.rotation = q; 68 | } 69 | 70 | } 71 | } 72 | } 73 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/PlaneController.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class PlaneController : MonoBehaviour { 6 | [Header("Inputs")] 7 | public GameObject Lever; 8 | public Animator JosytickAnimator; 9 | 10 | //PLANE PARTS BELOW 11 | [Header("Plane Parts to rotate")] 12 | public GameObject leftAileron; 13 | public GameObject rightAileron; 14 | public GameObject Rudder; 15 | public GameObject Elevator; 16 | 17 | 18 | // ACCELERATOR BELOW 19 | [Header("Rotor & Acceleration")] 20 | public Animator acceleratorAnimator; 21 | public float AcceleratorPower; 22 | public rotorController rotorControll; 23 | public float planeForwardSpeed = 0; 24 | 25 | float X; 26 | float Y; 27 | // Use this for initialization 28 | void Start () { 29 | 30 | } 31 | 32 | public float getLeverRotate(float LeverAngle) 33 | { 34 | if (LeverAngle > 180) 35 | { 36 | LeverAngle -= 360; 37 | } 38 | return LeverAngle; 39 | } 40 | 41 | // Update is called once per frame 42 | void Update () { 43 | 44 | AcceleratorPower = acceleratorAnimator.GetFloat("Blend X") * 10; // ACCELERATOR CONTROLL 45 | if (AcceleratorPower <= 0) 46 | { 47 | rotorControll.degPerSec = 180; 48 | } 49 | else 50 | { 51 | rotorControll.degPerSec = (180 * AcceleratorPower) + 180; 52 | } 53 | 54 | 55 | // AILERON MOVEMENTS 56 | leftAileron.transform.localEulerAngles = new Vector3(-JosytickAnimator.GetFloat("Blend X") * 20, 0, 0); 57 | rightAileron.transform.localEulerAngles = new Vector3(JosytickAnimator.GetFloat("Blend X") * 20, 0, 0); 58 | 59 | //ELEVATOR MOVEMENT 60 | Elevator.transform.localEulerAngles = new Vector3(-JosytickAnimator.GetFloat("Blend Z") * 20, 0, 0); 61 | 62 | //RUDDER MOVEMENT 63 | Rudder.transform.localEulerAngles = new Vector3(0, -getLeverRotate(Lever.transform.localEulerAngles.y), 0); 64 | 65 | // PLANE MOVEMENT AROUND ROTATE 66 | transform.localEulerAngles = transform.localEulerAngles + new Vector3(0, getLeverRotate(Lever.transform.localEulerAngles.y), 0)/100; 67 | X = JosytickAnimator.GetFloat("Blend X")*20; 68 | Y = JosytickAnimator.GetFloat("Blend Z")*20; 69 | Quaternion rotation = Quaternion.Euler(Y,0,-X); 70 | transform.localRotation = Quaternion.Slerp(transform.localRotation, rotation, Time.deltaTime*2); 71 | // PLANE MOVEMENT FORWARD 72 | transform.position = transform.position + new Vector3(transform.forward.x, transform.forward.y, transform.forward.z) / 30 * planeForwardSpeed; 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/PlaneController.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class PlaneController : MonoBehaviour { 6 | [Header("Inputs")] 7 | public GameObject Lever; 8 | public Animator JosytickAnimator; 9 | 10 | //PLANE PARTS BELOW 11 | [Header("Plane Parts to rotate")] 12 | public GameObject leftAileron; 13 | public GameObject rightAileron; 14 | public GameObject Rudder; 15 | public GameObject Elevator; 16 | 17 | 18 | // ACCELERATOR BELOW 19 | [Header("Rotor & Acceleration")] 20 | public Animator acceleratorAnimator; 21 | public float AcceleratorPower; 22 | public rotorController rotorControll; 23 | public float planeForwardSpeed = 0; 24 | 25 | float X; 26 | float Y; 27 | // Use this for initialization 28 | void Start () { 29 | 30 | } 31 | 32 | public float getLeverRotate(float LeverAngle) 33 | { 34 | if (LeverAngle > 180) 35 | { 36 | LeverAngle -= 360; 37 | } 38 | return LeverAngle; 39 | } 40 | 41 | // Update is called once per frame 42 | void Update () { 43 | 44 | AcceleratorPower = acceleratorAnimator.GetFloat("Blend X") * 10; // ACCELERATOR CONTROLL 45 | if (AcceleratorPower <= 0) 46 | { 47 | rotorControll.degPerSec = 180; 48 | } 49 | else 50 | { 51 | rotorControll.degPerSec = (180 * AcceleratorPower) + 180; 52 | } 53 | 54 | 55 | // AILERON MOVEMENTS 56 | leftAileron.transform.localEulerAngles = new Vector3(-JosytickAnimator.GetFloat("Blend X") * 20, 0, 0); 57 | rightAileron.transform.localEulerAngles = new Vector3(JosytickAnimator.GetFloat("Blend X") * 20, 0, 0); 58 | 59 | //ELEVATOR MOVEMENT 60 | Elevator.transform.localEulerAngles = new Vector3(-JosytickAnimator.GetFloat("Blend Z") * 20, 0, 0); 61 | 62 | //RUDDER MOVEMENT 63 | Rudder.transform.localEulerAngles = new Vector3(0, -getLeverRotate(Lever.transform.localEulerAngles.y), 0); 64 | 65 | // PLANE MOVEMENT AROUND ROTATE 66 | transform.localEulerAngles = transform.localEulerAngles + new Vector3(0, getLeverRotate(Lever.transform.localEulerAngles.y), 0)/100; 67 | X = JosytickAnimator.GetFloat("Blend X")*20; 68 | Y = JosytickAnimator.GetFloat("Blend Z")*20; 69 | Quaternion rotation = Quaternion.Euler(Y,0,-X); 70 | transform.localRotation = Quaternion.Slerp(transform.localRotation, rotation, Time.deltaTime*2); 71 | // PLANE MOVEMENT FORWARD 72 | transform.position = transform.position + new Vector3(transform.forward.x, transform.forward.y, transform.forward.z) / 30 * planeForwardSpeed; 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/idleFront.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: idleFront 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 0, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 0 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/idleFront.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: idleFront 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 0, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 0 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/left.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: left 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 0, y: 0, z: 30.000002} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 0 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 30.000002 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/back.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: back 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: -30.000002, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: -30.000002 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/front.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: front 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 30.000002, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 30.000002 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/left.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: left 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 0, y: 0, z: 30.000002} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 0 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 30.000002 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/back.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: back 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: -30.000002, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: -30.000002 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/front.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: front 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 30.000002, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 30.000002 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/right.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: right 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 0, y: 0, z: -30.000002} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 0 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: -30.000002 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/right.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: right 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: 0, y: 0, z: -30.000002} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: 0 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: -30.000002 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/accBack.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: accBack 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: -60.000004, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: -60.000004 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/accBack.anim: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!74 &7400000 4 | AnimationClip: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: accBack 9 | serializedVersion: 6 10 | m_Legacy: 0 11 | m_Compressed: 0 12 | m_UseHighQualityCurve: 1 13 | m_RotationCurves: [] 14 | m_CompressedRotationCurves: [] 15 | m_EulerCurves: 16 | - curve: 17 | serializedVersion: 2 18 | m_Curve: 19 | - serializedVersion: 2 20 | time: 0 21 | value: {x: -60.000004, y: 0, z: 0} 22 | inSlope: {x: 0, y: 0, z: 0} 23 | outSlope: {x: 0, y: 0, z: 0} 24 | tangentMode: 0 25 | m_PreInfinity: 2 26 | m_PostInfinity: 2 27 | m_RotationOrder: 4 28 | path: 29 | m_PositionCurves: [] 30 | m_ScaleCurves: [] 31 | m_FloatCurves: [] 32 | m_PPtrCurves: [] 33 | m_SampleRate: 60 34 | m_WrapMode: 0 35 | m_Bounds: 36 | m_Center: {x: 0, y: 0, z: 0} 37 | m_Extent: {x: 0, y: 0, z: 0} 38 | m_ClipBindingConstant: 39 | genericBindings: 40 | - serializedVersion: 2 41 | path: 0 42 | attribute: 4 43 | script: {fileID: 0} 44 | typeID: 4 45 | customType: 14 46 | isPPtrCurve: 0 47 | pptrCurveMapping: [] 48 | m_AnimationClipSettings: 49 | serializedVersion: 2 50 | m_AdditiveReferencePoseClip: {fileID: 0} 51 | m_AdditiveReferencePoseTime: 0 52 | m_StartTime: 0 53 | m_StopTime: 0 54 | m_OrientationOffsetY: 0 55 | m_Level: 0 56 | m_CycleOffset: 0 57 | m_HasAdditiveReferencePose: 0 58 | m_LoopTime: 1 59 | m_LoopBlend: 0 60 | m_LoopBlendOrientation: 0 61 | m_LoopBlendPositionY: 0 62 | m_LoopBlendPositionXZ: 0 63 | m_KeepOriginalOrientation: 0 64 | m_KeepOriginalPositionY: 1 65 | m_KeepOriginalPositionXZ: 0 66 | m_HeightFromFeet: 0 67 | m_Mirror: 0 68 | m_EditorCurves: 69 | - curve: 70 | serializedVersion: 2 71 | m_Curve: 72 | - serializedVersion: 2 73 | time: 0 74 | value: -60.000004 75 | inSlope: 0 76 | outSlope: 0 77 | tangentMode: 136 78 | m_PreInfinity: 2 79 | m_PostInfinity: 2 80 | m_RotationOrder: 4 81 | attribute: localEulerAnglesRaw.x 82 | path: 83 | classID: 4 84 | script: {fileID: 0} 85 | - curve: 86 | serializedVersion: 2 87 | m_Curve: 88 | - serializedVersion: 2 89 | time: 0 90 | value: 0 91 | inSlope: 0 92 | outSlope: 0 93 | tangentMode: 136 94 | m_PreInfinity: 2 95 | m_PostInfinity: 2 96 | m_RotationOrder: 4 97 | attribute: localEulerAnglesRaw.y 98 | path: 99 | classID: 4 100 | script: {fileID: 0} 101 | - curve: 102 | serializedVersion: 2 103 | m_Curve: 104 | - serializedVersion: 2 105 | time: 0 106 | value: 0 107 | inSlope: 0 108 | outSlope: 0 109 | tangentMode: 136 110 | m_PreInfinity: 2 111 | m_PostInfinity: 2 112 | m_RotationOrder: 4 113 | attribute: localEulerAnglesRaw.z 114 | path: 115 | classID: 4 116 | script: {fileID: 0} 117 | m_EulerEditorCurves: 118 | - curve: 119 | serializedVersion: 2 120 | m_Curve: [] 121 | m_PreInfinity: 2 122 | m_PostInfinity: 2 123 | m_RotationOrder: 4 124 | attribute: m_LocalEulerAngles.x 125 | path: 126 | classID: 4 127 | script: {fileID: 0} 128 | - curve: 129 | serializedVersion: 2 130 | m_Curve: [] 131 | m_PreInfinity: 2 132 | m_PostInfinity: 2 133 | m_RotationOrder: 4 134 | attribute: m_LocalEulerAngles.y 135 | path: 136 | classID: 4 137 | script: {fileID: 0} 138 | - curve: 139 | serializedVersion: 2 140 | m_Curve: [] 141 | m_PreInfinity: 2 142 | m_PostInfinity: 2 143 | m_RotationOrder: 4 144 | attribute: m_LocalEulerAngles.z 145 | path: 146 | classID: 4 147 | script: {fileID: 0} 148 | m_HasGenericRootTransform: 1 149 | m_HasMotionFloatCurves: 0 150 | m_GenerateMotionCurves: 0 151 | m_Events: [] 152 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!47 &1 4 | QualitySettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_CurrentQuality: 5 8 | m_QualitySettings: 9 | - serializedVersion: 2 10 | name: Very Low 11 | pixelLightCount: 0 12 | shadows: 0 13 | shadowResolution: 0 14 | shadowProjection: 1 15 | shadowCascades: 1 16 | shadowDistance: 15 17 | shadowNearPlaneOffset: 3 18 | shadowCascade2Split: 0.33333334 19 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 20 | shadowmaskMode: 0 21 | blendWeights: 1 22 | textureQuality: 1 23 | anisotropicTextures: 0 24 | antiAliasing: 0 25 | softParticles: 0 26 | softVegetation: 0 27 | realtimeReflectionProbes: 0 28 | billboardsFaceCameraPosition: 0 29 | vSyncCount: 0 30 | lodBias: 0.3 31 | maximumLODLevel: 0 32 | particleRaycastBudget: 4 33 | asyncUploadTimeSlice: 2 34 | asyncUploadBufferSize: 4 35 | resolutionScalingFixedDPIFactor: 1 36 | excludedTargetPlatforms: [] 37 | - serializedVersion: 2 38 | name: Low 39 | pixelLightCount: 0 40 | shadows: 0 41 | shadowResolution: 0 42 | shadowProjection: 1 43 | shadowCascades: 1 44 | shadowDistance: 20 45 | shadowNearPlaneOffset: 3 46 | shadowCascade2Split: 0.33333334 47 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 48 | shadowmaskMode: 0 49 | blendWeights: 2 50 | textureQuality: 0 51 | anisotropicTextures: 0 52 | antiAliasing: 0 53 | softParticles: 0 54 | softVegetation: 0 55 | realtimeReflectionProbes: 0 56 | billboardsFaceCameraPosition: 0 57 | vSyncCount: 0 58 | lodBias: 0.4 59 | maximumLODLevel: 0 60 | particleRaycastBudget: 16 61 | asyncUploadTimeSlice: 2 62 | asyncUploadBufferSize: 4 63 | resolutionScalingFixedDPIFactor: 1 64 | excludedTargetPlatforms: [] 65 | - serializedVersion: 2 66 | name: Medium 67 | pixelLightCount: 1 68 | shadows: 1 69 | shadowResolution: 0 70 | shadowProjection: 1 71 | shadowCascades: 1 72 | shadowDistance: 20 73 | shadowNearPlaneOffset: 3 74 | shadowCascade2Split: 0.33333334 75 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 76 | shadowmaskMode: 0 77 | blendWeights: 2 78 | textureQuality: 0 79 | anisotropicTextures: 1 80 | antiAliasing: 0 81 | softParticles: 0 82 | softVegetation: 0 83 | realtimeReflectionProbes: 0 84 | billboardsFaceCameraPosition: 0 85 | vSyncCount: 1 86 | lodBias: 0.7 87 | maximumLODLevel: 0 88 | particleRaycastBudget: 64 89 | asyncUploadTimeSlice: 2 90 | asyncUploadBufferSize: 4 91 | resolutionScalingFixedDPIFactor: 1 92 | excludedTargetPlatforms: [] 93 | - serializedVersion: 2 94 | name: High 95 | pixelLightCount: 2 96 | shadows: 2 97 | shadowResolution: 1 98 | shadowProjection: 1 99 | shadowCascades: 2 100 | shadowDistance: 40 101 | shadowNearPlaneOffset: 3 102 | shadowCascade2Split: 0.33333334 103 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 104 | shadowmaskMode: 1 105 | blendWeights: 2 106 | textureQuality: 0 107 | anisotropicTextures: 1 108 | antiAliasing: 0 109 | softParticles: 0 110 | softVegetation: 1 111 | realtimeReflectionProbes: 1 112 | billboardsFaceCameraPosition: 1 113 | vSyncCount: 1 114 | lodBias: 1 115 | maximumLODLevel: 0 116 | particleRaycastBudget: 256 117 | asyncUploadTimeSlice: 2 118 | asyncUploadBufferSize: 4 119 | resolutionScalingFixedDPIFactor: 1 120 | excludedTargetPlatforms: [] 121 | - serializedVersion: 2 122 | name: Very High 123 | pixelLightCount: 3 124 | shadows: 2 125 | shadowResolution: 2 126 | shadowProjection: 1 127 | shadowCascades: 2 128 | shadowDistance: 70 129 | shadowNearPlaneOffset: 3 130 | shadowCascade2Split: 0.33333334 131 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 132 | shadowmaskMode: 1 133 | blendWeights: 4 134 | textureQuality: 0 135 | anisotropicTextures: 2 136 | antiAliasing: 2 137 | softParticles: 1 138 | softVegetation: 1 139 | realtimeReflectionProbes: 1 140 | billboardsFaceCameraPosition: 1 141 | vSyncCount: 1 142 | lodBias: 1.5 143 | maximumLODLevel: 0 144 | particleRaycastBudget: 1024 145 | asyncUploadTimeSlice: 2 146 | asyncUploadBufferSize: 4 147 | resolutionScalingFixedDPIFactor: 1 148 | excludedTargetPlatforms: [] 149 | - serializedVersion: 2 150 | name: Ultra 151 | pixelLightCount: 4 152 | shadows: 2 153 | shadowResolution: 2 154 | shadowProjection: 1 155 | shadowCascades: 4 156 | shadowDistance: 150 157 | shadowNearPlaneOffset: 3 158 | shadowCascade2Split: 0.33333334 159 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 160 | shadowmaskMode: 1 161 | blendWeights: 4 162 | textureQuality: 0 163 | anisotropicTextures: 2 164 | antiAliasing: 2 165 | softParticles: 1 166 | softVegetation: 1 167 | realtimeReflectionProbes: 1 168 | billboardsFaceCameraPosition: 1 169 | vSyncCount: 1 170 | lodBias: 2 171 | maximumLODLevel: 0 172 | particleRaycastBudget: 4096 173 | asyncUploadTimeSlice: 2 174 | asyncUploadBufferSize: 4 175 | resolutionScalingFixedDPIFactor: 1 176 | excludedTargetPlatforms: [] 177 | m_PerPlatformDefaultQuality: 178 | Android: 2 179 | Nintendo 3DS: 5 180 | Nintendo Switch: 5 181 | PS4: 5 182 | PSM: 5 183 | PSP2: 2 184 | Samsung TV: 2 185 | Standalone: 5 186 | Tizen: 2 187 | WebGL: 3 188 | WiiU: 5 189 | Windows Store Apps: 5 190 | XboxOne: 5 191 | iPhone: 2 192 | tvOS: 2 193 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/Controllers/LeverBase.controller: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!91 &9100000 4 | AnimatorController: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: LeverBase 9 | serializedVersion: 5 10 | m_AnimatorParameters: 11 | - m_Name: Blend 12 | m_Type: 1 13 | m_DefaultFloat: 0 14 | m_DefaultInt: 0 15 | m_DefaultBool: 0 16 | m_Controller: {fileID: 0} 17 | - m_Name: Blend X 18 | m_Type: 1 19 | m_DefaultFloat: 0 20 | m_DefaultInt: 0 21 | m_DefaultBool: 0 22 | m_Controller: {fileID: 0} 23 | - m_Name: Blend Y 24 | m_Type: 1 25 | m_DefaultFloat: 0 26 | m_DefaultInt: 0 27 | m_DefaultBool: 0 28 | m_Controller: {fileID: 0} 29 | m_AnimatorLayers: 30 | - serializedVersion: 5 31 | m_Name: Base Layer 32 | m_StateMachine: {fileID: 1107491382344519546} 33 | m_Mask: {fileID: 0} 34 | m_Motions: [] 35 | m_Behaviours: [] 36 | m_BlendingMode: 0 37 | m_SyncedLayerIndex: -1 38 | m_DefaultWeight: 0 39 | m_IKPass: 0 40 | m_SyncedLayerAffectsTiming: 0 41 | m_Controller: {fileID: 9100000} 42 | --- !u!206 &206044015401981594 43 | BlendTree: 44 | m_ObjectHideFlags: 1 45 | m_PrefabParentObject: {fileID: 0} 46 | m_PrefabInternal: {fileID: 0} 47 | m_Name: BlendTree 48 | m_Childs: [] 49 | m_BlendParameter: pitch 50 | m_BlendParameterY: pitch 51 | m_MinThreshold: 0 52 | m_MaxThreshold: 1 53 | m_UseAutomaticThresholds: 1 54 | m_NormalizedBlendValues: 0 55 | m_BlendType: 0 56 | --- !u!206 &206488437145289726 57 | BlendTree: 58 | m_ObjectHideFlags: 1 59 | m_PrefabParentObject: {fileID: 0} 60 | m_PrefabInternal: {fileID: 0} 61 | m_Name: BlendTree 62 | m_Childs: [] 63 | m_BlendParameter: pitch 64 | m_BlendParameterY: pitch 65 | m_MinThreshold: 0 66 | m_MaxThreshold: 1 67 | m_UseAutomaticThresholds: 1 68 | m_NormalizedBlendValues: 0 69 | m_BlendType: 0 70 | --- !u!206 &206715655587951760 71 | BlendTree: 72 | m_ObjectHideFlags: 1 73 | m_PrefabParentObject: {fileID: 0} 74 | m_PrefabInternal: {fileID: 0} 75 | m_Name: BlendTree 76 | m_Childs: [] 77 | m_BlendParameter: yaw 78 | m_BlendParameterY: yaw 79 | m_MinThreshold: 0 80 | m_MaxThreshold: 1 81 | m_UseAutomaticThresholds: 1 82 | m_NormalizedBlendValues: 0 83 | m_BlendType: 0 84 | --- !u!206 &206756547427727832 85 | BlendTree: 86 | m_ObjectHideFlags: 1 87 | m_PrefabParentObject: {fileID: 0} 88 | m_PrefabInternal: {fileID: 0} 89 | m_Name: Blend Tree 90 | m_Childs: 91 | - serializedVersion: 2 92 | m_Motion: {fileID: 0} 93 | m_Threshold: 0 94 | m_Position: {x: 0, y: 5} 95 | m_TimeScale: 1 96 | m_CycleOffset: 0 97 | m_DirectBlendParameter: Blend 98 | m_Mirror: 0 99 | - serializedVersion: 2 100 | m_Motion: {fileID: 0} 101 | m_Threshold: 0.33333334 102 | m_Position: {x: 0, y: -5} 103 | m_TimeScale: 1 104 | m_CycleOffset: 0 105 | m_DirectBlendParameter: Blend 106 | m_Mirror: 0 107 | - serializedVersion: 2 108 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 109 | m_Threshold: 0.6666667 110 | m_Position: {x: 5, y: 0} 111 | m_TimeScale: 1 112 | m_CycleOffset: 0 113 | m_DirectBlendParameter: Blend 114 | m_Mirror: 0 115 | - serializedVersion: 2 116 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 117 | m_Threshold: 1 118 | m_Position: {x: -5, y: 0} 119 | m_TimeScale: 1 120 | m_CycleOffset: 0 121 | m_DirectBlendParameter: Blend 122 | m_Mirror: 0 123 | m_BlendParameter: Blend Y 124 | m_BlendParameterY: Blend X 125 | m_MinThreshold: 0 126 | m_MaxThreshold: 1 127 | m_UseAutomaticThresholds: 1 128 | m_NormalizedBlendValues: 0 129 | m_BlendType: 1 130 | --- !u!206 &206889834653077646 131 | BlendTree: 132 | m_ObjectHideFlags: 1 133 | m_PrefabParentObject: {fileID: 0} 134 | m_PrefabInternal: {fileID: 0} 135 | m_Name: BlendTree 136 | m_Childs: [] 137 | m_BlendParameter: yaw 138 | m_BlendParameterY: yaw 139 | m_MinThreshold: 0 140 | m_MaxThreshold: 1 141 | m_UseAutomaticThresholds: 1 142 | m_NormalizedBlendValues: 0 143 | m_BlendType: 0 144 | --- !u!1102 &1102089918856081876 145 | AnimatorState: 146 | serializedVersion: 5 147 | m_ObjectHideFlags: 1 148 | m_PrefabParentObject: {fileID: 0} 149 | m_PrefabInternal: {fileID: 0} 150 | m_Name: Blend Tree 151 | m_Speed: 1 152 | m_CycleOffset: 0 153 | m_Transitions: [] 154 | m_StateMachineBehaviours: [] 155 | m_Position: {x: 50, y: 50, z: 0} 156 | m_IKOnFeet: 0 157 | m_WriteDefaultValues: 1 158 | m_Mirror: 0 159 | m_SpeedParameterActive: 0 160 | m_MirrorParameterActive: 0 161 | m_CycleOffsetParameterActive: 0 162 | m_TimeParameterActive: 0 163 | m_Motion: {fileID: 206756547427727832} 164 | m_Tag: 165 | m_SpeedParameter: 166 | m_MirrorParameter: 167 | m_CycleOffsetParameter: 168 | m_TimeParameter: 169 | --- !u!1107 &1107491382344519546 170 | AnimatorStateMachine: 171 | serializedVersion: 5 172 | m_ObjectHideFlags: 1 173 | m_PrefabParentObject: {fileID: 0} 174 | m_PrefabInternal: {fileID: 0} 175 | m_Name: Base Layer 176 | m_ChildStates: 177 | - serializedVersion: 1 178 | m_State: {fileID: 1102089918856081876} 179 | m_Position: {x: 36, y: 204, z: 0} 180 | m_ChildStateMachines: [] 181 | m_AnyStateTransitions: [] 182 | m_EntryTransitions: [] 183 | m_StateMachineTransitions: {} 184 | m_StateMachineBehaviours: [] 185 | m_AnyStatePosition: {x: 50, y: 20, z: 0} 186 | m_EntryPosition: {x: 50, y: 120, z: 0} 187 | m_ExitPosition: {x: 800, y: 120, z: 0} 188 | m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} 189 | m_DefaultState: {fileID: 1102089918856081876} 190 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/Controllers/LeverBase.controller: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!91 &9100000 4 | AnimatorController: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: LeverBase 9 | serializedVersion: 5 10 | m_AnimatorParameters: 11 | - m_Name: Blend 12 | m_Type: 1 13 | m_DefaultFloat: 0 14 | m_DefaultInt: 0 15 | m_DefaultBool: 0 16 | m_Controller: {fileID: 0} 17 | - m_Name: Blend X 18 | m_Type: 1 19 | m_DefaultFloat: 0 20 | m_DefaultInt: 0 21 | m_DefaultBool: 0 22 | m_Controller: {fileID: 0} 23 | - m_Name: Blend Y 24 | m_Type: 1 25 | m_DefaultFloat: 0 26 | m_DefaultInt: 0 27 | m_DefaultBool: 0 28 | m_Controller: {fileID: 0} 29 | m_AnimatorLayers: 30 | - serializedVersion: 5 31 | m_Name: Base Layer 32 | m_StateMachine: {fileID: 1107491382344519546} 33 | m_Mask: {fileID: 0} 34 | m_Motions: [] 35 | m_Behaviours: [] 36 | m_BlendingMode: 0 37 | m_SyncedLayerIndex: -1 38 | m_DefaultWeight: 0 39 | m_IKPass: 0 40 | m_SyncedLayerAffectsTiming: 0 41 | m_Controller: {fileID: 9100000} 42 | --- !u!206 &206044015401981594 43 | BlendTree: 44 | m_ObjectHideFlags: 1 45 | m_PrefabParentObject: {fileID: 0} 46 | m_PrefabInternal: {fileID: 0} 47 | m_Name: BlendTree 48 | m_Childs: [] 49 | m_BlendParameter: pitch 50 | m_BlendParameterY: pitch 51 | m_MinThreshold: 0 52 | m_MaxThreshold: 1 53 | m_UseAutomaticThresholds: 1 54 | m_NormalizedBlendValues: 0 55 | m_BlendType: 0 56 | --- !u!206 &206488437145289726 57 | BlendTree: 58 | m_ObjectHideFlags: 1 59 | m_PrefabParentObject: {fileID: 0} 60 | m_PrefabInternal: {fileID: 0} 61 | m_Name: BlendTree 62 | m_Childs: [] 63 | m_BlendParameter: pitch 64 | m_BlendParameterY: pitch 65 | m_MinThreshold: 0 66 | m_MaxThreshold: 1 67 | m_UseAutomaticThresholds: 1 68 | m_NormalizedBlendValues: 0 69 | m_BlendType: 0 70 | --- !u!206 &206715655587951760 71 | BlendTree: 72 | m_ObjectHideFlags: 1 73 | m_PrefabParentObject: {fileID: 0} 74 | m_PrefabInternal: {fileID: 0} 75 | m_Name: BlendTree 76 | m_Childs: [] 77 | m_BlendParameter: yaw 78 | m_BlendParameterY: yaw 79 | m_MinThreshold: 0 80 | m_MaxThreshold: 1 81 | m_UseAutomaticThresholds: 1 82 | m_NormalizedBlendValues: 0 83 | m_BlendType: 0 84 | --- !u!206 &206756547427727832 85 | BlendTree: 86 | m_ObjectHideFlags: 1 87 | m_PrefabParentObject: {fileID: 0} 88 | m_PrefabInternal: {fileID: 0} 89 | m_Name: Blend Tree 90 | m_Childs: 91 | - serializedVersion: 2 92 | m_Motion: {fileID: 0} 93 | m_Threshold: 0 94 | m_Position: {x: 0, y: 5} 95 | m_TimeScale: 1 96 | m_CycleOffset: 0 97 | m_DirectBlendParameter: Blend 98 | m_Mirror: 0 99 | - serializedVersion: 2 100 | m_Motion: {fileID: 0} 101 | m_Threshold: 0.33333334 102 | m_Position: {x: 0, y: -5} 103 | m_TimeScale: 1 104 | m_CycleOffset: 0 105 | m_DirectBlendParameter: Blend 106 | m_Mirror: 0 107 | - serializedVersion: 2 108 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 109 | m_Threshold: 0.6666667 110 | m_Position: {x: 5, y: 0} 111 | m_TimeScale: 1 112 | m_CycleOffset: 0 113 | m_DirectBlendParameter: Blend 114 | m_Mirror: 0 115 | - serializedVersion: 2 116 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 117 | m_Threshold: 1 118 | m_Position: {x: -5, y: 0} 119 | m_TimeScale: 1 120 | m_CycleOffset: 0 121 | m_DirectBlendParameter: Blend 122 | m_Mirror: 0 123 | m_BlendParameter: Blend Y 124 | m_BlendParameterY: Blend X 125 | m_MinThreshold: 0 126 | m_MaxThreshold: 1 127 | m_UseAutomaticThresholds: 1 128 | m_NormalizedBlendValues: 0 129 | m_BlendType: 1 130 | --- !u!206 &206889834653077646 131 | BlendTree: 132 | m_ObjectHideFlags: 1 133 | m_PrefabParentObject: {fileID: 0} 134 | m_PrefabInternal: {fileID: 0} 135 | m_Name: BlendTree 136 | m_Childs: [] 137 | m_BlendParameter: yaw 138 | m_BlendParameterY: yaw 139 | m_MinThreshold: 0 140 | m_MaxThreshold: 1 141 | m_UseAutomaticThresholds: 1 142 | m_NormalizedBlendValues: 0 143 | m_BlendType: 0 144 | --- !u!1102 &1102089918856081876 145 | AnimatorState: 146 | serializedVersion: 5 147 | m_ObjectHideFlags: 1 148 | m_PrefabParentObject: {fileID: 0} 149 | m_PrefabInternal: {fileID: 0} 150 | m_Name: Blend Tree 151 | m_Speed: 1 152 | m_CycleOffset: 0 153 | m_Transitions: [] 154 | m_StateMachineBehaviours: [] 155 | m_Position: {x: 50, y: 50, z: 0} 156 | m_IKOnFeet: 0 157 | m_WriteDefaultValues: 1 158 | m_Mirror: 0 159 | m_SpeedParameterActive: 0 160 | m_MirrorParameterActive: 0 161 | m_CycleOffsetParameterActive: 0 162 | m_TimeParameterActive: 0 163 | m_Motion: {fileID: 206756547427727832} 164 | m_Tag: 165 | m_SpeedParameter: 166 | m_MirrorParameter: 167 | m_CycleOffsetParameter: 168 | m_TimeParameter: 169 | --- !u!1107 &1107491382344519546 170 | AnimatorStateMachine: 171 | serializedVersion: 5 172 | m_ObjectHideFlags: 1 173 | m_PrefabParentObject: {fileID: 0} 174 | m_PrefabInternal: {fileID: 0} 175 | m_Name: Base Layer 176 | m_ChildStates: 177 | - serializedVersion: 1 178 | m_State: {fileID: 1102089918856081876} 179 | m_Position: {x: 36, y: 204, z: 0} 180 | m_ChildStateMachines: [] 181 | m_AnyStateTransitions: [] 182 | m_EntryTransitions: [] 183 | m_StateMachineTransitions: {} 184 | m_StateMachineBehaviours: [] 185 | m_AnyStatePosition: {x: 50, y: 20, z: 0} 186 | m_EntryPosition: {x: 50, y: 120, z: 0} 187 | m_ExitPosition: {x: 800, y: 120, z: 0} 188 | m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} 189 | m_DefaultState: {fileID: 1102089918856081876} 190 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Prefabs/CarTire.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1001 &100100000 4 | Prefab: 5 | m_ObjectHideFlags: 1 6 | serializedVersion: 2 7 | m_Modification: 8 | m_TransformParent: {fileID: 0} 9 | m_Modifications: [] 10 | m_RemovedComponents: [] 11 | m_ParentPrefab: {fileID: 0} 12 | m_RootGameObject: {fileID: 1645196280927292} 13 | m_IsPrefabParent: 1 14 | --- !u!1 &1462940568755494 15 | GameObject: 16 | m_ObjectHideFlags: 1 17 | m_PrefabParentObject: {fileID: 0} 18 | m_PrefabInternal: {fileID: 100100000} 19 | serializedVersion: 5 20 | m_Component: 21 | - component: {fileID: 4726212260497754} 22 | - component: {fileID: 33685138854385952} 23 | - component: {fileID: 23437546095046884} 24 | m_Layer: 0 25 | m_Name: Cylinder (1) 26 | m_TagString: Untagged 27 | m_Icon: {fileID: 0} 28 | m_NavMeshLayer: 0 29 | m_StaticEditorFlags: 0 30 | m_IsActive: 1 31 | --- !u!1 &1645196280927292 32 | GameObject: 33 | m_ObjectHideFlags: 0 34 | m_PrefabParentObject: {fileID: 0} 35 | m_PrefabInternal: {fileID: 100100000} 36 | serializedVersion: 5 37 | m_Component: 38 | - component: {fileID: 4200135949513280} 39 | m_Layer: 0 40 | m_Name: CarTire 41 | m_TagString: Untagged 42 | m_Icon: {fileID: 0} 43 | m_NavMeshLayer: 0 44 | m_StaticEditorFlags: 0 45 | m_IsActive: 1 46 | --- !u!1 &1735457541128186 47 | GameObject: 48 | m_ObjectHideFlags: 0 49 | m_PrefabParentObject: {fileID: 0} 50 | m_PrefabInternal: {fileID: 100100000} 51 | serializedVersion: 5 52 | m_Component: 53 | - component: {fileID: 4860849580895304} 54 | - component: {fileID: 33127605628312126} 55 | - component: {fileID: 23103855602106238} 56 | m_Layer: 0 57 | m_Name: carTire(Clone) 58 | m_TagString: Untagged 59 | m_Icon: {fileID: 0} 60 | m_NavMeshLayer: 0 61 | m_StaticEditorFlags: 0 62 | m_IsActive: 1 63 | --- !u!4 &4200135949513280 64 | Transform: 65 | m_ObjectHideFlags: 1 66 | m_PrefabParentObject: {fileID: 0} 67 | m_PrefabInternal: {fileID: 100100000} 68 | m_GameObject: {fileID: 1645196280927292} 69 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 70 | m_LocalPosition: {x: 0, y: 0, z: 0} 71 | m_LocalScale: {x: 1, y: 1, z: 1} 72 | m_Children: 73 | - {fileID: 4860849580895304} 74 | m_Father: {fileID: 0} 75 | m_RootOrder: 0 76 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 77 | --- !u!4 &4726212260497754 78 | Transform: 79 | m_ObjectHideFlags: 1 80 | m_PrefabParentObject: {fileID: 0} 81 | m_PrefabInternal: {fileID: 100100000} 82 | m_GameObject: {fileID: 1462940568755494} 83 | m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} 84 | m_LocalPosition: {x: -0, y: 0, z: 0} 85 | m_LocalScale: {x: 0.60915047, y: 1.0555912, z: 0.60915095} 86 | m_Children: [] 87 | m_Father: {fileID: 4860849580895304} 88 | m_RootOrder: 0 89 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90.00001} 90 | --- !u!4 &4860849580895304 91 | Transform: 92 | m_ObjectHideFlags: 1 93 | m_PrefabParentObject: {fileID: 0} 94 | m_PrefabInternal: {fileID: 100100000} 95 | m_GameObject: {fileID: 1735457541128186} 96 | m_LocalRotation: {x: -0, y: 3.2526065e-16, z: 0.7071068, w: 0.7071068} 97 | m_LocalPosition: {x: 0, y: 0, z: 0} 98 | m_LocalScale: {x: 1, y: 0.09004034, z: 1} 99 | m_Children: 100 | - {fileID: 4726212260497754} 101 | m_Father: {fileID: 4200135949513280} 102 | m_RootOrder: 0 103 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} 104 | --- !u!23 &23103855602106238 105 | MeshRenderer: 106 | m_ObjectHideFlags: 1 107 | m_PrefabParentObject: {fileID: 0} 108 | m_PrefabInternal: {fileID: 100100000} 109 | m_GameObject: {fileID: 1735457541128186} 110 | m_Enabled: 1 111 | m_CastShadows: 1 112 | m_ReceiveShadows: 1 113 | m_DynamicOccludee: 1 114 | m_MotionVectors: 1 115 | m_LightProbeUsage: 1 116 | m_ReflectionProbeUsage: 1 117 | m_RenderingLayerMask: 4294967295 118 | m_Materials: 119 | - {fileID: 2100000, guid: 9d538fae4868d554895bed41fc5962ae, type: 2} 120 | m_StaticBatchInfo: 121 | firstSubMesh: 0 122 | subMeshCount: 0 123 | m_StaticBatchRoot: {fileID: 0} 124 | m_ProbeAnchor: {fileID: 0} 125 | m_LightProbeVolumeOverride: {fileID: 0} 126 | m_ScaleInLightmap: 1 127 | m_PreserveUVs: 0 128 | m_IgnoreNormalsForChartDetection: 0 129 | m_ImportantGI: 0 130 | m_StitchLightmapSeams: 0 131 | m_SelectedEditorRenderState: 3 132 | m_MinimumChartSize: 4 133 | m_AutoUVMaxDistance: 0.5 134 | m_AutoUVMaxAngle: 89 135 | m_LightmapParameters: {fileID: 0} 136 | m_SortingLayerID: 0 137 | m_SortingLayer: 0 138 | m_SortingOrder: 0 139 | --- !u!23 &23437546095046884 140 | MeshRenderer: 141 | m_ObjectHideFlags: 1 142 | m_PrefabParentObject: {fileID: 0} 143 | m_PrefabInternal: {fileID: 100100000} 144 | m_GameObject: {fileID: 1462940568755494} 145 | m_Enabled: 1 146 | m_CastShadows: 1 147 | m_ReceiveShadows: 1 148 | m_DynamicOccludee: 1 149 | m_MotionVectors: 1 150 | m_LightProbeUsage: 1 151 | m_ReflectionProbeUsage: 1 152 | m_RenderingLayerMask: 4294967295 153 | m_Materials: 154 | - {fileID: 2100000, guid: c949fe3a088fa4d49a43881e2038a8da, type: 2} 155 | m_StaticBatchInfo: 156 | firstSubMesh: 0 157 | subMeshCount: 0 158 | m_StaticBatchRoot: {fileID: 0} 159 | m_ProbeAnchor: {fileID: 0} 160 | m_LightProbeVolumeOverride: {fileID: 0} 161 | m_ScaleInLightmap: 1 162 | m_PreserveUVs: 0 163 | m_IgnoreNormalsForChartDetection: 0 164 | m_ImportantGI: 0 165 | m_StitchLightmapSeams: 0 166 | m_SelectedEditorRenderState: 3 167 | m_MinimumChartSize: 4 168 | m_AutoUVMaxDistance: 0.5 169 | m_AutoUVMaxAngle: 89 170 | m_LightmapParameters: {fileID: 0} 171 | m_SortingLayerID: 0 172 | m_SortingLayer: 0 173 | m_SortingOrder: 0 174 | --- !u!33 &33127605628312126 175 | MeshFilter: 176 | m_ObjectHideFlags: 1 177 | m_PrefabParentObject: {fileID: 0} 178 | m_PrefabInternal: {fileID: 100100000} 179 | m_GameObject: {fileID: 1735457541128186} 180 | m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} 181 | --- !u!33 &33685138854385952 182 | MeshFilter: 183 | m_ObjectHideFlags: 1 184 | m_PrefabParentObject: {fileID: 0} 185 | m_PrefabInternal: {fileID: 100100000} 186 | m_GameObject: {fileID: 1462940568755494} 187 | m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} 188 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Scripts/SteeringWheelController.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using UnityEngine; 3 | 4 | public class SteeringWheelController : MonoBehaviour 5 | { 6 | 7 | [Header("Hand to track")] 8 | public GameObject Hand; 9 | public bool HandSticked = false; 10 | SteamVR_Controller.Device TrackedController = null; 11 | 12 | private float angleStickyOffset; // ofset between wheel rotation and hand position on grab 13 | private float wheelLastSpeed; // wheel speed at moment of ungrab, then reduces graduelly due to INERTIA 14 | private float INERTIA = 0.95f; // 1-wheel never stops // 0 - wheel stops instantly 15 | public float MAX_ROTATION = 360; //maximal degree rotation of the wheel 16 | private float WHEEL_HAPTIC_FREQUENCY = 360/12; //every wheel whill click 12 times per wheel rotation 17 | 18 | [Header("Steering Wheel Relative Point")] 19 | public GameObject WheelBase; 20 | 21 | [Header("Wheel & Hand relative position")] 22 | public Vector3 RelativePos; 23 | 24 | [Header("Output steering wheel angle")] 25 | public float outputAngle=0; 26 | public TextMesh textDisplay; 27 | 28 | public SteeringWheelOutPut steeringWheelOutPut; 29 | 30 | [Header("Arrays Values (Debug)")] 31 | public List lastValues = new List(); // stores last angles 32 | public List Diffs = new List(); // stores difference between each last angles 33 | public List formulaDiffs = new List(); // stores formulated diffs 34 | public List increment = new List(); // calculating incrementation 35 | 36 | void Start() 37 | { 38 | CreateArrays(5); // CALLING FUNCTION WHICH CREATES ARRAYS 39 | angleStickyOffset = 0f; 40 | HandSticked = false; 41 | wheelLastSpeed = 0; 42 | } 43 | 44 | public void OnStick(SteamVR_TrackedController TrackedController) 45 | { 46 | if (HandSticked != true) 47 | { 48 | CalculateOffset(); 49 | } 50 | HandSticked = true; 51 | this.TrackedController = SteamVR_Controller.Input(checked((int)TrackedController.controllerIndex)); 52 | 53 | 54 | } 55 | 56 | 57 | void CalculateOffset() 58 | { 59 | float rawAngle = CalculateRawAngle(); 60 | angleStickyOffset = outputAngle - rawAngle; 61 | } 62 | 63 | public void OnUnStick() 64 | { 65 | HandSticked = false; 66 | wheelLastSpeed = outputAngle - lastValues[3]; 67 | 68 | TrackedController = null; 69 | } 70 | 71 | float CalculateRawAngle() 72 | { 73 | RelativePos = WheelBase.transform.InverseTransformPoint(Hand.transform.position); // GETTING RELATIVE POSITION BETWEEN STEERING WHEEL BASE AND HAND 74 | 75 | return Mathf.Atan2(RelativePos.y, RelativePos.x) * Mathf.Rad2Deg; // GETTING CIRCULAR DATA FROM X & Y RELATIVES VECTORS 76 | } 77 | 78 | void FixedUpdate() 79 | { 80 | steeringWheelOutPut.outAngle = outputAngle; 81 | float angle; 82 | if (HandSticked) 83 | { 84 | angle = CalculateRawAngle() + angleStickyOffset; // When hands are holding the wheel hand dictates how the wheel moves 85 | // angleSticky Offset is calculated on wheel grab - makes wheel not to rotate instantly to the users hand 86 | } 87 | else 88 | { 89 | // when wheel is released we apply a little of inertia 90 | angle = outputAngle + wheelLastSpeed; //last wheel speed is updated when wheel is ungrabbed and then gradually returns to zero 91 | wheelLastSpeed *= INERTIA; 92 | } 93 | lastValues.RemoveAt(0); // REMOVING FIRST ITEM FROM ARRAY 94 | lastValues.Add(angle); // ADD LAST ITEM TO ARRAY 95 | 96 | outputAngle = hookedAngles(angle);// SETTING OUTPUT THROUGH FUNCTION 97 | if (textDisplay != null){ 98 | textDisplay.text = Mathf.Round(outputAngle) + "" + ".00 deg. speed " + wheelLastSpeed; 99 | } 100 | transform.localEulerAngles = new Vector3(outputAngle+90, -90, -90);// ROTATE WHEEL MODEL FACING TO THE PLAYA 101 | 102 | float haptic_speed_coeff = Mathf.Abs(lastValues[4] - lastValues[3]) + 1; 103 | if (Mathf.Abs(outputAngle % WHEEL_HAPTIC_FREQUENCY) <= haptic_speed_coeff && 104 | Mathf.Abs(lastValues[3] % WHEEL_HAPTIC_FREQUENCY) > haptic_speed_coeff) 105 | { 106 | if (TrackedController != null) 107 | { 108 | TrackedController.TriggerHapticPulse(1000); 109 | } 110 | } 111 | 112 | } 113 | 114 | 115 | void CreateArrays(int firstPparam) // FUNCTION WHICH CREATING ARRAYS 116 | { 117 | for (int i = 0; i < firstPparam; i++) // FOR LOOP WITH PARAM 118 | { 119 | lastValues.Add(0); // LAST VALUES ARRAY 120 | } 121 | 122 | 123 | for (int i = 0; i < firstPparam - 1; i++) // FOR LOOP WITH PARAM -1 124 | { 125 | Diffs.Add(0); // ARRAY TO STORE DIFFERECE BETWEEN NEXT AND PREV 126 | formulaDiffs.Add(0); // ARRAY TO STORE FORMULATED DIFFS 127 | increment.Add(0); // ARRAY TO STORE INCREMENT FOR EACH WHEEL SPIN 128 | 129 | } 130 | } 131 | 132 | 133 | public float hookedAngles(float angle) // FORMULATING AND CALCULATING FUNCTION WHICH COUNTS SPINS OF WHEEL 134 | //Also applying rotation limits 135 | { 136 | float period = 360; 137 | for (int i = 0; i < lastValues.Count - 1; i++) 138 | { 139 | Diffs.RemoveAt(0); 140 | Diffs.Add(lastValues[i + 1] - lastValues[i]); 141 | } 142 | 143 | for (int i = 0; i < formulaDiffs.Count; i++) 144 | { 145 | formulaDiffs.RemoveAt(0); 146 | var a = (Diffs[i] + period / 2.0f); 147 | var b = period; 148 | var fdiff = a - Mathf.Floor(a / b) * b; 149 | formulaDiffs.Add(fdiff - period / 2); 150 | } 151 | 152 | for (int i = 0; i < formulaDiffs.Count; i++) 153 | { 154 | increment.RemoveAt(0); 155 | increment.Add(formulaDiffs[i] - Diffs[i]); 156 | } 157 | 158 | for (int i = 1; i < formulaDiffs.Count; i++) 159 | { 160 | increment[i] += increment[i - 1]; 161 | } 162 | 163 | lastValues[4] += increment[3]; 164 | 165 | if (Mathf.Abs(lastValues[4]) > MAX_ROTATION) 166 | { 167 | lastValues[4] = lastValues[3]; 168 | if (TrackedController!=null) 169 | { 170 | TrackedController.TriggerHapticPulse(500); 171 | 172 | } 173 | } 174 | 175 | 176 | return lastValues[4]; // COLLIBRATE TO ZERO WHEN STILL AND RETURN CALCULATED VALUE 177 | } 178 | 179 | } 180 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Scripts/SteeringWheelController.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using UnityEngine; 3 | 4 | public class SteeringWheelController : MonoBehaviour 5 | { 6 | 7 | [Header("Hand to track")] 8 | public GameObject Hand; 9 | public bool HandSticked = false; 10 | SteamVR_Controller.Device TrackedController = null; 11 | 12 | private float angleStickyOffset; // ofset between wheel rotation and hand position on grab 13 | private float wheelLastSpeed; // wheel speed at moment of ungrab, then reduces graduelly due to INERTIA 14 | private float INERTIA = 0.95f; // 1-wheel never stops // 0 - wheel stops instantly 15 | public float MAX_ROTATION = 360; //maximal degree rotation of the wheel 16 | private float WHEEL_HAPTIC_FREQUENCY = 360/12; //every wheel whill click 12 times per wheel rotation 17 | 18 | [Header("Steering Wheel Relative Point")] 19 | public GameObject WheelBase; 20 | 21 | [Header("Wheel & Hand relative position")] 22 | public Vector3 RelativePos; 23 | 24 | [Header("Output steering wheel angle")] 25 | public float outputAngle=0; 26 | public TextMesh textDisplay; 27 | 28 | public SteeringWheelOutPut steeringWheelOutPut; 29 | 30 | [Header("Arrays Values (Debug)")] 31 | public List lastValues = new List(); // stores last angles 32 | public List Diffs = new List(); // stores difference between each last angles 33 | public List formulaDiffs = new List(); // stores formulated diffs 34 | public List increment = new List(); // calculating incrementation 35 | 36 | void Start() 37 | { 38 | CreateArrays(5); // CALLING FUNCTION WHICH CREATES ARRAYS 39 | angleStickyOffset = 0f; 40 | HandSticked = false; 41 | wheelLastSpeed = 0; 42 | } 43 | 44 | public void OnStick(SteamVR_TrackedController TrackedController) 45 | { 46 | if (HandSticked != true) 47 | { 48 | CalculateOffset(); 49 | } 50 | HandSticked = true; 51 | this.TrackedController = SteamVR_Controller.Input(checked((int)TrackedController.controllerIndex)); 52 | 53 | 54 | } 55 | 56 | 57 | void CalculateOffset() 58 | { 59 | float rawAngle = CalculateRawAngle(); 60 | angleStickyOffset = outputAngle - rawAngle; 61 | } 62 | 63 | public void OnUnStick() 64 | { 65 | HandSticked = false; 66 | wheelLastSpeed = outputAngle - lastValues[3]; 67 | 68 | TrackedController = null; 69 | } 70 | 71 | float CalculateRawAngle() 72 | { 73 | RelativePos = WheelBase.transform.InverseTransformPoint(Hand.transform.position); // GETTING RELATIVE POSITION BETWEEN STEERING WHEEL BASE AND HAND 74 | 75 | return Mathf.Atan2(RelativePos.y, RelativePos.x) * Mathf.Rad2Deg; // GETTING CIRCULAR DATA FROM X & Y RELATIVES VECTORS 76 | } 77 | 78 | void FixedUpdate() 79 | { 80 | steeringWheelOutPut.outAngle = outputAngle; 81 | float angle; 82 | if (HandSticked) 83 | { 84 | angle = CalculateRawAngle() + angleStickyOffset; // When hands are holding the wheel hand dictates how the wheel moves 85 | // angleSticky Offset is calculated on wheel grab - makes wheel not to rotate instantly to the users hand 86 | } 87 | else 88 | { 89 | // when wheel is released we apply a little of inertia 90 | angle = outputAngle + wheelLastSpeed; //last wheel speed is updated when wheel is ungrabbed and then gradually returns to zero 91 | wheelLastSpeed *= INERTIA; 92 | } 93 | lastValues.RemoveAt(0); // REMOVING FIRST ITEM FROM ARRAY 94 | lastValues.Add(angle); // ADD LAST ITEM TO ARRAY 95 | 96 | outputAngle = hookedAngles(angle);// SETTING OUTPUT THROUGH FUNCTION 97 | if (textDisplay != null){ 98 | textDisplay.text = Mathf.Round(outputAngle) + "" + ".00 deg. speed " + wheelLastSpeed; 99 | } 100 | transform.localEulerAngles = new Vector3(outputAngle+90, -90, -90);// ROTATE WHEEL MODEL FACING TO THE PLAYA 101 | 102 | float haptic_speed_coeff = Mathf.Abs(lastValues[4] - lastValues[3]) + 1; 103 | if (Mathf.Abs(outputAngle % WHEEL_HAPTIC_FREQUENCY) <= haptic_speed_coeff && 104 | Mathf.Abs(lastValues[3] % WHEEL_HAPTIC_FREQUENCY) > haptic_speed_coeff) 105 | { 106 | if (TrackedController != null) 107 | { 108 | TrackedController.TriggerHapticPulse(1000); 109 | } 110 | } 111 | 112 | } 113 | 114 | 115 | void CreateArrays(int firstPparam) // FUNCTION WHICH CREATING ARRAYS 116 | { 117 | for (int i = 0; i < firstPparam; i++) // FOR LOOP WITH PARAM 118 | { 119 | lastValues.Add(0); // LAST VALUES ARRAY 120 | } 121 | 122 | 123 | for (int i = 0; i < firstPparam - 1; i++) // FOR LOOP WITH PARAM -1 124 | { 125 | Diffs.Add(0); // ARRAY TO STORE DIFFERECE BETWEEN NEXT AND PREV 126 | formulaDiffs.Add(0); // ARRAY TO STORE FORMULATED DIFFS 127 | increment.Add(0); // ARRAY TO STORE INCREMENT FOR EACH WHEEL SPIN 128 | 129 | } 130 | } 131 | 132 | 133 | public float hookedAngles(float angle) // FORMULATING AND CALCULATING FUNCTION WHICH COUNTS SPINS OF WHEEL 134 | //Also applying rotation limits 135 | { 136 | float period = 360; 137 | for (int i = 0; i < lastValues.Count - 1; i++) 138 | { 139 | Diffs.RemoveAt(0); 140 | Diffs.Add(lastValues[i + 1] - lastValues[i]); 141 | } 142 | 143 | for (int i = 0; i < formulaDiffs.Count; i++) 144 | { 145 | formulaDiffs.RemoveAt(0); 146 | var a = (Diffs[i] + period / 2.0f); 147 | var b = period; 148 | var fdiff = a - Mathf.Floor(a / b) * b; 149 | formulaDiffs.Add(fdiff - period / 2); 150 | } 151 | 152 | for (int i = 0; i < formulaDiffs.Count; i++) 153 | { 154 | increment.RemoveAt(0); 155 | increment.Add(formulaDiffs[i] - Diffs[i]); 156 | } 157 | 158 | for (int i = 1; i < formulaDiffs.Count; i++) 159 | { 160 | increment[i] += increment[i - 1]; 161 | } 162 | 163 | lastValues[4] += increment[3]; 164 | 165 | if (Mathf.Abs(lastValues[4]) > MAX_ROTATION) 166 | { 167 | lastValues[4] = lastValues[3]; 168 | if (TrackedController!=null) 169 | { 170 | TrackedController.TriggerHapticPulse(500); 171 | 172 | } 173 | } 174 | 175 | 176 | return lastValues[4]; // COLLIBRATE TO ZERO WHEN STILL AND RETURN CALCULATED VALUE 177 | } 178 | 179 | } 180 | -------------------------------------------------------------------------------- /VR Joystick & Steering/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!13 &1 4 | InputManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Axes: 8 | - serializedVersion: 3 9 | m_Name: Horizontal 10 | descriptiveName: 11 | descriptiveNegativeName: 12 | negativeButton: left 13 | positiveButton: right 14 | altNegativeButton: a 15 | altPositiveButton: d 16 | gravity: 3 17 | dead: 0.001 18 | sensitivity: 3 19 | snap: 1 20 | invert: 0 21 | type: 0 22 | axis: 0 23 | joyNum: 0 24 | - serializedVersion: 3 25 | m_Name: Vertical 26 | descriptiveName: 27 | descriptiveNegativeName: 28 | negativeButton: down 29 | positiveButton: up 30 | altNegativeButton: s 31 | altPositiveButton: w 32 | gravity: 3 33 | dead: 0.001 34 | sensitivity: 3 35 | snap: 1 36 | invert: 0 37 | type: 0 38 | axis: 0 39 | joyNum: 0 40 | - serializedVersion: 3 41 | m_Name: Fire1 42 | descriptiveName: 43 | descriptiveNegativeName: 44 | negativeButton: 45 | positiveButton: left ctrl 46 | altNegativeButton: 47 | altPositiveButton: mouse 0 48 | gravity: 1000 49 | dead: 0.001 50 | sensitivity: 1000 51 | snap: 0 52 | invert: 0 53 | type: 0 54 | axis: 0 55 | joyNum: 0 56 | - serializedVersion: 3 57 | m_Name: Fire2 58 | descriptiveName: 59 | descriptiveNegativeName: 60 | negativeButton: 61 | positiveButton: left alt 62 | altNegativeButton: 63 | altPositiveButton: mouse 1 64 | gravity: 1000 65 | dead: 0.001 66 | sensitivity: 1000 67 | snap: 0 68 | invert: 0 69 | type: 0 70 | axis: 0 71 | joyNum: 0 72 | - serializedVersion: 3 73 | m_Name: Fire3 74 | descriptiveName: 75 | descriptiveNegativeName: 76 | negativeButton: 77 | positiveButton: left shift 78 | altNegativeButton: 79 | altPositiveButton: mouse 2 80 | gravity: 1000 81 | dead: 0.001 82 | sensitivity: 1000 83 | snap: 0 84 | invert: 0 85 | type: 0 86 | axis: 0 87 | joyNum: 0 88 | - serializedVersion: 3 89 | m_Name: Jump 90 | descriptiveName: 91 | descriptiveNegativeName: 92 | negativeButton: 93 | positiveButton: space 94 | altNegativeButton: 95 | altPositiveButton: 96 | gravity: 1000 97 | dead: 0.001 98 | sensitivity: 1000 99 | snap: 0 100 | invert: 0 101 | type: 0 102 | axis: 0 103 | joyNum: 0 104 | - serializedVersion: 3 105 | m_Name: Mouse X 106 | descriptiveName: 107 | descriptiveNegativeName: 108 | negativeButton: 109 | positiveButton: 110 | altNegativeButton: 111 | altPositiveButton: 112 | gravity: 0 113 | dead: 0 114 | sensitivity: 0.1 115 | snap: 0 116 | invert: 0 117 | type: 1 118 | axis: 0 119 | joyNum: 0 120 | - serializedVersion: 3 121 | m_Name: Mouse Y 122 | descriptiveName: 123 | descriptiveNegativeName: 124 | negativeButton: 125 | positiveButton: 126 | altNegativeButton: 127 | altPositiveButton: 128 | gravity: 0 129 | dead: 0 130 | sensitivity: 0.1 131 | snap: 0 132 | invert: 0 133 | type: 1 134 | axis: 1 135 | joyNum: 0 136 | - serializedVersion: 3 137 | m_Name: Mouse ScrollWheel 138 | descriptiveName: 139 | descriptiveNegativeName: 140 | negativeButton: 141 | positiveButton: 142 | altNegativeButton: 143 | altPositiveButton: 144 | gravity: 0 145 | dead: 0 146 | sensitivity: 0.1 147 | snap: 0 148 | invert: 0 149 | type: 1 150 | axis: 2 151 | joyNum: 0 152 | - serializedVersion: 3 153 | m_Name: Horizontal 154 | descriptiveName: 155 | descriptiveNegativeName: 156 | negativeButton: 157 | positiveButton: 158 | altNegativeButton: 159 | altPositiveButton: 160 | gravity: 0 161 | dead: 0.19 162 | sensitivity: 1 163 | snap: 0 164 | invert: 0 165 | type: 2 166 | axis: 0 167 | joyNum: 0 168 | - serializedVersion: 3 169 | m_Name: Vertical 170 | descriptiveName: 171 | descriptiveNegativeName: 172 | negativeButton: 173 | positiveButton: 174 | altNegativeButton: 175 | altPositiveButton: 176 | gravity: 0 177 | dead: 0.19 178 | sensitivity: 1 179 | snap: 0 180 | invert: 1 181 | type: 2 182 | axis: 1 183 | joyNum: 0 184 | - serializedVersion: 3 185 | m_Name: Fire1 186 | descriptiveName: 187 | descriptiveNegativeName: 188 | negativeButton: 189 | positiveButton: joystick button 0 190 | altNegativeButton: 191 | altPositiveButton: 192 | gravity: 1000 193 | dead: 0.001 194 | sensitivity: 1000 195 | snap: 0 196 | invert: 0 197 | type: 0 198 | axis: 0 199 | joyNum: 0 200 | - serializedVersion: 3 201 | m_Name: Fire2 202 | descriptiveName: 203 | descriptiveNegativeName: 204 | negativeButton: 205 | positiveButton: joystick button 1 206 | altNegativeButton: 207 | altPositiveButton: 208 | gravity: 1000 209 | dead: 0.001 210 | sensitivity: 1000 211 | snap: 0 212 | invert: 0 213 | type: 0 214 | axis: 0 215 | joyNum: 0 216 | - serializedVersion: 3 217 | m_Name: Fire3 218 | descriptiveName: 219 | descriptiveNegativeName: 220 | negativeButton: 221 | positiveButton: joystick button 2 222 | altNegativeButton: 223 | altPositiveButton: 224 | gravity: 1000 225 | dead: 0.001 226 | sensitivity: 1000 227 | snap: 0 228 | invert: 0 229 | type: 0 230 | axis: 0 231 | joyNum: 0 232 | - serializedVersion: 3 233 | m_Name: Jump 234 | descriptiveName: 235 | descriptiveNegativeName: 236 | negativeButton: 237 | positiveButton: joystick button 3 238 | altNegativeButton: 239 | altPositiveButton: 240 | gravity: 1000 241 | dead: 0.001 242 | sensitivity: 1000 243 | snap: 0 244 | invert: 0 245 | type: 0 246 | axis: 0 247 | joyNum: 0 248 | - serializedVersion: 3 249 | m_Name: Submit 250 | descriptiveName: 251 | descriptiveNegativeName: 252 | negativeButton: 253 | positiveButton: return 254 | altNegativeButton: 255 | altPositiveButton: joystick button 0 256 | gravity: 1000 257 | dead: 0.001 258 | sensitivity: 1000 259 | snap: 0 260 | invert: 0 261 | type: 0 262 | axis: 0 263 | joyNum: 0 264 | - serializedVersion: 3 265 | m_Name: Submit 266 | descriptiveName: 267 | descriptiveNegativeName: 268 | negativeButton: 269 | positiveButton: enter 270 | altNegativeButton: 271 | altPositiveButton: space 272 | gravity: 1000 273 | dead: 0.001 274 | sensitivity: 1000 275 | snap: 0 276 | invert: 0 277 | type: 0 278 | axis: 0 279 | joyNum: 0 280 | - serializedVersion: 3 281 | m_Name: Cancel 282 | descriptiveName: 283 | descriptiveNegativeName: 284 | negativeButton: 285 | positiveButton: escape 286 | altNegativeButton: 287 | altPositiveButton: joystick button 1 288 | gravity: 1000 289 | dead: 0.001 290 | sensitivity: 1000 291 | snap: 0 292 | invert: 0 293 | type: 0 294 | axis: 0 295 | joyNum: 0 296 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/leverBase.controller: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!91 &9100000 4 | AnimatorController: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: leverBase 9 | serializedVersion: 5 10 | m_AnimatorParameters: 11 | - m_Name: Blend 12 | m_Type: 1 13 | m_DefaultFloat: 0 14 | m_DefaultInt: 0 15 | m_DefaultBool: 0 16 | m_Controller: {fileID: 0} 17 | - m_Name: Blend X 18 | m_Type: 1 19 | m_DefaultFloat: 0 20 | m_DefaultInt: 0 21 | m_DefaultBool: 0 22 | m_Controller: {fileID: 0} 23 | - m_Name: Blend Z 24 | m_Type: 1 25 | m_DefaultFloat: 0 26 | m_DefaultInt: 0 27 | m_DefaultBool: 0 28 | m_Controller: {fileID: 0} 29 | m_AnimatorLayers: 30 | - serializedVersion: 5 31 | m_Name: Base Layer 32 | m_StateMachine: {fileID: 1107014149622415134} 33 | m_Mask: {fileID: 0} 34 | m_Motions: [] 35 | m_Behaviours: [] 36 | m_BlendingMode: 0 37 | m_SyncedLayerIndex: -1 38 | m_DefaultWeight: 0 39 | m_IKPass: 0 40 | m_SyncedLayerAffectsTiming: 0 41 | m_Controller: {fileID: 9100000} 42 | --- !u!206 &206312162887604424 43 | BlendTree: 44 | m_ObjectHideFlags: 1 45 | m_PrefabParentObject: {fileID: 0} 46 | m_PrefabInternal: {fileID: 0} 47 | m_Name: Blend Tree 48 | m_Childs: 49 | - serializedVersion: 2 50 | m_Motion: {fileID: 7400000, guid: 5aec9faa2e6792c4bad08e647928dd94, type: 2} 51 | m_Threshold: 0 52 | m_Position: {x: 0, y: 5} 53 | m_TimeScale: 1 54 | m_CycleOffset: 0 55 | m_DirectBlendParameter: Blend 56 | m_Mirror: 0 57 | - serializedVersion: 2 58 | m_Motion: {fileID: 7400000, guid: 33860ec31ed3cb24fb1059a1cf8a681d, type: 2} 59 | m_Threshold: 0.33333334 60 | m_Position: {x: 0, y: -5} 61 | m_TimeScale: 1 62 | m_CycleOffset: 0 63 | m_DirectBlendParameter: Blend 64 | m_Mirror: 0 65 | - serializedVersion: 2 66 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 67 | m_Threshold: 0.6666667 68 | m_Position: {x: -5, y: 0} 69 | m_TimeScale: 1 70 | m_CycleOffset: 0 71 | m_DirectBlendParameter: Blend 72 | m_Mirror: 0 73 | - serializedVersion: 2 74 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 75 | m_Threshold: 1 76 | m_Position: {x: 5, y: 0} 77 | m_TimeScale: 1 78 | m_CycleOffset: 0 79 | m_DirectBlendParameter: Blend 80 | m_Mirror: 0 81 | m_BlendParameter: Blend X 82 | m_BlendParameterY: Blend Z 83 | m_MinThreshold: 0 84 | m_MaxThreshold: 1 85 | m_UseAutomaticThresholds: 1 86 | m_NormalizedBlendValues: 0 87 | m_BlendType: 1 88 | --- !u!1102 &1102002445682248302 89 | AnimatorState: 90 | serializedVersion: 5 91 | m_ObjectHideFlags: 1 92 | m_PrefabParentObject: {fileID: 0} 93 | m_PrefabInternal: {fileID: 0} 94 | m_Name: Blend Tree 95 | m_Speed: 1 96 | m_CycleOffset: 0 97 | m_Transitions: [] 98 | m_StateMachineBehaviours: [] 99 | m_Position: {x: 50, y: 50, z: 0} 100 | m_IKOnFeet: 0 101 | m_WriteDefaultValues: 1 102 | m_Mirror: 0 103 | m_SpeedParameterActive: 0 104 | m_MirrorParameterActive: 0 105 | m_CycleOffsetParameterActive: 0 106 | m_TimeParameterActive: 0 107 | m_Motion: {fileID: 206312162887604424} 108 | m_Tag: 109 | m_SpeedParameter: 110 | m_MirrorParameter: 111 | m_CycleOffsetParameter: 112 | m_TimeParameter: 113 | --- !u!1102 &1102611181981649800 114 | AnimatorState: 115 | serializedVersion: 5 116 | m_ObjectHideFlags: 1 117 | m_PrefabParentObject: {fileID: 0} 118 | m_PrefabInternal: {fileID: 0} 119 | m_Name: right 120 | m_Speed: 1 121 | m_CycleOffset: 0 122 | m_Transitions: [] 123 | m_StateMachineBehaviours: [] 124 | m_Position: {x: 50, y: 50, z: 0} 125 | m_IKOnFeet: 0 126 | m_WriteDefaultValues: 1 127 | m_Mirror: 0 128 | m_SpeedParameterActive: 0 129 | m_MirrorParameterActive: 0 130 | m_CycleOffsetParameterActive: 0 131 | m_TimeParameterActive: 0 132 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 133 | m_Tag: 134 | m_SpeedParameter: 135 | m_MirrorParameter: 136 | m_CycleOffsetParameter: 137 | m_TimeParameter: 138 | --- !u!1102 &1102796891405262252 139 | AnimatorState: 140 | serializedVersion: 5 141 | m_ObjectHideFlags: 1 142 | m_PrefabParentObject: {fileID: 0} 143 | m_PrefabInternal: {fileID: 0} 144 | m_Name: left 145 | m_Speed: 1 146 | m_CycleOffset: 0 147 | m_Transitions: [] 148 | m_StateMachineBehaviours: [] 149 | m_Position: {x: 50, y: 50, z: 0} 150 | m_IKOnFeet: 0 151 | m_WriteDefaultValues: 1 152 | m_Mirror: 0 153 | m_SpeedParameterActive: 0 154 | m_MirrorParameterActive: 0 155 | m_CycleOffsetParameterActive: 0 156 | m_TimeParameterActive: 0 157 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 158 | m_Tag: 159 | m_SpeedParameter: 160 | m_MirrorParameter: 161 | m_CycleOffsetParameter: 162 | m_TimeParameter: 163 | --- !u!1102 &1102839697658057846 164 | AnimatorState: 165 | serializedVersion: 5 166 | m_ObjectHideFlags: 1 167 | m_PrefabParentObject: {fileID: 0} 168 | m_PrefabInternal: {fileID: 0} 169 | m_Name: back 170 | m_Speed: 1 171 | m_CycleOffset: 0 172 | m_Transitions: [] 173 | m_StateMachineBehaviours: [] 174 | m_Position: {x: 50, y: 50, z: 0} 175 | m_IKOnFeet: 0 176 | m_WriteDefaultValues: 1 177 | m_Mirror: 0 178 | m_SpeedParameterActive: 0 179 | m_MirrorParameterActive: 0 180 | m_CycleOffsetParameterActive: 0 181 | m_TimeParameterActive: 0 182 | m_Motion: {fileID: 7400000, guid: 33860ec31ed3cb24fb1059a1cf8a681d, type: 2} 183 | m_Tag: 184 | m_SpeedParameter: 185 | m_MirrorParameter: 186 | m_CycleOffsetParameter: 187 | m_TimeParameter: 188 | --- !u!1102 &1102908879778824842 189 | AnimatorState: 190 | serializedVersion: 5 191 | m_ObjectHideFlags: 1 192 | m_PrefabParentObject: {fileID: 0} 193 | m_PrefabInternal: {fileID: 0} 194 | m_Name: front 195 | m_Speed: 1 196 | m_CycleOffset: 0 197 | m_Transitions: [] 198 | m_StateMachineBehaviours: [] 199 | m_Position: {x: 50, y: 50, z: 0} 200 | m_IKOnFeet: 0 201 | m_WriteDefaultValues: 1 202 | m_Mirror: 0 203 | m_SpeedParameterActive: 0 204 | m_MirrorParameterActive: 0 205 | m_CycleOffsetParameterActive: 0 206 | m_TimeParameterActive: 0 207 | m_Motion: {fileID: 7400000, guid: 5aec9faa2e6792c4bad08e647928dd94, type: 2} 208 | m_Tag: 209 | m_SpeedParameter: 210 | m_MirrorParameter: 211 | m_CycleOffsetParameter: 212 | m_TimeParameter: 213 | --- !u!1107 &1107014149622415134 214 | AnimatorStateMachine: 215 | serializedVersion: 5 216 | m_ObjectHideFlags: 1 217 | m_PrefabParentObject: {fileID: 0} 218 | m_PrefabInternal: {fileID: 0} 219 | m_Name: Base Layer 220 | m_ChildStates: 221 | - serializedVersion: 1 222 | m_State: {fileID: 1102908879778824842} 223 | m_Position: {x: 180, y: -120, z: 0} 224 | - serializedVersion: 1 225 | m_State: {fileID: 1102839697658057846} 226 | m_Position: {x: 180, y: -24, z: 0} 227 | - serializedVersion: 1 228 | m_State: {fileID: 1102796891405262252} 229 | m_Position: {x: 84, y: -72, z: 0} 230 | - serializedVersion: 1 231 | m_State: {fileID: 1102611181981649800} 232 | m_Position: {x: 288, y: -72, z: 0} 233 | - serializedVersion: 1 234 | m_State: {fileID: 1102002445682248302} 235 | m_Position: {x: 36, y: 192, z: 0} 236 | m_ChildStateMachines: [] 237 | m_AnyStateTransitions: [] 238 | m_EntryTransitions: [] 239 | m_StateMachineTransitions: {} 240 | m_StateMachineBehaviours: [] 241 | m_AnyStatePosition: {x: 50, y: 20, z: 0} 242 | m_EntryPosition: {x: 50, y: 120, z: 0} 243 | m_ExitPosition: {x: 800, y: 120, z: 0} 244 | m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} 245 | m_DefaultState: {fileID: 1102002445682248302} 246 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/leverBase.controller: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!91 &9100000 4 | AnimatorController: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: leverBase 9 | serializedVersion: 5 10 | m_AnimatorParameters: 11 | - m_Name: Blend 12 | m_Type: 1 13 | m_DefaultFloat: 0 14 | m_DefaultInt: 0 15 | m_DefaultBool: 0 16 | m_Controller: {fileID: 0} 17 | - m_Name: Blend X 18 | m_Type: 1 19 | m_DefaultFloat: 0 20 | m_DefaultInt: 0 21 | m_DefaultBool: 0 22 | m_Controller: {fileID: 0} 23 | - m_Name: Blend Z 24 | m_Type: 1 25 | m_DefaultFloat: 0 26 | m_DefaultInt: 0 27 | m_DefaultBool: 0 28 | m_Controller: {fileID: 0} 29 | m_AnimatorLayers: 30 | - serializedVersion: 5 31 | m_Name: Base Layer 32 | m_StateMachine: {fileID: 1107014149622415134} 33 | m_Mask: {fileID: 0} 34 | m_Motions: [] 35 | m_Behaviours: [] 36 | m_BlendingMode: 0 37 | m_SyncedLayerIndex: -1 38 | m_DefaultWeight: 0 39 | m_IKPass: 0 40 | m_SyncedLayerAffectsTiming: 0 41 | m_Controller: {fileID: 9100000} 42 | --- !u!206 &206312162887604424 43 | BlendTree: 44 | m_ObjectHideFlags: 1 45 | m_PrefabParentObject: {fileID: 0} 46 | m_PrefabInternal: {fileID: 0} 47 | m_Name: Blend Tree 48 | m_Childs: 49 | - serializedVersion: 2 50 | m_Motion: {fileID: 7400000, guid: 5aec9faa2e6792c4bad08e647928dd94, type: 2} 51 | m_Threshold: 0 52 | m_Position: {x: 0, y: 5} 53 | m_TimeScale: 1 54 | m_CycleOffset: 0 55 | m_DirectBlendParameter: Blend 56 | m_Mirror: 0 57 | - serializedVersion: 2 58 | m_Motion: {fileID: 7400000, guid: 33860ec31ed3cb24fb1059a1cf8a681d, type: 2} 59 | m_Threshold: 0.33333334 60 | m_Position: {x: 0, y: -5} 61 | m_TimeScale: 1 62 | m_CycleOffset: 0 63 | m_DirectBlendParameter: Blend 64 | m_Mirror: 0 65 | - serializedVersion: 2 66 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 67 | m_Threshold: 0.6666667 68 | m_Position: {x: -5, y: 0} 69 | m_TimeScale: 1 70 | m_CycleOffset: 0 71 | m_DirectBlendParameter: Blend 72 | m_Mirror: 0 73 | - serializedVersion: 2 74 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 75 | m_Threshold: 1 76 | m_Position: {x: 5, y: 0} 77 | m_TimeScale: 1 78 | m_CycleOffset: 0 79 | m_DirectBlendParameter: Blend 80 | m_Mirror: 0 81 | m_BlendParameter: Blend X 82 | m_BlendParameterY: Blend Z 83 | m_MinThreshold: 0 84 | m_MaxThreshold: 1 85 | m_UseAutomaticThresholds: 1 86 | m_NormalizedBlendValues: 0 87 | m_BlendType: 1 88 | --- !u!1102 &1102002445682248302 89 | AnimatorState: 90 | serializedVersion: 5 91 | m_ObjectHideFlags: 1 92 | m_PrefabParentObject: {fileID: 0} 93 | m_PrefabInternal: {fileID: 0} 94 | m_Name: Blend Tree 95 | m_Speed: 1 96 | m_CycleOffset: 0 97 | m_Transitions: [] 98 | m_StateMachineBehaviours: [] 99 | m_Position: {x: 50, y: 50, z: 0} 100 | m_IKOnFeet: 0 101 | m_WriteDefaultValues: 1 102 | m_Mirror: 0 103 | m_SpeedParameterActive: 0 104 | m_MirrorParameterActive: 0 105 | m_CycleOffsetParameterActive: 0 106 | m_TimeParameterActive: 0 107 | m_Motion: {fileID: 206312162887604424} 108 | m_Tag: 109 | m_SpeedParameter: 110 | m_MirrorParameter: 111 | m_CycleOffsetParameter: 112 | m_TimeParameter: 113 | --- !u!1102 &1102611181981649800 114 | AnimatorState: 115 | serializedVersion: 5 116 | m_ObjectHideFlags: 1 117 | m_PrefabParentObject: {fileID: 0} 118 | m_PrefabInternal: {fileID: 0} 119 | m_Name: right 120 | m_Speed: 1 121 | m_CycleOffset: 0 122 | m_Transitions: [] 123 | m_StateMachineBehaviours: [] 124 | m_Position: {x: 50, y: 50, z: 0} 125 | m_IKOnFeet: 0 126 | m_WriteDefaultValues: 1 127 | m_Mirror: 0 128 | m_SpeedParameterActive: 0 129 | m_MirrorParameterActive: 0 130 | m_CycleOffsetParameterActive: 0 131 | m_TimeParameterActive: 0 132 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 133 | m_Tag: 134 | m_SpeedParameter: 135 | m_MirrorParameter: 136 | m_CycleOffsetParameter: 137 | m_TimeParameter: 138 | --- !u!1102 &1102796891405262252 139 | AnimatorState: 140 | serializedVersion: 5 141 | m_ObjectHideFlags: 1 142 | m_PrefabParentObject: {fileID: 0} 143 | m_PrefabInternal: {fileID: 0} 144 | m_Name: left 145 | m_Speed: 1 146 | m_CycleOffset: 0 147 | m_Transitions: [] 148 | m_StateMachineBehaviours: [] 149 | m_Position: {x: 50, y: 50, z: 0} 150 | m_IKOnFeet: 0 151 | m_WriteDefaultValues: 1 152 | m_Mirror: 0 153 | m_SpeedParameterActive: 0 154 | m_MirrorParameterActive: 0 155 | m_CycleOffsetParameterActive: 0 156 | m_TimeParameterActive: 0 157 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 158 | m_Tag: 159 | m_SpeedParameter: 160 | m_MirrorParameter: 161 | m_CycleOffsetParameter: 162 | m_TimeParameter: 163 | --- !u!1102 &1102839697658057846 164 | AnimatorState: 165 | serializedVersion: 5 166 | m_ObjectHideFlags: 1 167 | m_PrefabParentObject: {fileID: 0} 168 | m_PrefabInternal: {fileID: 0} 169 | m_Name: back 170 | m_Speed: 1 171 | m_CycleOffset: 0 172 | m_Transitions: [] 173 | m_StateMachineBehaviours: [] 174 | m_Position: {x: 50, y: 50, z: 0} 175 | m_IKOnFeet: 0 176 | m_WriteDefaultValues: 1 177 | m_Mirror: 0 178 | m_SpeedParameterActive: 0 179 | m_MirrorParameterActive: 0 180 | m_CycleOffsetParameterActive: 0 181 | m_TimeParameterActive: 0 182 | m_Motion: {fileID: 7400000, guid: 33860ec31ed3cb24fb1059a1cf8a681d, type: 2} 183 | m_Tag: 184 | m_SpeedParameter: 185 | m_MirrorParameter: 186 | m_CycleOffsetParameter: 187 | m_TimeParameter: 188 | --- !u!1102 &1102908879778824842 189 | AnimatorState: 190 | serializedVersion: 5 191 | m_ObjectHideFlags: 1 192 | m_PrefabParentObject: {fileID: 0} 193 | m_PrefabInternal: {fileID: 0} 194 | m_Name: front 195 | m_Speed: 1 196 | m_CycleOffset: 0 197 | m_Transitions: [] 198 | m_StateMachineBehaviours: [] 199 | m_Position: {x: 50, y: 50, z: 0} 200 | m_IKOnFeet: 0 201 | m_WriteDefaultValues: 1 202 | m_Mirror: 0 203 | m_SpeedParameterActive: 0 204 | m_MirrorParameterActive: 0 205 | m_CycleOffsetParameterActive: 0 206 | m_TimeParameterActive: 0 207 | m_Motion: {fileID: 7400000, guid: 5aec9faa2e6792c4bad08e647928dd94, type: 2} 208 | m_Tag: 209 | m_SpeedParameter: 210 | m_MirrorParameter: 211 | m_CycleOffsetParameter: 212 | m_TimeParameter: 213 | --- !u!1107 &1107014149622415134 214 | AnimatorStateMachine: 215 | serializedVersion: 5 216 | m_ObjectHideFlags: 1 217 | m_PrefabParentObject: {fileID: 0} 218 | m_PrefabInternal: {fileID: 0} 219 | m_Name: Base Layer 220 | m_ChildStates: 221 | - serializedVersion: 1 222 | m_State: {fileID: 1102908879778824842} 223 | m_Position: {x: 180, y: -120, z: 0} 224 | - serializedVersion: 1 225 | m_State: {fileID: 1102839697658057846} 226 | m_Position: {x: 180, y: -24, z: 0} 227 | - serializedVersion: 1 228 | m_State: {fileID: 1102796891405262252} 229 | m_Position: {x: 84, y: -72, z: 0} 230 | - serializedVersion: 1 231 | m_State: {fileID: 1102611181981649800} 232 | m_Position: {x: 288, y: -72, z: 0} 233 | - serializedVersion: 1 234 | m_State: {fileID: 1102002445682248302} 235 | m_Position: {x: 36, y: 192, z: 0} 236 | m_ChildStateMachines: [] 237 | m_AnyStateTransitions: [] 238 | m_EntryTransitions: [] 239 | m_StateMachineTransitions: {} 240 | m_StateMachineBehaviours: [] 241 | m_AnyStatePosition: {x: 50, y: 20, z: 0} 242 | m_EntryPosition: {x: 50, y: 120, z: 0} 243 | m_ExitPosition: {x: 800, y: 120, z: 0} 244 | m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} 245 | m_DefaultState: {fileID: 1102002445682248302} 246 | -------------------------------------------------------------------------------- /VR Joystick & Steering/RAV3/Animations/leverBase/leverBaseAccelerator.controller: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!91 &9100000 4 | AnimatorController: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: leverBaseAccelerator 9 | serializedVersion: 5 10 | m_AnimatorParameters: 11 | - m_Name: Blend 12 | m_Type: 1 13 | m_DefaultFloat: 0 14 | m_DefaultInt: 0 15 | m_DefaultBool: 0 16 | m_Controller: {fileID: 0} 17 | - m_Name: Blend X 18 | m_Type: 1 19 | m_DefaultFloat: 0.25 20 | m_DefaultInt: 0 21 | m_DefaultBool: 0 22 | m_Controller: {fileID: 0} 23 | m_AnimatorLayers: 24 | - serializedVersion: 5 25 | m_Name: Base Layer 26 | m_StateMachine: {fileID: 1107014149622415134} 27 | m_Mask: {fileID: 0} 28 | m_Motions: [] 29 | m_Behaviours: [] 30 | m_BlendingMode: 0 31 | m_SyncedLayerIndex: -1 32 | m_DefaultWeight: 0 33 | m_IKPass: 0 34 | m_SyncedLayerAffectsTiming: 0 35 | m_Controller: {fileID: 9100000} 36 | --- !u!206 &206312162887604424 37 | BlendTree: 38 | m_ObjectHideFlags: 1 39 | m_PrefabParentObject: {fileID: 0} 40 | m_PrefabInternal: {fileID: 0} 41 | m_Name: Blend Tree 42 | m_Childs: 43 | - serializedVersion: 2 44 | m_Motion: {fileID: 7400000, guid: 92c89eafd9a3f964c9cf9a3ac677ce3f, type: 2} 45 | m_Threshold: 0 46 | m_Position: {x: 0, y: 5} 47 | m_TimeScale: 1 48 | m_CycleOffset: 0 49 | m_DirectBlendParameter: Blend 50 | m_Mirror: 0 51 | - serializedVersion: 2 52 | m_Motion: {fileID: 7400000, guid: 3e4c9fbfc4cc4d641ade0e14b94da3ac, type: 2} 53 | m_Threshold: 0.5 54 | m_Position: {x: 0, y: -5} 55 | m_TimeScale: 1 56 | m_CycleOffset: 0 57 | m_DirectBlendParameter: Blend 58 | m_Mirror: 0 59 | m_BlendParameter: Blend X 60 | m_BlendParameterY: Blend Y 61 | m_MinThreshold: 0 62 | m_MaxThreshold: 0.5 63 | m_UseAutomaticThresholds: 1 64 | m_NormalizedBlendValues: 0 65 | m_BlendType: 0 66 | --- !u!1102 &1102002445682248302 67 | AnimatorState: 68 | serializedVersion: 5 69 | m_ObjectHideFlags: 1 70 | m_PrefabParentObject: {fileID: 0} 71 | m_PrefabInternal: {fileID: 0} 72 | m_Name: Blend Tree 73 | m_Speed: 1 74 | m_CycleOffset: 0 75 | m_Transitions: [] 76 | m_StateMachineBehaviours: [] 77 | m_Position: {x: 50, y: 50, z: 0} 78 | m_IKOnFeet: 0 79 | m_WriteDefaultValues: 1 80 | m_Mirror: 0 81 | m_SpeedParameterActive: 0 82 | m_MirrorParameterActive: 0 83 | m_CycleOffsetParameterActive: 0 84 | m_TimeParameterActive: 0 85 | m_Motion: {fileID: 206312162887604424} 86 | m_Tag: 87 | m_SpeedParameter: 88 | m_MirrorParameter: 89 | m_CycleOffsetParameter: 90 | m_TimeParameter: 91 | --- !u!1102 &1102562620740800338 92 | AnimatorState: 93 | serializedVersion: 5 94 | m_ObjectHideFlags: 1 95 | m_PrefabParentObject: {fileID: 0} 96 | m_PrefabInternal: {fileID: 0} 97 | m_Name: idleFront 98 | m_Speed: 1 99 | m_CycleOffset: 0 100 | m_Transitions: [] 101 | m_StateMachineBehaviours: [] 102 | m_Position: {x: 50, y: 50, z: 0} 103 | m_IKOnFeet: 0 104 | m_WriteDefaultValues: 1 105 | m_Mirror: 0 106 | m_SpeedParameterActive: 0 107 | m_MirrorParameterActive: 0 108 | m_CycleOffsetParameterActive: 0 109 | m_TimeParameterActive: 0 110 | m_Motion: {fileID: 7400000, guid: 92c89eafd9a3f964c9cf9a3ac677ce3f, type: 2} 111 | m_Tag: 112 | m_SpeedParameter: 113 | m_MirrorParameter: 114 | m_CycleOffsetParameter: 115 | m_TimeParameter: 116 | --- !u!1102 &1102611181981649800 117 | AnimatorState: 118 | serializedVersion: 5 119 | m_ObjectHideFlags: 1 120 | m_PrefabParentObject: {fileID: 0} 121 | m_PrefabInternal: {fileID: 0} 122 | m_Name: right 123 | m_Speed: 1 124 | m_CycleOffset: 0 125 | m_Transitions: [] 126 | m_StateMachineBehaviours: [] 127 | m_Position: {x: 50, y: 50, z: 0} 128 | m_IKOnFeet: 0 129 | m_WriteDefaultValues: 1 130 | m_Mirror: 0 131 | m_SpeedParameterActive: 0 132 | m_MirrorParameterActive: 0 133 | m_CycleOffsetParameterActive: 0 134 | m_TimeParameterActive: 0 135 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 136 | m_Tag: 137 | m_SpeedParameter: 138 | m_MirrorParameter: 139 | m_CycleOffsetParameter: 140 | m_TimeParameter: 141 | --- !u!1102 &1102796891405262252 142 | AnimatorState: 143 | serializedVersion: 5 144 | m_ObjectHideFlags: 1 145 | m_PrefabParentObject: {fileID: 0} 146 | m_PrefabInternal: {fileID: 0} 147 | m_Name: left 148 | m_Speed: 1 149 | m_CycleOffset: 0 150 | m_Transitions: [] 151 | m_StateMachineBehaviours: [] 152 | m_Position: {x: 50, y: 50, z: 0} 153 | m_IKOnFeet: 0 154 | m_WriteDefaultValues: 1 155 | m_Mirror: 0 156 | m_SpeedParameterActive: 0 157 | m_MirrorParameterActive: 0 158 | m_CycleOffsetParameterActive: 0 159 | m_TimeParameterActive: 0 160 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 161 | m_Tag: 162 | m_SpeedParameter: 163 | m_MirrorParameter: 164 | m_CycleOffsetParameter: 165 | m_TimeParameter: 166 | --- !u!1102 &1102839697658057846 167 | AnimatorState: 168 | serializedVersion: 5 169 | m_ObjectHideFlags: 1 170 | m_PrefabParentObject: {fileID: 0} 171 | m_PrefabInternal: {fileID: 0} 172 | m_Name: back 173 | m_Speed: 1 174 | m_CycleOffset: 0 175 | m_Transitions: [] 176 | m_StateMachineBehaviours: [] 177 | m_Position: {x: 50, y: 50, z: 0} 178 | m_IKOnFeet: 0 179 | m_WriteDefaultValues: 1 180 | m_Mirror: 0 181 | m_SpeedParameterActive: 0 182 | m_MirrorParameterActive: 0 183 | m_CycleOffsetParameterActive: 0 184 | m_TimeParameterActive: 0 185 | m_Motion: {fileID: 7400000, guid: 33860ec31ed3cb24fb1059a1cf8a681d, type: 2} 186 | m_Tag: 187 | m_SpeedParameter: 188 | m_MirrorParameter: 189 | m_CycleOffsetParameter: 190 | m_TimeParameter: 191 | --- !u!1102 &1102908879778824842 192 | AnimatorState: 193 | serializedVersion: 5 194 | m_ObjectHideFlags: 1 195 | m_PrefabParentObject: {fileID: 0} 196 | m_PrefabInternal: {fileID: 0} 197 | m_Name: front 198 | m_Speed: 1 199 | m_CycleOffset: 0 200 | m_Transitions: [] 201 | m_StateMachineBehaviours: [] 202 | m_Position: {x: 50, y: 50, z: 0} 203 | m_IKOnFeet: 0 204 | m_WriteDefaultValues: 1 205 | m_Mirror: 0 206 | m_SpeedParameterActive: 0 207 | m_MirrorParameterActive: 0 208 | m_CycleOffsetParameterActive: 0 209 | m_TimeParameterActive: 0 210 | m_Motion: {fileID: 7400000, guid: 5aec9faa2e6792c4bad08e647928dd94, type: 2} 211 | m_Tag: 212 | m_SpeedParameter: 213 | m_MirrorParameter: 214 | m_CycleOffsetParameter: 215 | m_TimeParameter: 216 | --- !u!1102 &1102920994968240604 217 | AnimatorState: 218 | serializedVersion: 5 219 | m_ObjectHideFlags: 1 220 | m_PrefabParentObject: {fileID: 0} 221 | m_PrefabInternal: {fileID: 0} 222 | m_Name: accBack 223 | m_Speed: 1 224 | m_CycleOffset: 0 225 | m_Transitions: [] 226 | m_StateMachineBehaviours: [] 227 | m_Position: {x: 50, y: 50, z: 0} 228 | m_IKOnFeet: 0 229 | m_WriteDefaultValues: 1 230 | m_Mirror: 0 231 | m_SpeedParameterActive: 0 232 | m_MirrorParameterActive: 0 233 | m_CycleOffsetParameterActive: 0 234 | m_TimeParameterActive: 0 235 | m_Motion: {fileID: 7400000, guid: 3e4c9fbfc4cc4d641ade0e14b94da3ac, type: 2} 236 | m_Tag: 237 | m_SpeedParameter: 238 | m_MirrorParameter: 239 | m_CycleOffsetParameter: 240 | m_TimeParameter: 241 | --- !u!1107 &1107014149622415134 242 | AnimatorStateMachine: 243 | serializedVersion: 5 244 | m_ObjectHideFlags: 1 245 | m_PrefabParentObject: {fileID: 0} 246 | m_PrefabInternal: {fileID: 0} 247 | m_Name: Base Layer 248 | m_ChildStates: 249 | - serializedVersion: 1 250 | m_State: {fileID: 1102908879778824842} 251 | m_Position: {x: 180, y: -120, z: 0} 252 | - serializedVersion: 1 253 | m_State: {fileID: 1102839697658057846} 254 | m_Position: {x: 180, y: -24, z: 0} 255 | - serializedVersion: 1 256 | m_State: {fileID: 1102796891405262252} 257 | m_Position: {x: 84, y: -72, z: 0} 258 | - serializedVersion: 1 259 | m_State: {fileID: 1102611181981649800} 260 | m_Position: {x: 288, y: -72, z: 0} 261 | - serializedVersion: 1 262 | m_State: {fileID: 1102002445682248302} 263 | m_Position: {x: 36, y: 192, z: 0} 264 | - serializedVersion: 1 265 | m_State: {fileID: 1102562620740800338} 266 | m_Position: {x: 71, y: 257, z: 0} 267 | - serializedVersion: 1 268 | m_State: {fileID: 1102920994968240604} 269 | m_Position: {x: 106, y: 322, z: 0} 270 | m_ChildStateMachines: [] 271 | m_AnyStateTransitions: [] 272 | m_EntryTransitions: [] 273 | m_StateMachineTransitions: {} 274 | m_StateMachineBehaviours: [] 275 | m_AnyStatePosition: {x: 50, y: 20, z: 0} 276 | m_EntryPosition: {x: 50, y: 120, z: 0} 277 | m_ExitPosition: {x: 800, y: 120, z: 0} 278 | m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} 279 | m_DefaultState: {fileID: 1102002445682248302} 280 | -------------------------------------------------------------------------------- /VR Joystick & Steering/Assets/Animations/leverBase/leverBaseAccelerator.controller: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!91 &9100000 4 | AnimatorController: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_Name: leverBaseAccelerator 9 | serializedVersion: 5 10 | m_AnimatorParameters: 11 | - m_Name: Blend 12 | m_Type: 1 13 | m_DefaultFloat: 0 14 | m_DefaultInt: 0 15 | m_DefaultBool: 0 16 | m_Controller: {fileID: 0} 17 | - m_Name: Blend X 18 | m_Type: 1 19 | m_DefaultFloat: 0 20 | m_DefaultInt: 0 21 | m_DefaultBool: 0 22 | m_Controller: {fileID: 0} 23 | m_AnimatorLayers: 24 | - serializedVersion: 5 25 | m_Name: Base Layer 26 | m_StateMachine: {fileID: 1107014149622415134} 27 | m_Mask: {fileID: 0} 28 | m_Motions: [] 29 | m_Behaviours: [] 30 | m_BlendingMode: 0 31 | m_SyncedLayerIndex: -1 32 | m_DefaultWeight: 0 33 | m_IKPass: 0 34 | m_SyncedLayerAffectsTiming: 0 35 | m_Controller: {fileID: 9100000} 36 | --- !u!206 &206312162887604424 37 | BlendTree: 38 | m_ObjectHideFlags: 1 39 | m_PrefabParentObject: {fileID: 0} 40 | m_PrefabInternal: {fileID: 0} 41 | m_Name: Blend Tree 42 | m_Childs: 43 | - serializedVersion: 2 44 | m_Motion: {fileID: 7400000, guid: 92c89eafd9a3f964c9cf9a3ac677ce3f, type: 2} 45 | m_Threshold: 0 46 | m_Position: {x: 0, y: 5} 47 | m_TimeScale: 1 48 | m_CycleOffset: 0 49 | m_DirectBlendParameter: Blend 50 | m_Mirror: 0 51 | - serializedVersion: 2 52 | m_Motion: {fileID: 7400000, guid: 3e4c9fbfc4cc4d641ade0e14b94da3ac, type: 2} 53 | m_Threshold: 0.5 54 | m_Position: {x: 0, y: -5} 55 | m_TimeScale: 1 56 | m_CycleOffset: 0 57 | m_DirectBlendParameter: Blend 58 | m_Mirror: 0 59 | m_BlendParameter: Blend X 60 | m_BlendParameterY: Blend Y 61 | m_MinThreshold: 0 62 | m_MaxThreshold: 0.5 63 | m_UseAutomaticThresholds: 1 64 | m_NormalizedBlendValues: 0 65 | m_BlendType: 0 66 | --- !u!1102 &1102002445682248302 67 | AnimatorState: 68 | serializedVersion: 5 69 | m_ObjectHideFlags: 1 70 | m_PrefabParentObject: {fileID: 0} 71 | m_PrefabInternal: {fileID: 0} 72 | m_Name: Blend Tree 73 | m_Speed: 1 74 | m_CycleOffset: 0 75 | m_Transitions: [] 76 | m_StateMachineBehaviours: [] 77 | m_Position: {x: 50, y: 50, z: 0} 78 | m_IKOnFeet: 0 79 | m_WriteDefaultValues: 1 80 | m_Mirror: 0 81 | m_SpeedParameterActive: 0 82 | m_MirrorParameterActive: 0 83 | m_CycleOffsetParameterActive: 0 84 | m_TimeParameterActive: 0 85 | m_Motion: {fileID: 206312162887604424} 86 | m_Tag: 87 | m_SpeedParameter: 88 | m_MirrorParameter: 89 | m_CycleOffsetParameter: 90 | m_TimeParameter: 91 | --- !u!1102 &1102562620740800338 92 | AnimatorState: 93 | serializedVersion: 5 94 | m_ObjectHideFlags: 1 95 | m_PrefabParentObject: {fileID: 0} 96 | m_PrefabInternal: {fileID: 0} 97 | m_Name: idleFront 98 | m_Speed: 1 99 | m_CycleOffset: 0 100 | m_Transitions: [] 101 | m_StateMachineBehaviours: [] 102 | m_Position: {x: 50, y: 50, z: 0} 103 | m_IKOnFeet: 0 104 | m_WriteDefaultValues: 1 105 | m_Mirror: 0 106 | m_SpeedParameterActive: 0 107 | m_MirrorParameterActive: 0 108 | m_CycleOffsetParameterActive: 0 109 | m_TimeParameterActive: 0 110 | m_Motion: {fileID: 7400000, guid: 92c89eafd9a3f964c9cf9a3ac677ce3f, type: 2} 111 | m_Tag: 112 | m_SpeedParameter: 113 | m_MirrorParameter: 114 | m_CycleOffsetParameter: 115 | m_TimeParameter: 116 | --- !u!1102 &1102611181981649800 117 | AnimatorState: 118 | serializedVersion: 5 119 | m_ObjectHideFlags: 1 120 | m_PrefabParentObject: {fileID: 0} 121 | m_PrefabInternal: {fileID: 0} 122 | m_Name: right 123 | m_Speed: 1 124 | m_CycleOffset: 0 125 | m_Transitions: [] 126 | m_StateMachineBehaviours: [] 127 | m_Position: {x: 50, y: 50, z: 0} 128 | m_IKOnFeet: 0 129 | m_WriteDefaultValues: 1 130 | m_Mirror: 0 131 | m_SpeedParameterActive: 0 132 | m_MirrorParameterActive: 0 133 | m_CycleOffsetParameterActive: 0 134 | m_TimeParameterActive: 0 135 | m_Motion: {fileID: 7400000, guid: 1f06d0d84de65134a865295d90d7b057, type: 2} 136 | m_Tag: 137 | m_SpeedParameter: 138 | m_MirrorParameter: 139 | m_CycleOffsetParameter: 140 | m_TimeParameter: 141 | --- !u!1102 &1102796891405262252 142 | AnimatorState: 143 | serializedVersion: 5 144 | m_ObjectHideFlags: 1 145 | m_PrefabParentObject: {fileID: 0} 146 | m_PrefabInternal: {fileID: 0} 147 | m_Name: left 148 | m_Speed: 1 149 | m_CycleOffset: 0 150 | m_Transitions: [] 151 | m_StateMachineBehaviours: [] 152 | m_Position: {x: 50, y: 50, z: 0} 153 | m_IKOnFeet: 0 154 | m_WriteDefaultValues: 1 155 | m_Mirror: 0 156 | m_SpeedParameterActive: 0 157 | m_MirrorParameterActive: 0 158 | m_CycleOffsetParameterActive: 0 159 | m_TimeParameterActive: 0 160 | m_Motion: {fileID: 7400000, guid: d9ca73e41e122674d96001bc70fb81bc, type: 2} 161 | m_Tag: 162 | m_SpeedParameter: 163 | m_MirrorParameter: 164 | m_CycleOffsetParameter: 165 | m_TimeParameter: 166 | --- !u!1102 &1102839697658057846 167 | AnimatorState: 168 | serializedVersion: 5 169 | m_ObjectHideFlags: 1 170 | m_PrefabParentObject: {fileID: 0} 171 | m_PrefabInternal: {fileID: 0} 172 | m_Name: back 173 | m_Speed: 1 174 | m_CycleOffset: 0 175 | m_Transitions: [] 176 | m_StateMachineBehaviours: [] 177 | m_Position: {x: 50, y: 50, z: 0} 178 | m_IKOnFeet: 0 179 | m_WriteDefaultValues: 1 180 | m_Mirror: 0 181 | m_SpeedParameterActive: 0 182 | m_MirrorParameterActive: 0 183 | m_CycleOffsetParameterActive: 0 184 | m_TimeParameterActive: 0 185 | m_Motion: {fileID: 7400000, guid: 33860ec31ed3cb24fb1059a1cf8a681d, type: 2} 186 | m_Tag: 187 | m_SpeedParameter: 188 | m_MirrorParameter: 189 | m_CycleOffsetParameter: 190 | m_TimeParameter: 191 | --- !u!1102 &1102908879778824842 192 | AnimatorState: 193 | serializedVersion: 5 194 | m_ObjectHideFlags: 1 195 | m_PrefabParentObject: {fileID: 0} 196 | m_PrefabInternal: {fileID: 0} 197 | m_Name: front 198 | m_Speed: 1 199 | m_CycleOffset: 0 200 | m_Transitions: [] 201 | m_StateMachineBehaviours: [] 202 | m_Position: {x: 50, y: 50, z: 0} 203 | m_IKOnFeet: 0 204 | m_WriteDefaultValues: 1 205 | m_Mirror: 0 206 | m_SpeedParameterActive: 0 207 | m_MirrorParameterActive: 0 208 | m_CycleOffsetParameterActive: 0 209 | m_TimeParameterActive: 0 210 | m_Motion: {fileID: 7400000, guid: 5aec9faa2e6792c4bad08e647928dd94, type: 2} 211 | m_Tag: 212 | m_SpeedParameter: 213 | m_MirrorParameter: 214 | m_CycleOffsetParameter: 215 | m_TimeParameter: 216 | --- !u!1102 &1102920994968240604 217 | AnimatorState: 218 | serializedVersion: 5 219 | m_ObjectHideFlags: 1 220 | m_PrefabParentObject: {fileID: 0} 221 | m_PrefabInternal: {fileID: 0} 222 | m_Name: accBack 223 | m_Speed: 1 224 | m_CycleOffset: 0 225 | m_Transitions: [] 226 | m_StateMachineBehaviours: [] 227 | m_Position: {x: 50, y: 50, z: 0} 228 | m_IKOnFeet: 0 229 | m_WriteDefaultValues: 1 230 | m_Mirror: 0 231 | m_SpeedParameterActive: 0 232 | m_MirrorParameterActive: 0 233 | m_CycleOffsetParameterActive: 0 234 | m_TimeParameterActive: 0 235 | m_Motion: {fileID: 7400000, guid: 3e4c9fbfc4cc4d641ade0e14b94da3ac, type: 2} 236 | m_Tag: 237 | m_SpeedParameter: 238 | m_MirrorParameter: 239 | m_CycleOffsetParameter: 240 | m_TimeParameter: 241 | --- !u!1107 &1107014149622415134 242 | AnimatorStateMachine: 243 | serializedVersion: 5 244 | m_ObjectHideFlags: 1 245 | m_PrefabParentObject: {fileID: 0} 246 | m_PrefabInternal: {fileID: 0} 247 | m_Name: Base Layer 248 | m_ChildStates: 249 | - serializedVersion: 1 250 | m_State: {fileID: 1102908879778824842} 251 | m_Position: {x: 180, y: -120, z: 0} 252 | - serializedVersion: 1 253 | m_State: {fileID: 1102839697658057846} 254 | m_Position: {x: 180, y: -24, z: 0} 255 | - serializedVersion: 1 256 | m_State: {fileID: 1102796891405262252} 257 | m_Position: {x: 84, y: -72, z: 0} 258 | - serializedVersion: 1 259 | m_State: {fileID: 1102611181981649800} 260 | m_Position: {x: 288, y: -72, z: 0} 261 | - serializedVersion: 1 262 | m_State: {fileID: 1102002445682248302} 263 | m_Position: {x: 36, y: 192, z: 0} 264 | - serializedVersion: 1 265 | m_State: {fileID: 1102562620740800338} 266 | m_Position: {x: 71, y: 257, z: 0} 267 | - serializedVersion: 1 268 | m_State: {fileID: 1102920994968240604} 269 | m_Position: {x: 106, y: 322, z: 0} 270 | m_ChildStateMachines: [] 271 | m_AnyStateTransitions: [] 272 | m_EntryTransitions: [] 273 | m_StateMachineTransitions: {} 274 | m_StateMachineBehaviours: [] 275 | m_AnyStatePosition: {x: 50, y: 20, z: 0} 276 | m_EntryPosition: {x: 50, y: 120, z: 0} 277 | m_ExitPosition: {x: 800, y: 120, z: 0} 278 | m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} 279 | m_DefaultState: {fileID: 1102002445682248302} 280 | --------------------------------------------------------------------------------