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,801 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &631318195828040478
|
|
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: 3716161019320855118}
|
|
12
|
+
m_Layer: 0
|
|
13
|
+
m_Name: XRController_LT_Thumbstick_Buttons
|
|
14
|
+
m_TagString: Untagged
|
|
15
|
+
m_Icon: {fileID: 0}
|
|
16
|
+
m_NavMeshLayer: 0
|
|
17
|
+
m_StaticEditorFlags: 0
|
|
18
|
+
m_IsActive: 1
|
|
19
|
+
--- !u!4 &3716161019320855118
|
|
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: 631318195828040478}
|
|
26
|
+
m_LocalRotation: {x: 0.000000021855694, 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
|
+
- {fileID: 3217094005667092380}
|
|
31
|
+
- {fileID: 1067765487391569693}
|
|
32
|
+
- {fileID: 1149664065565101986}
|
|
33
|
+
- {fileID: 9209759161381479513}
|
|
34
|
+
m_Father: {fileID: 3475118261464492563}
|
|
35
|
+
m_RootOrder: 5
|
|
36
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
37
|
+
--- !u!1 &1228417906145134178
|
|
38
|
+
GameObject:
|
|
39
|
+
m_ObjectHideFlags: 0
|
|
40
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
41
|
+
m_PrefabInstance: {fileID: 0}
|
|
42
|
+
m_PrefabAsset: {fileID: 0}
|
|
43
|
+
serializedVersion: 6
|
|
44
|
+
m_Component:
|
|
45
|
+
- component: {fileID: 4538198013890515110}
|
|
46
|
+
- component: {fileID: 2593272954759969338}
|
|
47
|
+
- component: {fileID: 7310209448969834136}
|
|
48
|
+
m_Layer: 0
|
|
49
|
+
m_Name: Button_Home
|
|
50
|
+
m_TagString: Untagged
|
|
51
|
+
m_Icon: {fileID: 0}
|
|
52
|
+
m_NavMeshLayer: 0
|
|
53
|
+
m_StaticEditorFlags: 0
|
|
54
|
+
m_IsActive: 1
|
|
55
|
+
--- !u!4 &4538198013890515110
|
|
56
|
+
Transform:
|
|
57
|
+
m_ObjectHideFlags: 0
|
|
58
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
59
|
+
m_PrefabInstance: {fileID: 0}
|
|
60
|
+
m_PrefabAsset: {fileID: 0}
|
|
61
|
+
m_GameObject: {fileID: 1228417906145134178}
|
|
62
|
+
m_LocalRotation: {x: 0.17364818, y: -0.00000008609464, z: 0.000000015180808, w: 0.9848078}
|
|
63
|
+
m_LocalPosition: {x: -0.0000000071777, y: -0.0032408535, z: 0.024560427}
|
|
64
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
65
|
+
m_Children: []
|
|
66
|
+
m_Father: {fileID: 3475118261464492563}
|
|
67
|
+
m_RootOrder: 1
|
|
68
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
69
|
+
--- !u!33 &2593272954759969338
|
|
70
|
+
MeshFilter:
|
|
71
|
+
m_ObjectHideFlags: 0
|
|
72
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
73
|
+
m_PrefabInstance: {fileID: 0}
|
|
74
|
+
m_PrefabAsset: {fileID: 0}
|
|
75
|
+
m_GameObject: {fileID: 1228417906145134178}
|
|
76
|
+
m_Mesh: {fileID: -8429650256770907399, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
77
|
+
--- !u!23 &7310209448969834136
|
|
78
|
+
MeshRenderer:
|
|
79
|
+
m_ObjectHideFlags: 0
|
|
80
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
81
|
+
m_PrefabInstance: {fileID: 0}
|
|
82
|
+
m_PrefabAsset: {fileID: 0}
|
|
83
|
+
m_GameObject: {fileID: 1228417906145134178}
|
|
84
|
+
m_Enabled: 1
|
|
85
|
+
m_CastShadows: 1
|
|
86
|
+
m_ReceiveShadows: 1
|
|
87
|
+
m_DynamicOccludee: 1
|
|
88
|
+
m_MotionVectors: 1
|
|
89
|
+
m_LightProbeUsage: 1
|
|
90
|
+
m_ReflectionProbeUsage: 1
|
|
91
|
+
m_RayTracingMode: 2
|
|
92
|
+
m_RayTraceProcedural: 0
|
|
93
|
+
m_RenderingLayerMask: 1
|
|
94
|
+
m_RendererPriority: 0
|
|
95
|
+
m_Materials:
|
|
96
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
97
|
+
m_StaticBatchInfo:
|
|
98
|
+
firstSubMesh: 0
|
|
99
|
+
subMeshCount: 0
|
|
100
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
101
|
+
m_ProbeAnchor: {fileID: 0}
|
|
102
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
103
|
+
m_ScaleInLightmap: 1
|
|
104
|
+
m_ReceiveGI: 1
|
|
105
|
+
m_PreserveUVs: 0
|
|
106
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
107
|
+
m_ImportantGI: 0
|
|
108
|
+
m_StitchLightmapSeams: 1
|
|
109
|
+
m_SelectedEditorRenderState: 3
|
|
110
|
+
m_MinimumChartSize: 4
|
|
111
|
+
m_AutoUVMaxDistance: 0.5
|
|
112
|
+
m_AutoUVMaxAngle: 89
|
|
113
|
+
m_LightmapParameters: {fileID: 0}
|
|
114
|
+
m_SortingLayerID: 0
|
|
115
|
+
m_SortingLayer: 0
|
|
116
|
+
m_SortingOrder: 0
|
|
117
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
118
|
+
--- !u!1 &2129104537058187207
|
|
119
|
+
GameObject:
|
|
120
|
+
m_ObjectHideFlags: 0
|
|
121
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
122
|
+
m_PrefabInstance: {fileID: 0}
|
|
123
|
+
m_PrefabAsset: {fileID: 0}
|
|
124
|
+
serializedVersion: 6
|
|
125
|
+
m_Component:
|
|
126
|
+
- component: {fileID: 3217094005667092380}
|
|
127
|
+
- component: {fileID: 6816243177344082907}
|
|
128
|
+
- component: {fileID: 6905410428598011691}
|
|
129
|
+
m_Layer: 0
|
|
130
|
+
m_Name: Button_A
|
|
131
|
+
m_TagString: Untagged
|
|
132
|
+
m_Icon: {fileID: 0}
|
|
133
|
+
m_NavMeshLayer: 0
|
|
134
|
+
m_StaticEditorFlags: 0
|
|
135
|
+
m_IsActive: 1
|
|
136
|
+
--- !u!4 &3217094005667092380
|
|
137
|
+
Transform:
|
|
138
|
+
m_ObjectHideFlags: 0
|
|
139
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
140
|
+
m_PrefabInstance: {fileID: 0}
|
|
141
|
+
m_PrefabAsset: {fileID: 0}
|
|
142
|
+
m_GameObject: {fileID: 2129104537058187207}
|
|
143
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
144
|
+
m_LocalPosition: {x: 0.011533444, y: 0.0009400594, z: -0.007045295}
|
|
145
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
146
|
+
m_Children: []
|
|
147
|
+
m_Father: {fileID: 3716161019320855118}
|
|
148
|
+
m_RootOrder: 0
|
|
149
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
150
|
+
--- !u!33 &6816243177344082907
|
|
151
|
+
MeshFilter:
|
|
152
|
+
m_ObjectHideFlags: 0
|
|
153
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
154
|
+
m_PrefabInstance: {fileID: 0}
|
|
155
|
+
m_PrefabAsset: {fileID: 0}
|
|
156
|
+
m_GameObject: {fileID: 2129104537058187207}
|
|
157
|
+
m_Mesh: {fileID: 5083779560280695074, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
158
|
+
--- !u!23 &6905410428598011691
|
|
159
|
+
MeshRenderer:
|
|
160
|
+
m_ObjectHideFlags: 0
|
|
161
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
162
|
+
m_PrefabInstance: {fileID: 0}
|
|
163
|
+
m_PrefabAsset: {fileID: 0}
|
|
164
|
+
m_GameObject: {fileID: 2129104537058187207}
|
|
165
|
+
m_Enabled: 1
|
|
166
|
+
m_CastShadows: 1
|
|
167
|
+
m_ReceiveShadows: 1
|
|
168
|
+
m_DynamicOccludee: 1
|
|
169
|
+
m_MotionVectors: 1
|
|
170
|
+
m_LightProbeUsage: 1
|
|
171
|
+
m_ReflectionProbeUsage: 1
|
|
172
|
+
m_RayTracingMode: 2
|
|
173
|
+
m_RayTraceProcedural: 0
|
|
174
|
+
m_RenderingLayerMask: 1
|
|
175
|
+
m_RendererPriority: 0
|
|
176
|
+
m_Materials:
|
|
177
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
178
|
+
m_StaticBatchInfo:
|
|
179
|
+
firstSubMesh: 0
|
|
180
|
+
subMeshCount: 0
|
|
181
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
182
|
+
m_ProbeAnchor: {fileID: 0}
|
|
183
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
184
|
+
m_ScaleInLightmap: 1
|
|
185
|
+
m_ReceiveGI: 1
|
|
186
|
+
m_PreserveUVs: 0
|
|
187
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
188
|
+
m_ImportantGI: 0
|
|
189
|
+
m_StitchLightmapSeams: 1
|
|
190
|
+
m_SelectedEditorRenderState: 3
|
|
191
|
+
m_MinimumChartSize: 4
|
|
192
|
+
m_AutoUVMaxDistance: 0.5
|
|
193
|
+
m_AutoUVMaxAngle: 89
|
|
194
|
+
m_LightmapParameters: {fileID: 0}
|
|
195
|
+
m_SortingLayerID: 0
|
|
196
|
+
m_SortingLayer: 0
|
|
197
|
+
m_SortingOrder: 0
|
|
198
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
199
|
+
--- !u!1 &3641317572183526692
|
|
200
|
+
GameObject:
|
|
201
|
+
m_ObjectHideFlags: 0
|
|
202
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
203
|
+
m_PrefabInstance: {fileID: 0}
|
|
204
|
+
m_PrefabAsset: {fileID: 0}
|
|
205
|
+
serializedVersion: 6
|
|
206
|
+
m_Component:
|
|
207
|
+
- component: {fileID: 971748149831272269}
|
|
208
|
+
- component: {fileID: 2569541872588003156}
|
|
209
|
+
- component: {fileID: 7655812912622807707}
|
|
210
|
+
m_Layer: 0
|
|
211
|
+
m_Name: Controller_Base
|
|
212
|
+
m_TagString: Untagged
|
|
213
|
+
m_Icon: {fileID: 0}
|
|
214
|
+
m_NavMeshLayer: 0
|
|
215
|
+
m_StaticEditorFlags: 0
|
|
216
|
+
m_IsActive: 1
|
|
217
|
+
--- !u!4 &971748149831272269
|
|
218
|
+
Transform:
|
|
219
|
+
m_ObjectHideFlags: 0
|
|
220
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
221
|
+
m_PrefabInstance: {fileID: 0}
|
|
222
|
+
m_PrefabAsset: {fileID: 0}
|
|
223
|
+
m_GameObject: {fileID: 3641317572183526692}
|
|
224
|
+
m_LocalRotation: {x: 0.000000021855694, y: 0, z: -0, w: 1}
|
|
225
|
+
m_LocalPosition: {x: -0, y: 0, z: 0}
|
|
226
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
227
|
+
m_Children: []
|
|
228
|
+
m_Father: {fileID: 3475118261464492563}
|
|
229
|
+
m_RootOrder: 2
|
|
230
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
231
|
+
--- !u!33 &2569541872588003156
|
|
232
|
+
MeshFilter:
|
|
233
|
+
m_ObjectHideFlags: 0
|
|
234
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
235
|
+
m_PrefabInstance: {fileID: 0}
|
|
236
|
+
m_PrefabAsset: {fileID: 0}
|
|
237
|
+
m_GameObject: {fileID: 3641317572183526692}
|
|
238
|
+
m_Mesh: {fileID: 22788929071467060, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
239
|
+
--- !u!23 &7655812912622807707
|
|
240
|
+
MeshRenderer:
|
|
241
|
+
m_ObjectHideFlags: 0
|
|
242
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
243
|
+
m_PrefabInstance: {fileID: 0}
|
|
244
|
+
m_PrefabAsset: {fileID: 0}
|
|
245
|
+
m_GameObject: {fileID: 3641317572183526692}
|
|
246
|
+
m_Enabled: 1
|
|
247
|
+
m_CastShadows: 1
|
|
248
|
+
m_ReceiveShadows: 1
|
|
249
|
+
m_DynamicOccludee: 1
|
|
250
|
+
m_MotionVectors: 1
|
|
251
|
+
m_LightProbeUsage: 1
|
|
252
|
+
m_ReflectionProbeUsage: 1
|
|
253
|
+
m_RayTracingMode: 2
|
|
254
|
+
m_RayTraceProcedural: 0
|
|
255
|
+
m_RenderingLayerMask: 1
|
|
256
|
+
m_RendererPriority: 0
|
|
257
|
+
m_Materials:
|
|
258
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
259
|
+
m_StaticBatchInfo:
|
|
260
|
+
firstSubMesh: 0
|
|
261
|
+
subMeshCount: 0
|
|
262
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
263
|
+
m_ProbeAnchor: {fileID: 0}
|
|
264
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
265
|
+
m_ScaleInLightmap: 1
|
|
266
|
+
m_ReceiveGI: 1
|
|
267
|
+
m_PreserveUVs: 0
|
|
268
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
269
|
+
m_ImportantGI: 0
|
|
270
|
+
m_StitchLightmapSeams: 1
|
|
271
|
+
m_SelectedEditorRenderState: 3
|
|
272
|
+
m_MinimumChartSize: 4
|
|
273
|
+
m_AutoUVMaxDistance: 0.5
|
|
274
|
+
m_AutoUVMaxAngle: 89
|
|
275
|
+
m_LightmapParameters: {fileID: 0}
|
|
276
|
+
m_SortingLayerID: 0
|
|
277
|
+
m_SortingLayer: 0
|
|
278
|
+
m_SortingOrder: 0
|
|
279
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
280
|
+
--- !u!1 &4022625689426332818
|
|
281
|
+
GameObject:
|
|
282
|
+
m_ObjectHideFlags: 0
|
|
283
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
284
|
+
m_PrefabInstance: {fileID: 0}
|
|
285
|
+
m_PrefabAsset: {fileID: 0}
|
|
286
|
+
serializedVersion: 6
|
|
287
|
+
m_Component:
|
|
288
|
+
- component: {fileID: 3918395025868533770}
|
|
289
|
+
- component: {fileID: 3016865672996839292}
|
|
290
|
+
- component: {fileID: 687940176838523910}
|
|
291
|
+
m_Layer: 0
|
|
292
|
+
m_Name: Bumper
|
|
293
|
+
m_TagString: Untagged
|
|
294
|
+
m_Icon: {fileID: 0}
|
|
295
|
+
m_NavMeshLayer: 0
|
|
296
|
+
m_StaticEditorFlags: 0
|
|
297
|
+
m_IsActive: 1
|
|
298
|
+
--- !u!4 &3918395025868533770
|
|
299
|
+
Transform:
|
|
300
|
+
m_ObjectHideFlags: 0
|
|
301
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
302
|
+
m_PrefabInstance: {fileID: 0}
|
|
303
|
+
m_PrefabAsset: {fileID: 0}
|
|
304
|
+
m_GameObject: {fileID: 4022625689426332818}
|
|
305
|
+
m_LocalRotation: {x: -0.70441604, y: 0.061628427, z: 0.061628427, w: 0.7044161}
|
|
306
|
+
m_LocalPosition: {x: 0.012636564, y: -0.028556997, z: 0.027326612}
|
|
307
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
308
|
+
m_Children: []
|
|
309
|
+
m_Father: {fileID: 3475118261464492563}
|
|
310
|
+
m_RootOrder: 0
|
|
311
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
312
|
+
--- !u!33 &3016865672996839292
|
|
313
|
+
MeshFilter:
|
|
314
|
+
m_ObjectHideFlags: 0
|
|
315
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
316
|
+
m_PrefabInstance: {fileID: 0}
|
|
317
|
+
m_PrefabAsset: {fileID: 0}
|
|
318
|
+
m_GameObject: {fileID: 4022625689426332818}
|
|
319
|
+
m_Mesh: {fileID: -4189514412694937182, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
320
|
+
--- !u!23 &687940176838523910
|
|
321
|
+
MeshRenderer:
|
|
322
|
+
m_ObjectHideFlags: 0
|
|
323
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
324
|
+
m_PrefabInstance: {fileID: 0}
|
|
325
|
+
m_PrefabAsset: {fileID: 0}
|
|
326
|
+
m_GameObject: {fileID: 4022625689426332818}
|
|
327
|
+
m_Enabled: 1
|
|
328
|
+
m_CastShadows: 1
|
|
329
|
+
m_ReceiveShadows: 1
|
|
330
|
+
m_DynamicOccludee: 1
|
|
331
|
+
m_MotionVectors: 1
|
|
332
|
+
m_LightProbeUsage: 1
|
|
333
|
+
m_ReflectionProbeUsage: 1
|
|
334
|
+
m_RayTracingMode: 2
|
|
335
|
+
m_RayTraceProcedural: 0
|
|
336
|
+
m_RenderingLayerMask: 1
|
|
337
|
+
m_RendererPriority: 0
|
|
338
|
+
m_Materials:
|
|
339
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
340
|
+
m_StaticBatchInfo:
|
|
341
|
+
firstSubMesh: 0
|
|
342
|
+
subMeshCount: 0
|
|
343
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
344
|
+
m_ProbeAnchor: {fileID: 0}
|
|
345
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
346
|
+
m_ScaleInLightmap: 1
|
|
347
|
+
m_ReceiveGI: 1
|
|
348
|
+
m_PreserveUVs: 0
|
|
349
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
350
|
+
m_ImportantGI: 0
|
|
351
|
+
m_StitchLightmapSeams: 1
|
|
352
|
+
m_SelectedEditorRenderState: 3
|
|
353
|
+
m_MinimumChartSize: 4
|
|
354
|
+
m_AutoUVMaxDistance: 0.5
|
|
355
|
+
m_AutoUVMaxAngle: 89
|
|
356
|
+
m_LightmapParameters: {fileID: 0}
|
|
357
|
+
m_SortingLayerID: 0
|
|
358
|
+
m_SortingLayer: 0
|
|
359
|
+
m_SortingOrder: 0
|
|
360
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
361
|
+
--- !u!1 &4283425761326543017
|
|
362
|
+
GameObject:
|
|
363
|
+
m_ObjectHideFlags: 0
|
|
364
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
365
|
+
m_PrefabInstance: {fileID: 0}
|
|
366
|
+
m_PrefabAsset: {fileID: 0}
|
|
367
|
+
serializedVersion: 6
|
|
368
|
+
m_Component:
|
|
369
|
+
- component: {fileID: 3475118261464492563}
|
|
370
|
+
m_Layer: 0
|
|
371
|
+
m_Name: XR Controller Right
|
|
372
|
+
m_TagString: Untagged
|
|
373
|
+
m_Icon: {fileID: 0}
|
|
374
|
+
m_NavMeshLayer: 0
|
|
375
|
+
m_StaticEditorFlags: 0
|
|
376
|
+
m_IsActive: 1
|
|
377
|
+
--- !u!4 &3475118261464492563
|
|
378
|
+
Transform:
|
|
379
|
+
m_ObjectHideFlags: 0
|
|
380
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
381
|
+
m_PrefabInstance: {fileID: 0}
|
|
382
|
+
m_PrefabAsset: {fileID: 0}
|
|
383
|
+
m_GameObject: {fileID: 4283425761326543017}
|
|
384
|
+
m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
|
|
385
|
+
m_LocalPosition: {x: 0, y: 0, z: -0.05}
|
|
386
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
387
|
+
m_Children:
|
|
388
|
+
- {fileID: 3918395025868533770}
|
|
389
|
+
- {fileID: 4538198013890515110}
|
|
390
|
+
- {fileID: 971748149831272269}
|
|
391
|
+
- {fileID: 3016789030709610617}
|
|
392
|
+
- {fileID: 2936275983042619142}
|
|
393
|
+
- {fileID: 3716161019320855118}
|
|
394
|
+
m_Father: {fileID: 0}
|
|
395
|
+
m_RootOrder: 0
|
|
396
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
397
|
+
--- !u!1 &6118169511635425143
|
|
398
|
+
GameObject:
|
|
399
|
+
m_ObjectHideFlags: 0
|
|
400
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
401
|
+
m_PrefabInstance: {fileID: 0}
|
|
402
|
+
m_PrefabAsset: {fileID: 0}
|
|
403
|
+
serializedVersion: 6
|
|
404
|
+
m_Component:
|
|
405
|
+
- component: {fileID: 3016789030709610617}
|
|
406
|
+
- component: {fileID: 8373948243224051821}
|
|
407
|
+
- component: {fileID: 1848978295326630070}
|
|
408
|
+
m_Layer: 0
|
|
409
|
+
m_Name: TouchPad
|
|
410
|
+
m_TagString: Untagged
|
|
411
|
+
m_Icon: {fileID: 0}
|
|
412
|
+
m_NavMeshLayer: 0
|
|
413
|
+
m_StaticEditorFlags: 0
|
|
414
|
+
m_IsActive: 1
|
|
415
|
+
--- !u!4 &3016789030709610617
|
|
416
|
+
Transform:
|
|
417
|
+
m_ObjectHideFlags: 0
|
|
418
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
419
|
+
m_PrefabInstance: {fileID: 0}
|
|
420
|
+
m_PrefabAsset: {fileID: 0}
|
|
421
|
+
m_GameObject: {fileID: 6118169511635425143}
|
|
422
|
+
m_LocalRotation: {x: 0.000000021855694, y: 0, z: -0, w: 1}
|
|
423
|
+
m_LocalPosition: {x: 2.2105108e-10, y: -0.0000135928385, z: -0.0049661375}
|
|
424
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
425
|
+
m_Children: []
|
|
426
|
+
m_Father: {fileID: 3475118261464492563}
|
|
427
|
+
m_RootOrder: 3
|
|
428
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
429
|
+
--- !u!33 &8373948243224051821
|
|
430
|
+
MeshFilter:
|
|
431
|
+
m_ObjectHideFlags: 0
|
|
432
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
433
|
+
m_PrefabInstance: {fileID: 0}
|
|
434
|
+
m_PrefabAsset: {fileID: 0}
|
|
435
|
+
m_GameObject: {fileID: 6118169511635425143}
|
|
436
|
+
m_Mesh: {fileID: -1120971793077124694, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
437
|
+
--- !u!23 &1848978295326630070
|
|
438
|
+
MeshRenderer:
|
|
439
|
+
m_ObjectHideFlags: 0
|
|
440
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
441
|
+
m_PrefabInstance: {fileID: 0}
|
|
442
|
+
m_PrefabAsset: {fileID: 0}
|
|
443
|
+
m_GameObject: {fileID: 6118169511635425143}
|
|
444
|
+
m_Enabled: 1
|
|
445
|
+
m_CastShadows: 1
|
|
446
|
+
m_ReceiveShadows: 1
|
|
447
|
+
m_DynamicOccludee: 1
|
|
448
|
+
m_MotionVectors: 1
|
|
449
|
+
m_LightProbeUsage: 1
|
|
450
|
+
m_ReflectionProbeUsage: 1
|
|
451
|
+
m_RayTracingMode: 2
|
|
452
|
+
m_RayTraceProcedural: 0
|
|
453
|
+
m_RenderingLayerMask: 1
|
|
454
|
+
m_RendererPriority: 0
|
|
455
|
+
m_Materials:
|
|
456
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
457
|
+
m_StaticBatchInfo:
|
|
458
|
+
firstSubMesh: 0
|
|
459
|
+
subMeshCount: 0
|
|
460
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
461
|
+
m_ProbeAnchor: {fileID: 0}
|
|
462
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
463
|
+
m_ScaleInLightmap: 1
|
|
464
|
+
m_ReceiveGI: 1
|
|
465
|
+
m_PreserveUVs: 0
|
|
466
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
467
|
+
m_ImportantGI: 0
|
|
468
|
+
m_StitchLightmapSeams: 1
|
|
469
|
+
m_SelectedEditorRenderState: 3
|
|
470
|
+
m_MinimumChartSize: 4
|
|
471
|
+
m_AutoUVMaxDistance: 0.5
|
|
472
|
+
m_AutoUVMaxAngle: 89
|
|
473
|
+
m_LightmapParameters: {fileID: 0}
|
|
474
|
+
m_SortingLayerID: 0
|
|
475
|
+
m_SortingLayer: 0
|
|
476
|
+
m_SortingOrder: 0
|
|
477
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
478
|
+
--- !u!1 &7325642504921798210
|
|
479
|
+
GameObject:
|
|
480
|
+
m_ObjectHideFlags: 0
|
|
481
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
482
|
+
m_PrefabInstance: {fileID: 0}
|
|
483
|
+
m_PrefabAsset: {fileID: 0}
|
|
484
|
+
serializedVersion: 6
|
|
485
|
+
m_Component:
|
|
486
|
+
- component: {fileID: 1067765487391569693}
|
|
487
|
+
- component: {fileID: 1010913343161546207}
|
|
488
|
+
- component: {fileID: 8298949448185474913}
|
|
489
|
+
m_Layer: 0
|
|
490
|
+
m_Name: Button_B
|
|
491
|
+
m_TagString: Untagged
|
|
492
|
+
m_Icon: {fileID: 0}
|
|
493
|
+
m_NavMeshLayer: 0
|
|
494
|
+
m_StaticEditorFlags: 0
|
|
495
|
+
m_IsActive: 1
|
|
496
|
+
--- !u!4 &1067765487391569693
|
|
497
|
+
Transform:
|
|
498
|
+
m_ObjectHideFlags: 0
|
|
499
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
500
|
+
m_PrefabInstance: {fileID: 0}
|
|
501
|
+
m_PrefabAsset: {fileID: 0}
|
|
502
|
+
m_GameObject: {fileID: 7325642504921798210}
|
|
503
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
504
|
+
m_LocalPosition: {x: 0.007821825, y: 0.0009400594, z: 0.006571072}
|
|
505
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
506
|
+
m_Children: []
|
|
507
|
+
m_Father: {fileID: 3716161019320855118}
|
|
508
|
+
m_RootOrder: 1
|
|
509
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
510
|
+
--- !u!33 &1010913343161546207
|
|
511
|
+
MeshFilter:
|
|
512
|
+
m_ObjectHideFlags: 0
|
|
513
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
514
|
+
m_PrefabInstance: {fileID: 0}
|
|
515
|
+
m_PrefabAsset: {fileID: 0}
|
|
516
|
+
m_GameObject: {fileID: 7325642504921798210}
|
|
517
|
+
m_Mesh: {fileID: 8449303727733987256, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
518
|
+
--- !u!23 &8298949448185474913
|
|
519
|
+
MeshRenderer:
|
|
520
|
+
m_ObjectHideFlags: 0
|
|
521
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
522
|
+
m_PrefabInstance: {fileID: 0}
|
|
523
|
+
m_PrefabAsset: {fileID: 0}
|
|
524
|
+
m_GameObject: {fileID: 7325642504921798210}
|
|
525
|
+
m_Enabled: 1
|
|
526
|
+
m_CastShadows: 1
|
|
527
|
+
m_ReceiveShadows: 1
|
|
528
|
+
m_DynamicOccludee: 1
|
|
529
|
+
m_MotionVectors: 1
|
|
530
|
+
m_LightProbeUsage: 1
|
|
531
|
+
m_ReflectionProbeUsage: 1
|
|
532
|
+
m_RayTracingMode: 2
|
|
533
|
+
m_RayTraceProcedural: 0
|
|
534
|
+
m_RenderingLayerMask: 1
|
|
535
|
+
m_RendererPriority: 0
|
|
536
|
+
m_Materials:
|
|
537
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
538
|
+
m_StaticBatchInfo:
|
|
539
|
+
firstSubMesh: 0
|
|
540
|
+
subMeshCount: 0
|
|
541
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
542
|
+
m_ProbeAnchor: {fileID: 0}
|
|
543
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
544
|
+
m_ScaleInLightmap: 1
|
|
545
|
+
m_ReceiveGI: 1
|
|
546
|
+
m_PreserveUVs: 0
|
|
547
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
548
|
+
m_ImportantGI: 0
|
|
549
|
+
m_StitchLightmapSeams: 1
|
|
550
|
+
m_SelectedEditorRenderState: 3
|
|
551
|
+
m_MinimumChartSize: 4
|
|
552
|
+
m_AutoUVMaxDistance: 0.5
|
|
553
|
+
m_AutoUVMaxAngle: 89
|
|
554
|
+
m_LightmapParameters: {fileID: 0}
|
|
555
|
+
m_SortingLayerID: 0
|
|
556
|
+
m_SortingLayer: 0
|
|
557
|
+
m_SortingOrder: 0
|
|
558
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
559
|
+
--- !u!1 &7670919110547240753
|
|
560
|
+
GameObject:
|
|
561
|
+
m_ObjectHideFlags: 0
|
|
562
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
563
|
+
m_PrefabInstance: {fileID: 0}
|
|
564
|
+
m_PrefabAsset: {fileID: 0}
|
|
565
|
+
serializedVersion: 6
|
|
566
|
+
m_Component:
|
|
567
|
+
- component: {fileID: 1149664065565101986}
|
|
568
|
+
- component: {fileID: 5821210241915783947}
|
|
569
|
+
- component: {fileID: 5320034229441704307}
|
|
570
|
+
m_Layer: 0
|
|
571
|
+
m_Name: ThumbStick
|
|
572
|
+
m_TagString: Untagged
|
|
573
|
+
m_Icon: {fileID: 0}
|
|
574
|
+
m_NavMeshLayer: 0
|
|
575
|
+
m_StaticEditorFlags: 0
|
|
576
|
+
m_IsActive: 1
|
|
577
|
+
--- !u!4 &1149664065565101986
|
|
578
|
+
Transform:
|
|
579
|
+
m_ObjectHideFlags: 0
|
|
580
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
581
|
+
m_PrefabInstance: {fileID: 0}
|
|
582
|
+
m_PrefabAsset: {fileID: 0}
|
|
583
|
+
m_GameObject: {fileID: 7670919110547240753}
|
|
584
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
585
|
+
m_LocalPosition: {x: -0.008775876, y: -0.002558912, z: -0.0074315914}
|
|
586
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
587
|
+
m_Children: []
|
|
588
|
+
m_Father: {fileID: 3716161019320855118}
|
|
589
|
+
m_RootOrder: 2
|
|
590
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
591
|
+
--- !u!33 &5821210241915783947
|
|
592
|
+
MeshFilter:
|
|
593
|
+
m_ObjectHideFlags: 0
|
|
594
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
595
|
+
m_PrefabInstance: {fileID: 0}
|
|
596
|
+
m_PrefabAsset: {fileID: 0}
|
|
597
|
+
m_GameObject: {fileID: 7670919110547240753}
|
|
598
|
+
m_Mesh: {fileID: -2564423107879867638, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
599
|
+
--- !u!23 &5320034229441704307
|
|
600
|
+
MeshRenderer:
|
|
601
|
+
m_ObjectHideFlags: 0
|
|
602
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
603
|
+
m_PrefabInstance: {fileID: 0}
|
|
604
|
+
m_PrefabAsset: {fileID: 0}
|
|
605
|
+
m_GameObject: {fileID: 7670919110547240753}
|
|
606
|
+
m_Enabled: 1
|
|
607
|
+
m_CastShadows: 1
|
|
608
|
+
m_ReceiveShadows: 1
|
|
609
|
+
m_DynamicOccludee: 1
|
|
610
|
+
m_MotionVectors: 1
|
|
611
|
+
m_LightProbeUsage: 1
|
|
612
|
+
m_ReflectionProbeUsage: 1
|
|
613
|
+
m_RayTracingMode: 2
|
|
614
|
+
m_RayTraceProcedural: 0
|
|
615
|
+
m_RenderingLayerMask: 1
|
|
616
|
+
m_RendererPriority: 0
|
|
617
|
+
m_Materials:
|
|
618
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
619
|
+
m_StaticBatchInfo:
|
|
620
|
+
firstSubMesh: 0
|
|
621
|
+
subMeshCount: 0
|
|
622
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
623
|
+
m_ProbeAnchor: {fileID: 0}
|
|
624
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
625
|
+
m_ScaleInLightmap: 1
|
|
626
|
+
m_ReceiveGI: 1
|
|
627
|
+
m_PreserveUVs: 0
|
|
628
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
629
|
+
m_ImportantGI: 0
|
|
630
|
+
m_StitchLightmapSeams: 1
|
|
631
|
+
m_SelectedEditorRenderState: 3
|
|
632
|
+
m_MinimumChartSize: 4
|
|
633
|
+
m_AutoUVMaxDistance: 0.5
|
|
634
|
+
m_AutoUVMaxAngle: 89
|
|
635
|
+
m_LightmapParameters: {fileID: 0}
|
|
636
|
+
m_SortingLayerID: 0
|
|
637
|
+
m_SortingLayer: 0
|
|
638
|
+
m_SortingOrder: 0
|
|
639
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
640
|
+
--- !u!1 &7812784923275191998
|
|
641
|
+
GameObject:
|
|
642
|
+
m_ObjectHideFlags: 0
|
|
643
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
644
|
+
m_PrefabInstance: {fileID: 0}
|
|
645
|
+
m_PrefabAsset: {fileID: 0}
|
|
646
|
+
serializedVersion: 6
|
|
647
|
+
m_Component:
|
|
648
|
+
- component: {fileID: 2936275983042619142}
|
|
649
|
+
- component: {fileID: 8115825213372190416}
|
|
650
|
+
- component: {fileID: 3816683123715682029}
|
|
651
|
+
m_Layer: 0
|
|
652
|
+
m_Name: Trigger
|
|
653
|
+
m_TagString: Untagged
|
|
654
|
+
m_Icon: {fileID: 0}
|
|
655
|
+
m_NavMeshLayer: 0
|
|
656
|
+
m_StaticEditorFlags: 0
|
|
657
|
+
m_IsActive: 1
|
|
658
|
+
--- !u!4 &2936275983042619142
|
|
659
|
+
Transform:
|
|
660
|
+
m_ObjectHideFlags: 0
|
|
661
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
662
|
+
m_PrefabInstance: {fileID: 0}
|
|
663
|
+
m_PrefabAsset: {fileID: 0}
|
|
664
|
+
m_GameObject: {fileID: 7812784923275191998}
|
|
665
|
+
m_LocalRotation: {x: 0.000000021855694, y: 0, z: -0, w: 1}
|
|
666
|
+
m_LocalPosition: {x: -5.559989e-10, y: -0.013359987, z: -0.018506905}
|
|
667
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
668
|
+
m_Children: []
|
|
669
|
+
m_Father: {fileID: 3475118261464492563}
|
|
670
|
+
m_RootOrder: 4
|
|
671
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
672
|
+
--- !u!33 &8115825213372190416
|
|
673
|
+
MeshFilter:
|
|
674
|
+
m_ObjectHideFlags: 0
|
|
675
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
676
|
+
m_PrefabInstance: {fileID: 0}
|
|
677
|
+
m_PrefabAsset: {fileID: 0}
|
|
678
|
+
m_GameObject: {fileID: 7812784923275191998}
|
|
679
|
+
m_Mesh: {fileID: -8653722315008560443, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
680
|
+
--- !u!23 &3816683123715682029
|
|
681
|
+
MeshRenderer:
|
|
682
|
+
m_ObjectHideFlags: 0
|
|
683
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
684
|
+
m_PrefabInstance: {fileID: 0}
|
|
685
|
+
m_PrefabAsset: {fileID: 0}
|
|
686
|
+
m_GameObject: {fileID: 7812784923275191998}
|
|
687
|
+
m_Enabled: 1
|
|
688
|
+
m_CastShadows: 1
|
|
689
|
+
m_ReceiveShadows: 1
|
|
690
|
+
m_DynamicOccludee: 1
|
|
691
|
+
m_MotionVectors: 1
|
|
692
|
+
m_LightProbeUsage: 1
|
|
693
|
+
m_ReflectionProbeUsage: 1
|
|
694
|
+
m_RayTracingMode: 2
|
|
695
|
+
m_RayTraceProcedural: 0
|
|
696
|
+
m_RenderingLayerMask: 1
|
|
697
|
+
m_RendererPriority: 0
|
|
698
|
+
m_Materials:
|
|
699
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
700
|
+
m_StaticBatchInfo:
|
|
701
|
+
firstSubMesh: 0
|
|
702
|
+
subMeshCount: 0
|
|
703
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
704
|
+
m_ProbeAnchor: {fileID: 0}
|
|
705
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
706
|
+
m_ScaleInLightmap: 1
|
|
707
|
+
m_ReceiveGI: 1
|
|
708
|
+
m_PreserveUVs: 0
|
|
709
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
710
|
+
m_ImportantGI: 0
|
|
711
|
+
m_StitchLightmapSeams: 1
|
|
712
|
+
m_SelectedEditorRenderState: 3
|
|
713
|
+
m_MinimumChartSize: 4
|
|
714
|
+
m_AutoUVMaxDistance: 0.5
|
|
715
|
+
m_AutoUVMaxAngle: 89
|
|
716
|
+
m_LightmapParameters: {fileID: 0}
|
|
717
|
+
m_SortingLayerID: 0
|
|
718
|
+
m_SortingLayer: 0
|
|
719
|
+
m_SortingOrder: 0
|
|
720
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
721
|
+
--- !u!1 &8852161128374344987
|
|
722
|
+
GameObject:
|
|
723
|
+
m_ObjectHideFlags: 0
|
|
724
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
725
|
+
m_PrefabInstance: {fileID: 0}
|
|
726
|
+
m_PrefabAsset: {fileID: 0}
|
|
727
|
+
serializedVersion: 6
|
|
728
|
+
m_Component:
|
|
729
|
+
- component: {fileID: 9209759161381479513}
|
|
730
|
+
- component: {fileID: 1663432946110593549}
|
|
731
|
+
- component: {fileID: 7639984874612879961}
|
|
732
|
+
m_Layer: 0
|
|
733
|
+
m_Name: ThumbStick_Base
|
|
734
|
+
m_TagString: Untagged
|
|
735
|
+
m_Icon: {fileID: 0}
|
|
736
|
+
m_NavMeshLayer: 0
|
|
737
|
+
m_StaticEditorFlags: 0
|
|
738
|
+
m_IsActive: 1
|
|
739
|
+
--- !u!4 &9209759161381479513
|
|
740
|
+
Transform:
|
|
741
|
+
m_ObjectHideFlags: 0
|
|
742
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
743
|
+
m_PrefabInstance: {fileID: 0}
|
|
744
|
+
m_PrefabAsset: {fileID: 0}
|
|
745
|
+
m_GameObject: {fileID: 8852161128374344987}
|
|
746
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
747
|
+
m_LocalPosition: {x: -0.008775877, y: 0.00152745, z: -0.0074315914}
|
|
748
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
749
|
+
m_Children: []
|
|
750
|
+
m_Father: {fileID: 3716161019320855118}
|
|
751
|
+
m_RootOrder: 3
|
|
752
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
753
|
+
--- !u!33 &1663432946110593549
|
|
754
|
+
MeshFilter:
|
|
755
|
+
m_ObjectHideFlags: 0
|
|
756
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
757
|
+
m_PrefabInstance: {fileID: 0}
|
|
758
|
+
m_PrefabAsset: {fileID: 0}
|
|
759
|
+
m_GameObject: {fileID: 8852161128374344987}
|
|
760
|
+
m_Mesh: {fileID: -2014588322676101042, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
761
|
+
--- !u!23 &7639984874612879961
|
|
762
|
+
MeshRenderer:
|
|
763
|
+
m_ObjectHideFlags: 0
|
|
764
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
765
|
+
m_PrefabInstance: {fileID: 0}
|
|
766
|
+
m_PrefabAsset: {fileID: 0}
|
|
767
|
+
m_GameObject: {fileID: 8852161128374344987}
|
|
768
|
+
m_Enabled: 1
|
|
769
|
+
m_CastShadows: 1
|
|
770
|
+
m_ReceiveShadows: 1
|
|
771
|
+
m_DynamicOccludee: 1
|
|
772
|
+
m_MotionVectors: 1
|
|
773
|
+
m_LightProbeUsage: 1
|
|
774
|
+
m_ReflectionProbeUsage: 1
|
|
775
|
+
m_RayTracingMode: 2
|
|
776
|
+
m_RayTraceProcedural: 0
|
|
777
|
+
m_RenderingLayerMask: 1
|
|
778
|
+
m_RendererPriority: 0
|
|
779
|
+
m_Materials:
|
|
780
|
+
- {fileID: 670224309865224971, guid: 11cd62256b1d470f922b2c8e6446cc77, type: 3}
|
|
781
|
+
m_StaticBatchInfo:
|
|
782
|
+
firstSubMesh: 0
|
|
783
|
+
subMeshCount: 0
|
|
784
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
785
|
+
m_ProbeAnchor: {fileID: 0}
|
|
786
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
787
|
+
m_ScaleInLightmap: 1
|
|
788
|
+
m_ReceiveGI: 1
|
|
789
|
+
m_PreserveUVs: 0
|
|
790
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
791
|
+
m_ImportantGI: 0
|
|
792
|
+
m_StitchLightmapSeams: 1
|
|
793
|
+
m_SelectedEditorRenderState: 3
|
|
794
|
+
m_MinimumChartSize: 4
|
|
795
|
+
m_AutoUVMaxDistance: 0.5
|
|
796
|
+
m_AutoUVMaxAngle: 89
|
|
797
|
+
m_LightmapParameters: {fileID: 0}
|
|
798
|
+
m_SortingLayerID: 0
|
|
799
|
+
m_SortingLayer: 0
|
|
800
|
+
m_SortingOrder: 0
|
|
801
|
+
m_AdditionalVertexStreams: {fileID: 0}
|