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,881 @@
|
|
|
1
|
+
{
|
|
2
|
+
"m_SGVersion": 3,
|
|
3
|
+
"m_Type": "UnityEditor.ShaderGraph.GraphData",
|
|
4
|
+
"m_ObjectId": "012d47a8acba42c3870b46542917fc35",
|
|
5
|
+
"m_Properties": [
|
|
6
|
+
{
|
|
7
|
+
"m_Id": "7c96b03adaf748d083773fabd2dac284"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"m_Keywords": [],
|
|
11
|
+
"m_Dropdowns": [],
|
|
12
|
+
"m_CategoryData": [
|
|
13
|
+
{
|
|
14
|
+
"m_Id": "e710638c1411406b96c65750480e104d"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"m_Nodes": [
|
|
18
|
+
{
|
|
19
|
+
"m_Id": "e49e6b235c8a41608ad6e5532e2949e5"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"m_Id": "131803ce62804310864343d81153326a"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"m_Id": "6b950914ec634c54a99d702fdc4c8e82"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"m_Id": "c0db74e9c3824cbc81a5a8c3048815fe"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"m_Id": "d9495fa2999640719b521f3264e8359d"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"m_Id": "0cca5d56cd43447b8b8035d819192f83"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"m_Id": "46db98c675844bf29be0b34c0bc7fbc3"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"m_GroupDatas": [],
|
|
41
|
+
"m_StickyNoteDatas": [],
|
|
42
|
+
"m_Edges": [
|
|
43
|
+
{
|
|
44
|
+
"m_OutputSlot": {
|
|
45
|
+
"m_Node": {
|
|
46
|
+
"m_Id": "0cca5d56cd43447b8b8035d819192f83"
|
|
47
|
+
},
|
|
48
|
+
"m_SlotId": 1
|
|
49
|
+
},
|
|
50
|
+
"m_InputSlot": {
|
|
51
|
+
"m_Node": {
|
|
52
|
+
"m_Id": "e49e6b235c8a41608ad6e5532e2949e5"
|
|
53
|
+
},
|
|
54
|
+
"m_SlotId": 1
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"m_OutputSlot": {
|
|
59
|
+
"m_Node": {
|
|
60
|
+
"m_Id": "131803ce62804310864343d81153326a"
|
|
61
|
+
},
|
|
62
|
+
"m_SlotId": 0
|
|
63
|
+
},
|
|
64
|
+
"m_InputSlot": {
|
|
65
|
+
"m_Node": {
|
|
66
|
+
"m_Id": "c0db74e9c3824cbc81a5a8c3048815fe"
|
|
67
|
+
},
|
|
68
|
+
"m_SlotId": 0
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"m_OutputSlot": {
|
|
73
|
+
"m_Node": {
|
|
74
|
+
"m_Id": "46db98c675844bf29be0b34c0bc7fbc3"
|
|
75
|
+
},
|
|
76
|
+
"m_SlotId": 0
|
|
77
|
+
},
|
|
78
|
+
"m_InputSlot": {
|
|
79
|
+
"m_Node": {
|
|
80
|
+
"m_Id": "d9495fa2999640719b521f3264e8359d"
|
|
81
|
+
},
|
|
82
|
+
"m_SlotId": 0
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"m_OutputSlot": {
|
|
87
|
+
"m_Node": {
|
|
88
|
+
"m_Id": "6b950914ec634c54a99d702fdc4c8e82"
|
|
89
|
+
},
|
|
90
|
+
"m_SlotId": 0
|
|
91
|
+
},
|
|
92
|
+
"m_InputSlot": {
|
|
93
|
+
"m_Node": {
|
|
94
|
+
"m_Id": "c0db74e9c3824cbc81a5a8c3048815fe"
|
|
95
|
+
},
|
|
96
|
+
"m_SlotId": 1
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"m_OutputSlot": {
|
|
101
|
+
"m_Node": {
|
|
102
|
+
"m_Id": "c0db74e9c3824cbc81a5a8c3048815fe"
|
|
103
|
+
},
|
|
104
|
+
"m_SlotId": 2
|
|
105
|
+
},
|
|
106
|
+
"m_InputSlot": {
|
|
107
|
+
"m_Node": {
|
|
108
|
+
"m_Id": "d9495fa2999640719b521f3264e8359d"
|
|
109
|
+
},
|
|
110
|
+
"m_SlotId": 2
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"m_OutputSlot": {
|
|
115
|
+
"m_Node": {
|
|
116
|
+
"m_Id": "d9495fa2999640719b521f3264e8359d"
|
|
117
|
+
},
|
|
118
|
+
"m_SlotId": 3
|
|
119
|
+
},
|
|
120
|
+
"m_InputSlot": {
|
|
121
|
+
"m_Node": {
|
|
122
|
+
"m_Id": "0cca5d56cd43447b8b8035d819192f83"
|
|
123
|
+
},
|
|
124
|
+
"m_SlotId": 0
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"m_VertexContext": {
|
|
129
|
+
"m_Position": {
|
|
130
|
+
"x": 0.0,
|
|
131
|
+
"y": 0.0
|
|
132
|
+
},
|
|
133
|
+
"m_Blocks": []
|
|
134
|
+
},
|
|
135
|
+
"m_FragmentContext": {
|
|
136
|
+
"m_Position": {
|
|
137
|
+
"x": 0.0,
|
|
138
|
+
"y": 0.0
|
|
139
|
+
},
|
|
140
|
+
"m_Blocks": []
|
|
141
|
+
},
|
|
142
|
+
"m_PreviewData": {
|
|
143
|
+
"serializedMesh": {
|
|
144
|
+
"m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
|
|
145
|
+
"m_Guid": ""
|
|
146
|
+
},
|
|
147
|
+
"preventRotation": false
|
|
148
|
+
},
|
|
149
|
+
"m_Path": "Sub Graphs",
|
|
150
|
+
"m_GraphPrecision": 1,
|
|
151
|
+
"m_PreviewMode": 2,
|
|
152
|
+
"m_OutputNode": {
|
|
153
|
+
"m_Id": "e49e6b235c8a41608ad6e5532e2949e5"
|
|
154
|
+
},
|
|
155
|
+
"m_ActiveTargets": []
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
{
|
|
159
|
+
"m_SGVersion": 0,
|
|
160
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
161
|
+
"m_ObjectId": "0354cf084f2d46398c4bd296dbca9262",
|
|
162
|
+
"m_Id": 2,
|
|
163
|
+
"m_DisplayName": "Orthographic",
|
|
164
|
+
"m_SlotType": 1,
|
|
165
|
+
"m_Hidden": false,
|
|
166
|
+
"m_ShaderOutputName": "Orthographic",
|
|
167
|
+
"m_StageCapability": 3,
|
|
168
|
+
"m_Value": 0.0,
|
|
169
|
+
"m_DefaultValue": 0.0,
|
|
170
|
+
"m_Labels": []
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
{
|
|
174
|
+
"m_SGVersion": 0,
|
|
175
|
+
"m_Type": "UnityEditor.ShaderGraph.SaturateNode",
|
|
176
|
+
"m_ObjectId": "0cca5d56cd43447b8b8035d819192f83",
|
|
177
|
+
"m_Group": {
|
|
178
|
+
"m_Id": ""
|
|
179
|
+
},
|
|
180
|
+
"m_Name": "Saturate",
|
|
181
|
+
"m_DrawState": {
|
|
182
|
+
"m_Expanded": true,
|
|
183
|
+
"m_Position": {
|
|
184
|
+
"serializedVersion": "2",
|
|
185
|
+
"x": 212.50006103515626,
|
|
186
|
+
"y": -139.5,
|
|
187
|
+
"width": 128.0,
|
|
188
|
+
"height": 94.00006103515625
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"m_Slots": [
|
|
192
|
+
{
|
|
193
|
+
"m_Id": "a5e5202504c840949528e3d5f6ca3a1d"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"m_Id": "d292146004e34484ab78bfd9e3abdb5c"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"synonyms": [
|
|
200
|
+
"clamp"
|
|
201
|
+
],
|
|
202
|
+
"m_Precision": 0,
|
|
203
|
+
"m_PreviewExpanded": false,
|
|
204
|
+
"m_DismissedVersion": 0,
|
|
205
|
+
"m_PreviewMode": 0,
|
|
206
|
+
"m_CustomColors": {
|
|
207
|
+
"m_SerializableColors": []
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
{
|
|
212
|
+
"m_SGVersion": 0,
|
|
213
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot",
|
|
214
|
+
"m_ObjectId": "124d52d1f6034575a0c9db8a9e035460",
|
|
215
|
+
"m_Id": 0,
|
|
216
|
+
"m_DisplayName": "Out",
|
|
217
|
+
"m_SlotType": 1,
|
|
218
|
+
"m_Hidden": false,
|
|
219
|
+
"m_ShaderOutputName": "Out",
|
|
220
|
+
"m_StageCapability": 3,
|
|
221
|
+
"m_Value": {
|
|
222
|
+
"x": 0.0,
|
|
223
|
+
"y": 0.0,
|
|
224
|
+
"z": 0.0
|
|
225
|
+
},
|
|
226
|
+
"m_DefaultValue": {
|
|
227
|
+
"x": 0.0,
|
|
228
|
+
"y": 0.0,
|
|
229
|
+
"z": 0.0
|
|
230
|
+
},
|
|
231
|
+
"m_Labels": []
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
{
|
|
235
|
+
"m_SGVersion": 0,
|
|
236
|
+
"m_Type": "UnityEditor.ShaderGraph.CameraNode",
|
|
237
|
+
"m_ObjectId": "131803ce62804310864343d81153326a",
|
|
238
|
+
"m_Group": {
|
|
239
|
+
"m_Id": ""
|
|
240
|
+
},
|
|
241
|
+
"m_Name": "Camera",
|
|
242
|
+
"m_DrawState": {
|
|
243
|
+
"m_Expanded": true,
|
|
244
|
+
"m_Position": {
|
|
245
|
+
"serializedVersion": "2",
|
|
246
|
+
"x": -293.5,
|
|
247
|
+
"y": -219.49996948242188,
|
|
248
|
+
"width": 122.0,
|
|
249
|
+
"height": 245.00003051757813
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"m_Slots": [
|
|
253
|
+
{
|
|
254
|
+
"m_Id": "6b7664c7e7ba40a7bbcbc025aeafb817"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"m_Id": "e615ef89944b4845ab93657a2180c145"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"m_Id": "0354cf084f2d46398c4bd296dbca9262"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"m_Id": "2e983538fd7c487b8376bcc130098ca8"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"m_Id": "ab2bf290df344415851a66bc6436b105"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"m_Id": "6f455a90b9394ff1b6db2abff7ec1357"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"m_Id": "dcc27c73c15048fa89026a0036e07831"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"m_Id": "ff4986db5a1d494faf8fc3bb973193bf"
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"synonyms": [
|
|
279
|
+
"position",
|
|
280
|
+
"direction",
|
|
281
|
+
"orthographic",
|
|
282
|
+
"near plane",
|
|
283
|
+
"far plane",
|
|
284
|
+
"width",
|
|
285
|
+
"height"
|
|
286
|
+
],
|
|
287
|
+
"m_Precision": 0,
|
|
288
|
+
"m_PreviewExpanded": true,
|
|
289
|
+
"m_DismissedVersion": 0,
|
|
290
|
+
"m_PreviewMode": 0,
|
|
291
|
+
"m_CustomColors": {
|
|
292
|
+
"m_SerializableColors": []
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
{
|
|
297
|
+
"m_SGVersion": 0,
|
|
298
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
299
|
+
"m_ObjectId": "1f173e69439b49f5be0674884dba88d8",
|
|
300
|
+
"m_Id": 2,
|
|
301
|
+
"m_DisplayName": "Out",
|
|
302
|
+
"m_SlotType": 1,
|
|
303
|
+
"m_Hidden": false,
|
|
304
|
+
"m_ShaderOutputName": "Out",
|
|
305
|
+
"m_StageCapability": 3,
|
|
306
|
+
"m_Value": 0.0,
|
|
307
|
+
"m_DefaultValue": 0.0,
|
|
308
|
+
"m_Labels": []
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
{
|
|
312
|
+
"m_SGVersion": 0,
|
|
313
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
314
|
+
"m_ObjectId": "2e983538fd7c487b8376bcc130098ca8",
|
|
315
|
+
"m_Id": 3,
|
|
316
|
+
"m_DisplayName": "Near Plane",
|
|
317
|
+
"m_SlotType": 1,
|
|
318
|
+
"m_Hidden": false,
|
|
319
|
+
"m_ShaderOutputName": "Near Plane",
|
|
320
|
+
"m_StageCapability": 3,
|
|
321
|
+
"m_Value": 0.0,
|
|
322
|
+
"m_DefaultValue": 0.0,
|
|
323
|
+
"m_Labels": []
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
{
|
|
327
|
+
"m_SGVersion": 0,
|
|
328
|
+
"m_Type": "UnityEditor.ShaderGraph.PropertyNode",
|
|
329
|
+
"m_ObjectId": "46db98c675844bf29be0b34c0bc7fbc3",
|
|
330
|
+
"m_Group": {
|
|
331
|
+
"m_Id": ""
|
|
332
|
+
},
|
|
333
|
+
"m_Name": "Property",
|
|
334
|
+
"m_DrawState": {
|
|
335
|
+
"m_Expanded": true,
|
|
336
|
+
"m_Position": {
|
|
337
|
+
"serializedVersion": "2",
|
|
338
|
+
"x": -155.0,
|
|
339
|
+
"y": -127.0,
|
|
340
|
+
"width": 210.0,
|
|
341
|
+
"height": 34.0
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"m_Slots": [
|
|
345
|
+
{
|
|
346
|
+
"m_Id": "ba61a4059383421d990a8d7d2bbcc6bb"
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"synonyms": [],
|
|
350
|
+
"m_Precision": 0,
|
|
351
|
+
"m_PreviewExpanded": true,
|
|
352
|
+
"m_DismissedVersion": 0,
|
|
353
|
+
"m_PreviewMode": 0,
|
|
354
|
+
"m_CustomColors": {
|
|
355
|
+
"m_SerializableColors": []
|
|
356
|
+
},
|
|
357
|
+
"m_Property": {
|
|
358
|
+
"m_Id": "7c96b03adaf748d083773fabd2dac284"
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
{
|
|
363
|
+
"m_SGVersion": 0,
|
|
364
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
365
|
+
"m_ObjectId": "5e597a34457b4745b4531c5f4ae59aeb",
|
|
366
|
+
"m_Id": 1,
|
|
367
|
+
"m_DisplayName": "Out",
|
|
368
|
+
"m_SlotType": 0,
|
|
369
|
+
"m_Hidden": false,
|
|
370
|
+
"m_ShaderOutputName": "Out",
|
|
371
|
+
"m_StageCapability": 3,
|
|
372
|
+
"m_Value": 0.0,
|
|
373
|
+
"m_DefaultValue": 0.0,
|
|
374
|
+
"m_Labels": []
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
{
|
|
378
|
+
"m_SGVersion": 0,
|
|
379
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot",
|
|
380
|
+
"m_ObjectId": "6b7664c7e7ba40a7bbcbc025aeafb817",
|
|
381
|
+
"m_Id": 0,
|
|
382
|
+
"m_DisplayName": "Position",
|
|
383
|
+
"m_SlotType": 1,
|
|
384
|
+
"m_Hidden": false,
|
|
385
|
+
"m_ShaderOutputName": "Position",
|
|
386
|
+
"m_StageCapability": 3,
|
|
387
|
+
"m_Value": {
|
|
388
|
+
"x": 0.0,
|
|
389
|
+
"y": 0.0,
|
|
390
|
+
"z": 0.0
|
|
391
|
+
},
|
|
392
|
+
"m_DefaultValue": {
|
|
393
|
+
"x": 0.0,
|
|
394
|
+
"y": 0.0,
|
|
395
|
+
"z": 0.0
|
|
396
|
+
},
|
|
397
|
+
"m_Labels": []
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
{
|
|
401
|
+
"m_SGVersion": 1,
|
|
402
|
+
"m_Type": "UnityEditor.ShaderGraph.PositionNode",
|
|
403
|
+
"m_ObjectId": "6b950914ec634c54a99d702fdc4c8e82",
|
|
404
|
+
"m_Group": {
|
|
405
|
+
"m_Id": ""
|
|
406
|
+
},
|
|
407
|
+
"m_Name": "Position",
|
|
408
|
+
"m_DrawState": {
|
|
409
|
+
"m_Expanded": true,
|
|
410
|
+
"m_Position": {
|
|
411
|
+
"serializedVersion": "2",
|
|
412
|
+
"x": -379.5,
|
|
413
|
+
"y": 31.5,
|
|
414
|
+
"width": 206.0,
|
|
415
|
+
"height": 131.00006103515626
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"m_Slots": [
|
|
419
|
+
{
|
|
420
|
+
"m_Id": "124d52d1f6034575a0c9db8a9e035460"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"synonyms": [
|
|
424
|
+
"location"
|
|
425
|
+
],
|
|
426
|
+
"m_Precision": 1,
|
|
427
|
+
"m_PreviewExpanded": false,
|
|
428
|
+
"m_DismissedVersion": 0,
|
|
429
|
+
"m_PreviewMode": 2,
|
|
430
|
+
"m_CustomColors": {
|
|
431
|
+
"m_SerializableColors": []
|
|
432
|
+
},
|
|
433
|
+
"m_Space": 4,
|
|
434
|
+
"m_PositionSource": 0
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
{
|
|
438
|
+
"m_SGVersion": 0,
|
|
439
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
440
|
+
"m_ObjectId": "6f455a90b9394ff1b6db2abff7ec1357",
|
|
441
|
+
"m_Id": 5,
|
|
442
|
+
"m_DisplayName": "Z Buffer Sign",
|
|
443
|
+
"m_SlotType": 1,
|
|
444
|
+
"m_Hidden": false,
|
|
445
|
+
"m_ShaderOutputName": "Z Buffer Sign",
|
|
446
|
+
"m_StageCapability": 3,
|
|
447
|
+
"m_Value": 1.0,
|
|
448
|
+
"m_DefaultValue": 1.0,
|
|
449
|
+
"m_Labels": []
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
{
|
|
453
|
+
"m_SGVersion": 1,
|
|
454
|
+
"m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty",
|
|
455
|
+
"m_ObjectId": "7c96b03adaf748d083773fabd2dac284",
|
|
456
|
+
"m_Guid": {
|
|
457
|
+
"m_GuidSerialized": "8a7e4899-396c-4103-a88b-329641ea93fb"
|
|
458
|
+
},
|
|
459
|
+
"m_Name": "---Detail Appear Distance",
|
|
460
|
+
"m_DefaultRefNameVersion": 1,
|
|
461
|
+
"m_RefNameGeneratedByDisplayName": "---Detail Appear Distance",
|
|
462
|
+
"m_DefaultReferenceName": "__Detail_Appear_Distance",
|
|
463
|
+
"m_OverrideReferenceName": "",
|
|
464
|
+
"m_GeneratePropertyBlock": true,
|
|
465
|
+
"m_UseCustomSlotLabel": false,
|
|
466
|
+
"m_CustomSlotLabel": "",
|
|
467
|
+
"m_DismissedVersion": 0,
|
|
468
|
+
"m_Precision": 0,
|
|
469
|
+
"overrideHLSLDeclaration": false,
|
|
470
|
+
"hlslDeclarationOverride": 0,
|
|
471
|
+
"m_Hidden": false,
|
|
472
|
+
"m_Value": 1.0,
|
|
473
|
+
"m_FloatType": 0,
|
|
474
|
+
"m_RangeValues": {
|
|
475
|
+
"x": 0.0,
|
|
476
|
+
"y": 1.0
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
{
|
|
481
|
+
"m_SGVersion": 0,
|
|
482
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
483
|
+
"m_ObjectId": "7d0df617b4594df5a99375bee2e7ec53",
|
|
484
|
+
"m_Id": 0,
|
|
485
|
+
"m_DisplayName": "A",
|
|
486
|
+
"m_SlotType": 0,
|
|
487
|
+
"m_Hidden": false,
|
|
488
|
+
"m_ShaderOutputName": "A",
|
|
489
|
+
"m_StageCapability": 3,
|
|
490
|
+
"m_Value": {
|
|
491
|
+
"x": 0.0,
|
|
492
|
+
"y": 0.0,
|
|
493
|
+
"z": 0.0,
|
|
494
|
+
"w": 0.0
|
|
495
|
+
},
|
|
496
|
+
"m_DefaultValue": {
|
|
497
|
+
"x": 0.0,
|
|
498
|
+
"y": 0.0,
|
|
499
|
+
"z": 0.0,
|
|
500
|
+
"w": 0.0
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
{
|
|
505
|
+
"m_SGVersion": 0,
|
|
506
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
507
|
+
"m_ObjectId": "97cc544850774c13ae2511a3324c8613",
|
|
508
|
+
"m_Id": 2,
|
|
509
|
+
"m_DisplayName": "T",
|
|
510
|
+
"m_SlotType": 0,
|
|
511
|
+
"m_Hidden": false,
|
|
512
|
+
"m_ShaderOutputName": "T",
|
|
513
|
+
"m_StageCapability": 3,
|
|
514
|
+
"m_Value": {
|
|
515
|
+
"x": 0.0,
|
|
516
|
+
"y": 0.0,
|
|
517
|
+
"z": 0.0,
|
|
518
|
+
"w": 0.0
|
|
519
|
+
},
|
|
520
|
+
"m_DefaultValue": {
|
|
521
|
+
"x": 0.0,
|
|
522
|
+
"y": 0.0,
|
|
523
|
+
"z": 0.0,
|
|
524
|
+
"w": 0.0
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
{
|
|
529
|
+
"m_SGVersion": 0,
|
|
530
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
531
|
+
"m_ObjectId": "a5e5202504c840949528e3d5f6ca3a1d",
|
|
532
|
+
"m_Id": 0,
|
|
533
|
+
"m_DisplayName": "In",
|
|
534
|
+
"m_SlotType": 0,
|
|
535
|
+
"m_Hidden": false,
|
|
536
|
+
"m_ShaderOutputName": "In",
|
|
537
|
+
"m_StageCapability": 3,
|
|
538
|
+
"m_Value": {
|
|
539
|
+
"x": 0.0,
|
|
540
|
+
"y": 0.0,
|
|
541
|
+
"z": 0.0,
|
|
542
|
+
"w": 0.0
|
|
543
|
+
},
|
|
544
|
+
"m_DefaultValue": {
|
|
545
|
+
"x": 0.0,
|
|
546
|
+
"y": 0.0,
|
|
547
|
+
"z": 0.0,
|
|
548
|
+
"w": 0.0
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
{
|
|
553
|
+
"m_SGVersion": 0,
|
|
554
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
555
|
+
"m_ObjectId": "ab2bf290df344415851a66bc6436b105",
|
|
556
|
+
"m_Id": 4,
|
|
557
|
+
"m_DisplayName": "Far Plane",
|
|
558
|
+
"m_SlotType": 1,
|
|
559
|
+
"m_Hidden": false,
|
|
560
|
+
"m_ShaderOutputName": "Far Plane",
|
|
561
|
+
"m_StageCapability": 3,
|
|
562
|
+
"m_Value": 1.0,
|
|
563
|
+
"m_DefaultValue": 1.0,
|
|
564
|
+
"m_Labels": []
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
{
|
|
568
|
+
"m_SGVersion": 0,
|
|
569
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
570
|
+
"m_ObjectId": "ba61a4059383421d990a8d7d2bbcc6bb",
|
|
571
|
+
"m_Id": 0,
|
|
572
|
+
"m_DisplayName": "---Detail Appear Distance",
|
|
573
|
+
"m_SlotType": 1,
|
|
574
|
+
"m_Hidden": false,
|
|
575
|
+
"m_ShaderOutputName": "Out",
|
|
576
|
+
"m_StageCapability": 3,
|
|
577
|
+
"m_Value": 0.0,
|
|
578
|
+
"m_DefaultValue": 0.0,
|
|
579
|
+
"m_Labels": []
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
{
|
|
583
|
+
"m_SGVersion": 0,
|
|
584
|
+
"m_Type": "UnityEditor.ShaderGraph.DistanceNode",
|
|
585
|
+
"m_ObjectId": "c0db74e9c3824cbc81a5a8c3048815fe",
|
|
586
|
+
"m_Group": {
|
|
587
|
+
"m_Id": ""
|
|
588
|
+
},
|
|
589
|
+
"m_Name": "Distance",
|
|
590
|
+
"m_DrawState": {
|
|
591
|
+
"m_Expanded": true,
|
|
592
|
+
"m_Position": {
|
|
593
|
+
"serializedVersion": "2",
|
|
594
|
+
"x": -148.5,
|
|
595
|
+
"y": -91.49993896484375,
|
|
596
|
+
"width": 128.0001220703125,
|
|
597
|
+
"height": 117.99993896484375
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"m_Slots": [
|
|
601
|
+
{
|
|
602
|
+
"m_Id": "ecfde177274d45cf98e373fa628bb261"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"m_Id": "d35493e1823c49598c4a21ccf7c04507"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"m_Id": "1f173e69439b49f5be0674884dba88d8"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"synonyms": [],
|
|
612
|
+
"m_Precision": 0,
|
|
613
|
+
"m_PreviewExpanded": false,
|
|
614
|
+
"m_DismissedVersion": 0,
|
|
615
|
+
"m_PreviewMode": 0,
|
|
616
|
+
"m_CustomColors": {
|
|
617
|
+
"m_SerializableColors": []
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
{
|
|
622
|
+
"m_SGVersion": 0,
|
|
623
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
624
|
+
"m_ObjectId": "d292146004e34484ab78bfd9e3abdb5c",
|
|
625
|
+
"m_Id": 1,
|
|
626
|
+
"m_DisplayName": "Out",
|
|
627
|
+
"m_SlotType": 1,
|
|
628
|
+
"m_Hidden": false,
|
|
629
|
+
"m_ShaderOutputName": "Out",
|
|
630
|
+
"m_StageCapability": 3,
|
|
631
|
+
"m_Value": {
|
|
632
|
+
"x": 0.0,
|
|
633
|
+
"y": 0.0,
|
|
634
|
+
"z": 0.0,
|
|
635
|
+
"w": 0.0
|
|
636
|
+
},
|
|
637
|
+
"m_DefaultValue": {
|
|
638
|
+
"x": 0.0,
|
|
639
|
+
"y": 0.0,
|
|
640
|
+
"z": 0.0,
|
|
641
|
+
"w": 0.0
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
{
|
|
646
|
+
"m_SGVersion": 0,
|
|
647
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
648
|
+
"m_ObjectId": "d35493e1823c49598c4a21ccf7c04507",
|
|
649
|
+
"m_Id": 1,
|
|
650
|
+
"m_DisplayName": "B",
|
|
651
|
+
"m_SlotType": 0,
|
|
652
|
+
"m_Hidden": false,
|
|
653
|
+
"m_ShaderOutputName": "B",
|
|
654
|
+
"m_StageCapability": 3,
|
|
655
|
+
"m_Value": {
|
|
656
|
+
"x": 0.0,
|
|
657
|
+
"y": 0.0,
|
|
658
|
+
"z": 0.0,
|
|
659
|
+
"w": 0.0
|
|
660
|
+
},
|
|
661
|
+
"m_DefaultValue": {
|
|
662
|
+
"x": 0.0,
|
|
663
|
+
"y": 0.0,
|
|
664
|
+
"z": 0.0,
|
|
665
|
+
"w": 0.0
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
{
|
|
670
|
+
"m_SGVersion": 0,
|
|
671
|
+
"m_Type": "UnityEditor.ShaderGraph.InverseLerpNode",
|
|
672
|
+
"m_ObjectId": "d9495fa2999640719b521f3264e8359d",
|
|
673
|
+
"m_Group": {
|
|
674
|
+
"m_Id": ""
|
|
675
|
+
},
|
|
676
|
+
"m_Name": "Inverse Lerp",
|
|
677
|
+
"m_DrawState": {
|
|
678
|
+
"m_Expanded": true,
|
|
679
|
+
"m_Position": {
|
|
680
|
+
"serializedVersion": "2",
|
|
681
|
+
"x": 69.5001220703125,
|
|
682
|
+
"y": -138.49993896484376,
|
|
683
|
+
"width": 125.99993896484375,
|
|
684
|
+
"height": 141.99993896484376
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"m_Slots": [
|
|
688
|
+
{
|
|
689
|
+
"m_Id": "7d0df617b4594df5a99375bee2e7ec53"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"m_Id": "f87572d2802e48ad926deb6fef284c90"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"m_Id": "97cc544850774c13ae2511a3324c8613"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"m_Id": "e7feadca04634be6b21db0af875e6cb8"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"synonyms": [],
|
|
702
|
+
"m_Precision": 0,
|
|
703
|
+
"m_PreviewExpanded": false,
|
|
704
|
+
"m_DismissedVersion": 0,
|
|
705
|
+
"m_PreviewMode": 0,
|
|
706
|
+
"m_CustomColors": {
|
|
707
|
+
"m_SerializableColors": []
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
{
|
|
712
|
+
"m_SGVersion": 0,
|
|
713
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
714
|
+
"m_ObjectId": "dcc27c73c15048fa89026a0036e07831",
|
|
715
|
+
"m_Id": 6,
|
|
716
|
+
"m_DisplayName": "Width",
|
|
717
|
+
"m_SlotType": 1,
|
|
718
|
+
"m_Hidden": false,
|
|
719
|
+
"m_ShaderOutputName": "Width",
|
|
720
|
+
"m_StageCapability": 3,
|
|
721
|
+
"m_Value": 1.0,
|
|
722
|
+
"m_DefaultValue": 1.0,
|
|
723
|
+
"m_Labels": []
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
{
|
|
727
|
+
"m_SGVersion": 0,
|
|
728
|
+
"m_Type": "UnityEditor.ShaderGraph.SubGraphOutputNode",
|
|
729
|
+
"m_ObjectId": "e49e6b235c8a41608ad6e5532e2949e5",
|
|
730
|
+
"m_Group": {
|
|
731
|
+
"m_Id": ""
|
|
732
|
+
},
|
|
733
|
+
"m_Name": "Output",
|
|
734
|
+
"m_DrawState": {
|
|
735
|
+
"m_Expanded": true,
|
|
736
|
+
"m_Position": {
|
|
737
|
+
"serializedVersion": "2",
|
|
738
|
+
"x": 569.0,
|
|
739
|
+
"y": -142.0,
|
|
740
|
+
"width": 117.0,
|
|
741
|
+
"height": 77.0
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"m_Slots": [
|
|
745
|
+
{
|
|
746
|
+
"m_Id": "5e597a34457b4745b4531c5f4ae59aeb"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"synonyms": [],
|
|
750
|
+
"m_Precision": 0,
|
|
751
|
+
"m_PreviewExpanded": true,
|
|
752
|
+
"m_DismissedVersion": 0,
|
|
753
|
+
"m_PreviewMode": 0,
|
|
754
|
+
"m_CustomColors": {
|
|
755
|
+
"m_SerializableColors": []
|
|
756
|
+
},
|
|
757
|
+
"IsFirstSlotValid": true
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
{
|
|
761
|
+
"m_SGVersion": 0,
|
|
762
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot",
|
|
763
|
+
"m_ObjectId": "e615ef89944b4845ab93657a2180c145",
|
|
764
|
+
"m_Id": 1,
|
|
765
|
+
"m_DisplayName": "Direction",
|
|
766
|
+
"m_SlotType": 1,
|
|
767
|
+
"m_Hidden": false,
|
|
768
|
+
"m_ShaderOutputName": "Direction",
|
|
769
|
+
"m_StageCapability": 3,
|
|
770
|
+
"m_Value": {
|
|
771
|
+
"x": 0.0,
|
|
772
|
+
"y": 0.0,
|
|
773
|
+
"z": 0.0
|
|
774
|
+
},
|
|
775
|
+
"m_DefaultValue": {
|
|
776
|
+
"x": 0.0,
|
|
777
|
+
"y": 0.0,
|
|
778
|
+
"z": 0.0
|
|
779
|
+
},
|
|
780
|
+
"m_Labels": []
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
{
|
|
784
|
+
"m_SGVersion": 0,
|
|
785
|
+
"m_Type": "UnityEditor.ShaderGraph.CategoryData",
|
|
786
|
+
"m_ObjectId": "e710638c1411406b96c65750480e104d",
|
|
787
|
+
"m_Name": "",
|
|
788
|
+
"m_ChildObjectList": [
|
|
789
|
+
{
|
|
790
|
+
"m_Id": "7c96b03adaf748d083773fabd2dac284"
|
|
791
|
+
}
|
|
792
|
+
]
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
{
|
|
796
|
+
"m_SGVersion": 0,
|
|
797
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
798
|
+
"m_ObjectId": "e7feadca04634be6b21db0af875e6cb8",
|
|
799
|
+
"m_Id": 3,
|
|
800
|
+
"m_DisplayName": "Out",
|
|
801
|
+
"m_SlotType": 1,
|
|
802
|
+
"m_Hidden": false,
|
|
803
|
+
"m_ShaderOutputName": "Out",
|
|
804
|
+
"m_StageCapability": 3,
|
|
805
|
+
"m_Value": {
|
|
806
|
+
"x": 0.0,
|
|
807
|
+
"y": 0.0,
|
|
808
|
+
"z": 0.0,
|
|
809
|
+
"w": 0.0
|
|
810
|
+
},
|
|
811
|
+
"m_DefaultValue": {
|
|
812
|
+
"x": 0.0,
|
|
813
|
+
"y": 0.0,
|
|
814
|
+
"z": 0.0,
|
|
815
|
+
"w": 0.0
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
{
|
|
820
|
+
"m_SGVersion": 0,
|
|
821
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
822
|
+
"m_ObjectId": "ecfde177274d45cf98e373fa628bb261",
|
|
823
|
+
"m_Id": 0,
|
|
824
|
+
"m_DisplayName": "A",
|
|
825
|
+
"m_SlotType": 0,
|
|
826
|
+
"m_Hidden": false,
|
|
827
|
+
"m_ShaderOutputName": "A",
|
|
828
|
+
"m_StageCapability": 3,
|
|
829
|
+
"m_Value": {
|
|
830
|
+
"x": 0.0,
|
|
831
|
+
"y": 0.0,
|
|
832
|
+
"z": 0.0,
|
|
833
|
+
"w": 0.0
|
|
834
|
+
},
|
|
835
|
+
"m_DefaultValue": {
|
|
836
|
+
"x": 0.0,
|
|
837
|
+
"y": 0.0,
|
|
838
|
+
"z": 0.0,
|
|
839
|
+
"w": 0.0
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
{
|
|
844
|
+
"m_SGVersion": 0,
|
|
845
|
+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
|
|
846
|
+
"m_ObjectId": "f87572d2802e48ad926deb6fef284c90",
|
|
847
|
+
"m_Id": 1,
|
|
848
|
+
"m_DisplayName": "B",
|
|
849
|
+
"m_SlotType": 0,
|
|
850
|
+
"m_Hidden": false,
|
|
851
|
+
"m_ShaderOutputName": "B",
|
|
852
|
+
"m_StageCapability": 3,
|
|
853
|
+
"m_Value": {
|
|
854
|
+
"x": 0.0,
|
|
855
|
+
"y": 1.0,
|
|
856
|
+
"z": 1.0,
|
|
857
|
+
"w": 1.0
|
|
858
|
+
},
|
|
859
|
+
"m_DefaultValue": {
|
|
860
|
+
"x": 0.0,
|
|
861
|
+
"y": 0.0,
|
|
862
|
+
"z": 0.0,
|
|
863
|
+
"w": 0.0
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
{
|
|
868
|
+
"m_SGVersion": 0,
|
|
869
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
870
|
+
"m_ObjectId": "ff4986db5a1d494faf8fc3bb973193bf",
|
|
871
|
+
"m_Id": 7,
|
|
872
|
+
"m_DisplayName": "Height",
|
|
873
|
+
"m_SlotType": 1,
|
|
874
|
+
"m_Hidden": false,
|
|
875
|
+
"m_ShaderOutputName": "Height",
|
|
876
|
+
"m_StageCapability": 3,
|
|
877
|
+
"m_Value": 1.0,
|
|
878
|
+
"m_DefaultValue": 1.0,
|
|
879
|
+
"m_Labels": []
|
|
880
|
+
}
|
|
881
|
+
|