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,1206 @@
|
|
|
1
|
+
{
|
|
2
|
+
"m_SGVersion": 3,
|
|
3
|
+
"m_Type": "UnityEditor.ShaderGraph.GraphData",
|
|
4
|
+
"m_ObjectId": "88442a939cff4e368ad40be16f0ca9e7",
|
|
5
|
+
"m_Properties": [
|
|
6
|
+
{
|
|
7
|
+
"m_Id": "b47e0d6dc36745c9b988ad42cf22de33"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"m_Id": "b508b390e5a44345938fb0e8c2eee58a"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"m_Id": "9d9c26f0737c480992ed03470231a60e"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"m_Keywords": [],
|
|
17
|
+
"m_Dropdowns": [],
|
|
18
|
+
"m_CategoryData": [
|
|
19
|
+
{
|
|
20
|
+
"m_Id": "b545ea4f44ac48488e385f706506ea23"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"m_Nodes": [
|
|
24
|
+
{
|
|
25
|
+
"m_Id": "ccdc4c0892fc4b849801e9e01d8c0144"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"m_Id": "b55503a6d841416cafbe463819f84fda"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"m_Id": "588a67ce59ca4877bf48f1a1b04fe5d1"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"m_Id": "67421748cd5e423bbbeed989093b1c28"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"m_Id": "e9a6f4f9fb8148df8a8b57da52471955"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"m_Id": "90b3712cd9224c44b5410eb8f306b7a4"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"m_Id": "a69801c4f3d044e08ee5d5c836380dff"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"m_Id": "8d0bbe91a4004e0ba0d8894076e65f57"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"m_Id": "64cb5c868d1f41df81b82c0a20b36b25"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"m_Id": "d57abcac29b14b578da923d4711d4350"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"m_Id": "72190b557a4d4b1f8468a0952c835b66"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"m_Id": "82a7683c08004ca080e59e75400531f5"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"m_Id": "2354062629b440f3addbef3c425b9f73"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"m_Id": "9102dc9c81ff4df88e4936d7452f4780"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"m_GroupDatas": [],
|
|
68
|
+
"m_StickyNoteDatas": [],
|
|
69
|
+
"m_Edges": [
|
|
70
|
+
{
|
|
71
|
+
"m_OutputSlot": {
|
|
72
|
+
"m_Node": {
|
|
73
|
+
"m_Id": "72190b557a4d4b1f8468a0952c835b66"
|
|
74
|
+
},
|
|
75
|
+
"m_SlotId": 0
|
|
76
|
+
},
|
|
77
|
+
"m_InputSlot": {
|
|
78
|
+
"m_Node": {
|
|
79
|
+
"m_Id": "90b3712cd9224c44b5410eb8f306b7a4"
|
|
80
|
+
},
|
|
81
|
+
"m_SlotId": 0
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"m_OutputSlot": {
|
|
86
|
+
"m_Node": {
|
|
87
|
+
"m_Id": "82a7683c08004ca080e59e75400531f5"
|
|
88
|
+
},
|
|
89
|
+
"m_SlotId": 0
|
|
90
|
+
},
|
|
91
|
+
"m_InputSlot": {
|
|
92
|
+
"m_Node": {
|
|
93
|
+
"m_Id": "a69801c4f3d044e08ee5d5c836380dff"
|
|
94
|
+
},
|
|
95
|
+
"m_SlotId": 0
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"m_OutputSlot": {
|
|
100
|
+
"m_Node": {
|
|
101
|
+
"m_Id": "d57abcac29b14b578da923d4711d4350"
|
|
102
|
+
},
|
|
103
|
+
"m_SlotId": 0
|
|
104
|
+
},
|
|
105
|
+
"m_InputSlot": {
|
|
106
|
+
"m_Node": {
|
|
107
|
+
"m_Id": "67421748cd5e423bbbeed989093b1c28"
|
|
108
|
+
},
|
|
109
|
+
"m_SlotId": 0
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"m_VertexContext": {
|
|
114
|
+
"m_Position": {
|
|
115
|
+
"x": 0.0,
|
|
116
|
+
"y": 0.0
|
|
117
|
+
},
|
|
118
|
+
"m_Blocks": [
|
|
119
|
+
{
|
|
120
|
+
"m_Id": "ccdc4c0892fc4b849801e9e01d8c0144"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"m_Id": "b55503a6d841416cafbe463819f84fda"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"m_Id": "588a67ce59ca4877bf48f1a1b04fe5d1"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"m_FragmentContext": {
|
|
131
|
+
"m_Position": {
|
|
132
|
+
"x": 0.0,
|
|
133
|
+
"y": 200.0
|
|
134
|
+
},
|
|
135
|
+
"m_Blocks": [
|
|
136
|
+
{
|
|
137
|
+
"m_Id": "67421748cd5e423bbbeed989093b1c28"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"m_Id": "e9a6f4f9fb8148df8a8b57da52471955"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"m_Id": "90b3712cd9224c44b5410eb8f306b7a4"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"m_Id": "a69801c4f3d044e08ee5d5c836380dff"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"m_Id": "8d0bbe91a4004e0ba0d8894076e65f57"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"m_Id": "64cb5c868d1f41df81b82c0a20b36b25"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"m_Id": "2354062629b440f3addbef3c425b9f73"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"m_Id": "9102dc9c81ff4df88e4936d7452f4780"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"m_PreviewData": {
|
|
163
|
+
"serializedMesh": {
|
|
164
|
+
"m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
|
|
165
|
+
"m_Guid": ""
|
|
166
|
+
},
|
|
167
|
+
"preventRotation": false
|
|
168
|
+
},
|
|
169
|
+
"m_Path": "CrossRP",
|
|
170
|
+
"m_GraphPrecision": 1,
|
|
171
|
+
"m_PreviewMode": 2,
|
|
172
|
+
"m_OutputNode": {
|
|
173
|
+
"m_Id": ""
|
|
174
|
+
},
|
|
175
|
+
"m_ActiveTargets": [
|
|
176
|
+
{
|
|
177
|
+
"m_Id": "dac390909b08436280fa0de9453c1bbf"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"m_Id": "f12c5f0d97d14c8ebdb1f65e41e0ad0c"
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
{
|
|
186
|
+
"m_SGVersion": 0,
|
|
187
|
+
"m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot",
|
|
188
|
+
"m_ObjectId": "0d4593cfbf034107bc7e65c1ab480296",
|
|
189
|
+
"m_Id": 0,
|
|
190
|
+
"m_DisplayName": "Tangent",
|
|
191
|
+
"m_SlotType": 0,
|
|
192
|
+
"m_Hidden": false,
|
|
193
|
+
"m_ShaderOutputName": "Tangent",
|
|
194
|
+
"m_StageCapability": 1,
|
|
195
|
+
"m_Value": {
|
|
196
|
+
"x": 0.0,
|
|
197
|
+
"y": 0.0,
|
|
198
|
+
"z": 0.0
|
|
199
|
+
},
|
|
200
|
+
"m_DefaultValue": {
|
|
201
|
+
"x": 0.0,
|
|
202
|
+
"y": 0.0,
|
|
203
|
+
"z": 0.0
|
|
204
|
+
},
|
|
205
|
+
"m_Labels": [],
|
|
206
|
+
"m_Space": 0
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
{
|
|
210
|
+
"m_SGVersion": 0,
|
|
211
|
+
"m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
|
|
212
|
+
"m_ObjectId": "0f660c34dd5d43839687bc525f761254",
|
|
213
|
+
"m_Id": 0,
|
|
214
|
+
"m_DisplayName": "Emission",
|
|
215
|
+
"m_SlotType": 0,
|
|
216
|
+
"m_Hidden": false,
|
|
217
|
+
"m_ShaderOutputName": "Emission",
|
|
218
|
+
"m_StageCapability": 2,
|
|
219
|
+
"m_Value": {
|
|
220
|
+
"x": 0.0,
|
|
221
|
+
"y": 0.0,
|
|
222
|
+
"z": 0.0
|
|
223
|
+
},
|
|
224
|
+
"m_DefaultValue": {
|
|
225
|
+
"x": 0.0,
|
|
226
|
+
"y": 0.0,
|
|
227
|
+
"z": 0.0
|
|
228
|
+
},
|
|
229
|
+
"m_Labels": [],
|
|
230
|
+
"m_ColorMode": 1,
|
|
231
|
+
"m_DefaultColor": {
|
|
232
|
+
"r": 0.0,
|
|
233
|
+
"g": 0.0,
|
|
234
|
+
"b": 0.0,
|
|
235
|
+
"a": 1.0
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
{
|
|
240
|
+
"m_SGVersion": 0,
|
|
241
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
|
|
242
|
+
"m_ObjectId": "129cb666fcb145ec9b54a4bb3406ebfe",
|
|
243
|
+
"m_Id": 0,
|
|
244
|
+
"m_DisplayName": "Color",
|
|
245
|
+
"m_SlotType": 1,
|
|
246
|
+
"m_Hidden": false,
|
|
247
|
+
"m_ShaderOutputName": "Out",
|
|
248
|
+
"m_StageCapability": 3,
|
|
249
|
+
"m_Value": {
|
|
250
|
+
"x": 0.0,
|
|
251
|
+
"y": 0.0,
|
|
252
|
+
"z": 0.0,
|
|
253
|
+
"w": 0.0
|
|
254
|
+
},
|
|
255
|
+
"m_DefaultValue": {
|
|
256
|
+
"x": 0.0,
|
|
257
|
+
"y": 0.0,
|
|
258
|
+
"z": 0.0,
|
|
259
|
+
"w": 0.0
|
|
260
|
+
},
|
|
261
|
+
"m_Labels": []
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
{
|
|
265
|
+
"m_SGVersion": 0,
|
|
266
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
267
|
+
"m_ObjectId": "2354062629b440f3addbef3c425b9f73",
|
|
268
|
+
"m_Group": {
|
|
269
|
+
"m_Id": ""
|
|
270
|
+
},
|
|
271
|
+
"m_Name": "SurfaceDescription.Alpha",
|
|
272
|
+
"m_DrawState": {
|
|
273
|
+
"m_Expanded": true,
|
|
274
|
+
"m_Position": {
|
|
275
|
+
"serializedVersion": "2",
|
|
276
|
+
"x": 0.0,
|
|
277
|
+
"y": 0.0,
|
|
278
|
+
"width": 0.0,
|
|
279
|
+
"height": 0.0
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"m_Slots": [
|
|
283
|
+
{
|
|
284
|
+
"m_Id": "954ab3cdd55f4a5e94af88434223a230"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"synonyms": [],
|
|
288
|
+
"m_Precision": 0,
|
|
289
|
+
"m_PreviewExpanded": true,
|
|
290
|
+
"m_DismissedVersion": 0,
|
|
291
|
+
"m_PreviewMode": 0,
|
|
292
|
+
"m_CustomColors": {
|
|
293
|
+
"m_SerializableColors": []
|
|
294
|
+
},
|
|
295
|
+
"m_SerializedDescriptor": "SurfaceDescription.Alpha"
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
{
|
|
299
|
+
"m_SGVersion": 0,
|
|
300
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
301
|
+
"m_ObjectId": "2909ec40a97c48b1b37af4e322490328",
|
|
302
|
+
"m_Id": 0,
|
|
303
|
+
"m_DisplayName": "Metallic",
|
|
304
|
+
"m_SlotType": 0,
|
|
305
|
+
"m_Hidden": false,
|
|
306
|
+
"m_ShaderOutputName": "Metallic",
|
|
307
|
+
"m_StageCapability": 2,
|
|
308
|
+
"m_Value": 0.0,
|
|
309
|
+
"m_DefaultValue": 0.0,
|
|
310
|
+
"m_Labels": []
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
{
|
|
314
|
+
"m_SGVersion": 2,
|
|
315
|
+
"m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget",
|
|
316
|
+
"m_ObjectId": "40e00a2b2e4e41f390764a1ab5f94c29",
|
|
317
|
+
"m_WorkflowMode": 1,
|
|
318
|
+
"m_NormalDropOffSpace": 0,
|
|
319
|
+
"m_ClearCoat": false,
|
|
320
|
+
"m_BlendModePreserveSpecular": true
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
{
|
|
324
|
+
"m_SGVersion": 0,
|
|
325
|
+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.LightingData",
|
|
326
|
+
"m_ObjectId": "472b00e3c5e34a0ebc70b536a952b044",
|
|
327
|
+
"m_NormalDropOffSpace": 0,
|
|
328
|
+
"m_BlendPreserveSpecular": true,
|
|
329
|
+
"m_ReceiveDecals": true,
|
|
330
|
+
"m_ReceiveSSR": true,
|
|
331
|
+
"m_ReceiveSSRTransparent": false,
|
|
332
|
+
"m_SpecularAA": false,
|
|
333
|
+
"m_SpecularOcclusionMode": 1,
|
|
334
|
+
"m_OverrideBakedGI": false
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
{
|
|
338
|
+
"m_SGVersion": 0,
|
|
339
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
340
|
+
"m_ObjectId": "588a67ce59ca4877bf48f1a1b04fe5d1",
|
|
341
|
+
"m_Group": {
|
|
342
|
+
"m_Id": ""
|
|
343
|
+
},
|
|
344
|
+
"m_Name": "VertexDescription.Tangent",
|
|
345
|
+
"m_DrawState": {
|
|
346
|
+
"m_Expanded": true,
|
|
347
|
+
"m_Position": {
|
|
348
|
+
"serializedVersion": "2",
|
|
349
|
+
"x": 0.0,
|
|
350
|
+
"y": 0.0,
|
|
351
|
+
"width": 0.0,
|
|
352
|
+
"height": 0.0
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"m_Slots": [
|
|
356
|
+
{
|
|
357
|
+
"m_Id": "0d4593cfbf034107bc7e65c1ab480296"
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"synonyms": [],
|
|
361
|
+
"m_Precision": 0,
|
|
362
|
+
"m_PreviewExpanded": true,
|
|
363
|
+
"m_DismissedVersion": 0,
|
|
364
|
+
"m_PreviewMode": 0,
|
|
365
|
+
"m_CustomColors": {
|
|
366
|
+
"m_SerializableColors": []
|
|
367
|
+
},
|
|
368
|
+
"m_SerializedDescriptor": "VertexDescription.Tangent"
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
{
|
|
372
|
+
"m_SGVersion": 0,
|
|
373
|
+
"m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot",
|
|
374
|
+
"m_ObjectId": "5b0f053aea7040fa93dc29cb3c405d45",
|
|
375
|
+
"m_Id": 0,
|
|
376
|
+
"m_DisplayName": "Normal (Tangent Space)",
|
|
377
|
+
"m_SlotType": 0,
|
|
378
|
+
"m_Hidden": false,
|
|
379
|
+
"m_ShaderOutputName": "NormalTS",
|
|
380
|
+
"m_StageCapability": 2,
|
|
381
|
+
"m_Value": {
|
|
382
|
+
"x": 0.0,
|
|
383
|
+
"y": 0.0,
|
|
384
|
+
"z": 0.0
|
|
385
|
+
},
|
|
386
|
+
"m_DefaultValue": {
|
|
387
|
+
"x": 0.0,
|
|
388
|
+
"y": 0.0,
|
|
389
|
+
"z": 0.0
|
|
390
|
+
},
|
|
391
|
+
"m_Labels": [],
|
|
392
|
+
"m_Space": 3
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
{
|
|
396
|
+
"m_SGVersion": 0,
|
|
397
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
398
|
+
"m_ObjectId": "64929a7391614fc6bbad152212a0e0b7",
|
|
399
|
+
"m_Id": 0,
|
|
400
|
+
"m_DisplayName": "Ambient Occlusion",
|
|
401
|
+
"m_SlotType": 0,
|
|
402
|
+
"m_Hidden": false,
|
|
403
|
+
"m_ShaderOutputName": "Occlusion",
|
|
404
|
+
"m_StageCapability": 2,
|
|
405
|
+
"m_Value": 1.0,
|
|
406
|
+
"m_DefaultValue": 1.0,
|
|
407
|
+
"m_Labels": []
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
{
|
|
411
|
+
"m_SGVersion": 0,
|
|
412
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
413
|
+
"m_ObjectId": "64cb5c868d1f41df81b82c0a20b36b25",
|
|
414
|
+
"m_Group": {
|
|
415
|
+
"m_Id": ""
|
|
416
|
+
},
|
|
417
|
+
"m_Name": "SurfaceDescription.Occlusion",
|
|
418
|
+
"m_DrawState": {
|
|
419
|
+
"m_Expanded": true,
|
|
420
|
+
"m_Position": {
|
|
421
|
+
"serializedVersion": "2",
|
|
422
|
+
"x": 0.0,
|
|
423
|
+
"y": 0.0,
|
|
424
|
+
"width": 0.0,
|
|
425
|
+
"height": 0.0
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"m_Slots": [
|
|
429
|
+
{
|
|
430
|
+
"m_Id": "64929a7391614fc6bbad152212a0e0b7"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"synonyms": [],
|
|
434
|
+
"m_Precision": 0,
|
|
435
|
+
"m_PreviewExpanded": true,
|
|
436
|
+
"m_DismissedVersion": 0,
|
|
437
|
+
"m_PreviewMode": 0,
|
|
438
|
+
"m_CustomColors": {
|
|
439
|
+
"m_SerializableColors": []
|
|
440
|
+
},
|
|
441
|
+
"m_SerializedDescriptor": "SurfaceDescription.Occlusion"
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
{
|
|
445
|
+
"m_SGVersion": 0,
|
|
446
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
447
|
+
"m_ObjectId": "67421748cd5e423bbbeed989093b1c28",
|
|
448
|
+
"m_Group": {
|
|
449
|
+
"m_Id": ""
|
|
450
|
+
},
|
|
451
|
+
"m_Name": "SurfaceDescription.BaseColor",
|
|
452
|
+
"m_DrawState": {
|
|
453
|
+
"m_Expanded": true,
|
|
454
|
+
"m_Position": {
|
|
455
|
+
"serializedVersion": "2",
|
|
456
|
+
"x": 0.0,
|
|
457
|
+
"y": 0.0,
|
|
458
|
+
"width": 0.0,
|
|
459
|
+
"height": 0.0
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"m_Slots": [
|
|
463
|
+
{
|
|
464
|
+
"m_Id": "9be0b89cc3f54687ac6c2ee05e8d5c57"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"synonyms": [],
|
|
468
|
+
"m_Precision": 0,
|
|
469
|
+
"m_PreviewExpanded": true,
|
|
470
|
+
"m_DismissedVersion": 0,
|
|
471
|
+
"m_PreviewMode": 0,
|
|
472
|
+
"m_CustomColors": {
|
|
473
|
+
"m_SerializableColors": []
|
|
474
|
+
},
|
|
475
|
+
"m_SerializedDescriptor": "SurfaceDescription.BaseColor"
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
{
|
|
479
|
+
"m_SGVersion": 0,
|
|
480
|
+
"m_Type": "UnityEditor.ShaderGraph.PropertyNode",
|
|
481
|
+
"m_ObjectId": "72190b557a4d4b1f8468a0952c835b66",
|
|
482
|
+
"m_Group": {
|
|
483
|
+
"m_Id": ""
|
|
484
|
+
},
|
|
485
|
+
"m_Name": "Property",
|
|
486
|
+
"m_DrawState": {
|
|
487
|
+
"m_Expanded": true,
|
|
488
|
+
"m_Position": {
|
|
489
|
+
"serializedVersion": "2",
|
|
490
|
+
"x": -297.3333740234375,
|
|
491
|
+
"y": 311.3333435058594,
|
|
492
|
+
"width": 117.3333740234375,
|
|
493
|
+
"height": 36.0
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"m_Slots": [
|
|
497
|
+
{
|
|
498
|
+
"m_Id": "7f19e59a3d9c4a02b6ad6dc381abf414"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"synonyms": [],
|
|
502
|
+
"m_Precision": 0,
|
|
503
|
+
"m_PreviewExpanded": true,
|
|
504
|
+
"m_DismissedVersion": 0,
|
|
505
|
+
"m_PreviewMode": 0,
|
|
506
|
+
"m_CustomColors": {
|
|
507
|
+
"m_SerializableColors": []
|
|
508
|
+
},
|
|
509
|
+
"m_Property": {
|
|
510
|
+
"m_Id": "b508b390e5a44345938fb0e8c2eee58a"
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
{
|
|
515
|
+
"m_SGVersion": 0,
|
|
516
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
517
|
+
"m_ObjectId": "7ac7880d1d224839bd81ded8d218296f",
|
|
518
|
+
"m_Id": 0,
|
|
519
|
+
"m_DisplayName": "Smoothness",
|
|
520
|
+
"m_SlotType": 0,
|
|
521
|
+
"m_Hidden": false,
|
|
522
|
+
"m_ShaderOutputName": "Smoothness",
|
|
523
|
+
"m_StageCapability": 2,
|
|
524
|
+
"m_Value": 0.5,
|
|
525
|
+
"m_DefaultValue": 0.5,
|
|
526
|
+
"m_Labels": []
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
{
|
|
530
|
+
"m_SGVersion": 0,
|
|
531
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
532
|
+
"m_ObjectId": "7f19e59a3d9c4a02b6ad6dc381abf414",
|
|
533
|
+
"m_Id": 0,
|
|
534
|
+
"m_DisplayName": "Metallic",
|
|
535
|
+
"m_SlotType": 1,
|
|
536
|
+
"m_Hidden": false,
|
|
537
|
+
"m_ShaderOutputName": "Out",
|
|
538
|
+
"m_StageCapability": 3,
|
|
539
|
+
"m_Value": 0.0,
|
|
540
|
+
"m_DefaultValue": 0.0,
|
|
541
|
+
"m_Labels": []
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
{
|
|
545
|
+
"m_SGVersion": 0,
|
|
546
|
+
"m_Type": "UnityEditor.ShaderGraph.PropertyNode",
|
|
547
|
+
"m_ObjectId": "82a7683c08004ca080e59e75400531f5",
|
|
548
|
+
"m_Group": {
|
|
549
|
+
"m_Id": ""
|
|
550
|
+
},
|
|
551
|
+
"m_Name": "Property",
|
|
552
|
+
"m_DrawState": {
|
|
553
|
+
"m_Expanded": true,
|
|
554
|
+
"m_Position": {
|
|
555
|
+
"serializedVersion": "2",
|
|
556
|
+
"x": -269.6666259765625,
|
|
557
|
+
"y": 373.6666564941406,
|
|
558
|
+
"width": 0.0,
|
|
559
|
+
"height": 0.0
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"m_Slots": [
|
|
563
|
+
{
|
|
564
|
+
"m_Id": "c6242344d08d4cf4b0e87e27ac8d4147"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"synonyms": [],
|
|
568
|
+
"m_Precision": 0,
|
|
569
|
+
"m_PreviewExpanded": true,
|
|
570
|
+
"m_DismissedVersion": 0,
|
|
571
|
+
"m_PreviewMode": 0,
|
|
572
|
+
"m_CustomColors": {
|
|
573
|
+
"m_SerializableColors": []
|
|
574
|
+
},
|
|
575
|
+
"m_Property": {
|
|
576
|
+
"m_Id": "9d9c26f0737c480992ed03470231a60e"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
{
|
|
581
|
+
"m_SGVersion": 0,
|
|
582
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
583
|
+
"m_ObjectId": "8d0bbe91a4004e0ba0d8894076e65f57",
|
|
584
|
+
"m_Group": {
|
|
585
|
+
"m_Id": ""
|
|
586
|
+
},
|
|
587
|
+
"m_Name": "SurfaceDescription.Emission",
|
|
588
|
+
"m_DrawState": {
|
|
589
|
+
"m_Expanded": true,
|
|
590
|
+
"m_Position": {
|
|
591
|
+
"serializedVersion": "2",
|
|
592
|
+
"x": 0.0,
|
|
593
|
+
"y": 0.0,
|
|
594
|
+
"width": 0.0,
|
|
595
|
+
"height": 0.0
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"m_Slots": [
|
|
599
|
+
{
|
|
600
|
+
"m_Id": "0f660c34dd5d43839687bc525f761254"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"synonyms": [],
|
|
604
|
+
"m_Precision": 0,
|
|
605
|
+
"m_PreviewExpanded": true,
|
|
606
|
+
"m_DismissedVersion": 0,
|
|
607
|
+
"m_PreviewMode": 0,
|
|
608
|
+
"m_CustomColors": {
|
|
609
|
+
"m_SerializableColors": []
|
|
610
|
+
},
|
|
611
|
+
"m_SerializedDescriptor": "SurfaceDescription.Emission"
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
{
|
|
615
|
+
"m_SGVersion": 0,
|
|
616
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
617
|
+
"m_ObjectId": "90b3712cd9224c44b5410eb8f306b7a4",
|
|
618
|
+
"m_Group": {
|
|
619
|
+
"m_Id": ""
|
|
620
|
+
},
|
|
621
|
+
"m_Name": "SurfaceDescription.Metallic",
|
|
622
|
+
"m_DrawState": {
|
|
623
|
+
"m_Expanded": true,
|
|
624
|
+
"m_Position": {
|
|
625
|
+
"serializedVersion": "2",
|
|
626
|
+
"x": 0.0,
|
|
627
|
+
"y": 0.0,
|
|
628
|
+
"width": 0.0,
|
|
629
|
+
"height": 0.0
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"m_Slots": [
|
|
633
|
+
{
|
|
634
|
+
"m_Id": "2909ec40a97c48b1b37af4e322490328"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"synonyms": [],
|
|
638
|
+
"m_Precision": 0,
|
|
639
|
+
"m_PreviewExpanded": true,
|
|
640
|
+
"m_DismissedVersion": 0,
|
|
641
|
+
"m_PreviewMode": 0,
|
|
642
|
+
"m_CustomColors": {
|
|
643
|
+
"m_SerializableColors": []
|
|
644
|
+
},
|
|
645
|
+
"m_SerializedDescriptor": "SurfaceDescription.Metallic"
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
{
|
|
649
|
+
"m_SGVersion": 0,
|
|
650
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
651
|
+
"m_ObjectId": "9102dc9c81ff4df88e4936d7452f4780",
|
|
652
|
+
"m_Group": {
|
|
653
|
+
"m_Id": ""
|
|
654
|
+
},
|
|
655
|
+
"m_Name": "SurfaceDescription.BentNormal",
|
|
656
|
+
"m_DrawState": {
|
|
657
|
+
"m_Expanded": true,
|
|
658
|
+
"m_Position": {
|
|
659
|
+
"serializedVersion": "2",
|
|
660
|
+
"x": 0.0,
|
|
661
|
+
"y": 0.0,
|
|
662
|
+
"width": 0.0,
|
|
663
|
+
"height": 0.0
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"m_Slots": [
|
|
667
|
+
{
|
|
668
|
+
"m_Id": "9e7a6f62773f4a36a1c4cce47122d2a0"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"synonyms": [],
|
|
672
|
+
"m_Precision": 0,
|
|
673
|
+
"m_PreviewExpanded": true,
|
|
674
|
+
"m_DismissedVersion": 0,
|
|
675
|
+
"m_PreviewMode": 0,
|
|
676
|
+
"m_CustomColors": {
|
|
677
|
+
"m_SerializableColors": []
|
|
678
|
+
},
|
|
679
|
+
"m_SerializedDescriptor": "SurfaceDescription.BentNormal"
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
{
|
|
683
|
+
"m_SGVersion": 0,
|
|
684
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
685
|
+
"m_ObjectId": "954ab3cdd55f4a5e94af88434223a230",
|
|
686
|
+
"m_Id": 0,
|
|
687
|
+
"m_DisplayName": "Alpha",
|
|
688
|
+
"m_SlotType": 0,
|
|
689
|
+
"m_Hidden": false,
|
|
690
|
+
"m_ShaderOutputName": "Alpha",
|
|
691
|
+
"m_StageCapability": 2,
|
|
692
|
+
"m_Value": 1.0,
|
|
693
|
+
"m_DefaultValue": 1.0,
|
|
694
|
+
"m_Labels": []
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
{
|
|
698
|
+
"m_SGVersion": 0,
|
|
699
|
+
"m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
|
|
700
|
+
"m_ObjectId": "9be0b89cc3f54687ac6c2ee05e8d5c57",
|
|
701
|
+
"m_Id": 0,
|
|
702
|
+
"m_DisplayName": "Base Color",
|
|
703
|
+
"m_SlotType": 0,
|
|
704
|
+
"m_Hidden": false,
|
|
705
|
+
"m_ShaderOutputName": "BaseColor",
|
|
706
|
+
"m_StageCapability": 2,
|
|
707
|
+
"m_Value": {
|
|
708
|
+
"x": 0.5,
|
|
709
|
+
"y": 0.5,
|
|
710
|
+
"z": 0.5
|
|
711
|
+
},
|
|
712
|
+
"m_DefaultValue": {
|
|
713
|
+
"x": 0.0,
|
|
714
|
+
"y": 0.0,
|
|
715
|
+
"z": 0.0
|
|
716
|
+
},
|
|
717
|
+
"m_Labels": [],
|
|
718
|
+
"m_ColorMode": 0,
|
|
719
|
+
"m_DefaultColor": {
|
|
720
|
+
"r": 0.5,
|
|
721
|
+
"g": 0.5,
|
|
722
|
+
"b": 0.5,
|
|
723
|
+
"a": 1.0
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
{
|
|
728
|
+
"m_SGVersion": 1,
|
|
729
|
+
"m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty",
|
|
730
|
+
"m_ObjectId": "9d9c26f0737c480992ed03470231a60e",
|
|
731
|
+
"m_Guid": {
|
|
732
|
+
"m_GuidSerialized": "68eac9eb-2776-468e-b28b-9b6869cd7be1"
|
|
733
|
+
},
|
|
734
|
+
"m_Name": "Smoothness",
|
|
735
|
+
"m_DefaultRefNameVersion": 1,
|
|
736
|
+
"m_RefNameGeneratedByDisplayName": "Smoothness",
|
|
737
|
+
"m_DefaultReferenceName": "_Smoothness",
|
|
738
|
+
"m_OverrideReferenceName": "",
|
|
739
|
+
"m_GeneratePropertyBlock": true,
|
|
740
|
+
"m_UseCustomSlotLabel": false,
|
|
741
|
+
"m_CustomSlotLabel": "",
|
|
742
|
+
"m_DismissedVersion": 0,
|
|
743
|
+
"m_Precision": 0,
|
|
744
|
+
"overrideHLSLDeclaration": false,
|
|
745
|
+
"hlslDeclarationOverride": 0,
|
|
746
|
+
"m_Hidden": false,
|
|
747
|
+
"m_Value": 0.0,
|
|
748
|
+
"m_FloatType": 0,
|
|
749
|
+
"m_RangeValues": {
|
|
750
|
+
"x": 0.0,
|
|
751
|
+
"y": 1.0
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
{
|
|
756
|
+
"m_SGVersion": 0,
|
|
757
|
+
"m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot",
|
|
758
|
+
"m_ObjectId": "9e7a6f62773f4a36a1c4cce47122d2a0",
|
|
759
|
+
"m_Id": 0,
|
|
760
|
+
"m_DisplayName": "Bent Normal",
|
|
761
|
+
"m_SlotType": 0,
|
|
762
|
+
"m_Hidden": false,
|
|
763
|
+
"m_ShaderOutputName": "BentNormal",
|
|
764
|
+
"m_StageCapability": 2,
|
|
765
|
+
"m_Value": {
|
|
766
|
+
"x": 0.0,
|
|
767
|
+
"y": 0.0,
|
|
768
|
+
"z": 0.0
|
|
769
|
+
},
|
|
770
|
+
"m_DefaultValue": {
|
|
771
|
+
"x": 0.0,
|
|
772
|
+
"y": 0.0,
|
|
773
|
+
"z": 0.0
|
|
774
|
+
},
|
|
775
|
+
"m_Labels": [],
|
|
776
|
+
"m_Space": 3
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
{
|
|
780
|
+
"m_SGVersion": 0,
|
|
781
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
782
|
+
"m_ObjectId": "a69801c4f3d044e08ee5d5c836380dff",
|
|
783
|
+
"m_Group": {
|
|
784
|
+
"m_Id": ""
|
|
785
|
+
},
|
|
786
|
+
"m_Name": "SurfaceDescription.Smoothness",
|
|
787
|
+
"m_DrawState": {
|
|
788
|
+
"m_Expanded": true,
|
|
789
|
+
"m_Position": {
|
|
790
|
+
"serializedVersion": "2",
|
|
791
|
+
"x": 0.0,
|
|
792
|
+
"y": 0.0,
|
|
793
|
+
"width": 0.0,
|
|
794
|
+
"height": 0.0
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"m_Slots": [
|
|
798
|
+
{
|
|
799
|
+
"m_Id": "7ac7880d1d224839bd81ded8d218296f"
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"synonyms": [],
|
|
803
|
+
"m_Precision": 0,
|
|
804
|
+
"m_PreviewExpanded": true,
|
|
805
|
+
"m_DismissedVersion": 0,
|
|
806
|
+
"m_PreviewMode": 0,
|
|
807
|
+
"m_CustomColors": {
|
|
808
|
+
"m_SerializableColors": []
|
|
809
|
+
},
|
|
810
|
+
"m_SerializedDescriptor": "SurfaceDescription.Smoothness"
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
{
|
|
814
|
+
"m_SGVersion": 3,
|
|
815
|
+
"m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty",
|
|
816
|
+
"m_ObjectId": "b47e0d6dc36745c9b988ad42cf22de33",
|
|
817
|
+
"m_Guid": {
|
|
818
|
+
"m_GuidSerialized": "0c57c66c-6f74-413e-a022-96e800c3a9f0"
|
|
819
|
+
},
|
|
820
|
+
"m_Name": "Color",
|
|
821
|
+
"m_DefaultRefNameVersion": 1,
|
|
822
|
+
"m_RefNameGeneratedByDisplayName": "Color",
|
|
823
|
+
"m_DefaultReferenceName": "_Color",
|
|
824
|
+
"m_OverrideReferenceName": "",
|
|
825
|
+
"m_GeneratePropertyBlock": true,
|
|
826
|
+
"m_UseCustomSlotLabel": false,
|
|
827
|
+
"m_CustomSlotLabel": "",
|
|
828
|
+
"m_DismissedVersion": 0,
|
|
829
|
+
"m_Precision": 0,
|
|
830
|
+
"overrideHLSLDeclaration": false,
|
|
831
|
+
"hlslDeclarationOverride": 0,
|
|
832
|
+
"m_Hidden": false,
|
|
833
|
+
"m_Value": {
|
|
834
|
+
"r": 0.0,
|
|
835
|
+
"g": 0.0,
|
|
836
|
+
"b": 0.0,
|
|
837
|
+
"a": 0.0
|
|
838
|
+
},
|
|
839
|
+
"isMainColor": false,
|
|
840
|
+
"m_ColorMode": 0
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
{
|
|
844
|
+
"m_SGVersion": 1,
|
|
845
|
+
"m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty",
|
|
846
|
+
"m_ObjectId": "b508b390e5a44345938fb0e8c2eee58a",
|
|
847
|
+
"m_Guid": {
|
|
848
|
+
"m_GuidSerialized": "35eafc2e-7ed7-451e-84ad-93eba9459843"
|
|
849
|
+
},
|
|
850
|
+
"m_Name": "Metallic",
|
|
851
|
+
"m_DefaultRefNameVersion": 1,
|
|
852
|
+
"m_RefNameGeneratedByDisplayName": "Metallic",
|
|
853
|
+
"m_DefaultReferenceName": "_Metallic",
|
|
854
|
+
"m_OverrideReferenceName": "",
|
|
855
|
+
"m_GeneratePropertyBlock": true,
|
|
856
|
+
"m_UseCustomSlotLabel": false,
|
|
857
|
+
"m_CustomSlotLabel": "",
|
|
858
|
+
"m_DismissedVersion": 0,
|
|
859
|
+
"m_Precision": 0,
|
|
860
|
+
"overrideHLSLDeclaration": false,
|
|
861
|
+
"hlslDeclarationOverride": 0,
|
|
862
|
+
"m_Hidden": false,
|
|
863
|
+
"m_Value": 0.0,
|
|
864
|
+
"m_FloatType": 0,
|
|
865
|
+
"m_RangeValues": {
|
|
866
|
+
"x": 0.0,
|
|
867
|
+
"y": 1.0
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
{
|
|
872
|
+
"m_SGVersion": 0,
|
|
873
|
+
"m_Type": "UnityEditor.ShaderGraph.CategoryData",
|
|
874
|
+
"m_ObjectId": "b545ea4f44ac48488e385f706506ea23",
|
|
875
|
+
"m_Name": "",
|
|
876
|
+
"m_ChildObjectList": [
|
|
877
|
+
{
|
|
878
|
+
"m_Id": "b47e0d6dc36745c9b988ad42cf22de33"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"m_Id": "b508b390e5a44345938fb0e8c2eee58a"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"m_Id": "9d9c26f0737c480992ed03470231a60e"
|
|
885
|
+
}
|
|
886
|
+
]
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
{
|
|
890
|
+
"m_SGVersion": 0,
|
|
891
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
892
|
+
"m_ObjectId": "b55503a6d841416cafbe463819f84fda",
|
|
893
|
+
"m_Group": {
|
|
894
|
+
"m_Id": ""
|
|
895
|
+
},
|
|
896
|
+
"m_Name": "VertexDescription.Normal",
|
|
897
|
+
"m_DrawState": {
|
|
898
|
+
"m_Expanded": true,
|
|
899
|
+
"m_Position": {
|
|
900
|
+
"serializedVersion": "2",
|
|
901
|
+
"x": 0.0,
|
|
902
|
+
"y": 0.0,
|
|
903
|
+
"width": 0.0,
|
|
904
|
+
"height": 0.0
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"m_Slots": [
|
|
908
|
+
{
|
|
909
|
+
"m_Id": "e4f46713bfed4535855fdc7a3e9b5b29"
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"synonyms": [],
|
|
913
|
+
"m_Precision": 0,
|
|
914
|
+
"m_PreviewExpanded": true,
|
|
915
|
+
"m_DismissedVersion": 0,
|
|
916
|
+
"m_PreviewMode": 0,
|
|
917
|
+
"m_CustomColors": {
|
|
918
|
+
"m_SerializableColors": []
|
|
919
|
+
},
|
|
920
|
+
"m_SerializedDescriptor": "VertexDescription.Normal"
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
{
|
|
924
|
+
"m_SGVersion": 0,
|
|
925
|
+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData",
|
|
926
|
+
"m_ObjectId": "c2529659e67249afbb21b3a466cad6e8",
|
|
927
|
+
"m_Distortion": false,
|
|
928
|
+
"m_DistortionMode": 0,
|
|
929
|
+
"m_DistortionDepthTest": true,
|
|
930
|
+
"m_AddPrecomputedVelocity": false,
|
|
931
|
+
"m_TransparentWritesMotionVec": false,
|
|
932
|
+
"m_DepthOffset": false,
|
|
933
|
+
"m_ConservativeDepthOffset": false,
|
|
934
|
+
"m_TransparencyFog": true,
|
|
935
|
+
"m_AlphaTestShadow": false,
|
|
936
|
+
"m_BackThenFrontRendering": false,
|
|
937
|
+
"m_TransparentDepthPrepass": false,
|
|
938
|
+
"m_TransparentDepthPostpass": false,
|
|
939
|
+
"m_SupportLodCrossFade": false
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
{
|
|
943
|
+
"m_SGVersion": 0,
|
|
944
|
+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
|
|
945
|
+
"m_ObjectId": "c6242344d08d4cf4b0e87e27ac8d4147",
|
|
946
|
+
"m_Id": 0,
|
|
947
|
+
"m_DisplayName": "Smoothness",
|
|
948
|
+
"m_SlotType": 1,
|
|
949
|
+
"m_Hidden": false,
|
|
950
|
+
"m_ShaderOutputName": "Out",
|
|
951
|
+
"m_StageCapability": 3,
|
|
952
|
+
"m_Value": 0.0,
|
|
953
|
+
"m_DefaultValue": 0.0,
|
|
954
|
+
"m_Labels": []
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
{
|
|
958
|
+
"m_SGVersion": 0,
|
|
959
|
+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData",
|
|
960
|
+
"m_ObjectId": "ccaf1d8c43224c38937cfba1de5d3eb5",
|
|
961
|
+
"m_MaterialNeedsUpdateHash": 529,
|
|
962
|
+
"m_SurfaceType": 0,
|
|
963
|
+
"m_RenderingPass": 1,
|
|
964
|
+
"m_BlendMode": 0,
|
|
965
|
+
"m_ZTest": 4,
|
|
966
|
+
"m_ZWrite": false,
|
|
967
|
+
"m_TransparentCullMode": 2,
|
|
968
|
+
"m_OpaqueCullMode": 2,
|
|
969
|
+
"m_SortPriority": 0,
|
|
970
|
+
"m_AlphaTest": false,
|
|
971
|
+
"m_TransparentDepthPrepass": false,
|
|
972
|
+
"m_TransparentDepthPostpass": false,
|
|
973
|
+
"m_SupportLodCrossFade": false,
|
|
974
|
+
"m_DoubleSidedMode": 0,
|
|
975
|
+
"m_DOTSInstancing": false,
|
|
976
|
+
"m_CustomVelocity": false,
|
|
977
|
+
"m_Tessellation": false,
|
|
978
|
+
"m_TessellationMode": 0,
|
|
979
|
+
"m_TessellationFactorMinDistance": 20.0,
|
|
980
|
+
"m_TessellationFactorMaxDistance": 50.0,
|
|
981
|
+
"m_TessellationFactorTriangleSize": 100.0,
|
|
982
|
+
"m_TessellationShapeFactor": 0.75,
|
|
983
|
+
"m_TessellationBackFaceCullEpsilon": -0.25,
|
|
984
|
+
"m_TessellationMaxDisplacement": 0.009999999776482582,
|
|
985
|
+
"m_Version": 1,
|
|
986
|
+
"inspectorFoldoutMask": 0
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
{
|
|
990
|
+
"m_SGVersion": 0,
|
|
991
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
992
|
+
"m_ObjectId": "ccdc4c0892fc4b849801e9e01d8c0144",
|
|
993
|
+
"m_Group": {
|
|
994
|
+
"m_Id": ""
|
|
995
|
+
},
|
|
996
|
+
"m_Name": "VertexDescription.Position",
|
|
997
|
+
"m_DrawState": {
|
|
998
|
+
"m_Expanded": true,
|
|
999
|
+
"m_Position": {
|
|
1000
|
+
"serializedVersion": "2",
|
|
1001
|
+
"x": 0.0,
|
|
1002
|
+
"y": 0.0,
|
|
1003
|
+
"width": 0.0,
|
|
1004
|
+
"height": 0.0
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"m_Slots": [
|
|
1008
|
+
{
|
|
1009
|
+
"m_Id": "e24ee39cb60043f59c7e11705d2b9d79"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"synonyms": [],
|
|
1013
|
+
"m_Precision": 0,
|
|
1014
|
+
"m_PreviewExpanded": true,
|
|
1015
|
+
"m_DismissedVersion": 0,
|
|
1016
|
+
"m_PreviewMode": 0,
|
|
1017
|
+
"m_CustomColors": {
|
|
1018
|
+
"m_SerializableColors": []
|
|
1019
|
+
},
|
|
1020
|
+
"m_SerializedDescriptor": "VertexDescription.Position"
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
{
|
|
1024
|
+
"m_SGVersion": 0,
|
|
1025
|
+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDLitSubTarget",
|
|
1026
|
+
"m_ObjectId": "cf80457e6ba8422494ba4953b55f6431"
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
{
|
|
1030
|
+
"m_SGVersion": 0,
|
|
1031
|
+
"m_Type": "UnityEditor.ShaderGraph.PropertyNode",
|
|
1032
|
+
"m_ObjectId": "d57abcac29b14b578da923d4711d4350",
|
|
1033
|
+
"m_Group": {
|
|
1034
|
+
"m_Id": ""
|
|
1035
|
+
},
|
|
1036
|
+
"m_Name": "Property",
|
|
1037
|
+
"m_DrawState": {
|
|
1038
|
+
"m_Expanded": true,
|
|
1039
|
+
"m_Position": {
|
|
1040
|
+
"serializedVersion": "2",
|
|
1041
|
+
"x": -297.3333740234375,
|
|
1042
|
+
"y": 243.3333282470703,
|
|
1043
|
+
"width": 106.66668701171875,
|
|
1044
|
+
"height": 35.99998474121094
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"m_Slots": [
|
|
1048
|
+
{
|
|
1049
|
+
"m_Id": "129cb666fcb145ec9b54a4bb3406ebfe"
|
|
1050
|
+
}
|
|
1051
|
+
],
|
|
1052
|
+
"synonyms": [],
|
|
1053
|
+
"m_Precision": 0,
|
|
1054
|
+
"m_PreviewExpanded": true,
|
|
1055
|
+
"m_DismissedVersion": 0,
|
|
1056
|
+
"m_PreviewMode": 0,
|
|
1057
|
+
"m_CustomColors": {
|
|
1058
|
+
"m_SerializableColors": []
|
|
1059
|
+
},
|
|
1060
|
+
"m_Property": {
|
|
1061
|
+
"m_Id": "b47e0d6dc36745c9b988ad42cf22de33"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
{
|
|
1066
|
+
"m_SGVersion": 0,
|
|
1067
|
+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget",
|
|
1068
|
+
"m_ObjectId": "dac390909b08436280fa0de9453c1bbf",
|
|
1069
|
+
"m_ActiveSubTarget": {
|
|
1070
|
+
"m_Id": "cf80457e6ba8422494ba4953b55f6431"
|
|
1071
|
+
},
|
|
1072
|
+
"m_Datas": [
|
|
1073
|
+
{
|
|
1074
|
+
"m_Id": "472b00e3c5e34a0ebc70b536a952b044"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"m_Id": "ccaf1d8c43224c38937cfba1de5d3eb5"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"m_Id": "fb9778cb96ef41a39096e43cec0a7354"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"m_Id": "c2529659e67249afbb21b3a466cad6e8"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"m_CustomEditorGUI": "",
|
|
1087
|
+
"m_SupportVFX": false,
|
|
1088
|
+
"m_SupportComputeForVertexSetup": false
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
{
|
|
1092
|
+
"m_SGVersion": 0,
|
|
1093
|
+
"m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot",
|
|
1094
|
+
"m_ObjectId": "e24ee39cb60043f59c7e11705d2b9d79",
|
|
1095
|
+
"m_Id": 0,
|
|
1096
|
+
"m_DisplayName": "Position",
|
|
1097
|
+
"m_SlotType": 0,
|
|
1098
|
+
"m_Hidden": false,
|
|
1099
|
+
"m_ShaderOutputName": "Position",
|
|
1100
|
+
"m_StageCapability": 1,
|
|
1101
|
+
"m_Value": {
|
|
1102
|
+
"x": 0.0,
|
|
1103
|
+
"y": 0.0,
|
|
1104
|
+
"z": 0.0
|
|
1105
|
+
},
|
|
1106
|
+
"m_DefaultValue": {
|
|
1107
|
+
"x": 0.0,
|
|
1108
|
+
"y": 0.0,
|
|
1109
|
+
"z": 0.0
|
|
1110
|
+
},
|
|
1111
|
+
"m_Labels": [],
|
|
1112
|
+
"m_Space": 0
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
{
|
|
1116
|
+
"m_SGVersion": 0,
|
|
1117
|
+
"m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot",
|
|
1118
|
+
"m_ObjectId": "e4f46713bfed4535855fdc7a3e9b5b29",
|
|
1119
|
+
"m_Id": 0,
|
|
1120
|
+
"m_DisplayName": "Normal",
|
|
1121
|
+
"m_SlotType": 0,
|
|
1122
|
+
"m_Hidden": false,
|
|
1123
|
+
"m_ShaderOutputName": "Normal",
|
|
1124
|
+
"m_StageCapability": 1,
|
|
1125
|
+
"m_Value": {
|
|
1126
|
+
"x": 0.0,
|
|
1127
|
+
"y": 0.0,
|
|
1128
|
+
"z": 0.0
|
|
1129
|
+
},
|
|
1130
|
+
"m_DefaultValue": {
|
|
1131
|
+
"x": 0.0,
|
|
1132
|
+
"y": 0.0,
|
|
1133
|
+
"z": 0.0
|
|
1134
|
+
},
|
|
1135
|
+
"m_Labels": [],
|
|
1136
|
+
"m_Space": 0
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
{
|
|
1140
|
+
"m_SGVersion": 0,
|
|
1141
|
+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
|
|
1142
|
+
"m_ObjectId": "e9a6f4f9fb8148df8a8b57da52471955",
|
|
1143
|
+
"m_Group": {
|
|
1144
|
+
"m_Id": ""
|
|
1145
|
+
},
|
|
1146
|
+
"m_Name": "SurfaceDescription.NormalTS",
|
|
1147
|
+
"m_DrawState": {
|
|
1148
|
+
"m_Expanded": true,
|
|
1149
|
+
"m_Position": {
|
|
1150
|
+
"serializedVersion": "2",
|
|
1151
|
+
"x": 0.0,
|
|
1152
|
+
"y": 0.0,
|
|
1153
|
+
"width": 0.0,
|
|
1154
|
+
"height": 0.0
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"m_Slots": [
|
|
1158
|
+
{
|
|
1159
|
+
"m_Id": "5b0f053aea7040fa93dc29cb3c405d45"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"synonyms": [],
|
|
1163
|
+
"m_Precision": 0,
|
|
1164
|
+
"m_PreviewExpanded": true,
|
|
1165
|
+
"m_DismissedVersion": 0,
|
|
1166
|
+
"m_PreviewMode": 0,
|
|
1167
|
+
"m_CustomColors": {
|
|
1168
|
+
"m_SerializableColors": []
|
|
1169
|
+
},
|
|
1170
|
+
"m_SerializedDescriptor": "SurfaceDescription.NormalTS"
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
{
|
|
1174
|
+
"m_SGVersion": 1,
|
|
1175
|
+
"m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget",
|
|
1176
|
+
"m_ObjectId": "f12c5f0d97d14c8ebdb1f65e41e0ad0c",
|
|
1177
|
+
"m_Datas": [],
|
|
1178
|
+
"m_ActiveSubTarget": {
|
|
1179
|
+
"m_Id": "40e00a2b2e4e41f390764a1ab5f94c29"
|
|
1180
|
+
},
|
|
1181
|
+
"m_AllowMaterialOverride": false,
|
|
1182
|
+
"m_SurfaceType": 0,
|
|
1183
|
+
"m_ZTestMode": 4,
|
|
1184
|
+
"m_ZWriteControl": 0,
|
|
1185
|
+
"m_AlphaMode": 0,
|
|
1186
|
+
"m_RenderFace": 2,
|
|
1187
|
+
"m_AlphaClip": false,
|
|
1188
|
+
"m_CastShadows": true,
|
|
1189
|
+
"m_ReceiveShadows": true,
|
|
1190
|
+
"m_SupportsLODCrossFade": false,
|
|
1191
|
+
"m_CustomEditorGUI": "",
|
|
1192
|
+
"m_SupportVFX": false
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
{
|
|
1196
|
+
"m_SGVersion": 0,
|
|
1197
|
+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDLitData",
|
|
1198
|
+
"m_ObjectId": "fb9778cb96ef41a39096e43cec0a7354",
|
|
1199
|
+
"m_RayTracing": false,
|
|
1200
|
+
"m_MaterialType": 0,
|
|
1201
|
+
"m_RefractionModel": 0,
|
|
1202
|
+
"m_SSSTransmission": true,
|
|
1203
|
+
"m_EnergyConservingSpecular": true,
|
|
1204
|
+
"m_ClearCoat": false
|
|
1205
|
+
}
|
|
1206
|
+
|