fr.jeanf.universal.player 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +23 -0
- package/.github/workflows.meta +8 -0
- package/Editor/CreateEventChannelsEditor.cs +22 -0
- package/Editor/CreateEventChannelsEditor.cs.meta +11 -0
- package/Editor/CreatePlayerActionsEditor.cs +23 -0
- package/Editor/CreatePlayerActionsEditor.cs.meta +11 -0
- package/Editor/CreateVRHands.cs +28 -0
- package/Editor/CreateVRHands.cs.meta +11 -0
- package/Editor/CreateVrPlayer.cs +44 -0
- package/Editor/CreateVrPlayer.cs.meta +11 -0
- package/Editor.meta +8 -0
- package/LICENSE +175 -0
- package/LICENSE.meta +7 -0
- package/README.md +70 -0
- package/README.md.meta +7 -0
- package/Runtime/InputActions/vr-player_InputActions.inputactions +2598 -0
- package/Runtime/InputActions/vr-player_InputActions.inputactions.meta +14 -0
- package/Runtime/InputActions/vrPlayer_ContinuousMove.preset +125 -0
- package/Runtime/InputActions/vrPlayer_ContinuousMove.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset +109 -0
- package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_LeftController.preset +511 -0
- package/Runtime/InputActions/vrPlayer_LeftController.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_RightController.preset +600 -0
- package/Runtime/InputActions/vrPlayer_RightController.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_SnapTurn.preset +121 -0
- package/Runtime/InputActions/vrPlayer_SnapTurn.preset.meta +8 -0
- package/Runtime/InputActions.meta +8 -0
- package/Runtime/Materials/GhostHands.mat +76 -0
- package/Runtime/Materials/GhostHands.mat.meta +8 -0
- package/Runtime/Materials/GloveManager.cs +18 -0
- package/Runtime/Materials/GloveManager.cs.meta +11 -0
- package/Runtime/Materials/Grey.mat +355 -0
- package/Runtime/Materials/Grey.mat.meta +8 -0
- package/Runtime/Materials/Pink.mat +355 -0
- package/Runtime/Materials/Pink.mat.meta +8 -0
- package/Runtime/Materials/SimpleColor.shadergraph +1206 -0
- package/Runtime/Materials/SimpleColor.shadergraph.meta +10 -0
- package/Runtime/Materials/White.mat +355 -0
- package/Runtime/Materials/White.mat.meta +8 -0
- package/Runtime/Materials.meta +8 -0
- package/Runtime/Physics/HandPhysicsMaterial.physicMaterial +15 -0
- package/Runtime/Physics/HandPhysicsMaterial.physicMaterial.meta +8 -0
- package/Runtime/Physics.meta +8 -0
- package/Runtime/Prefabs/CustomPass_Fade.prefab +106 -0
- package/Runtime/Prefabs/CustomPass_Fade.prefab.meta +7 -0
- package/Runtime/Prefabs/HandDetector.prefab +234 -0
- package/Runtime/Prefabs/HandDetector.prefab.meta +7 -0
- package/Runtime/Prefabs/Player.prefab +10602 -0
- package/Runtime/Prefabs/Player.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab +503 -0
- package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab +272 -0
- package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab +337 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab +337 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab +276 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab +337 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab +199 -0
- package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables Sample.prefab +260 -0
- package/Runtime/Prefabs/XR/Interactables Sample.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables.meta +8 -0
- package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab +278 -0
- package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab +396 -0
- package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab +229 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab +231 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport.meta +8 -0
- package/Runtime/Prefabs/XR/UI Sample.prefab +533 -0
- package/Runtime/Prefabs/XR/UI Sample.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab +527 -0
- package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab +537 -0
- package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab +338 -0
- package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D.meta +8 -0
- package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab +499 -0
- package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_3D.meta +8 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab +133 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab +355 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab +254 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab +437 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab +439 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab +804 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab +801 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab +2371 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces.meta +8 -0
- package/Runtime/Prefabs/XR.meta +8 -0
- package/Runtime/Prefabs/XROrigin.prefab +5073 -0
- package/Runtime/Prefabs/XROrigin.prefab.meta +7 -0
- package/Runtime/Prefabs.meta +8 -0
- package/Runtime/Shaders/Hands_ShaderGraph.shadergraph +21544 -0
- package/Runtime/Shaders/Hands_ShaderGraph.shadergraph.meta +10 -0
- package/Runtime/Shaders/M_HandGhost.mat +421 -0
- package/Runtime/Shaders/M_HandGhost.mat.meta +8 -0
- package/Runtime/Shaders/SHG_GhostHands.shadergraph +1276 -0
- package/Runtime/Shaders/SHG_GhostHands.shadergraph.meta +10 -0
- package/Runtime/Shaders/SH_GhostHands.shader +97 -0
- package/Runtime/Shaders/SH_GhostHands.shader.meta +9 -0
- package/Runtime/Shaders/SH_GhostShader_HDRP.shader +85 -0
- package/Runtime/Shaders/SH_GhostShader_HDRP.shader.meta +10 -0
- package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph +881 -0
- package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph.meta +10 -0
- package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph +483 -0
- package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph.meta +10 -0
- package/Runtime/Shaders/Subgraphs.meta +8 -0
- package/Runtime/Shaders.meta +8 -0
- package/Runtime/cursor/Forward.png +0 -0
- package/Runtime/cursor/Forward.png.meta +108 -0
- package/Runtime/cursor/cursor_cursor_0.svg +21 -0
- package/Runtime/cursor/cursor_cursor_0.svg.meta +55 -0
- package/Runtime/cursor/cursor_cursor_1.svg +18 -0
- package/Runtime/cursor/cursor_cursor_1.svg.meta +55 -0
- package/Runtime/cursor/teleport.svg +16 -0
- package/Runtime/cursor/teleport.svg.meta +55 -0
- package/Runtime/cursor.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset +16 -0
- package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionContainer.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionContainerSO.cs +50 -0
- package/Runtime/scripts/ActionManagement/ActionContainerSO.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset +16 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset +16 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionRebinder.cs +131 -0
- package/Runtime/scripts/ActionManagement/ActionRebinder.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/ActionSO.cs +55 -0
- package/Runtime/scripts/ActionManagement/ActionSO.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/InputActionManager.cs +35 -0
- package/Runtime/scripts/ActionManagement/InputActionManager.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/PlayerActionManager.cs +234 -0
- package/Runtime/scripts/ActionManagement/PlayerActionManager.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs +101 -0
- package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs +147 -0
- package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset +16 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset +16 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO.meta +8 -0
- package/Runtime/scripts/ActionManagement/XR Debugger.cs +41 -0
- package/Runtime/scripts/ActionManagement/XR Debugger.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement.meta +8 -0
- package/Runtime/scripts/Basics/MainMenuController.cs +54 -0
- package/Runtime/scripts/Basics/MainMenuController.cs.meta +11 -0
- package/Runtime/scripts/Basics/PrimaryItemController.cs +80 -0
- package/Runtime/scripts/Basics/PrimaryItemController.cs.meta +11 -0
- package/Runtime/scripts/Basics.meta +8 -0
- package/Runtime/scripts/Fade/FadeChannel.asset +16 -0
- package/Runtime/scripts/Fade/FadeChannel.asset.meta +8 -0
- package/Runtime/scripts/Fade/FadeMask.cs +115 -0
- package/Runtime/scripts/Fade/FadeMask.cs.meta +11 -0
- package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset +44 -0
- package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset.meta +8 -0
- package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset +44 -0
- package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset.meta +8 -0
- package/Runtime/scripts/Fade.meta +8 -0
- package/Runtime/scripts/FireEventOnTrigger.cs +53 -0
- package/Runtime/scripts/FireEventOnTrigger.cs.meta +11 -0
- package/Runtime/scripts/Gaze/CursorStateController.cs +167 -0
- package/Runtime/scripts/Gaze/CursorStateController.cs.meta +11 -0
- package/Runtime/scripts/Gaze/FPSCameraMovement.cs +224 -0
- package/Runtime/scripts/Gaze/FPSCameraMovement.cs.meta +11 -0
- package/Runtime/scripts/Gaze/NoPeeking.cs +60 -0
- package/Runtime/scripts/Gaze/NoPeeking.cs.meta +11 -0
- package/Runtime/scripts/Gaze.meta +8 -0
- package/Runtime/scripts/HandInteraction/BlendableHand.cs +30 -0
- package/Runtime/scripts/HandInteraction/BlendableHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/Hand.cs +50 -0
- package/Runtime/scripts/HandInteraction/Core/Hand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/HandController.cs +29 -0
- package/Runtime/scripts/HandInteraction/Core/HandController.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs +105 -0
- package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs +197 -0
- package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs.meta +2 -0
- package/Runtime/scripts/HandInteraction/Core/SwapHands.cs +76 -0
- package/Runtime/scripts/HandInteraction/Core/SwapHands.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core.meta +8 -0
- package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs +18 -0
- package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs +71 -0
- package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs +26 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs +258 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor.meta +8 -0
- package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs +212 -0
- package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/GrabHandPose.cs +101 -0
- package/Runtime/scripts/HandInteraction/GrabHandPose.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset +16 -0
- package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset +16 -0
- package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs +18 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs +43 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs +39 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData.cs +14 -0
- package/Runtime/scripts/HandInteraction/HandData.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs +127 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs +69 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs +38 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs.meta +2 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs +61 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs +23 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs +6 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs +27 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs +76 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs +93 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs +110 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Utility.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandVibration.cs +35 -0
- package/Runtime/scripts/HandInteraction/HandVibration.cs.meta +2 -0
- package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs +212 -0
- package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandsStateController.cs +32 -0
- package/Runtime/scripts/HandInteraction/HandsStateController.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/KeyboardGrab.cs +49 -0
- package/Runtime/scripts/HandInteraction/KeyboardGrab.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs +31 -0
- package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs +85 -0
- package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Locomotion.meta +8 -0
- package/Runtime/scripts/HandInteraction/PerformAction.cs +60 -0
- package/Runtime/scripts/HandInteraction/PerformAction.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/PickableObject.cs +54 -0
- package/Runtime/scripts/HandInteraction/PickableObject.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs +169 -0
- package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/PointingPoseManager.cs +50 -0
- package/Runtime/scripts/HandInteraction/PointingPoseManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/RayInteractorManager.cs +41 -0
- package/Runtime/scripts/HandInteraction/RayInteractorManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs +59 -0
- package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/TakeObject.cs +342 -0
- package/Runtime/scripts/HandInteraction/TakeObject.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs +78 -0
- package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction.meta +8 -0
- package/Runtime/scripts/HandVisualizer.cs +567 -0
- package/Runtime/scripts/HandVisualizer.cs.meta +11 -0
- package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs +90 -0
- package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs.meta +11 -0
- package/Runtime/scripts/Hmd/DetectUserPresence.cs +39 -0
- package/Runtime/scripts/Hmd/DetectUserPresence.cs.meta +11 -0
- package/Runtime/scripts/Hmd.meta +8 -0
- package/Runtime/scripts/LocomotionManager.cs +110 -0
- package/Runtime/scripts/LocomotionManager.cs.meta +11 -0
- package/Runtime/scripts/MainCameraTarget.cs +6 -0
- package/Runtime/scripts/MainCameraTarget.cs.meta +11 -0
- package/Runtime/scripts/Movement/PlayerMovement.cs +98 -0
- package/Runtime/scripts/Movement/PlayerMovement.cs.meta +11 -0
- package/Runtime/scripts/Movement.meta +8 -0
- package/Runtime/scripts/OrientObjectAlongTowardPoint.cs +81 -0
- package/Runtime/scripts/OrientObjectAlongTowardPoint.cs.meta +11 -0
- package/Runtime/scripts/SnapObject/SnapObject.cs +104 -0
- package/Runtime/scripts/SnapObject/SnapObject.cs.meta +11 -0
- package/Runtime/scripts/SnapObject/SnapZone.cs +14 -0
- package/Runtime/scripts/SnapObject/SnapZone.cs.meta +11 -0
- package/Runtime/scripts/SnapObject.meta +8 -0
- package/Runtime/scripts/Teleportation/SendTeleportTarget.cs +85 -0
- package/Runtime/scripts/Teleportation/SendTeleportTarget.cs.meta +11 -0
- package/Runtime/scripts/Teleportation/TeleportManager.cs +54 -0
- package/Runtime/scripts/Teleportation/TeleportManager.cs.meta +11 -0
- package/Runtime/scripts/Teleportation/TeleportOnEvent.cs +71 -0
- package/Runtime/scripts/Teleportation/TeleportOnEvent.cs.meta +11 -0
- package/Runtime/scripts/Teleportation.meta +8 -0
- package/Runtime/scripts/Tooltips/InputTooltipSO.cs +36 -0
- package/Runtime/scripts/Tooltips/InputTooltipSO.cs.meta +11 -0
- package/Runtime/scripts/Tooltips.meta +8 -0
- package/Runtime/scripts/jeanf.vrplayer.asmdef +29 -0
- package/Runtime/scripts/jeanf.vrplayer.asmdef.meta +7 -0
- package/Runtime/scripts.meta +8 -0
- package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs +568 -0
- package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/BubbleGun.cs +72 -0
- package/Runtime/xrToolkit/Scripts/BubbleGun.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/ComplexCube.cs +51 -0
- package/Runtime/xrToolkit/Scripts/ComplexCube.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/ControllerManager.cs +377 -0
- package/Runtime/xrToolkit/Scripts/ControllerManager.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs +730 -0
- package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs +524 -0
- package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/UpdateControlText.cs +41 -0
- package/Runtime/xrToolkit/Scripts/UpdateControlText.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef +17 -0
- package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef.meta +7 -0
- package/Runtime/xrToolkit/Scripts.meta +8 -0
- package/Runtime/xrToolkit/Shaders/ReticleShader.shader +50 -0
- package/Runtime/xrToolkit/Shaders/ReticleShader.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader +57 -0
- package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader +79 -0
- package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader +64 -0
- package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders.meta +8 -0
- package/Runtime/xrToolkit.meta +8 -0
- package/Runtime.meta +8 -0
- package/Samples/HandPoses/DefaultPose.asset +70 -0
- package/Samples/HandPoses/DefaultPose.asset.meta +8 -0
- package/Samples/HandPoses/OldDefaultPose.asset +60 -0
- package/Samples/HandPoses/OldDefaultPose.asset.meta +8 -0
- package/Samples/HandPoses.meta +8 -0
- package/Samples/Hands/Animations/LeftHand.controller +267 -0
- package/Samples/Hands/Animations/LeftHand.controller.meta +8 -0
- package/Samples/Hands/Animations.meta +8 -0
- package/Samples/Hands/Gloves1DiffusionProfile.asset +25 -0
- package/Samples/Hands/Gloves1DiffusionProfile.asset.meta +8 -0
- package/Samples/Hands/Mat/Hands_Nails.mat +482 -0
- package/Samples/Hands/Mat/Hands_Nails.mat.meta +8 -0
- package/Samples/Hands/Mat/Hands_Skin.mat +483 -0
- package/Samples/Hands/Mat/Hands_Skin.mat.meta +8 -0
- package/Samples/Hands/Mat/SkinDiffusionProfile.asset +25 -0
- package/Samples/Hands/Mat/SkinDiffusionProfile.asset.meta +8 -0
- package/Samples/Hands/Mat.meta +8 -0
- package/Samples/Hands/Models/CC_LefttHand.fbx +0 -0
- package/Samples/Hands/Models/CC_LefttHand.fbx.meta +106 -0
- package/Samples/Hands/Models/CC_RightHand.fbx +0 -0
- package/Samples/Hands/Models/CC_RightHand.fbx.meta +106 -0
- package/Samples/Hands/Models.meta +8 -0
- package/Samples/Hands/Prefabs/CC_LefttHand.prefab +1058 -0
- package/Samples/Hands/Prefabs/CC_LefttHand.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab +294 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab +132 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_RightHand.prefab +1010 -0
- package/Samples/Hands/Prefabs/CC_RightHand.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab +317 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab +136 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/Joint.prefab +490 -0
- package/Samples/Hands/Prefabs/Joint.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab +64 -0
- package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/Resources.meta +8 -0
- package/Samples/Hands/Prefabs/VelocityPrefab.prefab +131 -0
- package/Samples/Hands/Prefabs/VelocityPrefab.prefab.meta +7 -0
- package/Samples/Hands/Prefabs.meta +8 -0
- package/Samples/Hands/SkinDiffusionProfile.asset +25 -0
- package/Samples/Hands/SkinDiffusionProfile.asset.meta +8 -0
- package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png +0 -0
- package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png.meta +108 -0
- package/Samples/Hands/Textures/Eyes.meta +8 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Body_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Body_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Head_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Head_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus.meta +8 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves.meta +8 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Normal.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Normal.png.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png.meta +123 -0
- package/Samples/Hands/Textures/Man.meta +8 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png +0 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png +0 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman.meta +8 -0
- package/Samples/Hands/Textures/skin_detail_map.tif +0 -0
- package/Samples/Hands/Textures/skin_detail_map.tif.meta +132 -0
- package/Samples/Hands/Textures/skin_detail_map_normal.tif +0 -0
- package/Samples/Hands/Textures/skin_detail_map_normal.tif.meta +159 -0
- package/Samples/Hands/Textures.meta +8 -0
- package/Samples/Hands.meta +8 -0
- package/Samples/xrToolkit/InputSettings/.sample.json +4 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/.sample.json +4 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions +877 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions.meta +14 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab +142 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab.meta +7 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator.meta +8 -0
- package/Samples/xrToolkit/InputSettings.meta +8 -0
- package/Samples/xrToolkit/InputSystem.inputsettings.asset +26 -0
- package/Samples/xrToolkit/InputSystem.inputsettings.asset.meta +8 -0
- package/Samples/xrToolkit/Llama/Llama.controller +167 -0
- package/Samples/xrToolkit/Llama/Llama.controller.meta +8 -0
- package/Samples/xrToolkit/Llama/Llama.fbx +0 -0
- package/Samples/xrToolkit/Llama/Llama.fbx.meta +97 -0
- package/Samples/xrToolkit/Llama/LlamaMat.mat +342 -0
- package/Samples/xrToolkit/Llama/LlamaMat.mat.meta +8 -0
- package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_Idle.fbx +0 -0
- package/Samples/xrToolkit/Llama/Llama_Idle.fbx.meta +239 -0
- package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_Occlsion.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_Occlsion.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/llama_Normal.tif +0 -0
- package/Samples/xrToolkit/Llama/llama_Normal.tif.meta +92 -0
- package/Samples/xrToolkit/Llama.meta +8 -0
- package/Samples/xrToolkit/Materials/BubbleMat.mat +343 -0
- package/Samples/xrToolkit/Materials/BubbleMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/ControllerMaterial.mat +342 -0
- package/Samples/xrToolkit/Materials/ControllerMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/DryWall_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/DryWall_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/FloorMat.mat +342 -0
- package/Samples/xrToolkit/Materials/FloorMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/FloorMaterial.mat +343 -0
- package/Samples/xrToolkit/Materials/FloorMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat +351 -0
- package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/GrabBlockMat.mat +351 -0
- package/Samples/xrToolkit/Materials/GrabBlockMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat +351 -0
- package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Ground_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Ground_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Hammer_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Hammer_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/HandMaterial.mat +342 -0
- package/Samples/xrToolkit/Materials/HandMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/HardHat_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/HardHat_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/LightBulb_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/LightBulb_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/LineVisual.mat +322 -0
- package/Samples/xrToolkit/Materials/LineVisual.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Liquid_Mat.mat +352 -0
- package/Samples/xrToolkit/Materials/Liquid_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/OBS_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/OBS_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PaintCan_mat.mat +342 -0
- package/Samples/xrToolkit/Materials/PaintCan_mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Transparent.mat +343 -0
- package/Samples/xrToolkit/Materials/Plastic_Transparent.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PulseEngines.mat +316 -0
- package/Samples/xrToolkit/Materials/PulseEngines.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/ReticleMaterial.mat +344 -0
- package/Samples/xrToolkit/Materials/ReticleMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat +316 -0
- package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/SocketMat.mat +343 -0
- package/Samples/xrToolkit/Materials/SocketMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Strap_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Strap_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Stud_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Stud_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TableMat.mat +342 -0
- package/Samples/xrToolkit/Materials/TableMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TeleportAnchor.mat +322 -0
- package/Samples/xrToolkit/Materials/TeleportAnchor.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TeleportHoverMat.mat +342 -0
- package/Samples/xrToolkit/Materials/TeleportHoverMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TeleportPlatform.mat +342 -0
- package/Samples/xrToolkit/Materials/TeleportPlatform.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/WhiteSmooth.mat +351 -0
- package/Samples/xrToolkit/Materials/WhiteSmooth.mat.meta +8 -0
- package/Samples/xrToolkit/Materials.meta +8 -0
- package/Samples/xrToolkit/Models/.mayaSwatches/arrowhead.mlt.swatches +0 -0
- package/Samples/xrToolkit/Models/Brush_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Brush_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx.meta +154 -0
- package/Samples/xrToolkit/Models/GroundPlane.fbx +0 -0
- package/Samples/xrToolkit/Models/GroundPlane.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/Hammer_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Hammer_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/Horizon.FBX +0 -0
- package/Samples/xrToolkit/Models/Horizon.FBX.meta +97 -0
- package/Samples/xrToolkit/Models/Jigsaw_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Jigsaw_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx.meta +124 -0
- package/Samples/xrToolkit/Models/PaintBucket_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/PaintBucket_Low.fbx.meta +160 -0
- package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx.meta +124 -0
- package/Samples/xrToolkit/Models/SafetyHat_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/SafetyHat_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/Small_Plane.fbx +0 -0
- package/Samples/xrToolkit/Models/Small_Plane.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/StoneFlat.fbx +0 -0
- package/Samples/xrToolkit/Models/StoneFlat.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/StoneRound.fbx +0 -0
- package/Samples/xrToolkit/Models/StoneRound.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/Stud.fbx +0 -0
- package/Samples/xrToolkit/Models/Stud.fbx.meta +136 -0
- package/Samples/xrToolkit/Models/TreeBox.fbx +0 -0
- package/Samples/xrToolkit/Models/TreeBox.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/TreeRound.FBX +0 -0
- package/Samples/xrToolkit/Models/TreeRound.FBX.meta +97 -0
- package/Samples/xrToolkit/Models/Workbench.fbx +0 -0
- package/Samples/xrToolkit/Models/Workbench.fbx.meta +196 -0
- package/Samples/xrToolkit/Models/Workbench_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Workbench_Low.fbx.meta +196 -0
- package/Samples/xrToolkit/Models/Workshop_Set.fbx +0 -0
- package/Samples/xrToolkit/Models/Workshop_Set.fbx.meta +196 -0
- package/Samples/xrToolkit/Models/controller.fbx +0 -0
- package/Samples/xrToolkit/Models/controller.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/directionArrow.fbx +0 -0
- package/Samples/xrToolkit/Models/directionArrow.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/fileAnchorWall.fbx +0 -0
- package/Samples/xrToolkit/Models/fileAnchorWall.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/floatingAnchor.fbx +0 -0
- package/Samples/xrToolkit/Models/floatingAnchor.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/lowPolyIsland.fbx +0 -0
- package/Samples/xrToolkit/Models/lowPolyIsland.fbx.meta +2575 -0
- package/Samples/xrToolkit/Models/reticle.fbx +0 -0
- package/Samples/xrToolkit/Models/reticle.fbx.meta +120 -0
- package/Samples/xrToolkit/Models/spaceShip.fbx +0 -0
- package/Samples/xrToolkit/Models/spaceShip.fbx.meta +1594 -0
- package/Samples/xrToolkit/Models/teleportHightlight.fbx +0 -0
- package/Samples/xrToolkit/Models/teleportHightlight.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/teleportPlatform.fbx +0 -0
- package/Samples/xrToolkit/Models/teleportPlatform.fbx.meta +97 -0
- package/Samples/xrToolkit/Models.meta +8 -0
- package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml +17 -0
- package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml.meta +7 -0
- package/Samples/xrToolkit/Plugins/Android.meta +8 -0
- package/Samples/xrToolkit/Plugins.meta +8 -0
- package/Samples/xrToolkit/Prefabs/Anchor.prefab +229 -0
- package/Samples/xrToolkit/Prefabs/Anchor.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab +4783 -0
- package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab +234 -0
- package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab +1697 -0
- package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InstantCube.prefab +221 -0
- package/Samples/xrToolkit/Prefabs/InstantCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab +2941 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab +6398 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab +965 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab +3811 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab +2840 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab +3210 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones.meta +8 -0
- package/Samples/xrToolkit/Prefabs/KinematicCube.prefab +221 -0
- package/Samples/xrToolkit/Prefabs/KinematicCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab +1424 -0
- package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Locomotion System.prefab +82 -0
- package/Samples/xrToolkit/Prefabs/Locomotion System.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Props.prefab +2200 -0
- package/Samples/xrToolkit/Prefabs/Props.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Reticle.prefab +81 -0
- package/Samples/xrToolkit/Prefabs/Reticle.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab +328 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab +704 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/TeleportArea.prefab +954 -0
- package/Samples/xrToolkit/Prefabs/TeleportArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab +221 -0
- package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Workshop Set.prefab +435 -0
- package/Samples/xrToolkit/Prefabs/Workshop Set.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab +2726 -0
- package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/controller.prefab +303 -0
- package/Samples/xrToolkit/Prefabs/controller.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab +648 -0
- package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/teleportReticle.prefab +128 -0
- package/Samples/xrToolkit/Prefabs/teleportReticle.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs.meta +8 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.meta +8 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity +10487 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity.meta +7 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo.meta +8 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity +14118 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity.meta +7 -0
- package/Samples/xrToolkit/Scenes.meta +8 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Concrete.meta +8 -0
- package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall.meta +8 -0
- package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga +0 -0
- package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga.meta +92 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Metal.meta +8 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Hammer.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/HardHat.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint.meta +8 -0
- package/Samples/xrToolkit/Textures/Props.meta +8 -0
- package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png +0 -0
- package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png.meta +92 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood.meta +8 -0
- package/Samples/xrToolkit/Textures.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset +2721 -0
- package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Fonts.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat +148 -0
- package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat +139 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat +139 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat +135 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat +137 -0
- package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx +0 -0
- package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx.meta +97 -0
- package/Samples/xrToolkit/VR Examples/Models.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab +229 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab +108 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab +224 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab +312 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab +311 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab +310 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab +312 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab +45 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity +2018 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity +1639 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity +2491 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity +6239 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity +5163 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures.meta +8 -0
- package/Samples/xrToolkit/VR Examples.meta +8 -0
- package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset +14 -0
- package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset +14 -0
- package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Loaders.meta +8 -0
- package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset +23 -0
- package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset +47 -0
- package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Settings.meta +8 -0
- package/Samples/xrToolkit/XR/XRGeneralSettings.asset +173 -0
- package/Samples/xrToolkit/XR/XRGeneralSettings.asset.meta +8 -0
- package/Samples/xrToolkit/XR.meta +8 -0
- package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset +16 -0
- package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset.meta +8 -0
- package/Samples/xrToolkit/XRI/Settings.meta +8 -0
- package/Samples/xrToolkit/XRI.meta +8 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset +136 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset.meta +8 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset +38 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset.meta +8 -0
- package/Samples/xrToolkit.meta +8 -0
- package/Samples.meta +8 -0
- package/package.json +52 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,2726 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &153326090
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 153326091}
|
|
12
|
+
m_Layer: 0
|
|
13
|
+
m_Name: ModelPt
|
|
14
|
+
m_TagString: Untagged
|
|
15
|
+
m_Icon: {fileID: 0}
|
|
16
|
+
m_NavMeshLayer: 0
|
|
17
|
+
m_StaticEditorFlags: 0
|
|
18
|
+
m_IsActive: 1
|
|
19
|
+
--- !u!4 &153326091
|
|
20
|
+
Transform:
|
|
21
|
+
m_ObjectHideFlags: 0
|
|
22
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
23
|
+
m_PrefabInstance: {fileID: 0}
|
|
24
|
+
m_PrefabAsset: {fileID: 0}
|
|
25
|
+
m_GameObject: {fileID: 153326090}
|
|
26
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
27
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
28
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
29
|
+
m_Children: []
|
|
30
|
+
m_Father: {fileID: 341080493}
|
|
31
|
+
m_RootOrder: 0
|
|
32
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
33
|
+
--- !u!1 &202364687
|
|
34
|
+
GameObject:
|
|
35
|
+
m_ObjectHideFlags: 0
|
|
36
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
37
|
+
m_PrefabInstance: {fileID: 0}
|
|
38
|
+
m_PrefabAsset: {fileID: 0}
|
|
39
|
+
serializedVersion: 6
|
|
40
|
+
m_Component:
|
|
41
|
+
- component: {fileID: 202364688}
|
|
42
|
+
- component: {fileID: 202364692}
|
|
43
|
+
- component: {fileID: 202364691}
|
|
44
|
+
- component: {fileID: 202364690}
|
|
45
|
+
- component: {fileID: 202364689}
|
|
46
|
+
m_Layer: 0
|
|
47
|
+
m_Name: LeftBaseController
|
|
48
|
+
m_TagString: Untagged
|
|
49
|
+
m_Icon: {fileID: 0}
|
|
50
|
+
m_NavMeshLayer: 0
|
|
51
|
+
m_StaticEditorFlags: 0
|
|
52
|
+
m_IsActive: 1
|
|
53
|
+
--- !u!4 &202364688
|
|
54
|
+
Transform:
|
|
55
|
+
m_ObjectHideFlags: 0
|
|
56
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
57
|
+
m_PrefabInstance: {fileID: 0}
|
|
58
|
+
m_PrefabAsset: {fileID: 0}
|
|
59
|
+
m_GameObject: {fileID: 202364687}
|
|
60
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
61
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
62
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
63
|
+
m_Children:
|
|
64
|
+
- {fileID: 316239220}
|
|
65
|
+
m_Father: {fileID: 705080846}
|
|
66
|
+
m_RootOrder: 0
|
|
67
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
68
|
+
--- !u!114 &202364692
|
|
69
|
+
MonoBehaviour:
|
|
70
|
+
m_ObjectHideFlags: 0
|
|
71
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
72
|
+
m_PrefabInstance: {fileID: 0}
|
|
73
|
+
m_PrefabAsset: {fileID: 0}
|
|
74
|
+
m_GameObject: {fileID: 202364687}
|
|
75
|
+
m_Enabled: 1
|
|
76
|
+
m_EditorHideFlags: 0
|
|
77
|
+
m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
|
|
78
|
+
m_Name:
|
|
79
|
+
m_EditorClassIdentifier:
|
|
80
|
+
m_UpdateTrackingType: 0
|
|
81
|
+
m_EnableInputTracking: 1
|
|
82
|
+
m_EnableInputActions: 1
|
|
83
|
+
m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
|
|
84
|
+
type: 3}
|
|
85
|
+
m_ModelParent: {fileID: 316239220}
|
|
86
|
+
m_Model: {fileID: 0}
|
|
87
|
+
m_AnimateModel: 0
|
|
88
|
+
m_ModelSelectTransition:
|
|
89
|
+
m_ModelDeSelectTransition:
|
|
90
|
+
m_PositionAction:
|
|
91
|
+
m_UseReference: 1
|
|
92
|
+
m_Action:
|
|
93
|
+
m_Name: Position
|
|
94
|
+
m_Type: 0
|
|
95
|
+
m_ExpectedControlType:
|
|
96
|
+
m_Id: 8b170a9b-132e-486d-947e-6a244d4362ea
|
|
97
|
+
m_Processors:
|
|
98
|
+
m_Interactions:
|
|
99
|
+
m_SingletonActionBindings: []
|
|
100
|
+
m_Flags: 0
|
|
101
|
+
m_Reference: {fileID: -2024308242397127297, guid: c348712bda248c246b8c49b3db54643f,
|
|
102
|
+
type: 3}
|
|
103
|
+
m_RotationAction:
|
|
104
|
+
m_UseReference: 1
|
|
105
|
+
m_Action:
|
|
106
|
+
m_Name: Rotation
|
|
107
|
+
m_Type: 0
|
|
108
|
+
m_ExpectedControlType:
|
|
109
|
+
m_Id: 080819c2-8547-4beb-8522-e6356be16fb1
|
|
110
|
+
m_Processors:
|
|
111
|
+
m_Interactions:
|
|
112
|
+
m_SingletonActionBindings: []
|
|
113
|
+
m_Flags: 0
|
|
114
|
+
m_Reference: {fileID: 8248158260566104461, guid: c348712bda248c246b8c49b3db54643f,
|
|
115
|
+
type: 3}
|
|
116
|
+
m_TrackingStateAction:
|
|
117
|
+
m_UseReference: 1
|
|
118
|
+
m_Action:
|
|
119
|
+
m_Name: Tracking State
|
|
120
|
+
m_Type: 0
|
|
121
|
+
m_ExpectedControlType:
|
|
122
|
+
m_Id: 8243428a-c7d7-4f8a-8c24-514472ed0daf
|
|
123
|
+
m_Processors:
|
|
124
|
+
m_Interactions:
|
|
125
|
+
m_SingletonActionBindings: []
|
|
126
|
+
m_Flags: 0
|
|
127
|
+
m_Reference: {fileID: 684395432459739428, guid: c348712bda248c246b8c49b3db54643f,
|
|
128
|
+
type: 3}
|
|
129
|
+
m_SelectAction:
|
|
130
|
+
m_UseReference: 1
|
|
131
|
+
m_Action:
|
|
132
|
+
m_Name: Select
|
|
133
|
+
m_Type: 0
|
|
134
|
+
m_ExpectedControlType:
|
|
135
|
+
m_Id: 8e000d1c-13a4-4cc0-ad37-f2e125874399
|
|
136
|
+
m_Processors:
|
|
137
|
+
m_Interactions:
|
|
138
|
+
m_SingletonActionBindings: []
|
|
139
|
+
m_Flags: 0
|
|
140
|
+
m_Reference: {fileID: -6131295136447488360, guid: c348712bda248c246b8c49b3db54643f,
|
|
141
|
+
type: 3}
|
|
142
|
+
m_SelectActionValue:
|
|
143
|
+
m_UseReference: 1
|
|
144
|
+
m_Action:
|
|
145
|
+
m_Name: Select Action Value
|
|
146
|
+
m_Type: 0
|
|
147
|
+
m_ExpectedControlType:
|
|
148
|
+
m_Id: 0b3df324-6e05-4c80-a1e4-3f6a05dd3733
|
|
149
|
+
m_Processors:
|
|
150
|
+
m_Interactions:
|
|
151
|
+
m_SingletonActionBindings: []
|
|
152
|
+
m_Flags: 0
|
|
153
|
+
m_Reference: {fileID: 6558622148059887818, guid: c348712bda248c246b8c49b3db54643f,
|
|
154
|
+
type: 3}
|
|
155
|
+
m_ActivateAction:
|
|
156
|
+
m_UseReference: 1
|
|
157
|
+
m_Action:
|
|
158
|
+
m_Name: Activate
|
|
159
|
+
m_Type: 0
|
|
160
|
+
m_ExpectedControlType:
|
|
161
|
+
m_Id: 3995f9f4-6aa7-409a-80d2-5f7ea1464fde
|
|
162
|
+
m_Processors:
|
|
163
|
+
m_Interactions:
|
|
164
|
+
m_SingletonActionBindings: []
|
|
165
|
+
m_Flags: 0
|
|
166
|
+
m_Reference: {fileID: -5982496924579745919, guid: c348712bda248c246b8c49b3db54643f,
|
|
167
|
+
type: 3}
|
|
168
|
+
m_ActivateActionValue:
|
|
169
|
+
m_UseReference: 1
|
|
170
|
+
m_Action:
|
|
171
|
+
m_Name: Activate Action Value
|
|
172
|
+
m_Type: 0
|
|
173
|
+
m_ExpectedControlType:
|
|
174
|
+
m_Id: 6bd88f55-bc81-46de-81c2-6504aabf04b5
|
|
175
|
+
m_Processors:
|
|
176
|
+
m_Interactions:
|
|
177
|
+
m_SingletonActionBindings: []
|
|
178
|
+
m_Flags: 0
|
|
179
|
+
m_Reference: {fileID: -4289430672226363583, guid: c348712bda248c246b8c49b3db54643f,
|
|
180
|
+
type: 3}
|
|
181
|
+
m_UIPressAction:
|
|
182
|
+
m_UseReference: 1
|
|
183
|
+
m_Action:
|
|
184
|
+
m_Name: UI Press
|
|
185
|
+
m_Type: 0
|
|
186
|
+
m_ExpectedControlType:
|
|
187
|
+
m_Id: db89d01c-df6f-4954-b868-103dd5bdb514
|
|
188
|
+
m_Processors:
|
|
189
|
+
m_Interactions:
|
|
190
|
+
m_SingletonActionBindings: []
|
|
191
|
+
m_Flags: 0
|
|
192
|
+
m_Reference: {fileID: -6395602842196007441, guid: c348712bda248c246b8c49b3db54643f,
|
|
193
|
+
type: 3}
|
|
194
|
+
m_UIPressActionValue:
|
|
195
|
+
m_UseReference: 1
|
|
196
|
+
m_Action:
|
|
197
|
+
m_Name: UI Press Action Value
|
|
198
|
+
m_Type: 0
|
|
199
|
+
m_ExpectedControlType:
|
|
200
|
+
m_Id: c3dff9f7-2c94-4a37-9ede-76deba76bbba
|
|
201
|
+
m_Processors:
|
|
202
|
+
m_Interactions:
|
|
203
|
+
m_SingletonActionBindings: []
|
|
204
|
+
m_Flags: 0
|
|
205
|
+
m_Reference: {fileID: 71106601250685021, guid: c348712bda248c246b8c49b3db54643f,
|
|
206
|
+
type: 3}
|
|
207
|
+
m_HapticDeviceAction:
|
|
208
|
+
m_UseReference: 1
|
|
209
|
+
m_Action:
|
|
210
|
+
m_Name: Haptic Device
|
|
211
|
+
m_Type: 0
|
|
212
|
+
m_ExpectedControlType:
|
|
213
|
+
m_Id: 3e09b626-c80d-40ec-9592-eb3fe89c2038
|
|
214
|
+
m_Processors:
|
|
215
|
+
m_Interactions:
|
|
216
|
+
m_SingletonActionBindings: []
|
|
217
|
+
m_Flags: 0
|
|
218
|
+
m_Reference: {fileID: -8785819595477538065, guid: c348712bda248c246b8c49b3db54643f,
|
|
219
|
+
type: 3}
|
|
220
|
+
m_RotateAnchorAction:
|
|
221
|
+
m_UseReference: 1
|
|
222
|
+
m_Action:
|
|
223
|
+
m_Name: Rotate Anchor
|
|
224
|
+
m_Type: 0
|
|
225
|
+
m_ExpectedControlType:
|
|
226
|
+
m_Id: 3dca8766-e652-4e78-8406-420aa73ba338
|
|
227
|
+
m_Processors:
|
|
228
|
+
m_Interactions:
|
|
229
|
+
m_SingletonActionBindings: []
|
|
230
|
+
m_Flags: 0
|
|
231
|
+
m_Reference: {fileID: -7363382999065477798, guid: c348712bda248c246b8c49b3db54643f,
|
|
232
|
+
type: 3}
|
|
233
|
+
m_TranslateAnchorAction:
|
|
234
|
+
m_UseReference: 1
|
|
235
|
+
m_Action:
|
|
236
|
+
m_Name: Translate Anchor
|
|
237
|
+
m_Type: 0
|
|
238
|
+
m_ExpectedControlType:
|
|
239
|
+
m_Id: e873605e-6a95-4389-8fbe-39069340ba92
|
|
240
|
+
m_Processors:
|
|
241
|
+
m_Interactions:
|
|
242
|
+
m_SingletonActionBindings: []
|
|
243
|
+
m_Flags: 0
|
|
244
|
+
m_Reference: {fileID: 7779212132400271959, guid: c348712bda248c246b8c49b3db54643f,
|
|
245
|
+
type: 3}
|
|
246
|
+
m_ButtonPressPoint: 0.5
|
|
247
|
+
--- !u!114 &202364691
|
|
248
|
+
MonoBehaviour:
|
|
249
|
+
m_ObjectHideFlags: 0
|
|
250
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
251
|
+
m_PrefabInstance: {fileID: 0}
|
|
252
|
+
m_PrefabAsset: {fileID: 0}
|
|
253
|
+
m_GameObject: {fileID: 202364687}
|
|
254
|
+
m_Enabled: 1
|
|
255
|
+
m_EditorHideFlags: 0
|
|
256
|
+
m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
|
|
257
|
+
m_Name:
|
|
258
|
+
m_EditorClassIdentifier:
|
|
259
|
+
m_InteractionManager: {fileID: 0}
|
|
260
|
+
m_InteractionLayerMask:
|
|
261
|
+
serializedVersion: 2
|
|
262
|
+
m_Bits: 55
|
|
263
|
+
m_InteractionLayers:
|
|
264
|
+
m_Bits: 55
|
|
265
|
+
m_AttachTransform: {fileID: 0}
|
|
266
|
+
m_KeepSelectedTargetValid: 1
|
|
267
|
+
m_StartingSelectedInteractable: {fileID: 0}
|
|
268
|
+
m_HoverEntered:
|
|
269
|
+
m_PersistentCalls:
|
|
270
|
+
m_Calls: []
|
|
271
|
+
m_HoverExited:
|
|
272
|
+
m_PersistentCalls:
|
|
273
|
+
m_Calls: []
|
|
274
|
+
m_SelectEntered:
|
|
275
|
+
m_PersistentCalls:
|
|
276
|
+
m_Calls: []
|
|
277
|
+
m_SelectExited:
|
|
278
|
+
m_PersistentCalls:
|
|
279
|
+
m_Calls: []
|
|
280
|
+
m_OnHoverEntered:
|
|
281
|
+
m_PersistentCalls:
|
|
282
|
+
m_Calls: []
|
|
283
|
+
m_OnHoverExited:
|
|
284
|
+
m_PersistentCalls:
|
|
285
|
+
m_Calls: []
|
|
286
|
+
m_OnSelectEntered:
|
|
287
|
+
m_PersistentCalls:
|
|
288
|
+
m_Calls: []
|
|
289
|
+
m_OnSelectExited:
|
|
290
|
+
m_PersistentCalls:
|
|
291
|
+
m_Calls: []
|
|
292
|
+
m_SelectActionTrigger: 1
|
|
293
|
+
m_HideControllerOnSelect: 0
|
|
294
|
+
m_AllowHoveredActivate: 0
|
|
295
|
+
m_PlayAudioClipOnSelectEntered: 0
|
|
296
|
+
m_AudioClipForOnSelectEntered: {fileID: 0}
|
|
297
|
+
m_PlayAudioClipOnSelectExited: 0
|
|
298
|
+
m_AudioClipForOnSelectExited: {fileID: 0}
|
|
299
|
+
m_PlayAudioClipOnSelectCanceled: 0
|
|
300
|
+
m_AudioClipForOnSelectCanceled: {fileID: 0}
|
|
301
|
+
m_PlayAudioClipOnHoverEntered: 0
|
|
302
|
+
m_AudioClipForOnHoverEntered: {fileID: 0}
|
|
303
|
+
m_PlayAudioClipOnHoverExited: 0
|
|
304
|
+
m_AudioClipForOnHoverExited: {fileID: 0}
|
|
305
|
+
m_PlayAudioClipOnHoverCanceled: 0
|
|
306
|
+
m_AudioClipForOnHoverCanceled: {fileID: 0}
|
|
307
|
+
m_PlayHapticsOnSelectEntered: 1
|
|
308
|
+
m_HapticSelectEnterIntensity: 0.5
|
|
309
|
+
m_HapticSelectEnterDuration: 0.1
|
|
310
|
+
m_PlayHapticsOnSelectExited: 1
|
|
311
|
+
m_HapticSelectExitIntensity: 0.5
|
|
312
|
+
m_HapticSelectExitDuration: 0.1
|
|
313
|
+
m_PlayHapticsOnSelectCanceled: 0
|
|
314
|
+
m_HapticSelectCancelIntensity: 0
|
|
315
|
+
m_HapticSelectCancelDuration: 0
|
|
316
|
+
m_PlayHapticsOnHoverEntered: 1
|
|
317
|
+
m_HapticHoverEnterIntensity: 0.25
|
|
318
|
+
m_HapticHoverEnterDuration: 0.1
|
|
319
|
+
m_PlayHapticsOnHoverExited: 1
|
|
320
|
+
m_HapticHoverExitIntensity: 0.25
|
|
321
|
+
m_HapticHoverExitDuration: 0.1
|
|
322
|
+
m_PlayHapticsOnHoverCanceled: 0
|
|
323
|
+
m_HapticHoverCancelIntensity: 0
|
|
324
|
+
m_HapticHoverCancelDuration: 0
|
|
325
|
+
m_LineType: 0
|
|
326
|
+
m_BlendVisualLinePoints: 1
|
|
327
|
+
m_MaxRaycastDistance: 10
|
|
328
|
+
m_RayOriginTransform: {fileID: 0}
|
|
329
|
+
m_ReferenceFrame: {fileID: 0}
|
|
330
|
+
m_Velocity: 12
|
|
331
|
+
m_Acceleration: 9.8
|
|
332
|
+
m_AdditionalGroundHeight: 0.1
|
|
333
|
+
m_AdditionalFlightTime: 0.5
|
|
334
|
+
m_EndPointDistance: 30
|
|
335
|
+
m_EndPointHeight: -10
|
|
336
|
+
m_ControlPointDistance: 10
|
|
337
|
+
m_ControlPointHeight: 5
|
|
338
|
+
m_SampleFrequency: 60
|
|
339
|
+
m_HitDetectionType: 0
|
|
340
|
+
m_SphereCastRadius: 0.1
|
|
341
|
+
m_RaycastMask:
|
|
342
|
+
serializedVersion: 2
|
|
343
|
+
m_Bits: 2147483681
|
|
344
|
+
m_RaycastTriggerInteraction: 1
|
|
345
|
+
m_HitClosestOnly: 0
|
|
346
|
+
m_HoverToSelect: 0
|
|
347
|
+
m_HoverTimeToSelect: 0.5
|
|
348
|
+
m_EnableUIInteraction: 1
|
|
349
|
+
m_AllowAnchorControl: 1
|
|
350
|
+
m_UseForceGrab: 0
|
|
351
|
+
m_RotateSpeed: 180
|
|
352
|
+
m_TranslateSpeed: 1
|
|
353
|
+
m_AnchorRotateReferenceFrame: {fileID: 0}
|
|
354
|
+
--- !u!120 &202364690
|
|
355
|
+
LineRenderer:
|
|
356
|
+
m_ObjectHideFlags: 0
|
|
357
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
358
|
+
m_PrefabInstance: {fileID: 0}
|
|
359
|
+
m_PrefabAsset: {fileID: 0}
|
|
360
|
+
m_GameObject: {fileID: 202364687}
|
|
361
|
+
m_Enabled: 1
|
|
362
|
+
m_CastShadows: 0
|
|
363
|
+
m_ReceiveShadows: 0
|
|
364
|
+
m_DynamicOccludee: 1
|
|
365
|
+
m_MotionVectors: 0
|
|
366
|
+
m_LightProbeUsage: 0
|
|
367
|
+
m_ReflectionProbeUsage: 0
|
|
368
|
+
m_RayTracingMode: 0
|
|
369
|
+
m_RenderingLayerMask: 1
|
|
370
|
+
m_RendererPriority: 0
|
|
371
|
+
m_Materials:
|
|
372
|
+
- {fileID: 2100000, guid: 6c97eba138bb6c64697ea7ca63a27ad7, type: 2}
|
|
373
|
+
m_StaticBatchInfo:
|
|
374
|
+
firstSubMesh: 0
|
|
375
|
+
subMeshCount: 0
|
|
376
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
377
|
+
m_ProbeAnchor: {fileID: 0}
|
|
378
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
379
|
+
m_ScaleInLightmap: 1
|
|
380
|
+
m_ReceiveGI: 1
|
|
381
|
+
m_PreserveUVs: 0
|
|
382
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
383
|
+
m_ImportantGI: 0
|
|
384
|
+
m_StitchLightmapSeams: 0
|
|
385
|
+
m_SelectedEditorRenderState: 3
|
|
386
|
+
m_MinimumChartSize: 4
|
|
387
|
+
m_AutoUVMaxDistance: 0.5
|
|
388
|
+
m_AutoUVMaxAngle: 89
|
|
389
|
+
m_LightmapParameters: {fileID: 0}
|
|
390
|
+
m_SortingLayerID: 0
|
|
391
|
+
m_SortingLayer: 0
|
|
392
|
+
m_SortingOrder: 0
|
|
393
|
+
m_Positions:
|
|
394
|
+
- {x: 0, y: 0, z: 0}
|
|
395
|
+
- {x: 0, y: 0, z: 0}
|
|
396
|
+
- {x: 0, y: 0, z: 0}
|
|
397
|
+
- {x: 0, y: 0, z: 0}
|
|
398
|
+
- {x: 0, y: 0, z: 0}
|
|
399
|
+
m_Parameters:
|
|
400
|
+
serializedVersion: 3
|
|
401
|
+
widthMultiplier: 0.02
|
|
402
|
+
widthCurve:
|
|
403
|
+
serializedVersion: 2
|
|
404
|
+
m_Curve:
|
|
405
|
+
- serializedVersion: 3
|
|
406
|
+
time: 0
|
|
407
|
+
value: 1
|
|
408
|
+
inSlope: 0
|
|
409
|
+
outSlope: 0
|
|
410
|
+
tangentMode: 0
|
|
411
|
+
weightedMode: 0
|
|
412
|
+
inWeight: 0
|
|
413
|
+
outWeight: 0
|
|
414
|
+
- serializedVersion: 3
|
|
415
|
+
time: 1
|
|
416
|
+
value: 1
|
|
417
|
+
inSlope: 0
|
|
418
|
+
outSlope: 0
|
|
419
|
+
tangentMode: 0
|
|
420
|
+
weightedMode: 0
|
|
421
|
+
inWeight: 0
|
|
422
|
+
outWeight: 0
|
|
423
|
+
m_PreInfinity: 2
|
|
424
|
+
m_PostInfinity: 2
|
|
425
|
+
m_RotationOrder: 4
|
|
426
|
+
colorGradient:
|
|
427
|
+
serializedVersion: 2
|
|
428
|
+
key0: {r: 1, g: 1, b: 1, a: 1}
|
|
429
|
+
key1: {r: 1, g: 1, b: 1, a: 0}
|
|
430
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
431
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
432
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
433
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
434
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
435
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
436
|
+
ctime0: 0
|
|
437
|
+
ctime1: 65535
|
|
438
|
+
ctime2: 0
|
|
439
|
+
ctime3: 0
|
|
440
|
+
ctime4: 0
|
|
441
|
+
ctime5: 0
|
|
442
|
+
ctime6: 0
|
|
443
|
+
ctime7: 0
|
|
444
|
+
atime0: 0
|
|
445
|
+
atime1: 65535
|
|
446
|
+
atime2: 0
|
|
447
|
+
atime3: 0
|
|
448
|
+
atime4: 0
|
|
449
|
+
atime5: 0
|
|
450
|
+
atime6: 0
|
|
451
|
+
atime7: 0
|
|
452
|
+
m_Mode: 0
|
|
453
|
+
m_NumColorKeys: 2
|
|
454
|
+
m_NumAlphaKeys: 2
|
|
455
|
+
numCornerVertices: 4
|
|
456
|
+
numCapVertices: 4
|
|
457
|
+
alignment: 0
|
|
458
|
+
textureMode: 0
|
|
459
|
+
shadowBias: 0
|
|
460
|
+
generateLightingData: 0
|
|
461
|
+
m_UseWorldSpace: 1
|
|
462
|
+
m_Loop: 0
|
|
463
|
+
--- !u!114 &202364689
|
|
464
|
+
MonoBehaviour:
|
|
465
|
+
m_ObjectHideFlags: 0
|
|
466
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
467
|
+
m_PrefabInstance: {fileID: 0}
|
|
468
|
+
m_PrefabAsset: {fileID: 0}
|
|
469
|
+
m_GameObject: {fileID: 202364687}
|
|
470
|
+
m_Enabled: 1
|
|
471
|
+
m_EditorHideFlags: 0
|
|
472
|
+
m_Script: {fileID: 11500000, guid: e988983f96fe1dd48800bcdfc82f23e9, type: 3}
|
|
473
|
+
m_Name:
|
|
474
|
+
m_EditorClassIdentifier:
|
|
475
|
+
m_LineWidth: 0.02
|
|
476
|
+
m_OverrideInteractorLineLength: 1
|
|
477
|
+
m_LineLength: 10
|
|
478
|
+
m_WidthCurve:
|
|
479
|
+
serializedVersion: 2
|
|
480
|
+
m_Curve:
|
|
481
|
+
- serializedVersion: 3
|
|
482
|
+
time: 0
|
|
483
|
+
value: 1
|
|
484
|
+
inSlope: 0
|
|
485
|
+
outSlope: 0
|
|
486
|
+
tangentMode: 0
|
|
487
|
+
weightedMode: 0
|
|
488
|
+
inWeight: 0
|
|
489
|
+
outWeight: 0
|
|
490
|
+
- serializedVersion: 3
|
|
491
|
+
time: 1
|
|
492
|
+
value: 1
|
|
493
|
+
inSlope: 0
|
|
494
|
+
outSlope: 0
|
|
495
|
+
tangentMode: 0
|
|
496
|
+
weightedMode: 0
|
|
497
|
+
inWeight: 0
|
|
498
|
+
outWeight: 0
|
|
499
|
+
m_PreInfinity: 2
|
|
500
|
+
m_PostInfinity: 2
|
|
501
|
+
m_RotationOrder: 4
|
|
502
|
+
m_ValidColorGradient:
|
|
503
|
+
serializedVersion: 2
|
|
504
|
+
key0: {r: 0, g: 0.627451, b: 1, a: 1}
|
|
505
|
+
key1: {r: 1, g: 1, b: 1, a: 0}
|
|
506
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
507
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
508
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
509
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
510
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
511
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
512
|
+
ctime0: 0
|
|
513
|
+
ctime1: 65535
|
|
514
|
+
ctime2: 0
|
|
515
|
+
ctime3: 0
|
|
516
|
+
ctime4: 0
|
|
517
|
+
ctime5: 0
|
|
518
|
+
ctime6: 0
|
|
519
|
+
ctime7: 0
|
|
520
|
+
atime0: 0
|
|
521
|
+
atime1: 65535
|
|
522
|
+
atime2: 0
|
|
523
|
+
atime3: 0
|
|
524
|
+
atime4: 0
|
|
525
|
+
atime5: 0
|
|
526
|
+
atime6: 0
|
|
527
|
+
atime7: 0
|
|
528
|
+
m_Mode: 0
|
|
529
|
+
m_NumColorKeys: 2
|
|
530
|
+
m_NumAlphaKeys: 2
|
|
531
|
+
m_InvalidColorGradient:
|
|
532
|
+
serializedVersion: 2
|
|
533
|
+
key0: {r: 1, g: 1, b: 1, a: 1}
|
|
534
|
+
key1: {r: 1, g: 1, b: 1, a: 0}
|
|
535
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
536
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
537
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
538
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
539
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
540
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
541
|
+
ctime0: 0
|
|
542
|
+
ctime1: 65535
|
|
543
|
+
ctime2: 0
|
|
544
|
+
ctime3: 0
|
|
545
|
+
ctime4: 0
|
|
546
|
+
ctime5: 0
|
|
547
|
+
ctime6: 0
|
|
548
|
+
ctime7: 0
|
|
549
|
+
atime0: 0
|
|
550
|
+
atime1: 65535
|
|
551
|
+
atime2: 0
|
|
552
|
+
atime3: 0
|
|
553
|
+
atime4: 0
|
|
554
|
+
atime5: 0
|
|
555
|
+
atime6: 0
|
|
556
|
+
atime7: 0
|
|
557
|
+
m_Mode: 0
|
|
558
|
+
m_NumColorKeys: 2
|
|
559
|
+
m_NumAlphaKeys: 2
|
|
560
|
+
m_SmoothMovement: 0
|
|
561
|
+
m_FollowTightness: 10
|
|
562
|
+
m_SnapThresholdDistance: 10
|
|
563
|
+
m_Reticle: {fileID: 0}
|
|
564
|
+
m_StopLineAtFirstRaycastHit: 1
|
|
565
|
+
--- !u!1 &316239219
|
|
566
|
+
GameObject:
|
|
567
|
+
m_ObjectHideFlags: 0
|
|
568
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
569
|
+
m_PrefabInstance: {fileID: 0}
|
|
570
|
+
m_PrefabAsset: {fileID: 0}
|
|
571
|
+
serializedVersion: 6
|
|
572
|
+
m_Component:
|
|
573
|
+
- component: {fileID: 316239220}
|
|
574
|
+
m_Layer: 0
|
|
575
|
+
m_Name: ModelPt
|
|
576
|
+
m_TagString: Untagged
|
|
577
|
+
m_Icon: {fileID: 0}
|
|
578
|
+
m_NavMeshLayer: 0
|
|
579
|
+
m_StaticEditorFlags: 0
|
|
580
|
+
m_IsActive: 1
|
|
581
|
+
--- !u!4 &316239220
|
|
582
|
+
Transform:
|
|
583
|
+
m_ObjectHideFlags: 0
|
|
584
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
585
|
+
m_PrefabInstance: {fileID: 0}
|
|
586
|
+
m_PrefabAsset: {fileID: 0}
|
|
587
|
+
m_GameObject: {fileID: 316239219}
|
|
588
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
589
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
590
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
591
|
+
m_Children: []
|
|
592
|
+
m_Father: {fileID: 202364688}
|
|
593
|
+
m_RootOrder: 0
|
|
594
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
595
|
+
--- !u!1 &341080492
|
|
596
|
+
GameObject:
|
|
597
|
+
m_ObjectHideFlags: 0
|
|
598
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
599
|
+
m_PrefabInstance: {fileID: 0}
|
|
600
|
+
m_PrefabAsset: {fileID: 0}
|
|
601
|
+
serializedVersion: 6
|
|
602
|
+
m_Component:
|
|
603
|
+
- component: {fileID: 341080493}
|
|
604
|
+
- component: {fileID: 341080497}
|
|
605
|
+
- component: {fileID: 341080496}
|
|
606
|
+
- component: {fileID: 341080495}
|
|
607
|
+
- component: {fileID: 341080494}
|
|
608
|
+
m_Layer: 0
|
|
609
|
+
m_Name: LeftTeleportController
|
|
610
|
+
m_TagString: Untagged
|
|
611
|
+
m_Icon: {fileID: 0}
|
|
612
|
+
m_NavMeshLayer: 0
|
|
613
|
+
m_StaticEditorFlags: 0
|
|
614
|
+
m_IsActive: 1
|
|
615
|
+
--- !u!4 &341080493
|
|
616
|
+
Transform:
|
|
617
|
+
m_ObjectHideFlags: 0
|
|
618
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
619
|
+
m_PrefabInstance: {fileID: 0}
|
|
620
|
+
m_PrefabAsset: {fileID: 0}
|
|
621
|
+
m_GameObject: {fileID: 341080492}
|
|
622
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
623
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
624
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
625
|
+
m_Children:
|
|
626
|
+
- {fileID: 153326091}
|
|
627
|
+
m_Father: {fileID: 705080846}
|
|
628
|
+
m_RootOrder: 1
|
|
629
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
630
|
+
--- !u!114 &341080497
|
|
631
|
+
MonoBehaviour:
|
|
632
|
+
m_ObjectHideFlags: 0
|
|
633
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
634
|
+
m_PrefabInstance: {fileID: 0}
|
|
635
|
+
m_PrefabAsset: {fileID: 0}
|
|
636
|
+
m_GameObject: {fileID: 341080492}
|
|
637
|
+
m_Enabled: 1
|
|
638
|
+
m_EditorHideFlags: 0
|
|
639
|
+
m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
|
|
640
|
+
m_Name:
|
|
641
|
+
m_EditorClassIdentifier:
|
|
642
|
+
m_UpdateTrackingType: 0
|
|
643
|
+
m_EnableInputTracking: 1
|
|
644
|
+
m_EnableInputActions: 0
|
|
645
|
+
m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
|
|
646
|
+
type: 3}
|
|
647
|
+
m_ModelParent: {fileID: 153326091}
|
|
648
|
+
m_Model: {fileID: 0}
|
|
649
|
+
m_AnimateModel: 0
|
|
650
|
+
m_ModelSelectTransition:
|
|
651
|
+
m_ModelDeSelectTransition:
|
|
652
|
+
m_PositionAction:
|
|
653
|
+
m_UseReference: 1
|
|
654
|
+
m_Action:
|
|
655
|
+
m_Name: Position
|
|
656
|
+
m_Type: 0
|
|
657
|
+
m_ExpectedControlType:
|
|
658
|
+
m_Id: ee2b90af-cb76-4d31-80a6-06fad8ac806a
|
|
659
|
+
m_Processors:
|
|
660
|
+
m_Interactions:
|
|
661
|
+
m_SingletonActionBindings: []
|
|
662
|
+
m_Flags: 0
|
|
663
|
+
m_Reference: {fileID: -2024308242397127297, guid: c348712bda248c246b8c49b3db54643f,
|
|
664
|
+
type: 3}
|
|
665
|
+
m_RotationAction:
|
|
666
|
+
m_UseReference: 1
|
|
667
|
+
m_Action:
|
|
668
|
+
m_Name: Rotation
|
|
669
|
+
m_Type: 0
|
|
670
|
+
m_ExpectedControlType:
|
|
671
|
+
m_Id: 4c57fe61-e6e1-4df3-bff3-6c688f6f9e9a
|
|
672
|
+
m_Processors:
|
|
673
|
+
m_Interactions:
|
|
674
|
+
m_SingletonActionBindings: []
|
|
675
|
+
m_Flags: 0
|
|
676
|
+
m_Reference: {fileID: 8248158260566104461, guid: c348712bda248c246b8c49b3db54643f,
|
|
677
|
+
type: 3}
|
|
678
|
+
m_TrackingStateAction:
|
|
679
|
+
m_UseReference: 1
|
|
680
|
+
m_Action:
|
|
681
|
+
m_Name: Tracking State
|
|
682
|
+
m_Type: 0
|
|
683
|
+
m_ExpectedControlType:
|
|
684
|
+
m_Id: 5592bc84-b7a6-4bb3-8107-bdac3a867987
|
|
685
|
+
m_Processors:
|
|
686
|
+
m_Interactions:
|
|
687
|
+
m_SingletonActionBindings: []
|
|
688
|
+
m_Flags: 0
|
|
689
|
+
m_Reference: {fileID: 684395432459739428, guid: c348712bda248c246b8c49b3db54643f,
|
|
690
|
+
type: 3}
|
|
691
|
+
m_SelectAction:
|
|
692
|
+
m_UseReference: 1
|
|
693
|
+
m_Action:
|
|
694
|
+
m_Name: Select
|
|
695
|
+
m_Type: 0
|
|
696
|
+
m_ExpectedControlType:
|
|
697
|
+
m_Id: 869302d5-d3c7-4c1b-a962-a7e033b42a15
|
|
698
|
+
m_Processors:
|
|
699
|
+
m_Interactions:
|
|
700
|
+
m_SingletonActionBindings: []
|
|
701
|
+
m_Flags: 0
|
|
702
|
+
m_Reference: {fileID: -4084014799535200556, guid: c348712bda248c246b8c49b3db54643f,
|
|
703
|
+
type: 3}
|
|
704
|
+
m_SelectActionValue:
|
|
705
|
+
m_UseReference: 1
|
|
706
|
+
m_Action:
|
|
707
|
+
m_Name: Select Action Value
|
|
708
|
+
m_Type: 0
|
|
709
|
+
m_ExpectedControlType:
|
|
710
|
+
m_Id: 8ca3fc69-df83-496e-a31d-d5ddab32c2e9
|
|
711
|
+
m_Processors:
|
|
712
|
+
m_Interactions:
|
|
713
|
+
m_SingletonActionBindings: []
|
|
714
|
+
m_Flags: 0
|
|
715
|
+
m_Reference: {fileID: -4084014799535200556, guid: c348712bda248c246b8c49b3db54643f,
|
|
716
|
+
type: 3}
|
|
717
|
+
m_ActivateAction:
|
|
718
|
+
m_UseReference: 1
|
|
719
|
+
m_Action:
|
|
720
|
+
m_Name: Activate
|
|
721
|
+
m_Type: 0
|
|
722
|
+
m_ExpectedControlType:
|
|
723
|
+
m_Id: 4aec5842-effb-4789-a584-e3222db901f4
|
|
724
|
+
m_Processors:
|
|
725
|
+
m_Interactions:
|
|
726
|
+
m_SingletonActionBindings: []
|
|
727
|
+
m_Flags: 0
|
|
728
|
+
m_Reference: {fileID: -5982496924579745919, guid: c348712bda248c246b8c49b3db54643f,
|
|
729
|
+
type: 3}
|
|
730
|
+
m_ActivateActionValue:
|
|
731
|
+
m_UseReference: 1
|
|
732
|
+
m_Action:
|
|
733
|
+
m_Name: Activate Action Value
|
|
734
|
+
m_Type: 0
|
|
735
|
+
m_ExpectedControlType:
|
|
736
|
+
m_Id: a192f0f3-8fc9-4732-9ee2-094682e5b62f
|
|
737
|
+
m_Processors:
|
|
738
|
+
m_Interactions:
|
|
739
|
+
m_SingletonActionBindings: []
|
|
740
|
+
m_Flags: 0
|
|
741
|
+
m_Reference: {fileID: -4289430672226363583, guid: c348712bda248c246b8c49b3db54643f,
|
|
742
|
+
type: 3}
|
|
743
|
+
m_UIPressAction:
|
|
744
|
+
m_UseReference: 1
|
|
745
|
+
m_Action:
|
|
746
|
+
m_Name: UI Press
|
|
747
|
+
m_Type: 0
|
|
748
|
+
m_ExpectedControlType:
|
|
749
|
+
m_Id: e65a640e-2a41-422f-82dd-ebfb73c6c378
|
|
750
|
+
m_Processors:
|
|
751
|
+
m_Interactions:
|
|
752
|
+
m_SingletonActionBindings: []
|
|
753
|
+
m_Flags: 0
|
|
754
|
+
m_Reference: {fileID: -6395602842196007441, guid: c348712bda248c246b8c49b3db54643f,
|
|
755
|
+
type: 3}
|
|
756
|
+
m_UIPressActionValue:
|
|
757
|
+
m_UseReference: 1
|
|
758
|
+
m_Action:
|
|
759
|
+
m_Name: UI Press Action Value
|
|
760
|
+
m_Type: 0
|
|
761
|
+
m_ExpectedControlType:
|
|
762
|
+
m_Id: 156abefc-3b6f-45f9-bd76-2ab71cc5b96e
|
|
763
|
+
m_Processors:
|
|
764
|
+
m_Interactions:
|
|
765
|
+
m_SingletonActionBindings: []
|
|
766
|
+
m_Flags: 0
|
|
767
|
+
m_Reference: {fileID: 71106601250685021, guid: c348712bda248c246b8c49b3db54643f,
|
|
768
|
+
type: 3}
|
|
769
|
+
m_HapticDeviceAction:
|
|
770
|
+
m_UseReference: 1
|
|
771
|
+
m_Action:
|
|
772
|
+
m_Name: Haptic Device
|
|
773
|
+
m_Type: 0
|
|
774
|
+
m_ExpectedControlType:
|
|
775
|
+
m_Id: 80072ca0-f27a-4040-8ae9-a0fa7a761bbc
|
|
776
|
+
m_Processors:
|
|
777
|
+
m_Interactions:
|
|
778
|
+
m_SingletonActionBindings: []
|
|
779
|
+
m_Flags: 0
|
|
780
|
+
m_Reference: {fileID: -8785819595477538065, guid: c348712bda248c246b8c49b3db54643f,
|
|
781
|
+
type: 3}
|
|
782
|
+
m_RotateAnchorAction:
|
|
783
|
+
m_UseReference: 1
|
|
784
|
+
m_Action:
|
|
785
|
+
m_Name: Rotate Anchor
|
|
786
|
+
m_Type: 0
|
|
787
|
+
m_ExpectedControlType:
|
|
788
|
+
m_Id: 13f6cacf-e639-4a90-864c-abb89495ad0c
|
|
789
|
+
m_Processors:
|
|
790
|
+
m_Interactions:
|
|
791
|
+
m_SingletonActionBindings: []
|
|
792
|
+
m_Flags: 0
|
|
793
|
+
m_Reference: {fileID: -7363382999065477798, guid: c348712bda248c246b8c49b3db54643f,
|
|
794
|
+
type: 3}
|
|
795
|
+
m_TranslateAnchorAction:
|
|
796
|
+
m_UseReference: 1
|
|
797
|
+
m_Action:
|
|
798
|
+
m_Name: Translate Anchor
|
|
799
|
+
m_Type: 0
|
|
800
|
+
m_ExpectedControlType:
|
|
801
|
+
m_Id: 6713f8f9-89a2-46da-aad5-ae077ac477ee
|
|
802
|
+
m_Processors:
|
|
803
|
+
m_Interactions:
|
|
804
|
+
m_SingletonActionBindings: []
|
|
805
|
+
m_Flags: 0
|
|
806
|
+
m_Reference: {fileID: 7779212132400271959, guid: c348712bda248c246b8c49b3db54643f,
|
|
807
|
+
type: 3}
|
|
808
|
+
m_ButtonPressPoint: 0.5
|
|
809
|
+
--- !u!114 &341080496
|
|
810
|
+
MonoBehaviour:
|
|
811
|
+
m_ObjectHideFlags: 0
|
|
812
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
813
|
+
m_PrefabInstance: {fileID: 0}
|
|
814
|
+
m_PrefabAsset: {fileID: 0}
|
|
815
|
+
m_GameObject: {fileID: 341080492}
|
|
816
|
+
m_Enabled: 0
|
|
817
|
+
m_EditorHideFlags: 0
|
|
818
|
+
m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
|
|
819
|
+
m_Name:
|
|
820
|
+
m_EditorClassIdentifier:
|
|
821
|
+
m_InteractionManager: {fileID: 0}
|
|
822
|
+
m_InteractionLayerMask:
|
|
823
|
+
serializedVersion: 2
|
|
824
|
+
m_Bits: 2147483648
|
|
825
|
+
m_InteractionLayers:
|
|
826
|
+
m_Bits: 2147483648
|
|
827
|
+
m_AttachTransform: {fileID: 0}
|
|
828
|
+
m_KeepSelectedTargetValid: 0
|
|
829
|
+
m_StartingSelectedInteractable: {fileID: 0}
|
|
830
|
+
m_HoverEntered:
|
|
831
|
+
m_PersistentCalls:
|
|
832
|
+
m_Calls: []
|
|
833
|
+
m_HoverExited:
|
|
834
|
+
m_PersistentCalls:
|
|
835
|
+
m_Calls: []
|
|
836
|
+
m_SelectEntered:
|
|
837
|
+
m_PersistentCalls:
|
|
838
|
+
m_Calls: []
|
|
839
|
+
m_SelectExited:
|
|
840
|
+
m_PersistentCalls:
|
|
841
|
+
m_Calls: []
|
|
842
|
+
m_OnHoverEntered:
|
|
843
|
+
m_PersistentCalls:
|
|
844
|
+
m_Calls: []
|
|
845
|
+
m_OnHoverExited:
|
|
846
|
+
m_PersistentCalls:
|
|
847
|
+
m_Calls: []
|
|
848
|
+
m_OnSelectEntered:
|
|
849
|
+
m_PersistentCalls:
|
|
850
|
+
m_Calls: []
|
|
851
|
+
m_OnSelectExited:
|
|
852
|
+
m_PersistentCalls:
|
|
853
|
+
m_Calls: []
|
|
854
|
+
m_SelectActionTrigger: 0
|
|
855
|
+
m_HideControllerOnSelect: 0
|
|
856
|
+
m_AllowHoveredActivate: 0
|
|
857
|
+
m_PlayAudioClipOnSelectEntered: 0
|
|
858
|
+
m_AudioClipForOnSelectEntered: {fileID: 0}
|
|
859
|
+
m_PlayAudioClipOnSelectExited: 0
|
|
860
|
+
m_AudioClipForOnSelectExited: {fileID: 0}
|
|
861
|
+
m_PlayAudioClipOnSelectCanceled: 0
|
|
862
|
+
m_AudioClipForOnSelectCanceled: {fileID: 0}
|
|
863
|
+
m_PlayAudioClipOnHoverEntered: 0
|
|
864
|
+
m_AudioClipForOnHoverEntered: {fileID: 0}
|
|
865
|
+
m_PlayAudioClipOnHoverExited: 0
|
|
866
|
+
m_AudioClipForOnHoverExited: {fileID: 0}
|
|
867
|
+
m_PlayAudioClipOnHoverCanceled: 0
|
|
868
|
+
m_AudioClipForOnHoverCanceled: {fileID: 0}
|
|
869
|
+
m_PlayHapticsOnSelectEntered: 1
|
|
870
|
+
m_HapticSelectEnterIntensity: 0.5
|
|
871
|
+
m_HapticSelectEnterDuration: 0.1
|
|
872
|
+
m_PlayHapticsOnSelectExited: 1
|
|
873
|
+
m_HapticSelectExitIntensity: 0.5
|
|
874
|
+
m_HapticSelectExitDuration: 0.1
|
|
875
|
+
m_PlayHapticsOnSelectCanceled: 0
|
|
876
|
+
m_HapticSelectCancelIntensity: 0
|
|
877
|
+
m_HapticSelectCancelDuration: 0
|
|
878
|
+
m_PlayHapticsOnHoverEntered: 1
|
|
879
|
+
m_HapticHoverEnterIntensity: 0.25
|
|
880
|
+
m_HapticHoverEnterDuration: 0.1
|
|
881
|
+
m_PlayHapticsOnHoverExited: 1
|
|
882
|
+
m_HapticHoverExitIntensity: 0.25
|
|
883
|
+
m_HapticHoverExitDuration: 0.1
|
|
884
|
+
m_PlayHapticsOnHoverCanceled: 0
|
|
885
|
+
m_HapticHoverCancelIntensity: 0
|
|
886
|
+
m_HapticHoverCancelDuration: 0
|
|
887
|
+
m_LineType: 1
|
|
888
|
+
m_BlendVisualLinePoints: 1
|
|
889
|
+
m_MaxRaycastDistance: 10
|
|
890
|
+
m_RayOriginTransform: {fileID: 0}
|
|
891
|
+
m_ReferenceFrame: {fileID: 0}
|
|
892
|
+
m_Velocity: 10
|
|
893
|
+
m_Acceleration: 9.8
|
|
894
|
+
m_AdditionalGroundHeight: 0.1
|
|
895
|
+
m_AdditionalFlightTime: 0.5
|
|
896
|
+
m_EndPointDistance: 30
|
|
897
|
+
m_EndPointHeight: -10
|
|
898
|
+
m_ControlPointDistance: 10
|
|
899
|
+
m_ControlPointHeight: 5
|
|
900
|
+
m_SampleFrequency: 50
|
|
901
|
+
m_HitDetectionType: 0
|
|
902
|
+
m_SphereCastRadius: 0.1
|
|
903
|
+
m_RaycastMask:
|
|
904
|
+
serializedVersion: 2
|
|
905
|
+
m_Bits: 2147483681
|
|
906
|
+
m_RaycastTriggerInteraction: 1
|
|
907
|
+
m_HitClosestOnly: 0
|
|
908
|
+
m_HoverToSelect: 0
|
|
909
|
+
m_HoverTimeToSelect: 0.5
|
|
910
|
+
m_EnableUIInteraction: 0
|
|
911
|
+
m_AllowAnchorControl: 0
|
|
912
|
+
m_UseForceGrab: 0
|
|
913
|
+
m_RotateSpeed: 2
|
|
914
|
+
m_TranslateSpeed: 0.1
|
|
915
|
+
m_AnchorRotateReferenceFrame: {fileID: 0}
|
|
916
|
+
--- !u!120 &341080495
|
|
917
|
+
LineRenderer:
|
|
918
|
+
m_ObjectHideFlags: 0
|
|
919
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
920
|
+
m_PrefabInstance: {fileID: 0}
|
|
921
|
+
m_PrefabAsset: {fileID: 0}
|
|
922
|
+
m_GameObject: {fileID: 341080492}
|
|
923
|
+
m_Enabled: 1
|
|
924
|
+
m_CastShadows: 0
|
|
925
|
+
m_ReceiveShadows: 0
|
|
926
|
+
m_DynamicOccludee: 1
|
|
927
|
+
m_MotionVectors: 0
|
|
928
|
+
m_LightProbeUsage: 0
|
|
929
|
+
m_ReflectionProbeUsage: 0
|
|
930
|
+
m_RayTracingMode: 0
|
|
931
|
+
m_RenderingLayerMask: 1
|
|
932
|
+
m_RendererPriority: 0
|
|
933
|
+
m_Materials:
|
|
934
|
+
- {fileID: 2100000, guid: 6c97eba138bb6c64697ea7ca63a27ad7, type: 2}
|
|
935
|
+
m_StaticBatchInfo:
|
|
936
|
+
firstSubMesh: 0
|
|
937
|
+
subMeshCount: 0
|
|
938
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
939
|
+
m_ProbeAnchor: {fileID: 0}
|
|
940
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
941
|
+
m_ScaleInLightmap: 1
|
|
942
|
+
m_ReceiveGI: 1
|
|
943
|
+
m_PreserveUVs: 0
|
|
944
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
945
|
+
m_ImportantGI: 0
|
|
946
|
+
m_StitchLightmapSeams: 0
|
|
947
|
+
m_SelectedEditorRenderState: 3
|
|
948
|
+
m_MinimumChartSize: 4
|
|
949
|
+
m_AutoUVMaxDistance: 0.5
|
|
950
|
+
m_AutoUVMaxAngle: 89
|
|
951
|
+
m_LightmapParameters: {fileID: 0}
|
|
952
|
+
m_SortingLayerID: 0
|
|
953
|
+
m_SortingLayer: 0
|
|
954
|
+
m_SortingOrder: 0
|
|
955
|
+
m_Positions:
|
|
956
|
+
- {x: 0, y: 0, z: 0}
|
|
957
|
+
- {x: 0, y: 0, z: 0}
|
|
958
|
+
- {x: 0, y: 0, z: 0}
|
|
959
|
+
- {x: 0, y: 0, z: 0}
|
|
960
|
+
- {x: 0, y: 0, z: 0}
|
|
961
|
+
m_Parameters:
|
|
962
|
+
serializedVersion: 3
|
|
963
|
+
widthMultiplier: 0.02
|
|
964
|
+
widthCurve:
|
|
965
|
+
serializedVersion: 2
|
|
966
|
+
m_Curve:
|
|
967
|
+
- serializedVersion: 3
|
|
968
|
+
time: 0
|
|
969
|
+
value: 1
|
|
970
|
+
inSlope: 0
|
|
971
|
+
outSlope: 0
|
|
972
|
+
tangentMode: 0
|
|
973
|
+
weightedMode: 0
|
|
974
|
+
inWeight: 0
|
|
975
|
+
outWeight: 0
|
|
976
|
+
- serializedVersion: 3
|
|
977
|
+
time: 1
|
|
978
|
+
value: 1
|
|
979
|
+
inSlope: 0
|
|
980
|
+
outSlope: 0
|
|
981
|
+
tangentMode: 0
|
|
982
|
+
weightedMode: 0
|
|
983
|
+
inWeight: 0
|
|
984
|
+
outWeight: 0
|
|
985
|
+
m_PreInfinity: 2
|
|
986
|
+
m_PostInfinity: 2
|
|
987
|
+
m_RotationOrder: 4
|
|
988
|
+
colorGradient:
|
|
989
|
+
serializedVersion: 2
|
|
990
|
+
key0: {r: 1, g: 1, b: 1, a: 1}
|
|
991
|
+
key1: {r: 1, g: 1, b: 1, a: 1}
|
|
992
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
993
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
994
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
995
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
996
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
997
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
998
|
+
ctime0: 0
|
|
999
|
+
ctime1: 65535
|
|
1000
|
+
ctime2: 0
|
|
1001
|
+
ctime3: 0
|
|
1002
|
+
ctime4: 0
|
|
1003
|
+
ctime5: 0
|
|
1004
|
+
ctime6: 0
|
|
1005
|
+
ctime7: 0
|
|
1006
|
+
atime0: 0
|
|
1007
|
+
atime1: 65535
|
|
1008
|
+
atime2: 0
|
|
1009
|
+
atime3: 0
|
|
1010
|
+
atime4: 0
|
|
1011
|
+
atime5: 0
|
|
1012
|
+
atime6: 0
|
|
1013
|
+
atime7: 0
|
|
1014
|
+
m_Mode: 0
|
|
1015
|
+
m_NumColorKeys: 2
|
|
1016
|
+
m_NumAlphaKeys: 2
|
|
1017
|
+
numCornerVertices: 4
|
|
1018
|
+
numCapVertices: 4
|
|
1019
|
+
alignment: 0
|
|
1020
|
+
textureMode: 0
|
|
1021
|
+
shadowBias: 0
|
|
1022
|
+
generateLightingData: 0
|
|
1023
|
+
m_UseWorldSpace: 1
|
|
1024
|
+
m_Loop: 0
|
|
1025
|
+
--- !u!114 &341080494
|
|
1026
|
+
MonoBehaviour:
|
|
1027
|
+
m_ObjectHideFlags: 0
|
|
1028
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1029
|
+
m_PrefabInstance: {fileID: 0}
|
|
1030
|
+
m_PrefabAsset: {fileID: 0}
|
|
1031
|
+
m_GameObject: {fileID: 341080492}
|
|
1032
|
+
m_Enabled: 1
|
|
1033
|
+
m_EditorHideFlags: 0
|
|
1034
|
+
m_Script: {fileID: 11500000, guid: e988983f96fe1dd48800bcdfc82f23e9, type: 3}
|
|
1035
|
+
m_Name:
|
|
1036
|
+
m_EditorClassIdentifier:
|
|
1037
|
+
m_LineWidth: 0.02
|
|
1038
|
+
m_OverrideInteractorLineLength: 0
|
|
1039
|
+
m_LineLength: 10
|
|
1040
|
+
m_WidthCurve:
|
|
1041
|
+
serializedVersion: 2
|
|
1042
|
+
m_Curve:
|
|
1043
|
+
- serializedVersion: 3
|
|
1044
|
+
time: 0
|
|
1045
|
+
value: 1
|
|
1046
|
+
inSlope: 0
|
|
1047
|
+
outSlope: 0
|
|
1048
|
+
tangentMode: 0
|
|
1049
|
+
weightedMode: 0
|
|
1050
|
+
inWeight: 0
|
|
1051
|
+
outWeight: 0
|
|
1052
|
+
- serializedVersion: 3
|
|
1053
|
+
time: 1
|
|
1054
|
+
value: 1
|
|
1055
|
+
inSlope: 0
|
|
1056
|
+
outSlope: 0
|
|
1057
|
+
tangentMode: 0
|
|
1058
|
+
weightedMode: 0
|
|
1059
|
+
inWeight: 0
|
|
1060
|
+
outWeight: 0
|
|
1061
|
+
m_PreInfinity: 2
|
|
1062
|
+
m_PostInfinity: 2
|
|
1063
|
+
m_RotationOrder: 4
|
|
1064
|
+
m_ValidColorGradient:
|
|
1065
|
+
serializedVersion: 2
|
|
1066
|
+
key0: {r: 0.1999999, g: 1, b: 0, a: 1}
|
|
1067
|
+
key1: {r: 1, g: 1, b: 1, a: 1}
|
|
1068
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
1069
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
1070
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
1071
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
1072
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
1073
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
1074
|
+
ctime0: 0
|
|
1075
|
+
ctime1: 65535
|
|
1076
|
+
ctime2: 0
|
|
1077
|
+
ctime3: 0
|
|
1078
|
+
ctime4: 0
|
|
1079
|
+
ctime5: 0
|
|
1080
|
+
ctime6: 0
|
|
1081
|
+
ctime7: 0
|
|
1082
|
+
atime0: 0
|
|
1083
|
+
atime1: 65535
|
|
1084
|
+
atime2: 0
|
|
1085
|
+
atime3: 0
|
|
1086
|
+
atime4: 0
|
|
1087
|
+
atime5: 0
|
|
1088
|
+
atime6: 0
|
|
1089
|
+
atime7: 0
|
|
1090
|
+
m_Mode: 0
|
|
1091
|
+
m_NumColorKeys: 2
|
|
1092
|
+
m_NumAlphaKeys: 2
|
|
1093
|
+
m_InvalidColorGradient:
|
|
1094
|
+
serializedVersion: 2
|
|
1095
|
+
key0: {r: 1, g: 0, b: 0, a: 1}
|
|
1096
|
+
key1: {r: 1, g: 0, b: 0, a: 1}
|
|
1097
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
1098
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
1099
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
1100
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
1101
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
1102
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
1103
|
+
ctime0: 0
|
|
1104
|
+
ctime1: 65535
|
|
1105
|
+
ctime2: 0
|
|
1106
|
+
ctime3: 0
|
|
1107
|
+
ctime4: 0
|
|
1108
|
+
ctime5: 0
|
|
1109
|
+
ctime6: 0
|
|
1110
|
+
ctime7: 0
|
|
1111
|
+
atime0: 0
|
|
1112
|
+
atime1: 65535
|
|
1113
|
+
atime2: 0
|
|
1114
|
+
atime3: 0
|
|
1115
|
+
atime4: 0
|
|
1116
|
+
atime5: 0
|
|
1117
|
+
atime6: 0
|
|
1118
|
+
atime7: 0
|
|
1119
|
+
m_Mode: 0
|
|
1120
|
+
m_NumColorKeys: 2
|
|
1121
|
+
m_NumAlphaKeys: 2
|
|
1122
|
+
m_SmoothMovement: 0
|
|
1123
|
+
m_FollowTightness: 10
|
|
1124
|
+
m_SnapThresholdDistance: 10
|
|
1125
|
+
m_Reticle: {fileID: 0}
|
|
1126
|
+
m_StopLineAtFirstRaycastHit: 1
|
|
1127
|
+
--- !u!1 &502342290
|
|
1128
|
+
GameObject:
|
|
1129
|
+
m_ObjectHideFlags: 0
|
|
1130
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1131
|
+
m_PrefabInstance: {fileID: 0}
|
|
1132
|
+
m_PrefabAsset: {fileID: 0}
|
|
1133
|
+
serializedVersion: 6
|
|
1134
|
+
m_Component:
|
|
1135
|
+
- component: {fileID: 502342291}
|
|
1136
|
+
- component: {fileID: 502342292}
|
|
1137
|
+
m_Layer: 0
|
|
1138
|
+
m_Name: RightHand
|
|
1139
|
+
m_TagString: Untagged
|
|
1140
|
+
m_Icon: {fileID: 0}
|
|
1141
|
+
m_NavMeshLayer: 0
|
|
1142
|
+
m_StaticEditorFlags: 0
|
|
1143
|
+
m_IsActive: 1
|
|
1144
|
+
--- !u!4 &502342291
|
|
1145
|
+
Transform:
|
|
1146
|
+
m_ObjectHideFlags: 0
|
|
1147
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1148
|
+
m_PrefabInstance: {fileID: 0}
|
|
1149
|
+
m_PrefabAsset: {fileID: 0}
|
|
1150
|
+
m_GameObject: {fileID: 502342290}
|
|
1151
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1152
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1153
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1154
|
+
m_Children:
|
|
1155
|
+
- {fileID: 1670256625}
|
|
1156
|
+
- {fileID: 1319746309}
|
|
1157
|
+
m_Father: {fileID: 1680501587}
|
|
1158
|
+
m_RootOrder: 2
|
|
1159
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1160
|
+
--- !u!114 &502342292
|
|
1161
|
+
MonoBehaviour:
|
|
1162
|
+
m_ObjectHideFlags: 0
|
|
1163
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1164
|
+
m_PrefabInstance: {fileID: 0}
|
|
1165
|
+
m_PrefabAsset: {fileID: 0}
|
|
1166
|
+
m_GameObject: {fileID: 502342290}
|
|
1167
|
+
m_Enabled: 1
|
|
1168
|
+
m_EditorHideFlags: 0
|
|
1169
|
+
m_Script: {fileID: 11500000, guid: 9c5c5d0bdefe3d14482446511d7b4a4e, type: 3}
|
|
1170
|
+
m_Name:
|
|
1171
|
+
m_EditorClassIdentifier:
|
|
1172
|
+
m_BaseControllerGameObject: {fileID: 1670256624}
|
|
1173
|
+
m_TeleportControllerGameObject: {fileID: 1319746308}
|
|
1174
|
+
m_TeleportModeActivate: {fileID: -8061240218431744966, guid: c348712bda248c246b8c49b3db54643f,
|
|
1175
|
+
type: 3}
|
|
1176
|
+
m_TeleportModeCancel: {fileID: 2307464322626738743, guid: c348712bda248c246b8c49b3db54643f,
|
|
1177
|
+
type: 3}
|
|
1178
|
+
m_Turn: {fileID: -6493913391331992944, guid: c348712bda248c246b8c49b3db54643f, type: 3}
|
|
1179
|
+
m_Move: {fileID: -8198699208435500284, guid: c348712bda248c246b8c49b3db54643f, type: 3}
|
|
1180
|
+
m_TranslateAnchor: {fileID: 875253871413052681, guid: c348712bda248c246b8c49b3db54643f,
|
|
1181
|
+
type: 3}
|
|
1182
|
+
m_RotateAnchor: {fileID: -5913262927076077117, guid: c348712bda248c246b8c49b3db54643f,
|
|
1183
|
+
type: 3}
|
|
1184
|
+
m_SelectState:
|
|
1185
|
+
m_Enabled: 0
|
|
1186
|
+
m_Id: 1
|
|
1187
|
+
m_OnEnter:
|
|
1188
|
+
m_PersistentCalls:
|
|
1189
|
+
m_Calls: []
|
|
1190
|
+
m_OnUpdate:
|
|
1191
|
+
m_PersistentCalls:
|
|
1192
|
+
m_Calls: []
|
|
1193
|
+
m_OnExit:
|
|
1194
|
+
m_PersistentCalls:
|
|
1195
|
+
m_Calls: []
|
|
1196
|
+
m_TeleportState:
|
|
1197
|
+
m_Enabled: 0
|
|
1198
|
+
m_Id: 2
|
|
1199
|
+
m_OnEnter:
|
|
1200
|
+
m_PersistentCalls:
|
|
1201
|
+
m_Calls: []
|
|
1202
|
+
m_OnUpdate:
|
|
1203
|
+
m_PersistentCalls:
|
|
1204
|
+
m_Calls: []
|
|
1205
|
+
m_OnExit:
|
|
1206
|
+
m_PersistentCalls:
|
|
1207
|
+
m_Calls: []
|
|
1208
|
+
m_InteractState:
|
|
1209
|
+
m_Enabled: 0
|
|
1210
|
+
m_Id: 3
|
|
1211
|
+
m_OnEnter:
|
|
1212
|
+
m_PersistentCalls:
|
|
1213
|
+
m_Calls: []
|
|
1214
|
+
m_OnUpdate:
|
|
1215
|
+
m_PersistentCalls:
|
|
1216
|
+
m_Calls: []
|
|
1217
|
+
m_OnExit:
|
|
1218
|
+
m_PersistentCalls:
|
|
1219
|
+
m_Calls: []
|
|
1220
|
+
--- !u!1 &705080845
|
|
1221
|
+
GameObject:
|
|
1222
|
+
m_ObjectHideFlags: 0
|
|
1223
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1224
|
+
m_PrefabInstance: {fileID: 0}
|
|
1225
|
+
m_PrefabAsset: {fileID: 0}
|
|
1226
|
+
serializedVersion: 6
|
|
1227
|
+
m_Component:
|
|
1228
|
+
- component: {fileID: 705080846}
|
|
1229
|
+
- component: {fileID: 705080847}
|
|
1230
|
+
m_Layer: 0
|
|
1231
|
+
m_Name: LeftHand
|
|
1232
|
+
m_TagString: Untagged
|
|
1233
|
+
m_Icon: {fileID: 0}
|
|
1234
|
+
m_NavMeshLayer: 0
|
|
1235
|
+
m_StaticEditorFlags: 0
|
|
1236
|
+
m_IsActive: 1
|
|
1237
|
+
--- !u!4 &705080846
|
|
1238
|
+
Transform:
|
|
1239
|
+
m_ObjectHideFlags: 0
|
|
1240
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1241
|
+
m_PrefabInstance: {fileID: 0}
|
|
1242
|
+
m_PrefabAsset: {fileID: 0}
|
|
1243
|
+
m_GameObject: {fileID: 705080845}
|
|
1244
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1245
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1246
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1247
|
+
m_Children:
|
|
1248
|
+
- {fileID: 202364688}
|
|
1249
|
+
- {fileID: 341080493}
|
|
1250
|
+
m_Father: {fileID: 1680501587}
|
|
1251
|
+
m_RootOrder: 1
|
|
1252
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1253
|
+
--- !u!114 &705080847
|
|
1254
|
+
MonoBehaviour:
|
|
1255
|
+
m_ObjectHideFlags: 0
|
|
1256
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1257
|
+
m_PrefabInstance: {fileID: 0}
|
|
1258
|
+
m_PrefabAsset: {fileID: 0}
|
|
1259
|
+
m_GameObject: {fileID: 705080845}
|
|
1260
|
+
m_Enabled: 1
|
|
1261
|
+
m_EditorHideFlags: 0
|
|
1262
|
+
m_Script: {fileID: 11500000, guid: 9c5c5d0bdefe3d14482446511d7b4a4e, type: 3}
|
|
1263
|
+
m_Name:
|
|
1264
|
+
m_EditorClassIdentifier:
|
|
1265
|
+
m_BaseControllerGameObject: {fileID: 202364687}
|
|
1266
|
+
m_TeleportControllerGameObject: {fileID: 341080492}
|
|
1267
|
+
m_TeleportModeActivate: {fileID: 1263111715868034790, guid: c348712bda248c246b8c49b3db54643f,
|
|
1268
|
+
type: 3}
|
|
1269
|
+
m_TeleportModeCancel: {fileID: 737890489006591557, guid: c348712bda248c246b8c49b3db54643f,
|
|
1270
|
+
type: 3}
|
|
1271
|
+
m_Turn: {fileID: 1010738217276881514, guid: c348712bda248c246b8c49b3db54643f, type: 3}
|
|
1272
|
+
m_Move: {fileID: 6972639530819350904, guid: c348712bda248c246b8c49b3db54643f, type: 3}
|
|
1273
|
+
m_TranslateAnchor: {fileID: 7779212132400271959, guid: c348712bda248c246b8c49b3db54643f,
|
|
1274
|
+
type: 3}
|
|
1275
|
+
m_RotateAnchor: {fileID: -7363382999065477798, guid: c348712bda248c246b8c49b3db54643f,
|
|
1276
|
+
type: 3}
|
|
1277
|
+
m_SelectState:
|
|
1278
|
+
m_Enabled: 0
|
|
1279
|
+
m_Id: 1
|
|
1280
|
+
m_OnEnter:
|
|
1281
|
+
m_PersistentCalls:
|
|
1282
|
+
m_Calls: []
|
|
1283
|
+
m_OnUpdate:
|
|
1284
|
+
m_PersistentCalls:
|
|
1285
|
+
m_Calls: []
|
|
1286
|
+
m_OnExit:
|
|
1287
|
+
m_PersistentCalls:
|
|
1288
|
+
m_Calls: []
|
|
1289
|
+
m_TeleportState:
|
|
1290
|
+
m_Enabled: 0
|
|
1291
|
+
m_Id: 2
|
|
1292
|
+
m_OnEnter:
|
|
1293
|
+
m_PersistentCalls:
|
|
1294
|
+
m_Calls: []
|
|
1295
|
+
m_OnUpdate:
|
|
1296
|
+
m_PersistentCalls:
|
|
1297
|
+
m_Calls: []
|
|
1298
|
+
m_OnExit:
|
|
1299
|
+
m_PersistentCalls:
|
|
1300
|
+
m_Calls: []
|
|
1301
|
+
m_InteractState:
|
|
1302
|
+
m_Enabled: 0
|
|
1303
|
+
m_Id: 3
|
|
1304
|
+
m_OnEnter:
|
|
1305
|
+
m_PersistentCalls:
|
|
1306
|
+
m_Calls: []
|
|
1307
|
+
m_OnUpdate:
|
|
1308
|
+
m_PersistentCalls:
|
|
1309
|
+
m_Calls: []
|
|
1310
|
+
m_OnExit:
|
|
1311
|
+
m_PersistentCalls:
|
|
1312
|
+
m_Calls: []
|
|
1313
|
+
--- !u!1 &1319746308
|
|
1314
|
+
GameObject:
|
|
1315
|
+
m_ObjectHideFlags: 0
|
|
1316
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1317
|
+
m_PrefabInstance: {fileID: 0}
|
|
1318
|
+
m_PrefabAsset: {fileID: 0}
|
|
1319
|
+
serializedVersion: 6
|
|
1320
|
+
m_Component:
|
|
1321
|
+
- component: {fileID: 1319746309}
|
|
1322
|
+
- component: {fileID: 1319746313}
|
|
1323
|
+
- component: {fileID: 1319746312}
|
|
1324
|
+
- component: {fileID: 1319746311}
|
|
1325
|
+
- component: {fileID: 1319746310}
|
|
1326
|
+
m_Layer: 0
|
|
1327
|
+
m_Name: RightTeleportController
|
|
1328
|
+
m_TagString: Untagged
|
|
1329
|
+
m_Icon: {fileID: 0}
|
|
1330
|
+
m_NavMeshLayer: 0
|
|
1331
|
+
m_StaticEditorFlags: 0
|
|
1332
|
+
m_IsActive: 1
|
|
1333
|
+
--- !u!4 &1319746309
|
|
1334
|
+
Transform:
|
|
1335
|
+
m_ObjectHideFlags: 0
|
|
1336
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1337
|
+
m_PrefabInstance: {fileID: 0}
|
|
1338
|
+
m_PrefabAsset: {fileID: 0}
|
|
1339
|
+
m_GameObject: {fileID: 1319746308}
|
|
1340
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1341
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1342
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1343
|
+
m_Children:
|
|
1344
|
+
- {fileID: 1499812065}
|
|
1345
|
+
m_Father: {fileID: 502342291}
|
|
1346
|
+
m_RootOrder: 1
|
|
1347
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1348
|
+
--- !u!114 &1319746313
|
|
1349
|
+
MonoBehaviour:
|
|
1350
|
+
m_ObjectHideFlags: 0
|
|
1351
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1352
|
+
m_PrefabInstance: {fileID: 0}
|
|
1353
|
+
m_PrefabAsset: {fileID: 0}
|
|
1354
|
+
m_GameObject: {fileID: 1319746308}
|
|
1355
|
+
m_Enabled: 1
|
|
1356
|
+
m_EditorHideFlags: 0
|
|
1357
|
+
m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
|
|
1358
|
+
m_Name:
|
|
1359
|
+
m_EditorClassIdentifier:
|
|
1360
|
+
m_UpdateTrackingType: 0
|
|
1361
|
+
m_EnableInputTracking: 1
|
|
1362
|
+
m_EnableInputActions: 0
|
|
1363
|
+
m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
|
|
1364
|
+
type: 3}
|
|
1365
|
+
m_ModelParent: {fileID: 1499812065}
|
|
1366
|
+
m_Model: {fileID: 0}
|
|
1367
|
+
m_AnimateModel: 0
|
|
1368
|
+
m_ModelSelectTransition:
|
|
1369
|
+
m_ModelDeSelectTransition:
|
|
1370
|
+
m_PositionAction:
|
|
1371
|
+
m_UseReference: 1
|
|
1372
|
+
m_Action:
|
|
1373
|
+
m_Name:
|
|
1374
|
+
m_Type: 0
|
|
1375
|
+
m_ExpectedControlType:
|
|
1376
|
+
m_Id:
|
|
1377
|
+
m_Processors:
|
|
1378
|
+
m_Interactions:
|
|
1379
|
+
m_SingletonActionBindings: []
|
|
1380
|
+
m_Flags: 0
|
|
1381
|
+
m_Reference: {fileID: -3326005586356538449, guid: c348712bda248c246b8c49b3db54643f,
|
|
1382
|
+
type: 3}
|
|
1383
|
+
m_RotationAction:
|
|
1384
|
+
m_UseReference: 1
|
|
1385
|
+
m_Action:
|
|
1386
|
+
m_Name:
|
|
1387
|
+
m_Type: 0
|
|
1388
|
+
m_ExpectedControlType:
|
|
1389
|
+
m_Id:
|
|
1390
|
+
m_Processors:
|
|
1391
|
+
m_Interactions:
|
|
1392
|
+
m_SingletonActionBindings: []
|
|
1393
|
+
m_Flags: 0
|
|
1394
|
+
m_Reference: {fileID: 5101698808175986029, guid: c348712bda248c246b8c49b3db54643f,
|
|
1395
|
+
type: 3}
|
|
1396
|
+
m_TrackingStateAction:
|
|
1397
|
+
m_UseReference: 1
|
|
1398
|
+
m_Action:
|
|
1399
|
+
m_Name: Tracking State
|
|
1400
|
+
m_Type: 0
|
|
1401
|
+
m_ExpectedControlType:
|
|
1402
|
+
m_Id: e63325bc-3b67-4446-87f0-c452256f3abe
|
|
1403
|
+
m_Processors:
|
|
1404
|
+
m_Interactions:
|
|
1405
|
+
m_SingletonActionBindings: []
|
|
1406
|
+
m_Flags: 0
|
|
1407
|
+
m_Reference: {fileID: -1277054153949319361, guid: c348712bda248c246b8c49b3db54643f,
|
|
1408
|
+
type: 3}
|
|
1409
|
+
m_SelectAction:
|
|
1410
|
+
m_UseReference: 1
|
|
1411
|
+
m_Action:
|
|
1412
|
+
m_Name:
|
|
1413
|
+
m_Type: 0
|
|
1414
|
+
m_ExpectedControlType:
|
|
1415
|
+
m_Id:
|
|
1416
|
+
m_Processors:
|
|
1417
|
+
m_Interactions:
|
|
1418
|
+
m_SingletonActionBindings: []
|
|
1419
|
+
m_Flags: 0
|
|
1420
|
+
m_Reference: {fileID: -8270564778575511633, guid: c348712bda248c246b8c49b3db54643f,
|
|
1421
|
+
type: 3}
|
|
1422
|
+
m_SelectActionValue:
|
|
1423
|
+
m_UseReference: 1
|
|
1424
|
+
m_Action:
|
|
1425
|
+
m_Name: Select Action Value
|
|
1426
|
+
m_Type: 0
|
|
1427
|
+
m_ExpectedControlType:
|
|
1428
|
+
m_Id: e6c42944-03f4-4e1f-94ed-b6bc78cb8c55
|
|
1429
|
+
m_Processors:
|
|
1430
|
+
m_Interactions:
|
|
1431
|
+
m_SingletonActionBindings: []
|
|
1432
|
+
m_Flags: 0
|
|
1433
|
+
m_Reference: {fileID: -8270564778575511633, guid: c348712bda248c246b8c49b3db54643f,
|
|
1434
|
+
type: 3}
|
|
1435
|
+
m_ActivateAction:
|
|
1436
|
+
m_UseReference: 1
|
|
1437
|
+
m_Action:
|
|
1438
|
+
m_Name:
|
|
1439
|
+
m_Type: 0
|
|
1440
|
+
m_ExpectedControlType:
|
|
1441
|
+
m_Id:
|
|
1442
|
+
m_Processors:
|
|
1443
|
+
m_Interactions:
|
|
1444
|
+
m_SingletonActionBindings: []
|
|
1445
|
+
m_Flags: 0
|
|
1446
|
+
m_Reference: {fileID: 83097790271614945, guid: c348712bda248c246b8c49b3db54643f,
|
|
1447
|
+
type: 3}
|
|
1448
|
+
m_ActivateActionValue:
|
|
1449
|
+
m_UseReference: 1
|
|
1450
|
+
m_Action:
|
|
1451
|
+
m_Name: Activate Action Value
|
|
1452
|
+
m_Type: 0
|
|
1453
|
+
m_ExpectedControlType:
|
|
1454
|
+
m_Id: 4a2ebcc5-9f08-4eb5-afae-e5117c471a91
|
|
1455
|
+
m_Processors:
|
|
1456
|
+
m_Interactions:
|
|
1457
|
+
m_SingletonActionBindings: []
|
|
1458
|
+
m_Flags: 0
|
|
1459
|
+
m_Reference: {fileID: 7904272356298805229, guid: c348712bda248c246b8c49b3db54643f,
|
|
1460
|
+
type: 3}
|
|
1461
|
+
m_UIPressAction:
|
|
1462
|
+
m_UseReference: 1
|
|
1463
|
+
m_Action:
|
|
1464
|
+
m_Name:
|
|
1465
|
+
m_Type: 0
|
|
1466
|
+
m_ExpectedControlType:
|
|
1467
|
+
m_Id:
|
|
1468
|
+
m_Processors:
|
|
1469
|
+
m_Interactions:
|
|
1470
|
+
m_SingletonActionBindings: []
|
|
1471
|
+
m_Flags: 0
|
|
1472
|
+
m_Reference: {fileID: 3279264004350380116, guid: c348712bda248c246b8c49b3db54643f,
|
|
1473
|
+
type: 3}
|
|
1474
|
+
m_UIPressActionValue:
|
|
1475
|
+
m_UseReference: 1
|
|
1476
|
+
m_Action:
|
|
1477
|
+
m_Name: UI Press Action Value
|
|
1478
|
+
m_Type: 0
|
|
1479
|
+
m_ExpectedControlType:
|
|
1480
|
+
m_Id: fe71e9f2-c40e-4b9a-887d-4f9e40152839
|
|
1481
|
+
m_Processors:
|
|
1482
|
+
m_Interactions:
|
|
1483
|
+
m_SingletonActionBindings: []
|
|
1484
|
+
m_Flags: 0
|
|
1485
|
+
m_Reference: {fileID: -5908353012961274365, guid: c348712bda248c246b8c49b3db54643f,
|
|
1486
|
+
type: 3}
|
|
1487
|
+
m_HapticDeviceAction:
|
|
1488
|
+
m_UseReference: 1
|
|
1489
|
+
m_Action:
|
|
1490
|
+
m_Name: Haptic Device
|
|
1491
|
+
m_Type: 0
|
|
1492
|
+
m_ExpectedControlType:
|
|
1493
|
+
m_Id: 9ad5ff42-2240-49bb-89c4-c981d3c023eb
|
|
1494
|
+
m_Processors:
|
|
1495
|
+
m_Interactions:
|
|
1496
|
+
m_SingletonActionBindings: []
|
|
1497
|
+
m_Flags: 0
|
|
1498
|
+
m_Reference: {fileID: -8222252007134549311, guid: c348712bda248c246b8c49b3db54643f,
|
|
1499
|
+
type: 3}
|
|
1500
|
+
m_RotateAnchorAction:
|
|
1501
|
+
m_UseReference: 1
|
|
1502
|
+
m_Action:
|
|
1503
|
+
m_Name:
|
|
1504
|
+
m_Type: 0
|
|
1505
|
+
m_ExpectedControlType:
|
|
1506
|
+
m_Id:
|
|
1507
|
+
m_Processors:
|
|
1508
|
+
m_Interactions:
|
|
1509
|
+
m_SingletonActionBindings: []
|
|
1510
|
+
m_Flags: 0
|
|
1511
|
+
m_Reference: {fileID: -5913262927076077117, guid: c348712bda248c246b8c49b3db54643f,
|
|
1512
|
+
type: 3}
|
|
1513
|
+
m_TranslateAnchorAction:
|
|
1514
|
+
m_UseReference: 1
|
|
1515
|
+
m_Action:
|
|
1516
|
+
m_Name:
|
|
1517
|
+
m_Type: 0
|
|
1518
|
+
m_ExpectedControlType:
|
|
1519
|
+
m_Id:
|
|
1520
|
+
m_Processors:
|
|
1521
|
+
m_Interactions:
|
|
1522
|
+
m_SingletonActionBindings: []
|
|
1523
|
+
m_Flags: 0
|
|
1524
|
+
m_Reference: {fileID: 875253871413052681, guid: c348712bda248c246b8c49b3db54643f,
|
|
1525
|
+
type: 3}
|
|
1526
|
+
m_ButtonPressPoint: 0.5
|
|
1527
|
+
--- !u!114 &1319746312
|
|
1528
|
+
MonoBehaviour:
|
|
1529
|
+
m_ObjectHideFlags: 0
|
|
1530
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1531
|
+
m_PrefabInstance: {fileID: 0}
|
|
1532
|
+
m_PrefabAsset: {fileID: 0}
|
|
1533
|
+
m_GameObject: {fileID: 1319746308}
|
|
1534
|
+
m_Enabled: 0
|
|
1535
|
+
m_EditorHideFlags: 0
|
|
1536
|
+
m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
|
|
1537
|
+
m_Name:
|
|
1538
|
+
m_EditorClassIdentifier:
|
|
1539
|
+
m_InteractionManager: {fileID: 0}
|
|
1540
|
+
m_InteractionLayerMask:
|
|
1541
|
+
serializedVersion: 2
|
|
1542
|
+
m_Bits: 2147483648
|
|
1543
|
+
m_InteractionLayers:
|
|
1544
|
+
m_Bits: 2147483648
|
|
1545
|
+
m_AttachTransform: {fileID: 0}
|
|
1546
|
+
m_KeepSelectedTargetValid: 0
|
|
1547
|
+
m_StartingSelectedInteractable: {fileID: 0}
|
|
1548
|
+
m_HoverEntered:
|
|
1549
|
+
m_PersistentCalls:
|
|
1550
|
+
m_Calls: []
|
|
1551
|
+
m_HoverExited:
|
|
1552
|
+
m_PersistentCalls:
|
|
1553
|
+
m_Calls: []
|
|
1554
|
+
m_SelectEntered:
|
|
1555
|
+
m_PersistentCalls:
|
|
1556
|
+
m_Calls: []
|
|
1557
|
+
m_SelectExited:
|
|
1558
|
+
m_PersistentCalls:
|
|
1559
|
+
m_Calls: []
|
|
1560
|
+
m_OnHoverEntered:
|
|
1561
|
+
m_PersistentCalls:
|
|
1562
|
+
m_Calls: []
|
|
1563
|
+
m_OnHoverExited:
|
|
1564
|
+
m_PersistentCalls:
|
|
1565
|
+
m_Calls: []
|
|
1566
|
+
m_OnSelectEntered:
|
|
1567
|
+
m_PersistentCalls:
|
|
1568
|
+
m_Calls: []
|
|
1569
|
+
m_OnSelectExited:
|
|
1570
|
+
m_PersistentCalls:
|
|
1571
|
+
m_Calls: []
|
|
1572
|
+
m_SelectActionTrigger: 0
|
|
1573
|
+
m_HideControllerOnSelect: 0
|
|
1574
|
+
m_AllowHoveredActivate: 0
|
|
1575
|
+
m_PlayAudioClipOnSelectEntered: 0
|
|
1576
|
+
m_AudioClipForOnSelectEntered: {fileID: 0}
|
|
1577
|
+
m_PlayAudioClipOnSelectExited: 0
|
|
1578
|
+
m_AudioClipForOnSelectExited: {fileID: 0}
|
|
1579
|
+
m_PlayAudioClipOnSelectCanceled: 0
|
|
1580
|
+
m_AudioClipForOnSelectCanceled: {fileID: 0}
|
|
1581
|
+
m_PlayAudioClipOnHoverEntered: 0
|
|
1582
|
+
m_AudioClipForOnHoverEntered: {fileID: 0}
|
|
1583
|
+
m_PlayAudioClipOnHoverExited: 0
|
|
1584
|
+
m_AudioClipForOnHoverExited: {fileID: 0}
|
|
1585
|
+
m_PlayAudioClipOnHoverCanceled: 0
|
|
1586
|
+
m_AudioClipForOnHoverCanceled: {fileID: 0}
|
|
1587
|
+
m_PlayHapticsOnSelectEntered: 1
|
|
1588
|
+
m_HapticSelectEnterIntensity: 0.5
|
|
1589
|
+
m_HapticSelectEnterDuration: 0.1
|
|
1590
|
+
m_PlayHapticsOnSelectExited: 1
|
|
1591
|
+
m_HapticSelectExitIntensity: 0.5
|
|
1592
|
+
m_HapticSelectExitDuration: 0.1
|
|
1593
|
+
m_PlayHapticsOnSelectCanceled: 0
|
|
1594
|
+
m_HapticSelectCancelIntensity: 0
|
|
1595
|
+
m_HapticSelectCancelDuration: 0
|
|
1596
|
+
m_PlayHapticsOnHoverEntered: 1
|
|
1597
|
+
m_HapticHoverEnterIntensity: 0.25
|
|
1598
|
+
m_HapticHoverEnterDuration: 0.1
|
|
1599
|
+
m_PlayHapticsOnHoverExited: 1
|
|
1600
|
+
m_HapticHoverExitIntensity: 0.25
|
|
1601
|
+
m_HapticHoverExitDuration: 0.1
|
|
1602
|
+
m_PlayHapticsOnHoverCanceled: 0
|
|
1603
|
+
m_HapticHoverCancelIntensity: 0
|
|
1604
|
+
m_HapticHoverCancelDuration: 0
|
|
1605
|
+
m_LineType: 1
|
|
1606
|
+
m_BlendVisualLinePoints: 1
|
|
1607
|
+
m_MaxRaycastDistance: 30
|
|
1608
|
+
m_RayOriginTransform: {fileID: 0}
|
|
1609
|
+
m_ReferenceFrame: {fileID: 0}
|
|
1610
|
+
m_Velocity: 10
|
|
1611
|
+
m_Acceleration: 9.8
|
|
1612
|
+
m_AdditionalGroundHeight: 0.1
|
|
1613
|
+
m_AdditionalFlightTime: 0.5
|
|
1614
|
+
m_EndPointDistance: 30
|
|
1615
|
+
m_EndPointHeight: -10
|
|
1616
|
+
m_ControlPointDistance: 10
|
|
1617
|
+
m_ControlPointHeight: 5
|
|
1618
|
+
m_SampleFrequency: 50
|
|
1619
|
+
m_HitDetectionType: 0
|
|
1620
|
+
m_SphereCastRadius: 0.1
|
|
1621
|
+
m_RaycastMask:
|
|
1622
|
+
serializedVersion: 2
|
|
1623
|
+
m_Bits: 2147483681
|
|
1624
|
+
m_RaycastTriggerInteraction: 1
|
|
1625
|
+
m_HitClosestOnly: 0
|
|
1626
|
+
m_HoverToSelect: 0
|
|
1627
|
+
m_HoverTimeToSelect: 0.5
|
|
1628
|
+
m_EnableUIInteraction: 0
|
|
1629
|
+
m_AllowAnchorControl: 0
|
|
1630
|
+
m_UseForceGrab: 0
|
|
1631
|
+
m_RotateSpeed: 2
|
|
1632
|
+
m_TranslateSpeed: 0.1
|
|
1633
|
+
m_AnchorRotateReferenceFrame: {fileID: 0}
|
|
1634
|
+
--- !u!120 &1319746311
|
|
1635
|
+
LineRenderer:
|
|
1636
|
+
m_ObjectHideFlags: 0
|
|
1637
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1638
|
+
m_PrefabInstance: {fileID: 0}
|
|
1639
|
+
m_PrefabAsset: {fileID: 0}
|
|
1640
|
+
m_GameObject: {fileID: 1319746308}
|
|
1641
|
+
m_Enabled: 1
|
|
1642
|
+
m_CastShadows: 0
|
|
1643
|
+
m_ReceiveShadows: 1
|
|
1644
|
+
m_DynamicOccludee: 1
|
|
1645
|
+
m_MotionVectors: 0
|
|
1646
|
+
m_LightProbeUsage: 0
|
|
1647
|
+
m_ReflectionProbeUsage: 0
|
|
1648
|
+
m_RayTracingMode: 0
|
|
1649
|
+
m_RenderingLayerMask: 1
|
|
1650
|
+
m_RendererPriority: 0
|
|
1651
|
+
m_Materials:
|
|
1652
|
+
- {fileID: 2100000, guid: 6c97eba138bb6c64697ea7ca63a27ad7, type: 2}
|
|
1653
|
+
m_StaticBatchInfo:
|
|
1654
|
+
firstSubMesh: 0
|
|
1655
|
+
subMeshCount: 0
|
|
1656
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
1657
|
+
m_ProbeAnchor: {fileID: 0}
|
|
1658
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
1659
|
+
m_ScaleInLightmap: 1
|
|
1660
|
+
m_ReceiveGI: 1
|
|
1661
|
+
m_PreserveUVs: 0
|
|
1662
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
1663
|
+
m_ImportantGI: 0
|
|
1664
|
+
m_StitchLightmapSeams: 1
|
|
1665
|
+
m_SelectedEditorRenderState: 3
|
|
1666
|
+
m_MinimumChartSize: 4
|
|
1667
|
+
m_AutoUVMaxDistance: 0.5
|
|
1668
|
+
m_AutoUVMaxAngle: 89
|
|
1669
|
+
m_LightmapParameters: {fileID: 0}
|
|
1670
|
+
m_SortingLayerID: 0
|
|
1671
|
+
m_SortingLayer: 0
|
|
1672
|
+
m_SortingOrder: 0
|
|
1673
|
+
m_Positions:
|
|
1674
|
+
- {x: 0, y: 0, z: 0}
|
|
1675
|
+
- {x: 0, y: 0, z: 0}
|
|
1676
|
+
m_Parameters:
|
|
1677
|
+
serializedVersion: 3
|
|
1678
|
+
widthMultiplier: 0.02
|
|
1679
|
+
widthCurve:
|
|
1680
|
+
serializedVersion: 2
|
|
1681
|
+
m_Curve:
|
|
1682
|
+
- serializedVersion: 3
|
|
1683
|
+
time: 0
|
|
1684
|
+
value: 1
|
|
1685
|
+
inSlope: 0
|
|
1686
|
+
outSlope: 0
|
|
1687
|
+
tangentMode: 0
|
|
1688
|
+
weightedMode: 0
|
|
1689
|
+
inWeight: 0
|
|
1690
|
+
outWeight: 0
|
|
1691
|
+
- serializedVersion: 3
|
|
1692
|
+
time: 1
|
|
1693
|
+
value: 1
|
|
1694
|
+
inSlope: 0
|
|
1695
|
+
outSlope: 0
|
|
1696
|
+
tangentMode: 0
|
|
1697
|
+
weightedMode: 0
|
|
1698
|
+
inWeight: 0
|
|
1699
|
+
outWeight: 0
|
|
1700
|
+
m_PreInfinity: 2
|
|
1701
|
+
m_PostInfinity: 2
|
|
1702
|
+
m_RotationOrder: 4
|
|
1703
|
+
colorGradient:
|
|
1704
|
+
serializedVersion: 2
|
|
1705
|
+
key0: {r: 1, g: 1, b: 1, a: 1}
|
|
1706
|
+
key1: {r: 1, g: 1, b: 1, a: 1}
|
|
1707
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
1708
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
1709
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
1710
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
1711
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
1712
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
1713
|
+
ctime0: 0
|
|
1714
|
+
ctime1: 65535
|
|
1715
|
+
ctime2: 0
|
|
1716
|
+
ctime3: 0
|
|
1717
|
+
ctime4: 0
|
|
1718
|
+
ctime5: 0
|
|
1719
|
+
ctime6: 0
|
|
1720
|
+
ctime7: 0
|
|
1721
|
+
atime0: 0
|
|
1722
|
+
atime1: 65535
|
|
1723
|
+
atime2: 0
|
|
1724
|
+
atime3: 0
|
|
1725
|
+
atime4: 0
|
|
1726
|
+
atime5: 0
|
|
1727
|
+
atime6: 0
|
|
1728
|
+
atime7: 0
|
|
1729
|
+
m_Mode: 0
|
|
1730
|
+
m_NumColorKeys: 2
|
|
1731
|
+
m_NumAlphaKeys: 2
|
|
1732
|
+
numCornerVertices: 0
|
|
1733
|
+
numCapVertices: 0
|
|
1734
|
+
alignment: 0
|
|
1735
|
+
textureMode: 0
|
|
1736
|
+
shadowBias: 0.5
|
|
1737
|
+
generateLightingData: 0
|
|
1738
|
+
m_UseWorldSpace: 1
|
|
1739
|
+
m_Loop: 0
|
|
1740
|
+
--- !u!114 &1319746310
|
|
1741
|
+
MonoBehaviour:
|
|
1742
|
+
m_ObjectHideFlags: 0
|
|
1743
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1744
|
+
m_PrefabInstance: {fileID: 0}
|
|
1745
|
+
m_PrefabAsset: {fileID: 0}
|
|
1746
|
+
m_GameObject: {fileID: 1319746308}
|
|
1747
|
+
m_Enabled: 1
|
|
1748
|
+
m_EditorHideFlags: 0
|
|
1749
|
+
m_Script: {fileID: 11500000, guid: e988983f96fe1dd48800bcdfc82f23e9, type: 3}
|
|
1750
|
+
m_Name:
|
|
1751
|
+
m_EditorClassIdentifier:
|
|
1752
|
+
m_LineWidth: 0.02
|
|
1753
|
+
m_OverrideInteractorLineLength: 0
|
|
1754
|
+
m_LineLength: 10
|
|
1755
|
+
m_WidthCurve:
|
|
1756
|
+
serializedVersion: 2
|
|
1757
|
+
m_Curve:
|
|
1758
|
+
- serializedVersion: 3
|
|
1759
|
+
time: 0
|
|
1760
|
+
value: 1
|
|
1761
|
+
inSlope: 0
|
|
1762
|
+
outSlope: 0
|
|
1763
|
+
tangentMode: 0
|
|
1764
|
+
weightedMode: 0
|
|
1765
|
+
inWeight: 0
|
|
1766
|
+
outWeight: 0
|
|
1767
|
+
- serializedVersion: 3
|
|
1768
|
+
time: 1
|
|
1769
|
+
value: 1
|
|
1770
|
+
inSlope: 0
|
|
1771
|
+
outSlope: 0
|
|
1772
|
+
tangentMode: 0
|
|
1773
|
+
weightedMode: 0
|
|
1774
|
+
inWeight: 0
|
|
1775
|
+
outWeight: 0
|
|
1776
|
+
m_PreInfinity: 2
|
|
1777
|
+
m_PostInfinity: 2
|
|
1778
|
+
m_RotationOrder: 4
|
|
1779
|
+
m_ValidColorGradient:
|
|
1780
|
+
serializedVersion: 2
|
|
1781
|
+
key0: {r: 0.1999999, g: 1, b: 0, a: 1}
|
|
1782
|
+
key1: {r: 1, g: 1, b: 1, a: 1}
|
|
1783
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
1784
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
1785
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
1786
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
1787
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
1788
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
1789
|
+
ctime0: 0
|
|
1790
|
+
ctime1: 65535
|
|
1791
|
+
ctime2: 0
|
|
1792
|
+
ctime3: 0
|
|
1793
|
+
ctime4: 0
|
|
1794
|
+
ctime5: 0
|
|
1795
|
+
ctime6: 0
|
|
1796
|
+
ctime7: 0
|
|
1797
|
+
atime0: 0
|
|
1798
|
+
atime1: 65535
|
|
1799
|
+
atime2: 0
|
|
1800
|
+
atime3: 0
|
|
1801
|
+
atime4: 0
|
|
1802
|
+
atime5: 0
|
|
1803
|
+
atime6: 0
|
|
1804
|
+
atime7: 0
|
|
1805
|
+
m_Mode: 0
|
|
1806
|
+
m_NumColorKeys: 2
|
|
1807
|
+
m_NumAlphaKeys: 2
|
|
1808
|
+
m_InvalidColorGradient:
|
|
1809
|
+
serializedVersion: 2
|
|
1810
|
+
key0: {r: 1, g: 0, b: 0, a: 1}
|
|
1811
|
+
key1: {r: 1, g: 0, b: 0, a: 1}
|
|
1812
|
+
key2: {r: 0, g: 0, b: 0, a: 0}
|
|
1813
|
+
key3: {r: 0, g: 0, b: 0, a: 0}
|
|
1814
|
+
key4: {r: 0, g: 0, b: 0, a: 0}
|
|
1815
|
+
key5: {r: 0, g: 0, b: 0, a: 0}
|
|
1816
|
+
key6: {r: 0, g: 0, b: 0, a: 0}
|
|
1817
|
+
key7: {r: 0, g: 0, b: 0, a: 0}
|
|
1818
|
+
ctime0: 0
|
|
1819
|
+
ctime1: 65535
|
|
1820
|
+
ctime2: 0
|
|
1821
|
+
ctime3: 0
|
|
1822
|
+
ctime4: 0
|
|
1823
|
+
ctime5: 0
|
|
1824
|
+
ctime6: 0
|
|
1825
|
+
ctime7: 0
|
|
1826
|
+
atime0: 0
|
|
1827
|
+
atime1: 65535
|
|
1828
|
+
atime2: 0
|
|
1829
|
+
atime3: 0
|
|
1830
|
+
atime4: 0
|
|
1831
|
+
atime5: 0
|
|
1832
|
+
atime6: 0
|
|
1833
|
+
atime7: 0
|
|
1834
|
+
m_Mode: 0
|
|
1835
|
+
m_NumColorKeys: 2
|
|
1836
|
+
m_NumAlphaKeys: 2
|
|
1837
|
+
m_SmoothMovement: 0
|
|
1838
|
+
m_FollowTightness: 10
|
|
1839
|
+
m_SnapThresholdDistance: 10
|
|
1840
|
+
m_Reticle: {fileID: 0}
|
|
1841
|
+
m_StopLineAtFirstRaycastHit: 1
|
|
1842
|
+
--- !u!1 &1499812064
|
|
1843
|
+
GameObject:
|
|
1844
|
+
m_ObjectHideFlags: 0
|
|
1845
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1846
|
+
m_PrefabInstance: {fileID: 0}
|
|
1847
|
+
m_PrefabAsset: {fileID: 0}
|
|
1848
|
+
serializedVersion: 6
|
|
1849
|
+
m_Component:
|
|
1850
|
+
- component: {fileID: 1499812065}
|
|
1851
|
+
m_Layer: 0
|
|
1852
|
+
m_Name: ModelPt
|
|
1853
|
+
m_TagString: Untagged
|
|
1854
|
+
m_Icon: {fileID: 0}
|
|
1855
|
+
m_NavMeshLayer: 0
|
|
1856
|
+
m_StaticEditorFlags: 0
|
|
1857
|
+
m_IsActive: 1
|
|
1858
|
+
--- !u!4 &1499812065
|
|
1859
|
+
Transform:
|
|
1860
|
+
m_ObjectHideFlags: 0
|
|
1861
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1862
|
+
m_PrefabInstance: {fileID: 0}
|
|
1863
|
+
m_PrefabAsset: {fileID: 0}
|
|
1864
|
+
m_GameObject: {fileID: 1499812064}
|
|
1865
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1866
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1867
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1868
|
+
m_Children: []
|
|
1869
|
+
m_Father: {fileID: 1319746309}
|
|
1870
|
+
m_RootOrder: 0
|
|
1871
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1872
|
+
--- !u!1 &1670256624
|
|
1873
|
+
GameObject:
|
|
1874
|
+
m_ObjectHideFlags: 0
|
|
1875
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1876
|
+
m_PrefabInstance: {fileID: 0}
|
|
1877
|
+
m_PrefabAsset: {fileID: 0}
|
|
1878
|
+
serializedVersion: 6
|
|
1879
|
+
m_Component:
|
|
1880
|
+
- component: {fileID: 1670256625}
|
|
1881
|
+
- component: {fileID: 1670256628}
|
|
1882
|
+
- component: {fileID: 1670256627}
|
|
1883
|
+
- component: {fileID: 1670256626}
|
|
1884
|
+
m_Layer: 0
|
|
1885
|
+
m_Name: RightBaseController
|
|
1886
|
+
m_TagString: Untagged
|
|
1887
|
+
m_Icon: {fileID: 0}
|
|
1888
|
+
m_NavMeshLayer: 0
|
|
1889
|
+
m_StaticEditorFlags: 0
|
|
1890
|
+
m_IsActive: 1
|
|
1891
|
+
--- !u!4 &1670256625
|
|
1892
|
+
Transform:
|
|
1893
|
+
m_ObjectHideFlags: 0
|
|
1894
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1895
|
+
m_PrefabInstance: {fileID: 0}
|
|
1896
|
+
m_PrefabAsset: {fileID: 0}
|
|
1897
|
+
m_GameObject: {fileID: 1670256624}
|
|
1898
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1899
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1900
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1901
|
+
m_Children:
|
|
1902
|
+
- {fileID: 1980187690}
|
|
1903
|
+
m_Father: {fileID: 502342291}
|
|
1904
|
+
m_RootOrder: 0
|
|
1905
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1906
|
+
--- !u!114 &1670256628
|
|
1907
|
+
MonoBehaviour:
|
|
1908
|
+
m_ObjectHideFlags: 0
|
|
1909
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1910
|
+
m_PrefabInstance: {fileID: 0}
|
|
1911
|
+
m_PrefabAsset: {fileID: 0}
|
|
1912
|
+
m_GameObject: {fileID: 1670256624}
|
|
1913
|
+
m_Enabled: 1
|
|
1914
|
+
m_EditorHideFlags: 0
|
|
1915
|
+
m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
|
|
1916
|
+
m_Name:
|
|
1917
|
+
m_EditorClassIdentifier:
|
|
1918
|
+
m_UpdateTrackingType: 0
|
|
1919
|
+
m_EnableInputTracking: 1
|
|
1920
|
+
m_EnableInputActions: 1
|
|
1921
|
+
m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
|
|
1922
|
+
type: 3}
|
|
1923
|
+
m_ModelParent: {fileID: 1980187690}
|
|
1924
|
+
m_Model: {fileID: 0}
|
|
1925
|
+
m_AnimateModel: 0
|
|
1926
|
+
m_ModelSelectTransition:
|
|
1927
|
+
m_ModelDeSelectTransition:
|
|
1928
|
+
m_PositionAction:
|
|
1929
|
+
m_UseReference: 1
|
|
1930
|
+
m_Action:
|
|
1931
|
+
m_Name:
|
|
1932
|
+
m_Type: 0
|
|
1933
|
+
m_ExpectedControlType:
|
|
1934
|
+
m_Id:
|
|
1935
|
+
m_Processors:
|
|
1936
|
+
m_Interactions:
|
|
1937
|
+
m_SingletonActionBindings: []
|
|
1938
|
+
m_Flags: 0
|
|
1939
|
+
m_Reference: {fileID: -3326005586356538449, guid: c348712bda248c246b8c49b3db54643f,
|
|
1940
|
+
type: 3}
|
|
1941
|
+
m_RotationAction:
|
|
1942
|
+
m_UseReference: 1
|
|
1943
|
+
m_Action:
|
|
1944
|
+
m_Name:
|
|
1945
|
+
m_Type: 0
|
|
1946
|
+
m_ExpectedControlType:
|
|
1947
|
+
m_Id:
|
|
1948
|
+
m_Processors:
|
|
1949
|
+
m_Interactions:
|
|
1950
|
+
m_SingletonActionBindings: []
|
|
1951
|
+
m_Flags: 0
|
|
1952
|
+
m_Reference: {fileID: 5101698808175986029, guid: c348712bda248c246b8c49b3db54643f,
|
|
1953
|
+
type: 3}
|
|
1954
|
+
m_TrackingStateAction:
|
|
1955
|
+
m_UseReference: 1
|
|
1956
|
+
m_Action:
|
|
1957
|
+
m_Name:
|
|
1958
|
+
m_Type: 0
|
|
1959
|
+
m_ExpectedControlType:
|
|
1960
|
+
m_Id:
|
|
1961
|
+
m_Processors:
|
|
1962
|
+
m_Interactions:
|
|
1963
|
+
m_SingletonActionBindings: []
|
|
1964
|
+
m_Flags: 0
|
|
1965
|
+
m_Reference: {fileID: -1277054153949319361, guid: c348712bda248c246b8c49b3db54643f,
|
|
1966
|
+
type: 3}
|
|
1967
|
+
m_SelectAction:
|
|
1968
|
+
m_UseReference: 1
|
|
1969
|
+
m_Action:
|
|
1970
|
+
m_Name:
|
|
1971
|
+
m_Type: 0
|
|
1972
|
+
m_ExpectedControlType:
|
|
1973
|
+
m_Id:
|
|
1974
|
+
m_Processors:
|
|
1975
|
+
m_Interactions:
|
|
1976
|
+
m_SingletonActionBindings: []
|
|
1977
|
+
m_Flags: 0
|
|
1978
|
+
m_Reference: {fileID: 187161793506945269, guid: c348712bda248c246b8c49b3db54643f,
|
|
1979
|
+
type: 3}
|
|
1980
|
+
m_SelectActionValue:
|
|
1981
|
+
m_UseReference: 1
|
|
1982
|
+
m_Action:
|
|
1983
|
+
m_Name: Select Action Value
|
|
1984
|
+
m_Type: 0
|
|
1985
|
+
m_ExpectedControlType:
|
|
1986
|
+
m_Id: b7c5bf87-6445-417b-bbcb-db7d617f04a4
|
|
1987
|
+
m_Processors:
|
|
1988
|
+
m_Interactions:
|
|
1989
|
+
m_SingletonActionBindings: []
|
|
1990
|
+
m_Flags: 0
|
|
1991
|
+
m_Reference: {fileID: -1758520528963094988, guid: c348712bda248c246b8c49b3db54643f,
|
|
1992
|
+
type: 3}
|
|
1993
|
+
m_ActivateAction:
|
|
1994
|
+
m_UseReference: 1
|
|
1995
|
+
m_Action:
|
|
1996
|
+
m_Name:
|
|
1997
|
+
m_Type: 0
|
|
1998
|
+
m_ExpectedControlType:
|
|
1999
|
+
m_Id:
|
|
2000
|
+
m_Processors:
|
|
2001
|
+
m_Interactions:
|
|
2002
|
+
m_SingletonActionBindings: []
|
|
2003
|
+
m_Flags: 0
|
|
2004
|
+
m_Reference: {fileID: 83097790271614945, guid: c348712bda248c246b8c49b3db54643f,
|
|
2005
|
+
type: 3}
|
|
2006
|
+
m_ActivateActionValue:
|
|
2007
|
+
m_UseReference: 1
|
|
2008
|
+
m_Action:
|
|
2009
|
+
m_Name: Activate Action Value
|
|
2010
|
+
m_Type: 0
|
|
2011
|
+
m_ExpectedControlType:
|
|
2012
|
+
m_Id: a0acc1bb-72ba-4191-8e3a-b58d92efd913
|
|
2013
|
+
m_Processors:
|
|
2014
|
+
m_Interactions:
|
|
2015
|
+
m_SingletonActionBindings: []
|
|
2016
|
+
m_Flags: 0
|
|
2017
|
+
m_Reference: {fileID: 7904272356298805229, guid: c348712bda248c246b8c49b3db54643f,
|
|
2018
|
+
type: 3}
|
|
2019
|
+
m_UIPressAction:
|
|
2020
|
+
m_UseReference: 1
|
|
2021
|
+
m_Action:
|
|
2022
|
+
m_Name:
|
|
2023
|
+
m_Type: 0
|
|
2024
|
+
m_ExpectedControlType:
|
|
2025
|
+
m_Id:
|
|
2026
|
+
m_Processors:
|
|
2027
|
+
m_Interactions:
|
|
2028
|
+
m_SingletonActionBindings: []
|
|
2029
|
+
m_Flags: 0
|
|
2030
|
+
m_Reference: {fileID: 3279264004350380116, guid: c348712bda248c246b8c49b3db54643f,
|
|
2031
|
+
type: 3}
|
|
2032
|
+
m_UIPressActionValue:
|
|
2033
|
+
m_UseReference: 1
|
|
2034
|
+
m_Action:
|
|
2035
|
+
m_Name: UI Press Action Value
|
|
2036
|
+
m_Type: 0
|
|
2037
|
+
m_ExpectedControlType:
|
|
2038
|
+
m_Id: 22cbac15-974e-42b2-98fa-6ee364e566b7
|
|
2039
|
+
m_Processors:
|
|
2040
|
+
m_Interactions:
|
|
2041
|
+
m_SingletonActionBindings: []
|
|
2042
|
+
m_Flags: 0
|
|
2043
|
+
m_Reference: {fileID: -5908353012961274365, guid: c348712bda248c246b8c49b3db54643f,
|
|
2044
|
+
type: 3}
|
|
2045
|
+
m_HapticDeviceAction:
|
|
2046
|
+
m_UseReference: 1
|
|
2047
|
+
m_Action:
|
|
2048
|
+
m_Name: Haptic Device
|
|
2049
|
+
m_Type: 0
|
|
2050
|
+
m_ExpectedControlType:
|
|
2051
|
+
m_Id: 59ea1b94-e9f8-4049-ab97-5920b11143a5
|
|
2052
|
+
m_Processors:
|
|
2053
|
+
m_Interactions:
|
|
2054
|
+
m_SingletonActionBindings: []
|
|
2055
|
+
m_Flags: 0
|
|
2056
|
+
m_Reference: {fileID: -8222252007134549311, guid: c348712bda248c246b8c49b3db54643f,
|
|
2057
|
+
type: 3}
|
|
2058
|
+
m_RotateAnchorAction:
|
|
2059
|
+
m_UseReference: 1
|
|
2060
|
+
m_Action:
|
|
2061
|
+
m_Name:
|
|
2062
|
+
m_Type: 0
|
|
2063
|
+
m_ExpectedControlType:
|
|
2064
|
+
m_Id:
|
|
2065
|
+
m_Processors:
|
|
2066
|
+
m_Interactions:
|
|
2067
|
+
m_SingletonActionBindings: []
|
|
2068
|
+
m_Flags: 0
|
|
2069
|
+
m_Reference: {fileID: -5913262927076077117, guid: c348712bda248c246b8c49b3db54643f,
|
|
2070
|
+
type: 3}
|
|
2071
|
+
m_TranslateAnchorAction:
|
|
2072
|
+
m_UseReference: 1
|
|
2073
|
+
m_Action:
|
|
2074
|
+
m_Name:
|
|
2075
|
+
m_Type: 0
|
|
2076
|
+
m_ExpectedControlType:
|
|
2077
|
+
m_Id:
|
|
2078
|
+
m_Processors:
|
|
2079
|
+
m_Interactions:
|
|
2080
|
+
m_SingletonActionBindings: []
|
|
2081
|
+
m_Flags: 0
|
|
2082
|
+
m_Reference: {fileID: 875253871413052681, guid: c348712bda248c246b8c49b3db54643f,
|
|
2083
|
+
type: 3}
|
|
2084
|
+
m_ButtonPressPoint: 0.5
|
|
2085
|
+
--- !u!114 &1670256627
|
|
2086
|
+
MonoBehaviour:
|
|
2087
|
+
m_ObjectHideFlags: 0
|
|
2088
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2089
|
+
m_PrefabInstance: {fileID: 0}
|
|
2090
|
+
m_PrefabAsset: {fileID: 0}
|
|
2091
|
+
m_GameObject: {fileID: 1670256624}
|
|
2092
|
+
m_Enabled: 1
|
|
2093
|
+
m_EditorHideFlags: 0
|
|
2094
|
+
m_Script: {fileID: 11500000, guid: 4253f32900bcc4d499d675566142ded0, type: 3}
|
|
2095
|
+
m_Name:
|
|
2096
|
+
m_EditorClassIdentifier:
|
|
2097
|
+
m_InteractionManager: {fileID: 0}
|
|
2098
|
+
m_InteractionLayerMask:
|
|
2099
|
+
serializedVersion: 2
|
|
2100
|
+
m_Bits: 23
|
|
2101
|
+
m_InteractionLayers:
|
|
2102
|
+
m_Bits: 23
|
|
2103
|
+
m_AttachTransform: {fileID: 0}
|
|
2104
|
+
m_KeepSelectedTargetValid: 1
|
|
2105
|
+
m_StartingSelectedInteractable: {fileID: 0}
|
|
2106
|
+
m_HoverEntered:
|
|
2107
|
+
m_PersistentCalls:
|
|
2108
|
+
m_Calls: []
|
|
2109
|
+
m_HoverExited:
|
|
2110
|
+
m_PersistentCalls:
|
|
2111
|
+
m_Calls: []
|
|
2112
|
+
m_SelectEntered:
|
|
2113
|
+
m_PersistentCalls:
|
|
2114
|
+
m_Calls: []
|
|
2115
|
+
m_SelectExited:
|
|
2116
|
+
m_PersistentCalls:
|
|
2117
|
+
m_Calls: []
|
|
2118
|
+
m_OnHoverEntered:
|
|
2119
|
+
m_PersistentCalls:
|
|
2120
|
+
m_Calls: []
|
|
2121
|
+
m_OnHoverExited:
|
|
2122
|
+
m_PersistentCalls:
|
|
2123
|
+
m_Calls: []
|
|
2124
|
+
m_OnSelectEntered:
|
|
2125
|
+
m_PersistentCalls:
|
|
2126
|
+
m_Calls: []
|
|
2127
|
+
m_OnSelectExited:
|
|
2128
|
+
m_PersistentCalls:
|
|
2129
|
+
m_Calls: []
|
|
2130
|
+
m_SelectActionTrigger: 1
|
|
2131
|
+
m_HideControllerOnSelect: 0
|
|
2132
|
+
m_AllowHoveredActivate: 0
|
|
2133
|
+
m_PlayAudioClipOnSelectEntered: 0
|
|
2134
|
+
m_AudioClipForOnSelectEntered: {fileID: 0}
|
|
2135
|
+
m_PlayAudioClipOnSelectExited: 0
|
|
2136
|
+
m_AudioClipForOnSelectExited: {fileID: 0}
|
|
2137
|
+
m_PlayAudioClipOnSelectCanceled: 0
|
|
2138
|
+
m_AudioClipForOnSelectCanceled: {fileID: 0}
|
|
2139
|
+
m_PlayAudioClipOnHoverEntered: 0
|
|
2140
|
+
m_AudioClipForOnHoverEntered: {fileID: 0}
|
|
2141
|
+
m_PlayAudioClipOnHoverExited: 0
|
|
2142
|
+
m_AudioClipForOnHoverExited: {fileID: 0}
|
|
2143
|
+
m_PlayAudioClipOnHoverCanceled: 0
|
|
2144
|
+
m_AudioClipForOnHoverCanceled: {fileID: 0}
|
|
2145
|
+
m_PlayHapticsOnSelectEntered: 1
|
|
2146
|
+
m_HapticSelectEnterIntensity: 0.5
|
|
2147
|
+
m_HapticSelectEnterDuration: 0.1
|
|
2148
|
+
m_PlayHapticsOnSelectExited: 1
|
|
2149
|
+
m_HapticSelectExitIntensity: 0.5
|
|
2150
|
+
m_HapticSelectExitDuration: 0.1
|
|
2151
|
+
m_PlayHapticsOnSelectCanceled: 0
|
|
2152
|
+
m_HapticSelectCancelIntensity: 0
|
|
2153
|
+
m_HapticSelectCancelDuration: 0
|
|
2154
|
+
m_PlayHapticsOnHoverEntered: 1
|
|
2155
|
+
m_HapticHoverEnterIntensity: 0.25
|
|
2156
|
+
m_HapticHoverEnterDuration: 0.1
|
|
2157
|
+
m_PlayHapticsOnHoverExited: 1
|
|
2158
|
+
m_HapticHoverExitIntensity: 0.25
|
|
2159
|
+
m_HapticHoverExitDuration: 0.1
|
|
2160
|
+
m_PlayHapticsOnHoverCanceled: 0
|
|
2161
|
+
m_HapticHoverCancelIntensity: 0
|
|
2162
|
+
m_HapticHoverCancelDuration: 0
|
|
2163
|
+
--- !u!135 &1670256626
|
|
2164
|
+
SphereCollider:
|
|
2165
|
+
m_ObjectHideFlags: 0
|
|
2166
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2167
|
+
m_PrefabInstance: {fileID: 0}
|
|
2168
|
+
m_PrefabAsset: {fileID: 0}
|
|
2169
|
+
m_GameObject: {fileID: 1670256624}
|
|
2170
|
+
m_Material: {fileID: 0}
|
|
2171
|
+
m_IsTrigger: 1
|
|
2172
|
+
m_Enabled: 1
|
|
2173
|
+
serializedVersion: 2
|
|
2174
|
+
m_Radius: 0.25
|
|
2175
|
+
m_Center: {x: 0, y: 0, z: 0}
|
|
2176
|
+
--- !u!1 &1680501586
|
|
2177
|
+
GameObject:
|
|
2178
|
+
m_ObjectHideFlags: 0
|
|
2179
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2180
|
+
m_PrefabInstance: {fileID: 0}
|
|
2181
|
+
m_PrefabAsset: {fileID: 0}
|
|
2182
|
+
serializedVersion: 6
|
|
2183
|
+
m_Component:
|
|
2184
|
+
- component: {fileID: 1680501587}
|
|
2185
|
+
m_Layer: 0
|
|
2186
|
+
m_Name: CameraOffset
|
|
2187
|
+
m_TagString: Untagged
|
|
2188
|
+
m_Icon: {fileID: 0}
|
|
2189
|
+
m_NavMeshLayer: 0
|
|
2190
|
+
m_StaticEditorFlags: 0
|
|
2191
|
+
m_IsActive: 1
|
|
2192
|
+
--- !u!4 &1680501587
|
|
2193
|
+
Transform:
|
|
2194
|
+
m_ObjectHideFlags: 0
|
|
2195
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2196
|
+
m_PrefabInstance: {fileID: 0}
|
|
2197
|
+
m_PrefabAsset: {fileID: 0}
|
|
2198
|
+
m_GameObject: {fileID: 1680501586}
|
|
2199
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
2200
|
+
m_LocalPosition: {x: 0, y: 1.1176, z: 0}
|
|
2201
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2202
|
+
m_Children:
|
|
2203
|
+
- {fileID: 1767192434}
|
|
2204
|
+
- {fileID: 705080846}
|
|
2205
|
+
- {fileID: 502342291}
|
|
2206
|
+
m_Father: {fileID: 1717954561962503726}
|
|
2207
|
+
m_RootOrder: 0
|
|
2208
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2209
|
+
--- !u!1 &1767192433
|
|
2210
|
+
GameObject:
|
|
2211
|
+
m_ObjectHideFlags: 0
|
|
2212
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2213
|
+
m_PrefabInstance: {fileID: 0}
|
|
2214
|
+
m_PrefabAsset: {fileID: 0}
|
|
2215
|
+
serializedVersion: 6
|
|
2216
|
+
m_Component:
|
|
2217
|
+
- component: {fileID: 1767192434}
|
|
2218
|
+
- component: {fileID: 1767192439}
|
|
2219
|
+
- component: {fileID: 1767192438}
|
|
2220
|
+
- component: {fileID: 1767192437}
|
|
2221
|
+
- component: {fileID: 1767192435}
|
|
2222
|
+
- component: {fileID: 6232745470614056083}
|
|
2223
|
+
m_Layer: 0
|
|
2224
|
+
m_Name: Main Camera
|
|
2225
|
+
m_TagString: MainCamera
|
|
2226
|
+
m_Icon: {fileID: 0}
|
|
2227
|
+
m_NavMeshLayer: 0
|
|
2228
|
+
m_StaticEditorFlags: 0
|
|
2229
|
+
m_IsActive: 1
|
|
2230
|
+
--- !u!4 &1767192434
|
|
2231
|
+
Transform:
|
|
2232
|
+
m_ObjectHideFlags: 0
|
|
2233
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2234
|
+
m_PrefabInstance: {fileID: 0}
|
|
2235
|
+
m_PrefabAsset: {fileID: 0}
|
|
2236
|
+
m_GameObject: {fileID: 1767192433}
|
|
2237
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2238
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2239
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2240
|
+
m_Children: []
|
|
2241
|
+
m_Father: {fileID: 1680501587}
|
|
2242
|
+
m_RootOrder: 0
|
|
2243
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2244
|
+
--- !u!20 &1767192439
|
|
2245
|
+
Camera:
|
|
2246
|
+
m_ObjectHideFlags: 0
|
|
2247
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2248
|
+
m_PrefabInstance: {fileID: 0}
|
|
2249
|
+
m_PrefabAsset: {fileID: 0}
|
|
2250
|
+
m_GameObject: {fileID: 1767192433}
|
|
2251
|
+
m_Enabled: 1
|
|
2252
|
+
serializedVersion: 2
|
|
2253
|
+
m_ClearFlags: 1
|
|
2254
|
+
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
|
|
2255
|
+
m_projectionMatrixMode: 1
|
|
2256
|
+
m_GateFitMode: 2
|
|
2257
|
+
m_FOVAxisMode: 0
|
|
2258
|
+
m_SensorSize: {x: 36, y: 24}
|
|
2259
|
+
m_LensShift: {x: 0, y: 0}
|
|
2260
|
+
m_FocalLength: 50
|
|
2261
|
+
m_NormalizedViewPortRect:
|
|
2262
|
+
serializedVersion: 2
|
|
2263
|
+
x: 0
|
|
2264
|
+
y: 0
|
|
2265
|
+
width: 1
|
|
2266
|
+
height: 1
|
|
2267
|
+
near clip plane: 0.01
|
|
2268
|
+
far clip plane: 1000
|
|
2269
|
+
field of view: 60
|
|
2270
|
+
orthographic: 0
|
|
2271
|
+
orthographic size: 5
|
|
2272
|
+
m_Depth: -1
|
|
2273
|
+
m_CullingMask:
|
|
2274
|
+
serializedVersion: 2
|
|
2275
|
+
m_Bits: 4294967295
|
|
2276
|
+
m_RenderingPath: -1
|
|
2277
|
+
m_TargetTexture: {fileID: 0}
|
|
2278
|
+
m_TargetDisplay: 0
|
|
2279
|
+
m_TargetEye: 3
|
|
2280
|
+
m_HDR: 1
|
|
2281
|
+
m_AllowMSAA: 1
|
|
2282
|
+
m_AllowDynamicResolution: 0
|
|
2283
|
+
m_ForceIntoRT: 0
|
|
2284
|
+
m_OcclusionCulling: 1
|
|
2285
|
+
m_StereoConvergence: 10
|
|
2286
|
+
m_StereoSeparation: 0.022
|
|
2287
|
+
--- !u!124 &1767192438
|
|
2288
|
+
Behaviour:
|
|
2289
|
+
m_ObjectHideFlags: 0
|
|
2290
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2291
|
+
m_PrefabInstance: {fileID: 0}
|
|
2292
|
+
m_PrefabAsset: {fileID: 0}
|
|
2293
|
+
m_GameObject: {fileID: 1767192433}
|
|
2294
|
+
m_Enabled: 1
|
|
2295
|
+
--- !u!81 &1767192437
|
|
2296
|
+
AudioListener:
|
|
2297
|
+
m_ObjectHideFlags: 0
|
|
2298
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2299
|
+
m_PrefabInstance: {fileID: 0}
|
|
2300
|
+
m_PrefabAsset: {fileID: 0}
|
|
2301
|
+
m_GameObject: {fileID: 1767192433}
|
|
2302
|
+
m_Enabled: 1
|
|
2303
|
+
--- !u!114 &1767192435
|
|
2304
|
+
MonoBehaviour:
|
|
2305
|
+
m_ObjectHideFlags: 0
|
|
2306
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2307
|
+
m_PrefabInstance: {fileID: 0}
|
|
2308
|
+
m_PrefabAsset: {fileID: 0}
|
|
2309
|
+
m_GameObject: {fileID: 1767192433}
|
|
2310
|
+
m_Enabled: 1
|
|
2311
|
+
m_EditorHideFlags: 0
|
|
2312
|
+
m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
|
|
2313
|
+
m_Name:
|
|
2314
|
+
m_EditorClassIdentifier:
|
|
2315
|
+
m_RenderShadows: 1
|
|
2316
|
+
m_RequiresDepthTextureOption: 2
|
|
2317
|
+
m_RequiresOpaqueTextureOption: 2
|
|
2318
|
+
m_CameraType: 0
|
|
2319
|
+
m_Cameras: []
|
|
2320
|
+
m_RendererIndex: -1
|
|
2321
|
+
m_VolumeLayerMask:
|
|
2322
|
+
serializedVersion: 2
|
|
2323
|
+
m_Bits: 1
|
|
2324
|
+
m_VolumeTrigger: {fileID: 0}
|
|
2325
|
+
m_RenderPostProcessing: 0
|
|
2326
|
+
m_Antialiasing: 0
|
|
2327
|
+
m_AntialiasingQuality: 2
|
|
2328
|
+
m_StopNaN: 0
|
|
2329
|
+
m_Dithering: 0
|
|
2330
|
+
m_ClearDepth: 1
|
|
2331
|
+
m_RequiresDepthTexture: 0
|
|
2332
|
+
m_RequiresColorTexture: 0
|
|
2333
|
+
m_Version: 2
|
|
2334
|
+
--- !u!114 &6232745470614056083
|
|
2335
|
+
MonoBehaviour:
|
|
2336
|
+
m_ObjectHideFlags: 0
|
|
2337
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2338
|
+
m_PrefabInstance: {fileID: 0}
|
|
2339
|
+
m_PrefabAsset: {fileID: 0}
|
|
2340
|
+
m_GameObject: {fileID: 1767192433}
|
|
2341
|
+
m_Enabled: 1
|
|
2342
|
+
m_EditorHideFlags: 0
|
|
2343
|
+
m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3}
|
|
2344
|
+
m_Name:
|
|
2345
|
+
m_EditorClassIdentifier:
|
|
2346
|
+
m_TrackingType: 0
|
|
2347
|
+
m_UpdateType: 0
|
|
2348
|
+
m_PositionInput:
|
|
2349
|
+
m_UseReference: 1
|
|
2350
|
+
m_Action:
|
|
2351
|
+
m_Name: Position
|
|
2352
|
+
m_Type: 0
|
|
2353
|
+
m_ExpectedControlType:
|
|
2354
|
+
m_Id: 0bacfa51-7938-4a88-adae-9e8ba6c59d23
|
|
2355
|
+
m_Processors:
|
|
2356
|
+
m_Interactions:
|
|
2357
|
+
m_SingletonActionBindings:
|
|
2358
|
+
- m_Name:
|
|
2359
|
+
m_Id: f5efb008-b167-4d0f-b9e0-49a2350a85b3
|
|
2360
|
+
m_Path: <XRHMD>/centerEyePosition
|
|
2361
|
+
m_Interactions:
|
|
2362
|
+
m_Processors:
|
|
2363
|
+
m_Groups:
|
|
2364
|
+
m_Action: Position
|
|
2365
|
+
m_Flags: 0
|
|
2366
|
+
m_Flags: 0
|
|
2367
|
+
m_Reference: {fileID: 7862207684358717888, guid: c348712bda248c246b8c49b3db54643f,
|
|
2368
|
+
type: 3}
|
|
2369
|
+
m_RotationInput:
|
|
2370
|
+
m_UseReference: 1
|
|
2371
|
+
m_Action:
|
|
2372
|
+
m_Name: Rotation
|
|
2373
|
+
m_Type: 0
|
|
2374
|
+
m_ExpectedControlType:
|
|
2375
|
+
m_Id: 5439f14e-c9da-4bd1-ad3f-7121a75c10d9
|
|
2376
|
+
m_Processors:
|
|
2377
|
+
m_Interactions:
|
|
2378
|
+
m_SingletonActionBindings:
|
|
2379
|
+
- m_Name:
|
|
2380
|
+
m_Id: f984a7fd-f7e2-45ef-b21d-699a5d160f29
|
|
2381
|
+
m_Path: <XRHMD>/centerEyeRotation
|
|
2382
|
+
m_Interactions:
|
|
2383
|
+
m_Processors:
|
|
2384
|
+
m_Groups:
|
|
2385
|
+
m_Action: Rotation
|
|
2386
|
+
m_Flags: 0
|
|
2387
|
+
m_Flags: 0
|
|
2388
|
+
m_Reference: {fileID: -530380113134220495, guid: c348712bda248c246b8c49b3db54643f,
|
|
2389
|
+
type: 3}
|
|
2390
|
+
m_PositionAction:
|
|
2391
|
+
m_Name: Position
|
|
2392
|
+
m_Type: 0
|
|
2393
|
+
m_ExpectedControlType:
|
|
2394
|
+
m_Id: 0bacfa51-7938-4a88-adae-9e8ba6c59d23
|
|
2395
|
+
m_Processors:
|
|
2396
|
+
m_Interactions:
|
|
2397
|
+
m_SingletonActionBindings:
|
|
2398
|
+
- m_Name:
|
|
2399
|
+
m_Id: f5efb008-b167-4d0f-b9e0-49a2350a85b3
|
|
2400
|
+
m_Path: <XRHMD>/centerEyePosition
|
|
2401
|
+
m_Interactions:
|
|
2402
|
+
m_Processors:
|
|
2403
|
+
m_Groups:
|
|
2404
|
+
m_Action: Position
|
|
2405
|
+
m_Flags: 0
|
|
2406
|
+
m_Flags: 0
|
|
2407
|
+
m_RotationAction:
|
|
2408
|
+
m_Name: Rotation
|
|
2409
|
+
m_Type: 0
|
|
2410
|
+
m_ExpectedControlType:
|
|
2411
|
+
m_Id: 5439f14e-c9da-4bd1-ad3f-7121a75c10d9
|
|
2412
|
+
m_Processors:
|
|
2413
|
+
m_Interactions:
|
|
2414
|
+
m_SingletonActionBindings:
|
|
2415
|
+
- m_Name:
|
|
2416
|
+
m_Id: f984a7fd-f7e2-45ef-b21d-699a5d160f29
|
|
2417
|
+
m_Path: <XRHMD>/centerEyeRotation
|
|
2418
|
+
m_Interactions:
|
|
2419
|
+
m_Processors:
|
|
2420
|
+
m_Groups:
|
|
2421
|
+
m_Action: Rotation
|
|
2422
|
+
m_Flags: 0
|
|
2423
|
+
m_Flags: 0
|
|
2424
|
+
m_HasMigratedActions: 1
|
|
2425
|
+
--- !u!1 &1980187689
|
|
2426
|
+
GameObject:
|
|
2427
|
+
m_ObjectHideFlags: 0
|
|
2428
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2429
|
+
m_PrefabInstance: {fileID: 0}
|
|
2430
|
+
m_PrefabAsset: {fileID: 0}
|
|
2431
|
+
serializedVersion: 6
|
|
2432
|
+
m_Component:
|
|
2433
|
+
- component: {fileID: 1980187690}
|
|
2434
|
+
m_Layer: 0
|
|
2435
|
+
m_Name: ModelPt
|
|
2436
|
+
m_TagString: Untagged
|
|
2437
|
+
m_Icon: {fileID: 0}
|
|
2438
|
+
m_NavMeshLayer: 0
|
|
2439
|
+
m_StaticEditorFlags: 0
|
|
2440
|
+
m_IsActive: 1
|
|
2441
|
+
--- !u!4 &1980187690
|
|
2442
|
+
Transform:
|
|
2443
|
+
m_ObjectHideFlags: 0
|
|
2444
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2445
|
+
m_PrefabInstance: {fileID: 0}
|
|
2446
|
+
m_PrefabAsset: {fileID: 0}
|
|
2447
|
+
m_GameObject: {fileID: 1980187689}
|
|
2448
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
2449
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2450
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2451
|
+
m_Children: []
|
|
2452
|
+
m_Father: {fileID: 1670256625}
|
|
2453
|
+
m_RootOrder: 0
|
|
2454
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2455
|
+
--- !u!1 &1717954561962503725
|
|
2456
|
+
GameObject:
|
|
2457
|
+
m_ObjectHideFlags: 0
|
|
2458
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2459
|
+
m_PrefabInstance: {fileID: 0}
|
|
2460
|
+
m_PrefabAsset: {fileID: 0}
|
|
2461
|
+
serializedVersion: 6
|
|
2462
|
+
m_Component:
|
|
2463
|
+
- component: {fileID: 1717954561962503726}
|
|
2464
|
+
- component: {fileID: 2300872734361851953}
|
|
2465
|
+
- component: {fileID: 6232745470614056085}
|
|
2466
|
+
- component: {fileID: 6232745470614056086}
|
|
2467
|
+
- component: {fileID: 6232745470614056087}
|
|
2468
|
+
- component: {fileID: 6232745470614056089}
|
|
2469
|
+
- component: {fileID: 6232745470614056091}
|
|
2470
|
+
- component: {fileID: 6232745470614056090}
|
|
2471
|
+
- component: {fileID: 6232745470614056095}
|
|
2472
|
+
- component: {fileID: 6232745470614056094}
|
|
2473
|
+
m_Layer: 2
|
|
2474
|
+
m_Name: XROriginDemo
|
|
2475
|
+
m_TagString: Untagged
|
|
2476
|
+
m_Icon: {fileID: 0}
|
|
2477
|
+
m_NavMeshLayer: 0
|
|
2478
|
+
m_StaticEditorFlags: 0
|
|
2479
|
+
m_IsActive: 1
|
|
2480
|
+
--- !u!4 &1717954561962503726
|
|
2481
|
+
Transform:
|
|
2482
|
+
m_ObjectHideFlags: 0
|
|
2483
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2484
|
+
m_PrefabInstance: {fileID: 0}
|
|
2485
|
+
m_PrefabAsset: {fileID: 0}
|
|
2486
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2487
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
2488
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2489
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2490
|
+
m_Children:
|
|
2491
|
+
- {fileID: 1680501587}
|
|
2492
|
+
m_Father: {fileID: 0}
|
|
2493
|
+
m_RootOrder: 0
|
|
2494
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2495
|
+
--- !u!114 &2300872734361851953
|
|
2496
|
+
MonoBehaviour:
|
|
2497
|
+
m_ObjectHideFlags: 0
|
|
2498
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2499
|
+
m_PrefabInstance: {fileID: 0}
|
|
2500
|
+
m_PrefabAsset: {fileID: 0}
|
|
2501
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2502
|
+
m_Enabled: 1
|
|
2503
|
+
m_EditorHideFlags: 0
|
|
2504
|
+
m_Script: {fileID: 11500000, guid: e0cb9aa70a22847b5925ee5f067c10a9, type: 3}
|
|
2505
|
+
m_Name:
|
|
2506
|
+
m_EditorClassIdentifier:
|
|
2507
|
+
m_Camera: {fileID: 1767192439}
|
|
2508
|
+
m_OriginBaseGameObject: {fileID: 1717954561962503725}
|
|
2509
|
+
m_CameraFloorOffsetObject: {fileID: 1680501586}
|
|
2510
|
+
m_RequestedTrackingOriginMode: 0
|
|
2511
|
+
m_CameraYOffset: 1.1176
|
|
2512
|
+
--- !u!114 &6232745470614056085
|
|
2513
|
+
MonoBehaviour:
|
|
2514
|
+
m_ObjectHideFlags: 0
|
|
2515
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2516
|
+
m_PrefabInstance: {fileID: 0}
|
|
2517
|
+
m_PrefabAsset: {fileID: 0}
|
|
2518
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2519
|
+
m_Enabled: 1
|
|
2520
|
+
m_EditorHideFlags: 0
|
|
2521
|
+
m_Script: {fileID: 11500000, guid: 2213c36610e3b1c4bbf886810ed9db12, type: 3}
|
|
2522
|
+
m_Name:
|
|
2523
|
+
m_EditorClassIdentifier:
|
|
2524
|
+
m_System: {fileID: 6232745470614056086}
|
|
2525
|
+
m_TurnAmount: 45
|
|
2526
|
+
m_DebounceTime: 0.5
|
|
2527
|
+
m_EnableTurnLeftRight: 1
|
|
2528
|
+
m_EnableTurnAround: 1
|
|
2529
|
+
m_LeftHandSnapTurnAction:
|
|
2530
|
+
m_UseReference: 1
|
|
2531
|
+
m_Action:
|
|
2532
|
+
m_Name: Left Hand Snap Turn
|
|
2533
|
+
m_Type: 0
|
|
2534
|
+
m_ExpectedControlType:
|
|
2535
|
+
m_Id: bcae984e-e222-4aec-9899-6a2de88a7166
|
|
2536
|
+
m_Processors:
|
|
2537
|
+
m_Interactions:
|
|
2538
|
+
m_SingletonActionBindings: []
|
|
2539
|
+
m_Flags: 0
|
|
2540
|
+
m_Reference: {fileID: 1010738217276881514, guid: c348712bda248c246b8c49b3db54643f,
|
|
2541
|
+
type: 3}
|
|
2542
|
+
m_RightHandSnapTurnAction:
|
|
2543
|
+
m_UseReference: 1
|
|
2544
|
+
m_Action:
|
|
2545
|
+
m_Name: Right Hand Snap Turn
|
|
2546
|
+
m_Type: 0
|
|
2547
|
+
m_ExpectedControlType:
|
|
2548
|
+
m_Id: ef35997d-2cb6-4340-9edd-1239db5332f0
|
|
2549
|
+
m_Processors:
|
|
2550
|
+
m_Interactions:
|
|
2551
|
+
m_SingletonActionBindings: []
|
|
2552
|
+
m_Flags: 0
|
|
2553
|
+
m_Reference: {fileID: -6493913391331992944, guid: c348712bda248c246b8c49b3db54643f,
|
|
2554
|
+
type: 3}
|
|
2555
|
+
--- !u!114 &6232745470614056086
|
|
2556
|
+
MonoBehaviour:
|
|
2557
|
+
m_ObjectHideFlags: 0
|
|
2558
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2559
|
+
m_PrefabInstance: {fileID: 0}
|
|
2560
|
+
m_PrefabAsset: {fileID: 0}
|
|
2561
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2562
|
+
m_Enabled: 1
|
|
2563
|
+
m_EditorHideFlags: 0
|
|
2564
|
+
m_Script: {fileID: 11500000, guid: 03a5df2202a8b96488c744be3bd0c33e, type: 3}
|
|
2565
|
+
m_Name:
|
|
2566
|
+
m_EditorClassIdentifier:
|
|
2567
|
+
m_Timeout: 10
|
|
2568
|
+
m_XROrigin: {fileID: 2300872734361851953}
|
|
2569
|
+
--- !u!114 &6232745470614056087
|
|
2570
|
+
MonoBehaviour:
|
|
2571
|
+
m_ObjectHideFlags: 0
|
|
2572
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2573
|
+
m_PrefabInstance: {fileID: 0}
|
|
2574
|
+
m_PrefabAsset: {fileID: 0}
|
|
2575
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2576
|
+
m_Enabled: 1
|
|
2577
|
+
m_EditorHideFlags: 0
|
|
2578
|
+
m_Script: {fileID: 11500000, guid: 01f69dc1cb084aa42b2f2f8cd87bc770, type: 3}
|
|
2579
|
+
m_Name:
|
|
2580
|
+
m_EditorClassIdentifier:
|
|
2581
|
+
m_System: {fileID: 6232745470614056086}
|
|
2582
|
+
--- !u!114 &6232745470614056089
|
|
2583
|
+
MonoBehaviour:
|
|
2584
|
+
m_ObjectHideFlags: 0
|
|
2585
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2586
|
+
m_PrefabInstance: {fileID: 0}
|
|
2587
|
+
m_PrefabAsset: {fileID: 0}
|
|
2588
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2589
|
+
m_Enabled: 1
|
|
2590
|
+
m_EditorHideFlags: 0
|
|
2591
|
+
m_Script: {fileID: 11500000, guid: 919e39492806b334982b6b84c90dd927, type: 3}
|
|
2592
|
+
m_Name:
|
|
2593
|
+
m_EditorClassIdentifier:
|
|
2594
|
+
m_System: {fileID: 6232745470614056086}
|
|
2595
|
+
m_TurnSpeed: 60
|
|
2596
|
+
m_LeftHandTurnAction:
|
|
2597
|
+
m_UseReference: 1
|
|
2598
|
+
m_Action:
|
|
2599
|
+
m_Name: Left Hand Turn
|
|
2600
|
+
m_Type: 0
|
|
2601
|
+
m_ExpectedControlType:
|
|
2602
|
+
m_Id: d065cb11-e9f6-4747-a3d4-1c032fc345a0
|
|
2603
|
+
m_Processors:
|
|
2604
|
+
m_Interactions:
|
|
2605
|
+
m_SingletonActionBindings: []
|
|
2606
|
+
m_Flags: 0
|
|
2607
|
+
m_Reference: {fileID: 1010738217276881514, guid: c348712bda248c246b8c49b3db54643f,
|
|
2608
|
+
type: 3}
|
|
2609
|
+
m_RightHandTurnAction:
|
|
2610
|
+
m_UseReference: 1
|
|
2611
|
+
m_Action:
|
|
2612
|
+
m_Name: Right Hand Turn
|
|
2613
|
+
m_Type: 0
|
|
2614
|
+
m_ExpectedControlType:
|
|
2615
|
+
m_Id: e043a43a-0352-4ee2-ab81-9dafdfb41dc2
|
|
2616
|
+
m_Processors:
|
|
2617
|
+
m_Interactions:
|
|
2618
|
+
m_SingletonActionBindings: []
|
|
2619
|
+
m_Flags: 0
|
|
2620
|
+
m_Reference: {fileID: -6493913391331992944, guid: c348712bda248c246b8c49b3db54643f,
|
|
2621
|
+
type: 3}
|
|
2622
|
+
--- !u!114 &6232745470614056091
|
|
2623
|
+
MonoBehaviour:
|
|
2624
|
+
m_ObjectHideFlags: 0
|
|
2625
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2626
|
+
m_PrefabInstance: {fileID: 0}
|
|
2627
|
+
m_PrefabAsset: {fileID: 0}
|
|
2628
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2629
|
+
m_Enabled: 1
|
|
2630
|
+
m_EditorHideFlags: 0
|
|
2631
|
+
m_Script: {fileID: 11500000, guid: 0bf296fc962d7184ab14ad1841598d5f, type: 3}
|
|
2632
|
+
m_Name:
|
|
2633
|
+
m_EditorClassIdentifier:
|
|
2634
|
+
m_System: {fileID: 6232745470614056086}
|
|
2635
|
+
m_MoveSpeed: 1
|
|
2636
|
+
m_EnableStrafe: 1
|
|
2637
|
+
m_UseGravity: 1
|
|
2638
|
+
m_GravityApplicationMode: 0
|
|
2639
|
+
m_ForwardSource: {fileID: 1767192434}
|
|
2640
|
+
m_LeftHandMoveAction:
|
|
2641
|
+
m_UseReference: 1
|
|
2642
|
+
m_Action:
|
|
2643
|
+
m_Name: Left Hand Move
|
|
2644
|
+
m_Type: 0
|
|
2645
|
+
m_ExpectedControlType:
|
|
2646
|
+
m_Id: 6da12c60-ad99-45b3-a0b1-a4ee1d30ddcc
|
|
2647
|
+
m_Processors:
|
|
2648
|
+
m_Interactions:
|
|
2649
|
+
m_SingletonActionBindings: []
|
|
2650
|
+
m_Flags: 0
|
|
2651
|
+
m_Reference: {fileID: 6972639530819350904, guid: c348712bda248c246b8c49b3db54643f,
|
|
2652
|
+
type: 3}
|
|
2653
|
+
m_RightHandMoveAction:
|
|
2654
|
+
m_UseReference: 1
|
|
2655
|
+
m_Action:
|
|
2656
|
+
m_Name: Right Hand Move
|
|
2657
|
+
m_Type: 0
|
|
2658
|
+
m_ExpectedControlType:
|
|
2659
|
+
m_Id: 77f364a5-e031-452a-af50-144d41955e70
|
|
2660
|
+
m_Processors:
|
|
2661
|
+
m_Interactions:
|
|
2662
|
+
m_SingletonActionBindings: []
|
|
2663
|
+
m_Flags: 0
|
|
2664
|
+
m_Reference: {fileID: -8198699208435500284, guid: c348712bda248c246b8c49b3db54643f,
|
|
2665
|
+
type: 3}
|
|
2666
|
+
--- !u!143 &6232745470614056090
|
|
2667
|
+
CharacterController:
|
|
2668
|
+
m_ObjectHideFlags: 0
|
|
2669
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2670
|
+
m_PrefabInstance: {fileID: 0}
|
|
2671
|
+
m_PrefabAsset: {fileID: 0}
|
|
2672
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2673
|
+
m_Material: {fileID: 0}
|
|
2674
|
+
m_IsTrigger: 0
|
|
2675
|
+
m_Enabled: 1
|
|
2676
|
+
serializedVersion: 2
|
|
2677
|
+
m_Height: 1.1176
|
|
2678
|
+
m_Radius: 0.1
|
|
2679
|
+
m_SlopeLimit: 45
|
|
2680
|
+
m_StepOffset: 0.3
|
|
2681
|
+
m_SkinWidth: 0.08
|
|
2682
|
+
m_MinMoveDistance: 0.001
|
|
2683
|
+
m_Center: {x: 0, y: 0, z: 0}
|
|
2684
|
+
--- !u!114 &6232745470614056095
|
|
2685
|
+
MonoBehaviour:
|
|
2686
|
+
m_ObjectHideFlags: 0
|
|
2687
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2688
|
+
m_PrefabInstance: {fileID: 0}
|
|
2689
|
+
m_PrefabAsset: {fileID: 0}
|
|
2690
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2691
|
+
m_Enabled: 1
|
|
2692
|
+
m_EditorHideFlags: 0
|
|
2693
|
+
m_Script: {fileID: 11500000, guid: af6bf904e410ee8479f9093d8830d1f8, type: 3}
|
|
2694
|
+
m_Name:
|
|
2695
|
+
m_EditorClassIdentifier:
|
|
2696
|
+
m_LocomotionProvider: {fileID: 6232745470614056091}
|
|
2697
|
+
m_MinHeight: 0
|
|
2698
|
+
m_MaxHeight: Infinity
|
|
2699
|
+
--- !u!114 &6232745470614056094
|
|
2700
|
+
MonoBehaviour:
|
|
2701
|
+
m_ObjectHideFlags: 0
|
|
2702
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2703
|
+
m_PrefabInstance: {fileID: 0}
|
|
2704
|
+
m_PrefabAsset: {fileID: 0}
|
|
2705
|
+
m_GameObject: {fileID: 1717954561962503725}
|
|
2706
|
+
m_Enabled: 1
|
|
2707
|
+
m_EditorHideFlags: 0
|
|
2708
|
+
m_Script: {fileID: 11500000, guid: 56f7a77daaa031c408855b73701842e5, type: 3}
|
|
2709
|
+
m_Name:
|
|
2710
|
+
m_EditorClassIdentifier:
|
|
2711
|
+
m_MoveScheme: 0
|
|
2712
|
+
m_TurnStyle: 0
|
|
2713
|
+
m_MoveForwardSource: 0
|
|
2714
|
+
m_ActionAssets:
|
|
2715
|
+
- {fileID: -944628639613478452, guid: c348712bda248c246b8c49b3db54643f, type: 3}
|
|
2716
|
+
m_ActionMaps: []
|
|
2717
|
+
m_Actions: []
|
|
2718
|
+
m_BaseControlScheme: Generic XR Controller
|
|
2719
|
+
m_NoncontinuousControlScheme: Noncontinuous Move
|
|
2720
|
+
m_ContinuousControlScheme: Continuous Move
|
|
2721
|
+
m_ContinuousMoveProvider: {fileID: 6232745470614056091}
|
|
2722
|
+
m_ContinuousTurnProvider: {fileID: 6232745470614056089}
|
|
2723
|
+
m_SnapTurnProvider: {fileID: 6232745470614056085}
|
|
2724
|
+
m_HeadForwardSource: {fileID: 1767192434}
|
|
2725
|
+
m_LeftHandForwardSource: {fileID: 202364688}
|
|
2726
|
+
m_RightHandForwardSource: {fileID: 1670256625}
|