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.
Files changed (957) hide show
  1. package/.github/workflows/publish.yml +23 -0
  2. package/.github/workflows.meta +8 -0
  3. package/Editor/CreateEventChannelsEditor.cs +22 -0
  4. package/Editor/CreateEventChannelsEditor.cs.meta +11 -0
  5. package/Editor/CreatePlayerActionsEditor.cs +23 -0
  6. package/Editor/CreatePlayerActionsEditor.cs.meta +11 -0
  7. package/Editor/CreateVRHands.cs +28 -0
  8. package/Editor/CreateVRHands.cs.meta +11 -0
  9. package/Editor/CreateVrPlayer.cs +44 -0
  10. package/Editor/CreateVrPlayer.cs.meta +11 -0
  11. package/Editor.meta +8 -0
  12. package/LICENSE +175 -0
  13. package/LICENSE.meta +7 -0
  14. package/README.md +70 -0
  15. package/README.md.meta +7 -0
  16. package/Runtime/InputActions/vr-player_InputActions.inputactions +2598 -0
  17. package/Runtime/InputActions/vr-player_InputActions.inputactions.meta +14 -0
  18. package/Runtime/InputActions/vrPlayer_ContinuousMove.preset +125 -0
  19. package/Runtime/InputActions/vrPlayer_ContinuousMove.preset.meta +8 -0
  20. package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset +109 -0
  21. package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset.meta +8 -0
  22. package/Runtime/InputActions/vrPlayer_LeftController.preset +511 -0
  23. package/Runtime/InputActions/vrPlayer_LeftController.preset.meta +8 -0
  24. package/Runtime/InputActions/vrPlayer_RightController.preset +600 -0
  25. package/Runtime/InputActions/vrPlayer_RightController.preset.meta +8 -0
  26. package/Runtime/InputActions/vrPlayer_SnapTurn.preset +121 -0
  27. package/Runtime/InputActions/vrPlayer_SnapTurn.preset.meta +8 -0
  28. package/Runtime/InputActions.meta +8 -0
  29. package/Runtime/Materials/GhostHands.mat +76 -0
  30. package/Runtime/Materials/GhostHands.mat.meta +8 -0
  31. package/Runtime/Materials/GloveManager.cs +18 -0
  32. package/Runtime/Materials/GloveManager.cs.meta +11 -0
  33. package/Runtime/Materials/Grey.mat +355 -0
  34. package/Runtime/Materials/Grey.mat.meta +8 -0
  35. package/Runtime/Materials/Pink.mat +355 -0
  36. package/Runtime/Materials/Pink.mat.meta +8 -0
  37. package/Runtime/Materials/SimpleColor.shadergraph +1206 -0
  38. package/Runtime/Materials/SimpleColor.shadergraph.meta +10 -0
  39. package/Runtime/Materials/White.mat +355 -0
  40. package/Runtime/Materials/White.mat.meta +8 -0
  41. package/Runtime/Materials.meta +8 -0
  42. package/Runtime/Physics/HandPhysicsMaterial.physicMaterial +15 -0
  43. package/Runtime/Physics/HandPhysicsMaterial.physicMaterial.meta +8 -0
  44. package/Runtime/Physics.meta +8 -0
  45. package/Runtime/Prefabs/CustomPass_Fade.prefab +106 -0
  46. package/Runtime/Prefabs/CustomPass_Fade.prefab.meta +7 -0
  47. package/Runtime/Prefabs/HandDetector.prefab +234 -0
  48. package/Runtime/Prefabs/HandDetector.prefab.meta +7 -0
  49. package/Runtime/Prefabs/Player.prefab +10602 -0
  50. package/Runtime/Prefabs/Player.prefab.meta +7 -0
  51. package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab +503 -0
  52. package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab.meta +7 -0
  53. package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab +272 -0
  54. package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab.meta +7 -0
  55. package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab +337 -0
  56. package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab.meta +7 -0
  57. package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab +337 -0
  58. package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab.meta +7 -0
  59. package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab +276 -0
  60. package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab.meta +7 -0
  61. package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab +337 -0
  62. package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab.meta +7 -0
  63. package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab +199 -0
  64. package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab.meta +7 -0
  65. package/Runtime/Prefabs/XR/Interactables Sample.prefab +260 -0
  66. package/Runtime/Prefabs/XR/Interactables Sample.prefab.meta +7 -0
  67. package/Runtime/Prefabs/XR/Interactables.meta +8 -0
  68. package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab +278 -0
  69. package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab.meta +7 -0
  70. package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab +396 -0
  71. package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab.meta +7 -0
  72. package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab +229 -0
  73. package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab.meta +7 -0
  74. package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab +231 -0
  75. package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab.meta +7 -0
  76. package/Runtime/Prefabs/XR/Teleport.meta +8 -0
  77. package/Runtime/Prefabs/XR/UI Sample.prefab +533 -0
  78. package/Runtime/Prefabs/XR/UI Sample.prefab.meta +7 -0
  79. package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab +527 -0
  80. package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab.meta +7 -0
  81. package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab +537 -0
  82. package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab.meta +7 -0
  83. package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab +338 -0
  84. package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab.meta +7 -0
  85. package/Runtime/Prefabs/XR/UI_2D.meta +8 -0
  86. package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab +499 -0
  87. package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab.meta +7 -0
  88. package/Runtime/Prefabs/XR/UI_3D.meta +8 -0
  89. package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab +133 -0
  90. package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab.meta +7 -0
  91. package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab +355 -0
  92. package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab.meta +7 -0
  93. package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab +254 -0
  94. package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab.meta +7 -0
  95. package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab +437 -0
  96. package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab.meta +7 -0
  97. package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab +439 -0
  98. package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab.meta +7 -0
  99. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab +804 -0
  100. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab.meta +7 -0
  101. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab +801 -0
  102. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab.meta +7 -0
  103. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab +2371 -0
  104. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab.meta +7 -0
  105. package/Runtime/Prefabs/XR/XR Origin Pieces.meta +8 -0
  106. package/Runtime/Prefabs/XR.meta +8 -0
  107. package/Runtime/Prefabs/XROrigin.prefab +5073 -0
  108. package/Runtime/Prefabs/XROrigin.prefab.meta +7 -0
  109. package/Runtime/Prefabs.meta +8 -0
  110. package/Runtime/Shaders/Hands_ShaderGraph.shadergraph +21544 -0
  111. package/Runtime/Shaders/Hands_ShaderGraph.shadergraph.meta +10 -0
  112. package/Runtime/Shaders/M_HandGhost.mat +421 -0
  113. package/Runtime/Shaders/M_HandGhost.mat.meta +8 -0
  114. package/Runtime/Shaders/SHG_GhostHands.shadergraph +1276 -0
  115. package/Runtime/Shaders/SHG_GhostHands.shadergraph.meta +10 -0
  116. package/Runtime/Shaders/SH_GhostHands.shader +97 -0
  117. package/Runtime/Shaders/SH_GhostHands.shader.meta +9 -0
  118. package/Runtime/Shaders/SH_GhostShader_HDRP.shader +85 -0
  119. package/Runtime/Shaders/SH_GhostShader_HDRP.shader.meta +10 -0
  120. package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph +881 -0
  121. package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph.meta +10 -0
  122. package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph +483 -0
  123. package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph.meta +10 -0
  124. package/Runtime/Shaders/Subgraphs.meta +8 -0
  125. package/Runtime/Shaders.meta +8 -0
  126. package/Runtime/cursor/Forward.png +0 -0
  127. package/Runtime/cursor/Forward.png.meta +108 -0
  128. package/Runtime/cursor/cursor_cursor_0.svg +21 -0
  129. package/Runtime/cursor/cursor_cursor_0.svg.meta +55 -0
  130. package/Runtime/cursor/cursor_cursor_1.svg +18 -0
  131. package/Runtime/cursor/cursor_cursor_1.svg.meta +55 -0
  132. package/Runtime/cursor/teleport.svg +16 -0
  133. package/Runtime/cursor/teleport.svg.meta +55 -0
  134. package/Runtime/cursor.meta +8 -0
  135. package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset +16 -0
  136. package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset.meta +8 -0
  137. package/Runtime/scripts/ActionManagement/ActionContainer.meta +8 -0
  138. package/Runtime/scripts/ActionManagement/ActionContainerSO.cs +50 -0
  139. package/Runtime/scripts/ActionManagement/ActionContainerSO.cs.meta +11 -0
  140. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset +16 -0
  141. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset.meta +8 -0
  142. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset +16 -0
  143. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset.meta +8 -0
  144. package/Runtime/scripts/ActionManagement/ActionRebindChannels.meta +8 -0
  145. package/Runtime/scripts/ActionManagement/ActionRebinder.cs +131 -0
  146. package/Runtime/scripts/ActionManagement/ActionRebinder.cs.meta +11 -0
  147. package/Runtime/scripts/ActionManagement/ActionSO.cs +55 -0
  148. package/Runtime/scripts/ActionManagement/ActionSO.cs.meta +11 -0
  149. package/Runtime/scripts/ActionManagement/InputActionManager.cs +35 -0
  150. package/Runtime/scripts/ActionManagement/InputActionManager.cs.meta +11 -0
  151. package/Runtime/scripts/ActionManagement/PlayerActionManager.cs +234 -0
  152. package/Runtime/scripts/ActionManagement/PlayerActionManager.cs.meta +11 -0
  153. package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs +101 -0
  154. package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs.meta +11 -0
  155. package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs +147 -0
  156. package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs.meta +11 -0
  157. package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset +16 -0
  158. package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset.meta +8 -0
  159. package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset +16 -0
  160. package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset.meta +8 -0
  161. package/Runtime/scripts/ActionManagement/UIHandlingSO.meta +8 -0
  162. package/Runtime/scripts/ActionManagement/XR Debugger.cs +41 -0
  163. package/Runtime/scripts/ActionManagement/XR Debugger.cs.meta +11 -0
  164. package/Runtime/scripts/ActionManagement.meta +8 -0
  165. package/Runtime/scripts/Basics/MainMenuController.cs +54 -0
  166. package/Runtime/scripts/Basics/MainMenuController.cs.meta +11 -0
  167. package/Runtime/scripts/Basics/PrimaryItemController.cs +80 -0
  168. package/Runtime/scripts/Basics/PrimaryItemController.cs.meta +11 -0
  169. package/Runtime/scripts/Basics.meta +8 -0
  170. package/Runtime/scripts/Fade/FadeChannel.asset +16 -0
  171. package/Runtime/scripts/Fade/FadeChannel.asset.meta +8 -0
  172. package/Runtime/scripts/Fade/FadeMask.cs +115 -0
  173. package/Runtime/scripts/Fade/FadeMask.cs.meta +11 -0
  174. package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset +44 -0
  175. package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset.meta +8 -0
  176. package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset +44 -0
  177. package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset.meta +8 -0
  178. package/Runtime/scripts/Fade.meta +8 -0
  179. package/Runtime/scripts/FireEventOnTrigger.cs +53 -0
  180. package/Runtime/scripts/FireEventOnTrigger.cs.meta +11 -0
  181. package/Runtime/scripts/Gaze/CursorStateController.cs +167 -0
  182. package/Runtime/scripts/Gaze/CursorStateController.cs.meta +11 -0
  183. package/Runtime/scripts/Gaze/FPSCameraMovement.cs +224 -0
  184. package/Runtime/scripts/Gaze/FPSCameraMovement.cs.meta +11 -0
  185. package/Runtime/scripts/Gaze/NoPeeking.cs +60 -0
  186. package/Runtime/scripts/Gaze/NoPeeking.cs.meta +11 -0
  187. package/Runtime/scripts/Gaze.meta +8 -0
  188. package/Runtime/scripts/HandInteraction/BlendableHand.cs +30 -0
  189. package/Runtime/scripts/HandInteraction/BlendableHand.cs.meta +11 -0
  190. package/Runtime/scripts/HandInteraction/Core/Hand.cs +50 -0
  191. package/Runtime/scripts/HandInteraction/Core/Hand.cs.meta +11 -0
  192. package/Runtime/scripts/HandInteraction/Core/HandController.cs +29 -0
  193. package/Runtime/scripts/HandInteraction/Core/HandController.cs.meta +11 -0
  194. package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs +105 -0
  195. package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs.meta +11 -0
  196. package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs +197 -0
  197. package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs.meta +2 -0
  198. package/Runtime/scripts/HandInteraction/Core/SwapHands.cs +76 -0
  199. package/Runtime/scripts/HandInteraction/Core/SwapHands.cs.meta +11 -0
  200. package/Runtime/scripts/HandInteraction/Core.meta +8 -0
  201. package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs +18 -0
  202. package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs.meta +11 -0
  203. package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs +71 -0
  204. package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs.meta +11 -0
  205. package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs +26 -0
  206. package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs.meta +11 -0
  207. package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs +258 -0
  208. package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs.meta +11 -0
  209. package/Runtime/scripts/HandInteraction/Editor.meta +8 -0
  210. package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs +212 -0
  211. package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs.meta +11 -0
  212. package/Runtime/scripts/HandInteraction/GrabHandPose.cs +101 -0
  213. package/Runtime/scripts/HandInteraction/GrabHandPose.cs.meta +11 -0
  214. package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset +16 -0
  215. package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset.meta +8 -0
  216. package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset +16 -0
  217. package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset.meta +8 -0
  218. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs +18 -0
  219. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs.meta +11 -0
  220. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs +43 -0
  221. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs.meta +11 -0
  222. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs +39 -0
  223. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs.meta +11 -0
  224. package/Runtime/scripts/HandInteraction/HandData.cs +14 -0
  225. package/Runtime/scripts/HandInteraction/HandData.cs.meta +11 -0
  226. package/Runtime/scripts/HandInteraction/HandData.meta +8 -0
  227. package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs +127 -0
  228. package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs.meta +11 -0
  229. package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs +69 -0
  230. package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs.meta +11 -0
  231. package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs +38 -0
  232. package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs.meta +2 -0
  233. package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs +61 -0
  234. package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs.meta +11 -0
  235. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs +23 -0
  236. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs.meta +11 -0
  237. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs +6 -0
  238. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs.meta +11 -0
  239. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support.meta +8 -0
  240. package/Runtime/scripts/HandInteraction/HandPoser/Hands.meta +8 -0
  241. package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs +27 -0
  242. package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs.meta +11 -0
  243. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs +76 -0
  244. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs.meta +11 -0
  245. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs +93 -0
  246. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs.meta +11 -0
  247. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs +110 -0
  248. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs.meta +11 -0
  249. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper.meta +8 -0
  250. package/Runtime/scripts/HandInteraction/HandPoser/Pose.meta +8 -0
  251. package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs +11 -0
  252. package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs.meta +11 -0
  253. package/Runtime/scripts/HandInteraction/HandPoser/Utility.meta +8 -0
  254. package/Runtime/scripts/HandInteraction/HandPoser.meta +8 -0
  255. package/Runtime/scripts/HandInteraction/HandVibration.cs +35 -0
  256. package/Runtime/scripts/HandInteraction/HandVibration.cs.meta +2 -0
  257. package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs +212 -0
  258. package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs.meta +11 -0
  259. package/Runtime/scripts/HandInteraction/HandsStateController.cs +32 -0
  260. package/Runtime/scripts/HandInteraction/HandsStateController.cs.meta +11 -0
  261. package/Runtime/scripts/HandInteraction/KeyboardGrab.cs +49 -0
  262. package/Runtime/scripts/HandInteraction/KeyboardGrab.cs.meta +11 -0
  263. package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs +31 -0
  264. package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs.meta +11 -0
  265. package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs +85 -0
  266. package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs.meta +11 -0
  267. package/Runtime/scripts/HandInteraction/Locomotion.meta +8 -0
  268. package/Runtime/scripts/HandInteraction/PerformAction.cs +60 -0
  269. package/Runtime/scripts/HandInteraction/PerformAction.cs.meta +11 -0
  270. package/Runtime/scripts/HandInteraction/PickableObject.cs +54 -0
  271. package/Runtime/scripts/HandInteraction/PickableObject.cs.meta +11 -0
  272. package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs +169 -0
  273. package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs.meta +11 -0
  274. package/Runtime/scripts/HandInteraction/PointingPoseManager.cs +50 -0
  275. package/Runtime/scripts/HandInteraction/PointingPoseManager.cs.meta +11 -0
  276. package/Runtime/scripts/HandInteraction/RayInteractorManager.cs +41 -0
  277. package/Runtime/scripts/HandInteraction/RayInteractorManager.cs.meta +11 -0
  278. package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs +59 -0
  279. package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs.meta +11 -0
  280. package/Runtime/scripts/HandInteraction/TakeObject.cs +342 -0
  281. package/Runtime/scripts/HandInteraction/TakeObject.cs.meta +11 -0
  282. package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs +78 -0
  283. package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs.meta +11 -0
  284. package/Runtime/scripts/HandInteraction.meta +8 -0
  285. package/Runtime/scripts/HandVisualizer.cs +567 -0
  286. package/Runtime/scripts/HandVisualizer.cs.meta +11 -0
  287. package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs +90 -0
  288. package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs.meta +11 -0
  289. package/Runtime/scripts/Hmd/DetectUserPresence.cs +39 -0
  290. package/Runtime/scripts/Hmd/DetectUserPresence.cs.meta +11 -0
  291. package/Runtime/scripts/Hmd.meta +8 -0
  292. package/Runtime/scripts/LocomotionManager.cs +110 -0
  293. package/Runtime/scripts/LocomotionManager.cs.meta +11 -0
  294. package/Runtime/scripts/MainCameraTarget.cs +6 -0
  295. package/Runtime/scripts/MainCameraTarget.cs.meta +11 -0
  296. package/Runtime/scripts/Movement/PlayerMovement.cs +98 -0
  297. package/Runtime/scripts/Movement/PlayerMovement.cs.meta +11 -0
  298. package/Runtime/scripts/Movement.meta +8 -0
  299. package/Runtime/scripts/OrientObjectAlongTowardPoint.cs +81 -0
  300. package/Runtime/scripts/OrientObjectAlongTowardPoint.cs.meta +11 -0
  301. package/Runtime/scripts/SnapObject/SnapObject.cs +104 -0
  302. package/Runtime/scripts/SnapObject/SnapObject.cs.meta +11 -0
  303. package/Runtime/scripts/SnapObject/SnapZone.cs +14 -0
  304. package/Runtime/scripts/SnapObject/SnapZone.cs.meta +11 -0
  305. package/Runtime/scripts/SnapObject.meta +8 -0
  306. package/Runtime/scripts/Teleportation/SendTeleportTarget.cs +85 -0
  307. package/Runtime/scripts/Teleportation/SendTeleportTarget.cs.meta +11 -0
  308. package/Runtime/scripts/Teleportation/TeleportManager.cs +54 -0
  309. package/Runtime/scripts/Teleportation/TeleportManager.cs.meta +11 -0
  310. package/Runtime/scripts/Teleportation/TeleportOnEvent.cs +71 -0
  311. package/Runtime/scripts/Teleportation/TeleportOnEvent.cs.meta +11 -0
  312. package/Runtime/scripts/Teleportation.meta +8 -0
  313. package/Runtime/scripts/Tooltips/InputTooltipSO.cs +36 -0
  314. package/Runtime/scripts/Tooltips/InputTooltipSO.cs.meta +11 -0
  315. package/Runtime/scripts/Tooltips.meta +8 -0
  316. package/Runtime/scripts/jeanf.vrplayer.asmdef +29 -0
  317. package/Runtime/scripts/jeanf.vrplayer.asmdef.meta +7 -0
  318. package/Runtime/scripts.meta +8 -0
  319. package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs +568 -0
  320. package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs.meta +11 -0
  321. package/Runtime/xrToolkit/Scripts/BubbleGun.cs +72 -0
  322. package/Runtime/xrToolkit/Scripts/BubbleGun.cs.meta +11 -0
  323. package/Runtime/xrToolkit/Scripts/ComplexCube.cs +51 -0
  324. package/Runtime/xrToolkit/Scripts/ComplexCube.cs.meta +11 -0
  325. package/Runtime/xrToolkit/Scripts/ControllerManager.cs +377 -0
  326. package/Runtime/xrToolkit/Scripts/ControllerManager.cs.meta +11 -0
  327. package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs +730 -0
  328. package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs.meta +11 -0
  329. package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs +524 -0
  330. package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs.meta +11 -0
  331. package/Runtime/xrToolkit/Scripts/UpdateControlText.cs +41 -0
  332. package/Runtime/xrToolkit/Scripts/UpdateControlText.cs.meta +11 -0
  333. package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef +17 -0
  334. package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef.meta +7 -0
  335. package/Runtime/xrToolkit/Scripts.meta +8 -0
  336. package/Runtime/xrToolkit/Shaders/ReticleShader.shader +50 -0
  337. package/Runtime/xrToolkit/Shaders/ReticleShader.shader.meta +9 -0
  338. package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader +57 -0
  339. package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader.meta +9 -0
  340. package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader +79 -0
  341. package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader.meta +9 -0
  342. package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader +64 -0
  343. package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader.meta +9 -0
  344. package/Runtime/xrToolkit/Shaders.meta +8 -0
  345. package/Runtime/xrToolkit.meta +8 -0
  346. package/Runtime.meta +8 -0
  347. package/Samples/HandPoses/DefaultPose.asset +70 -0
  348. package/Samples/HandPoses/DefaultPose.asset.meta +8 -0
  349. package/Samples/HandPoses/OldDefaultPose.asset +60 -0
  350. package/Samples/HandPoses/OldDefaultPose.asset.meta +8 -0
  351. package/Samples/HandPoses.meta +8 -0
  352. package/Samples/Hands/Animations/LeftHand.controller +267 -0
  353. package/Samples/Hands/Animations/LeftHand.controller.meta +8 -0
  354. package/Samples/Hands/Animations.meta +8 -0
  355. package/Samples/Hands/Gloves1DiffusionProfile.asset +25 -0
  356. package/Samples/Hands/Gloves1DiffusionProfile.asset.meta +8 -0
  357. package/Samples/Hands/Mat/Hands_Nails.mat +482 -0
  358. package/Samples/Hands/Mat/Hands_Nails.mat.meta +8 -0
  359. package/Samples/Hands/Mat/Hands_Skin.mat +483 -0
  360. package/Samples/Hands/Mat/Hands_Skin.mat.meta +8 -0
  361. package/Samples/Hands/Mat/SkinDiffusionProfile.asset +25 -0
  362. package/Samples/Hands/Mat/SkinDiffusionProfile.asset.meta +8 -0
  363. package/Samples/Hands/Mat.meta +8 -0
  364. package/Samples/Hands/Models/CC_LefttHand.fbx +0 -0
  365. package/Samples/Hands/Models/CC_LefttHand.fbx.meta +106 -0
  366. package/Samples/Hands/Models/CC_RightHand.fbx +0 -0
  367. package/Samples/Hands/Models/CC_RightHand.fbx.meta +106 -0
  368. package/Samples/Hands/Models.meta +8 -0
  369. package/Samples/Hands/Prefabs/CC_LefttHand.prefab +1058 -0
  370. package/Samples/Hands/Prefabs/CC_LefttHand.prefab.meta +7 -0
  371. package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab +294 -0
  372. package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab.meta +7 -0
  373. package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab +132 -0
  374. package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab.meta +7 -0
  375. package/Samples/Hands/Prefabs/CC_RightHand.prefab +1010 -0
  376. package/Samples/Hands/Prefabs/CC_RightHand.prefab.meta +7 -0
  377. package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab +317 -0
  378. package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab.meta +7 -0
  379. package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab +136 -0
  380. package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab.meta +7 -0
  381. package/Samples/Hands/Prefabs/Joint.prefab +490 -0
  382. package/Samples/Hands/Prefabs/Joint.prefab.meta +7 -0
  383. package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab +64 -0
  384. package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab.meta +7 -0
  385. package/Samples/Hands/Prefabs/Resources.meta +8 -0
  386. package/Samples/Hands/Prefabs/VelocityPrefab.prefab +131 -0
  387. package/Samples/Hands/Prefabs/VelocityPrefab.prefab.meta +7 -0
  388. package/Samples/Hands/Prefabs.meta +8 -0
  389. package/Samples/Hands/SkinDiffusionProfile.asset +25 -0
  390. package/Samples/Hands/SkinDiffusionProfile.asset.meta +8 -0
  391. package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png +0 -0
  392. package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png.meta +108 -0
  393. package/Samples/Hands/Textures/Eyes.meta +8 -0
  394. package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png +0 -0
  395. package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png.meta +104 -0
  396. package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png +0 -0
  397. package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png.meta +104 -0
  398. package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png +0 -0
  399. package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png.meta +104 -0
  400. package/Samples/Hands/Textures/G3Plus/Body_Thickness.png +0 -0
  401. package/Samples/Hands/Textures/G3Plus/Body_Thickness.png.meta +104 -0
  402. package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png +0 -0
  403. package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png.meta +104 -0
  404. package/Samples/Hands/Textures/G3Plus/Head_Thickness.png +0 -0
  405. package/Samples/Hands/Textures/G3Plus/Head_Thickness.png.meta +104 -0
  406. package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png +0 -0
  407. package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png.meta +104 -0
  408. package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png +0 -0
  409. package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png.meta +104 -0
  410. package/Samples/Hands/Textures/G3Plus.meta +8 -0
  411. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png +0 -0
  412. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png.meta +123 -0
  413. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png +0 -0
  414. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png.meta +123 -0
  415. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png +0 -0
  416. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png.meta +123 -0
  417. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png +0 -0
  418. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png.meta +123 -0
  419. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png +0 -0
  420. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png.meta +123 -0
  421. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png +0 -0
  422. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png.meta +123 -0
  423. package/Samples/Hands/Textures/Gloves.meta +8 -0
  424. package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg +0 -0
  425. package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg.meta +123 -0
  426. package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png +0 -0
  427. package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png.meta +123 -0
  428. package/Samples/Hands/Textures/Man/Std_Nails_Normal.png +0 -0
  429. package/Samples/Hands/Textures/Man/Std_Nails_Normal.png.meta +123 -0
  430. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg +0 -0
  431. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
  432. package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png +0 -0
  433. package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png.meta +123 -0
  434. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png +0 -0
  435. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png.meta +123 -0
  436. package/Samples/Hands/Textures/Man.meta +8 -0
  437. package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg +0 -0
  438. package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg.meta +123 -0
  439. package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png +0 -0
  440. package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png.meta +123 -0
  441. package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg +0 -0
  442. package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg.meta +123 -0
  443. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg +0 -0
  444. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
  445. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png +0 -0
  446. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png.meta +123 -0
  447. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg +0 -0
  448. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg.meta +123 -0
  449. package/Samples/Hands/Textures/Woman.meta +8 -0
  450. package/Samples/Hands/Textures/skin_detail_map.tif +0 -0
  451. package/Samples/Hands/Textures/skin_detail_map.tif.meta +132 -0
  452. package/Samples/Hands/Textures/skin_detail_map_normal.tif +0 -0
  453. package/Samples/Hands/Textures/skin_detail_map_normal.tif.meta +159 -0
  454. package/Samples/Hands/Textures.meta +8 -0
  455. package/Samples/Hands.meta +8 -0
  456. package/Samples/xrToolkit/InputSettings/.sample.json +4 -0
  457. package/Samples/xrToolkit/InputSettings/XR Device Simulator/.sample.json +4 -0
  458. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions +877 -0
  459. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions.meta +14 -0
  460. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab +142 -0
  461. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab.meta +7 -0
  462. package/Samples/xrToolkit/InputSettings/XR Device Simulator.meta +8 -0
  463. package/Samples/xrToolkit/InputSettings.meta +8 -0
  464. package/Samples/xrToolkit/InputSystem.inputsettings.asset +26 -0
  465. package/Samples/xrToolkit/InputSystem.inputsettings.asset.meta +8 -0
  466. package/Samples/xrToolkit/Llama/Llama.controller +167 -0
  467. package/Samples/xrToolkit/Llama/Llama.controller.meta +8 -0
  468. package/Samples/xrToolkit/Llama/Llama.fbx +0 -0
  469. package/Samples/xrToolkit/Llama/Llama.fbx.meta +97 -0
  470. package/Samples/xrToolkit/Llama/LlamaMat.mat +342 -0
  471. package/Samples/xrToolkit/Llama/LlamaMat.mat.meta +8 -0
  472. package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif +0 -0
  473. package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif.meta +92 -0
  474. package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif +0 -0
  475. package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif.meta +92 -0
  476. package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif +0 -0
  477. package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif.meta +92 -0
  478. package/Samples/xrToolkit/Llama/Llama_Idle.fbx +0 -0
  479. package/Samples/xrToolkit/Llama/Llama_Idle.fbx.meta +239 -0
  480. package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif +0 -0
  481. package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif.meta +92 -0
  482. package/Samples/xrToolkit/Llama/Llama_Occlsion.tif +0 -0
  483. package/Samples/xrToolkit/Llama/Llama_Occlsion.tif.meta +92 -0
  484. package/Samples/xrToolkit/Llama/llama_Normal.tif +0 -0
  485. package/Samples/xrToolkit/Llama/llama_Normal.tif.meta +92 -0
  486. package/Samples/xrToolkit/Llama.meta +8 -0
  487. package/Samples/xrToolkit/Materials/BubbleMat.mat +343 -0
  488. package/Samples/xrToolkit/Materials/BubbleMat.mat.meta +8 -0
  489. package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat +342 -0
  490. package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat.meta +8 -0
  491. package/Samples/xrToolkit/Materials/ControllerMaterial.mat +342 -0
  492. package/Samples/xrToolkit/Materials/ControllerMaterial.mat.meta +8 -0
  493. package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat +342 -0
  494. package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat.meta +8 -0
  495. package/Samples/xrToolkit/Materials/DryWall_Mat.mat +342 -0
  496. package/Samples/xrToolkit/Materials/DryWall_Mat.mat.meta +8 -0
  497. package/Samples/xrToolkit/Materials/FloorMat.mat +342 -0
  498. package/Samples/xrToolkit/Materials/FloorMat.mat.meta +8 -0
  499. package/Samples/xrToolkit/Materials/FloorMaterial.mat +343 -0
  500. package/Samples/xrToolkit/Materials/FloorMaterial.mat.meta +8 -0
  501. package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat +351 -0
  502. package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat.meta +8 -0
  503. package/Samples/xrToolkit/Materials/GrabBlockMat.mat +351 -0
  504. package/Samples/xrToolkit/Materials/GrabBlockMat.mat.meta +8 -0
  505. package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat +351 -0
  506. package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat.meta +8 -0
  507. package/Samples/xrToolkit/Materials/Ground_Mat.mat +342 -0
  508. package/Samples/xrToolkit/Materials/Ground_Mat.mat.meta +8 -0
  509. package/Samples/xrToolkit/Materials/Hammer_Mat.mat +342 -0
  510. package/Samples/xrToolkit/Materials/Hammer_Mat.mat.meta +8 -0
  511. package/Samples/xrToolkit/Materials/HandMaterial.mat +342 -0
  512. package/Samples/xrToolkit/Materials/HandMaterial.mat.meta +8 -0
  513. package/Samples/xrToolkit/Materials/HardHat_Mat.mat +342 -0
  514. package/Samples/xrToolkit/Materials/HardHat_Mat.mat.meta +8 -0
  515. package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat +342 -0
  516. package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat.meta +8 -0
  517. package/Samples/xrToolkit/Materials/LightBulb_Mat.mat +342 -0
  518. package/Samples/xrToolkit/Materials/LightBulb_Mat.mat.meta +8 -0
  519. package/Samples/xrToolkit/Materials/LineVisual.mat +322 -0
  520. package/Samples/xrToolkit/Materials/LineVisual.mat.meta +8 -0
  521. package/Samples/xrToolkit/Materials/Liquid_Mat.mat +352 -0
  522. package/Samples/xrToolkit/Materials/Liquid_Mat.mat.meta +8 -0
  523. package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat +342 -0
  524. package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat.meta +8 -0
  525. package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat +342 -0
  526. package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat.meta +8 -0
  527. package/Samples/xrToolkit/Materials/OBS_Mat.mat +342 -0
  528. package/Samples/xrToolkit/Materials/OBS_Mat.mat.meta +8 -0
  529. package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat +342 -0
  530. package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat.meta +8 -0
  531. package/Samples/xrToolkit/Materials/PaintCan_mat.mat +342 -0
  532. package/Samples/xrToolkit/Materials/PaintCan_mat.mat.meta +8 -0
  533. package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat +342 -0
  534. package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat.meta +8 -0
  535. package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat +342 -0
  536. package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat.meta +8 -0
  537. package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat +342 -0
  538. package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat.meta +8 -0
  539. package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat +342 -0
  540. package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat.meta +8 -0
  541. package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat +342 -0
  542. package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat.meta +8 -0
  543. package/Samples/xrToolkit/Materials/Plastic_Transparent.mat +343 -0
  544. package/Samples/xrToolkit/Materials/Plastic_Transparent.mat.meta +8 -0
  545. package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat +342 -0
  546. package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat.meta +8 -0
  547. package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat +342 -0
  548. package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat.meta +8 -0
  549. package/Samples/xrToolkit/Materials/PulseEngines.mat +316 -0
  550. package/Samples/xrToolkit/Materials/PulseEngines.mat.meta +8 -0
  551. package/Samples/xrToolkit/Materials/ReticleMaterial.mat +344 -0
  552. package/Samples/xrToolkit/Materials/ReticleMaterial.mat.meta +8 -0
  553. package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat +316 -0
  554. package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat.meta +8 -0
  555. package/Samples/xrToolkit/Materials/SocketMat.mat +343 -0
  556. package/Samples/xrToolkit/Materials/SocketMat.mat.meta +8 -0
  557. package/Samples/xrToolkit/Materials/Strap_Mat.mat +342 -0
  558. package/Samples/xrToolkit/Materials/Strap_Mat.mat.meta +8 -0
  559. package/Samples/xrToolkit/Materials/Stud_Mat.mat +342 -0
  560. package/Samples/xrToolkit/Materials/Stud_Mat.mat.meta +8 -0
  561. package/Samples/xrToolkit/Materials/TableMat.mat +342 -0
  562. package/Samples/xrToolkit/Materials/TableMat.mat.meta +8 -0
  563. package/Samples/xrToolkit/Materials/TeleportAnchor.mat +322 -0
  564. package/Samples/xrToolkit/Materials/TeleportAnchor.mat.meta +8 -0
  565. package/Samples/xrToolkit/Materials/TeleportHoverMat.mat +342 -0
  566. package/Samples/xrToolkit/Materials/TeleportHoverMat.mat.meta +8 -0
  567. package/Samples/xrToolkit/Materials/TeleportPlatform.mat +342 -0
  568. package/Samples/xrToolkit/Materials/TeleportPlatform.mat.meta +8 -0
  569. package/Samples/xrToolkit/Materials/WhiteSmooth.mat +351 -0
  570. package/Samples/xrToolkit/Materials/WhiteSmooth.mat.meta +8 -0
  571. package/Samples/xrToolkit/Materials.meta +8 -0
  572. package/Samples/xrToolkit/Models/.mayaSwatches/arrowhead.mlt.swatches +0 -0
  573. package/Samples/xrToolkit/Models/Brush_Low.fbx +0 -0
  574. package/Samples/xrToolkit/Models/Brush_Low.fbx.meta +115 -0
  575. package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx +0 -0
  576. package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx.meta +154 -0
  577. package/Samples/xrToolkit/Models/GroundPlane.fbx +0 -0
  578. package/Samples/xrToolkit/Models/GroundPlane.fbx.meta +97 -0
  579. package/Samples/xrToolkit/Models/Hammer_Low.fbx +0 -0
  580. package/Samples/xrToolkit/Models/Hammer_Low.fbx.meta +115 -0
  581. package/Samples/xrToolkit/Models/Horizon.FBX +0 -0
  582. package/Samples/xrToolkit/Models/Horizon.FBX.meta +97 -0
  583. package/Samples/xrToolkit/Models/Jigsaw_Low.fbx +0 -0
  584. package/Samples/xrToolkit/Models/Jigsaw_Low.fbx.meta +115 -0
  585. package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx +0 -0
  586. package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx.meta +124 -0
  587. package/Samples/xrToolkit/Models/PaintBucket_Low.fbx +0 -0
  588. package/Samples/xrToolkit/Models/PaintBucket_Low.fbx.meta +160 -0
  589. package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx +0 -0
  590. package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx.meta +124 -0
  591. package/Samples/xrToolkit/Models/SafetyHat_Low.fbx +0 -0
  592. package/Samples/xrToolkit/Models/SafetyHat_Low.fbx.meta +115 -0
  593. package/Samples/xrToolkit/Models/Small_Plane.fbx +0 -0
  594. package/Samples/xrToolkit/Models/Small_Plane.fbx.meta +115 -0
  595. package/Samples/xrToolkit/Models/StoneFlat.fbx +0 -0
  596. package/Samples/xrToolkit/Models/StoneFlat.fbx.meta +97 -0
  597. package/Samples/xrToolkit/Models/StoneRound.fbx +0 -0
  598. package/Samples/xrToolkit/Models/StoneRound.fbx.meta +97 -0
  599. package/Samples/xrToolkit/Models/Stud.fbx +0 -0
  600. package/Samples/xrToolkit/Models/Stud.fbx.meta +136 -0
  601. package/Samples/xrToolkit/Models/TreeBox.fbx +0 -0
  602. package/Samples/xrToolkit/Models/TreeBox.fbx.meta +97 -0
  603. package/Samples/xrToolkit/Models/TreeRound.FBX +0 -0
  604. package/Samples/xrToolkit/Models/TreeRound.FBX.meta +97 -0
  605. package/Samples/xrToolkit/Models/Workbench.fbx +0 -0
  606. package/Samples/xrToolkit/Models/Workbench.fbx.meta +196 -0
  607. package/Samples/xrToolkit/Models/Workbench_Low.fbx +0 -0
  608. package/Samples/xrToolkit/Models/Workbench_Low.fbx.meta +196 -0
  609. package/Samples/xrToolkit/Models/Workshop_Set.fbx +0 -0
  610. package/Samples/xrToolkit/Models/Workshop_Set.fbx.meta +196 -0
  611. package/Samples/xrToolkit/Models/controller.fbx +0 -0
  612. package/Samples/xrToolkit/Models/controller.fbx.meta +97 -0
  613. package/Samples/xrToolkit/Models/directionArrow.fbx +0 -0
  614. package/Samples/xrToolkit/Models/directionArrow.fbx.meta +97 -0
  615. package/Samples/xrToolkit/Models/fileAnchorWall.fbx +0 -0
  616. package/Samples/xrToolkit/Models/fileAnchorWall.fbx.meta +97 -0
  617. package/Samples/xrToolkit/Models/floatingAnchor.fbx +0 -0
  618. package/Samples/xrToolkit/Models/floatingAnchor.fbx.meta +97 -0
  619. package/Samples/xrToolkit/Models/lowPolyIsland.fbx +0 -0
  620. package/Samples/xrToolkit/Models/lowPolyIsland.fbx.meta +2575 -0
  621. package/Samples/xrToolkit/Models/reticle.fbx +0 -0
  622. package/Samples/xrToolkit/Models/reticle.fbx.meta +120 -0
  623. package/Samples/xrToolkit/Models/spaceShip.fbx +0 -0
  624. package/Samples/xrToolkit/Models/spaceShip.fbx.meta +1594 -0
  625. package/Samples/xrToolkit/Models/teleportHightlight.fbx +0 -0
  626. package/Samples/xrToolkit/Models/teleportHightlight.fbx.meta +97 -0
  627. package/Samples/xrToolkit/Models/teleportPlatform.fbx +0 -0
  628. package/Samples/xrToolkit/Models/teleportPlatform.fbx.meta +97 -0
  629. package/Samples/xrToolkit/Models.meta +8 -0
  630. package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml +17 -0
  631. package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml.meta +7 -0
  632. package/Samples/xrToolkit/Plugins/Android.meta +8 -0
  633. package/Samples/xrToolkit/Plugins.meta +8 -0
  634. package/Samples/xrToolkit/Prefabs/Anchor.prefab +229 -0
  635. package/Samples/xrToolkit/Prefabs/Anchor.prefab.meta +7 -0
  636. package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab +4783 -0
  637. package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab.meta +7 -0
  638. package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab +234 -0
  639. package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab.meta +7 -0
  640. package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab +1697 -0
  641. package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab.meta +7 -0
  642. package/Samples/xrToolkit/Prefabs/InstantCube.prefab +221 -0
  643. package/Samples/xrToolkit/Prefabs/InstantCube.prefab.meta +7 -0
  644. package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab +2941 -0
  645. package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab.meta +7 -0
  646. package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab +6398 -0
  647. package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab.meta +7 -0
  648. package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab +965 -0
  649. package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab.meta +7 -0
  650. package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab +3811 -0
  651. package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab.meta +7 -0
  652. package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab +2840 -0
  653. package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab.meta +7 -0
  654. package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab +3210 -0
  655. package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab.meta +7 -0
  656. package/Samples/xrToolkit/Prefabs/InteractionZones.meta +8 -0
  657. package/Samples/xrToolkit/Prefabs/KinematicCube.prefab +221 -0
  658. package/Samples/xrToolkit/Prefabs/KinematicCube.prefab.meta +7 -0
  659. package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab +1424 -0
  660. package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab.meta +7 -0
  661. package/Samples/xrToolkit/Prefabs/Locomotion System.prefab +82 -0
  662. package/Samples/xrToolkit/Prefabs/Locomotion System.prefab.meta +7 -0
  663. package/Samples/xrToolkit/Prefabs/Props.prefab +2200 -0
  664. package/Samples/xrToolkit/Prefabs/Props.prefab.meta +7 -0
  665. package/Samples/xrToolkit/Prefabs/Reticle.prefab +81 -0
  666. package/Samples/xrToolkit/Prefabs/Reticle.prefab.meta +7 -0
  667. package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab +328 -0
  668. package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab.meta +7 -0
  669. package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab +704 -0
  670. package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab.meta +7 -0
  671. package/Samples/xrToolkit/Prefabs/TeleportArea.prefab +954 -0
  672. package/Samples/xrToolkit/Prefabs/TeleportArea.prefab.meta +7 -0
  673. package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab +221 -0
  674. package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab.meta +7 -0
  675. package/Samples/xrToolkit/Prefabs/Workshop Set.prefab +435 -0
  676. package/Samples/xrToolkit/Prefabs/Workshop Set.prefab.meta +7 -0
  677. package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab +2726 -0
  678. package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab.meta +7 -0
  679. package/Samples/xrToolkit/Prefabs/controller.prefab +303 -0
  680. package/Samples/xrToolkit/Prefabs/controller.prefab.meta +7 -0
  681. package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab +648 -0
  682. package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab.meta +7 -0
  683. package/Samples/xrToolkit/Prefabs/teleportReticle.prefab +128 -0
  684. package/Samples/xrToolkit/Prefabs/teleportReticle.prefab.meta +7 -0
  685. package/Samples/xrToolkit/Prefabs.meta +8 -0
  686. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset +0 -0
  687. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset.meta +8 -0
  688. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
  689. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
  690. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
  691. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
  692. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
  693. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
  694. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
  695. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
  696. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr +0 -0
  697. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
  698. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr +0 -0
  699. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
  700. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr +0 -0
  701. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
  702. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr +0 -0
  703. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
  704. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr +0 -0
  705. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
  706. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr +0 -0
  707. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
  708. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr +0 -0
  709. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
  710. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.meta +8 -0
  711. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity +10487 -0
  712. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity.meta +7 -0
  713. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset +0 -0
  714. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset.meta +8 -0
  715. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
  716. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
  717. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
  718. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
  719. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
  720. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
  721. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
  722. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
  723. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr +0 -0
  724. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
  725. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr +0 -0
  726. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
  727. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr +0 -0
  728. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
  729. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr +0 -0
  730. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
  731. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr +0 -0
  732. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
  733. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr +0 -0
  734. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
  735. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr +0 -0
  736. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
  737. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.meta +8 -0
  738. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity +14118 -0
  739. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity.meta +7 -0
  740. package/Samples/xrToolkit/Scenes.meta +8 -0
  741. package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif +0 -0
  742. package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif.meta +140 -0
  743. package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif +0 -0
  744. package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif.meta +140 -0
  745. package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif +0 -0
  746. package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif.meta +140 -0
  747. package/Samples/xrToolkit/Textures/Concrete.meta +8 -0
  748. package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif +0 -0
  749. package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif.meta +140 -0
  750. package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif +0 -0
  751. package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif.meta +140 -0
  752. package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif +0 -0
  753. package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif.meta +140 -0
  754. package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif +0 -0
  755. package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif.meta +140 -0
  756. package/Samples/xrToolkit/Textures/Drywall.meta +8 -0
  757. package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga +0 -0
  758. package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga.meta +92 -0
  759. package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif +0 -0
  760. package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif.meta +140 -0
  761. package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif +0 -0
  762. package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif.meta +140 -0
  763. package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif +0 -0
  764. package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif.meta +140 -0
  765. package/Samples/xrToolkit/Textures/Metal.meta +8 -0
  766. package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif +0 -0
  767. package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif.meta +140 -0
  768. package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif +0 -0
  769. package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif.meta +140 -0
  770. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif +0 -0
  771. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif.meta +140 -0
  772. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif +0 -0
  773. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif.meta +140 -0
  774. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif +0 -0
  775. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif.meta +140 -0
  776. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif +0 -0
  777. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif.meta +140 -0
  778. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif +0 -0
  779. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif.meta +140 -0
  780. package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif +0 -0
  781. package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif.meta +140 -0
  782. package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif +0 -0
  783. package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif.meta +140 -0
  784. package/Samples/xrToolkit/Textures/Plastic.meta +8 -0
  785. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif +0 -0
  786. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif.meta +140 -0
  787. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif +0 -0
  788. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif.meta +140 -0
  789. package/Samples/xrToolkit/Textures/Props/Construction_Light.meta +8 -0
  790. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif +0 -0
  791. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif.meta +140 -0
  792. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif +0 -0
  793. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif.meta +140 -0
  794. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif +0 -0
  795. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif.meta +140 -0
  796. package/Samples/xrToolkit/Textures/Props/Hammer.meta +8 -0
  797. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif +0 -0
  798. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif.meta +140 -0
  799. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif +0 -0
  800. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif.meta +140 -0
  801. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif +0 -0
  802. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif.meta +140 -0
  803. package/Samples/xrToolkit/Textures/Props/HardHat.meta +8 -0
  804. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif +0 -0
  805. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif.meta +140 -0
  806. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif +0 -0
  807. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif.meta +140 -0
  808. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif +0 -0
  809. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif.meta +140 -0
  810. package/Samples/xrToolkit/Textures/Props/Jigsaw.meta +8 -0
  811. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif +0 -0
  812. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif.meta +140 -0
  813. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif +0 -0
  814. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif.meta +140 -0
  815. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif +0 -0
  816. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif.meta +140 -0
  817. package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif +0 -0
  818. package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif.meta +140 -0
  819. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif +0 -0
  820. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif.meta +140 -0
  821. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif +0 -0
  822. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif.meta +140 -0
  823. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif +0 -0
  824. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif.meta +140 -0
  825. package/Samples/xrToolkit/Textures/Props/Paint.meta +8 -0
  826. package/Samples/xrToolkit/Textures/Props.meta +8 -0
  827. package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png +0 -0
  828. package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png.meta +92 -0
  829. package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif +0 -0
  830. package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif.meta +140 -0
  831. package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif +0 -0
  832. package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif.meta +140 -0
  833. package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif +0 -0
  834. package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif.meta +140 -0
  835. package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif +0 -0
  836. package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif.meta +140 -0
  837. package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif +0 -0
  838. package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif.meta +140 -0
  839. package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif +0 -0
  840. package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif.meta +140 -0
  841. package/Samples/xrToolkit/Textures/Wood.meta +8 -0
  842. package/Samples/xrToolkit/Textures.meta +8 -0
  843. package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset +2721 -0
  844. package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset.meta +8 -0
  845. package/Samples/xrToolkit/VR Examples/Fonts.meta +8 -0
  846. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat +149 -0
  847. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat.meta +8 -0
  848. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat +149 -0
  849. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat.meta +8 -0
  850. package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat +149 -0
  851. package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat.meta +8 -0
  852. package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat +149 -0
  853. package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat.meta +8 -0
  854. package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat +148 -0
  855. package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat.meta +8 -0
  856. package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat +139 -0
  857. package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat.meta +8 -0
  858. package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat +139 -0
  859. package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat.meta +8 -0
  860. package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat +135 -0
  861. package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat.meta +8 -0
  862. package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat +137 -0
  863. package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat.meta +8 -0
  864. package/Samples/xrToolkit/VR Examples/Materials.meta +8 -0
  865. package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx +0 -0
  866. package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx.meta +97 -0
  867. package/Samples/xrToolkit/VR Examples/Models.meta +8 -0
  868. package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab +229 -0
  869. package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab.meta +7 -0
  870. package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab +108 -0
  871. package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab.meta +7 -0
  872. package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab +224 -0
  873. package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab.meta +7 -0
  874. package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab +312 -0
  875. package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab.meta +7 -0
  876. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab +311 -0
  877. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab.meta +7 -0
  878. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab +310 -0
  879. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab.meta +7 -0
  880. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab +312 -0
  881. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab.meta +7 -0
  882. package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab +45 -0
  883. package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab.meta +7 -0
  884. package/Samples/xrToolkit/VR Examples/Prefabs.meta +8 -0
  885. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset +0 -0
  886. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset.meta +8 -0
  887. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr +0 -0
  888. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr.meta +92 -0
  889. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.meta +8 -0
  890. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity +2018 -0
  891. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity.meta +7 -0
  892. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset +0 -0
  893. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset.meta +8 -0
  894. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr +0 -0
  895. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr.meta +92 -0
  896. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.meta +8 -0
  897. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity +1639 -0
  898. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity.meta +7 -0
  899. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset +0 -0
  900. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset.meta +8 -0
  901. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr +0 -0
  902. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr.meta +92 -0
  903. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.meta +8 -0
  904. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity +2491 -0
  905. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity.meta +7 -0
  906. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset +0 -0
  907. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset.meta +8 -0
  908. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr +0 -0
  909. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr.meta +92 -0
  910. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.meta +8 -0
  911. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity +6239 -0
  912. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity.meta +7 -0
  913. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset +0 -0
  914. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset.meta +8 -0
  915. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr +0 -0
  916. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr.meta +92 -0
  917. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.meta +8 -0
  918. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity +5163 -0
  919. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity.meta +7 -0
  920. package/Samples/xrToolkit/VR Examples/Scenes.meta +8 -0
  921. package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png +0 -0
  922. package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png.meta +92 -0
  923. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png +0 -0
  924. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png.meta +92 -0
  925. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png +0 -0
  926. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png.meta +92 -0
  927. package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png +0 -0
  928. package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png.meta +92 -0
  929. package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png +0 -0
  930. package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png.meta +92 -0
  931. package/Samples/xrToolkit/VR Examples/Textures.meta +8 -0
  932. package/Samples/xrToolkit/VR Examples.meta +8 -0
  933. package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset +14 -0
  934. package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset.meta +8 -0
  935. package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset +14 -0
  936. package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset.meta +8 -0
  937. package/Samples/xrToolkit/XR/Loaders.meta +8 -0
  938. package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset +23 -0
  939. package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset.meta +8 -0
  940. package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset +47 -0
  941. package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset.meta +8 -0
  942. package/Samples/xrToolkit/XR/Settings.meta +8 -0
  943. package/Samples/xrToolkit/XR/XRGeneralSettings.asset +173 -0
  944. package/Samples/xrToolkit/XR/XRGeneralSettings.asset.meta +8 -0
  945. package/Samples/xrToolkit/XR.meta +8 -0
  946. package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset +16 -0
  947. package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset.meta +8 -0
  948. package/Samples/xrToolkit/XRI/Settings.meta +8 -0
  949. package/Samples/xrToolkit/XRI.meta +8 -0
  950. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset +136 -0
  951. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset.meta +8 -0
  952. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset +38 -0
  953. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset.meta +8 -0
  954. package/Samples/xrToolkit.meta +8 -0
  955. package/Samples.meta +8 -0
  956. package/package.json +52 -0
  957. package/package.json.meta +7 -0
@@ -0,0 +1,1276 @@
1
+ {
2
+ "m_SGVersion": 3,
3
+ "m_Type": "UnityEditor.ShaderGraph.GraphData",
4
+ "m_ObjectId": "7da2ec0102b24d5badd54439a83b95b7",
5
+ "m_Properties": [
6
+ {
7
+ "m_Id": "15adcc53b1454204a39e7d22d648d065"
8
+ },
9
+ {
10
+ "m_Id": "9973b086ab814de895324f17487921fd"
11
+ }
12
+ ],
13
+ "m_Keywords": [],
14
+ "m_Dropdowns": [],
15
+ "m_CategoryData": [
16
+ {
17
+ "m_Id": "ccc43ad0d6414257a6d1402360f242b6"
18
+ }
19
+ ],
20
+ "m_Nodes": [
21
+ {
22
+ "m_Id": "8be3e09c72bf4e39aa41f83d3b82294e"
23
+ },
24
+ {
25
+ "m_Id": "930bc3f5d34e4da18190f42fe61dd802"
26
+ },
27
+ {
28
+ "m_Id": "46373743287a42ac91d8356c17743ff4"
29
+ },
30
+ {
31
+ "m_Id": "b815f20d9bf84085b6326dd60594ea71"
32
+ },
33
+ {
34
+ "m_Id": "cdf04080a0634086b78c8366c9a589bf"
35
+ },
36
+ {
37
+ "m_Id": "be69b453a4bc461e8d94734a29fa30b5"
38
+ },
39
+ {
40
+ "m_Id": "e7697f3b0f154e49addd71ae3cba4f3b"
41
+ },
42
+ {
43
+ "m_Id": "2a94815937a849daac82d3f87ab0b434"
44
+ },
45
+ {
46
+ "m_Id": "7e465edc834c4650940c33a61e89046f"
47
+ },
48
+ {
49
+ "m_Id": "622adab5893e4959933a1513fd9e1462"
50
+ },
51
+ {
52
+ "m_Id": "629b6ce3804a430d82b0a123cbd74a40"
53
+ }
54
+ ],
55
+ "m_GroupDatas": [],
56
+ "m_StickyNoteDatas": [],
57
+ "m_Edges": [
58
+ {
59
+ "m_OutputSlot": {
60
+ "m_Node": {
61
+ "m_Id": "2a94815937a849daac82d3f87ab0b434"
62
+ },
63
+ "m_SlotId": 0
64
+ },
65
+ "m_InputSlot": {
66
+ "m_Node": {
67
+ "m_Id": "e7697f3b0f154e49addd71ae3cba4f3b"
68
+ },
69
+ "m_SlotId": 2
70
+ }
71
+ },
72
+ {
73
+ "m_OutputSlot": {
74
+ "m_Node": {
75
+ "m_Id": "622adab5893e4959933a1513fd9e1462"
76
+ },
77
+ "m_SlotId": 2
78
+ },
79
+ "m_InputSlot": {
80
+ "m_Node": {
81
+ "m_Id": "629b6ce3804a430d82b0a123cbd74a40"
82
+ },
83
+ "m_SlotId": 0
84
+ }
85
+ },
86
+ {
87
+ "m_OutputSlot": {
88
+ "m_Node": {
89
+ "m_Id": "622adab5893e4959933a1513fd9e1462"
90
+ },
91
+ "m_SlotId": 2
92
+ },
93
+ "m_InputSlot": {
94
+ "m_Node": {
95
+ "m_Id": "b815f20d9bf84085b6326dd60594ea71"
96
+ },
97
+ "m_SlotId": 0
98
+ }
99
+ },
100
+ {
101
+ "m_OutputSlot": {
102
+ "m_Node": {
103
+ "m_Id": "622adab5893e4959933a1513fd9e1462"
104
+ },
105
+ "m_SlotId": 2
106
+ },
107
+ "m_InputSlot": {
108
+ "m_Node": {
109
+ "m_Id": "cdf04080a0634086b78c8366c9a589bf"
110
+ },
111
+ "m_SlotId": 0
112
+ }
113
+ },
114
+ {
115
+ "m_OutputSlot": {
116
+ "m_Node": {
117
+ "m_Id": "629b6ce3804a430d82b0a123cbd74a40"
118
+ },
119
+ "m_SlotId": 4
120
+ },
121
+ "m_InputSlot": {
122
+ "m_Node": {
123
+ "m_Id": "be69b453a4bc461e8d94734a29fa30b5"
124
+ },
125
+ "m_SlotId": 0
126
+ }
127
+ },
128
+ {
129
+ "m_OutputSlot": {
130
+ "m_Node": {
131
+ "m_Id": "7e465edc834c4650940c33a61e89046f"
132
+ },
133
+ "m_SlotId": 0
134
+ },
135
+ "m_InputSlot": {
136
+ "m_Node": {
137
+ "m_Id": "622adab5893e4959933a1513fd9e1462"
138
+ },
139
+ "m_SlotId": 1
140
+ }
141
+ },
142
+ {
143
+ "m_OutputSlot": {
144
+ "m_Node": {
145
+ "m_Id": "e7697f3b0f154e49addd71ae3cba4f3b"
146
+ },
147
+ "m_SlotId": 3
148
+ },
149
+ "m_InputSlot": {
150
+ "m_Node": {
151
+ "m_Id": "622adab5893e4959933a1513fd9e1462"
152
+ },
153
+ "m_SlotId": 0
154
+ }
155
+ }
156
+ ],
157
+ "m_VertexContext": {
158
+ "m_Position": {
159
+ "x": 212.66665649414063,
160
+ "y": -37.999996185302737
161
+ },
162
+ "m_Blocks": [
163
+ {
164
+ "m_Id": "8be3e09c72bf4e39aa41f83d3b82294e"
165
+ },
166
+ {
167
+ "m_Id": "46373743287a42ac91d8356c17743ff4"
168
+ },
169
+ {
170
+ "m_Id": "930bc3f5d34e4da18190f42fe61dd802"
171
+ }
172
+ ]
173
+ },
174
+ "m_FragmentContext": {
175
+ "m_Position": {
176
+ "x": 212.66665649414063,
177
+ "y": 162.0
178
+ },
179
+ "m_Blocks": [
180
+ {
181
+ "m_Id": "b815f20d9bf84085b6326dd60594ea71"
182
+ },
183
+ {
184
+ "m_Id": "cdf04080a0634086b78c8366c9a589bf"
185
+ },
186
+ {
187
+ "m_Id": "be69b453a4bc461e8d94734a29fa30b5"
188
+ }
189
+ ]
190
+ },
191
+ "m_PreviewData": {
192
+ "serializedMesh": {
193
+ "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
194
+ "m_Guid": ""
195
+ },
196
+ "preventRotation": false
197
+ },
198
+ "m_Path": "Shader Graphs",
199
+ "m_GraphPrecision": 1,
200
+ "m_PreviewMode": 2,
201
+ "m_OutputNode": {
202
+ "m_Id": ""
203
+ },
204
+ "m_SubDatas": [],
205
+ "m_ActiveTargets": [
206
+ {
207
+ "m_Id": "4f8d4caf51a8483aa3de1f26ebec32fc"
208
+ }
209
+ ]
210
+ }
211
+
212
+ {
213
+ "m_SGVersion": 0,
214
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
215
+ "m_ObjectId": "0006efcf128e4b928ab10e115162041f",
216
+ "m_Id": 3,
217
+ "m_DisplayName": "B",
218
+ "m_SlotType": 1,
219
+ "m_Hidden": false,
220
+ "m_ShaderOutputName": "B",
221
+ "m_StageCapability": 3,
222
+ "m_Value": 0.0,
223
+ "m_DefaultValue": 0.0,
224
+ "m_Labels": []
225
+ }
226
+
227
+ {
228
+ "m_SGVersion": 1,
229
+ "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty",
230
+ "m_ObjectId": "15adcc53b1454204a39e7d22d648d065",
231
+ "m_Guid": {
232
+ "m_GuidSerialized": "784943cc-5d87-4812-9241-d4dac1a56e6b"
233
+ },
234
+ "m_Name": "Fresnel Power",
235
+ "m_DefaultRefNameVersion": 1,
236
+ "m_RefNameGeneratedByDisplayName": "Fresnel Power",
237
+ "m_DefaultReferenceName": "_Fresnel_Power",
238
+ "m_OverrideReferenceName": "",
239
+ "m_GeneratePropertyBlock": true,
240
+ "m_UseCustomSlotLabel": false,
241
+ "m_CustomSlotLabel": "",
242
+ "m_DismissedVersion": 0,
243
+ "m_Precision": 0,
244
+ "overrideHLSLDeclaration": false,
245
+ "hlslDeclarationOverride": 0,
246
+ "m_Hidden": false,
247
+ "m_Value": 1.0,
248
+ "m_FloatType": 0,
249
+ "m_RangeValues": {
250
+ "x": 0.0,
251
+ "y": 1.0
252
+ }
253
+ }
254
+
255
+ {
256
+ "m_SGVersion": 0,
257
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
258
+ "m_ObjectId": "23e0eddf76ef4803bf6b5f6dcdf02cfb",
259
+ "m_Id": 4,
260
+ "m_DisplayName": "A",
261
+ "m_SlotType": 1,
262
+ "m_Hidden": false,
263
+ "m_ShaderOutputName": "A",
264
+ "m_StageCapability": 3,
265
+ "m_Value": 0.0,
266
+ "m_DefaultValue": 0.0,
267
+ "m_Labels": []
268
+ }
269
+
270
+ {
271
+ "m_SGVersion": 0,
272
+ "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot",
273
+ "m_ObjectId": "248dc8e08b724a4dba53eb9dd58ec05d",
274
+ "m_Id": 2,
275
+ "m_DisplayName": "Out",
276
+ "m_SlotType": 1,
277
+ "m_Hidden": false,
278
+ "m_ShaderOutputName": "Out",
279
+ "m_StageCapability": 3,
280
+ "m_Value": {
281
+ "e00": 0.0,
282
+ "e01": 0.0,
283
+ "e02": 0.0,
284
+ "e03": 0.0,
285
+ "e10": 0.0,
286
+ "e11": 0.0,
287
+ "e12": 0.0,
288
+ "e13": 0.0,
289
+ "e20": 0.0,
290
+ "e21": 0.0,
291
+ "e22": 0.0,
292
+ "e23": 0.0,
293
+ "e30": 0.0,
294
+ "e31": 0.0,
295
+ "e32": 0.0,
296
+ "e33": 0.0
297
+ },
298
+ "m_DefaultValue": {
299
+ "e00": 1.0,
300
+ "e01": 0.0,
301
+ "e02": 0.0,
302
+ "e03": 0.0,
303
+ "e10": 0.0,
304
+ "e11": 1.0,
305
+ "e12": 0.0,
306
+ "e13": 0.0,
307
+ "e20": 0.0,
308
+ "e21": 0.0,
309
+ "e22": 1.0,
310
+ "e23": 0.0,
311
+ "e30": 0.0,
312
+ "e31": 0.0,
313
+ "e32": 0.0,
314
+ "e33": 1.0
315
+ }
316
+ }
317
+
318
+ {
319
+ "m_SGVersion": 0,
320
+ "m_Type": "UnityEditor.ShaderGraph.PropertyNode",
321
+ "m_ObjectId": "2a94815937a849daac82d3f87ab0b434",
322
+ "m_Group": {
323
+ "m_Id": ""
324
+ },
325
+ "m_Name": "Property",
326
+ "m_DrawState": {
327
+ "m_Expanded": true,
328
+ "m_Position": {
329
+ "serializedVersion": "2",
330
+ "x": -918.0,
331
+ "y": 44.0,
332
+ "width": 150.0,
333
+ "height": 35.99999237060547
334
+ }
335
+ },
336
+ "m_Slots": [
337
+ {
338
+ "m_Id": "d3d48e93cd3c4ea9b2d7d29158dcdfc4"
339
+ }
340
+ ],
341
+ "synonyms": [],
342
+ "m_Precision": 0,
343
+ "m_PreviewExpanded": true,
344
+ "m_DismissedVersion": 0,
345
+ "m_PreviewMode": 0,
346
+ "m_CustomColors": {
347
+ "m_SerializableColors": []
348
+ },
349
+ "m_Property": {
350
+ "m_Id": "15adcc53b1454204a39e7d22d648d065"
351
+ }
352
+ }
353
+
354
+ {
355
+ "m_SGVersion": 0,
356
+ "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot",
357
+ "m_ObjectId": "2dfc3f7810d548458bfb2a2d5a44ba5b",
358
+ "m_Id": 1,
359
+ "m_DisplayName": "B",
360
+ "m_SlotType": 0,
361
+ "m_Hidden": false,
362
+ "m_ShaderOutputName": "B",
363
+ "m_StageCapability": 3,
364
+ "m_Value": {
365
+ "e00": 2.0,
366
+ "e01": 2.0,
367
+ "e02": 2.0,
368
+ "e03": 2.0,
369
+ "e10": 2.0,
370
+ "e11": 2.0,
371
+ "e12": 2.0,
372
+ "e13": 2.0,
373
+ "e20": 2.0,
374
+ "e21": 2.0,
375
+ "e22": 2.0,
376
+ "e23": 2.0,
377
+ "e30": 2.0,
378
+ "e31": 2.0,
379
+ "e32": 2.0,
380
+ "e33": 2.0
381
+ },
382
+ "m_DefaultValue": {
383
+ "e00": 1.0,
384
+ "e01": 0.0,
385
+ "e02": 0.0,
386
+ "e03": 0.0,
387
+ "e10": 0.0,
388
+ "e11": 1.0,
389
+ "e12": 0.0,
390
+ "e13": 0.0,
391
+ "e20": 0.0,
392
+ "e21": 0.0,
393
+ "e22": 1.0,
394
+ "e23": 0.0,
395
+ "e30": 0.0,
396
+ "e31": 0.0,
397
+ "e32": 0.0,
398
+ "e33": 1.0
399
+ }
400
+ }
401
+
402
+ {
403
+ "m_SGVersion": 0,
404
+ "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot",
405
+ "m_ObjectId": "2f981ea6ff6d41269da400d5401e3799",
406
+ "m_Id": 0,
407
+ "m_DisplayName": "A",
408
+ "m_SlotType": 0,
409
+ "m_Hidden": false,
410
+ "m_ShaderOutputName": "A",
411
+ "m_StageCapability": 3,
412
+ "m_Value": {
413
+ "e00": 0.0,
414
+ "e01": 0.0,
415
+ "e02": 0.0,
416
+ "e03": 0.0,
417
+ "e10": 0.0,
418
+ "e11": 0.0,
419
+ "e12": 0.0,
420
+ "e13": 0.0,
421
+ "e20": 0.0,
422
+ "e21": 0.0,
423
+ "e22": 0.0,
424
+ "e23": 0.0,
425
+ "e30": 0.0,
426
+ "e31": 0.0,
427
+ "e32": 0.0,
428
+ "e33": 0.0
429
+ },
430
+ "m_DefaultValue": {
431
+ "e00": 1.0,
432
+ "e01": 0.0,
433
+ "e02": 0.0,
434
+ "e03": 0.0,
435
+ "e10": 0.0,
436
+ "e11": 1.0,
437
+ "e12": 0.0,
438
+ "e13": 0.0,
439
+ "e20": 0.0,
440
+ "e21": 0.0,
441
+ "e22": 1.0,
442
+ "e23": 0.0,
443
+ "e30": 0.0,
444
+ "e31": 0.0,
445
+ "e32": 0.0,
446
+ "e33": 1.0
447
+ }
448
+ }
449
+
450
+ {
451
+ "m_SGVersion": 0,
452
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
453
+ "m_ObjectId": "32222802ff444259b945fc6fc3f4c94b",
454
+ "m_Id": 0,
455
+ "m_DisplayName": "Fresnel Color",
456
+ "m_SlotType": 1,
457
+ "m_Hidden": false,
458
+ "m_ShaderOutputName": "Out",
459
+ "m_StageCapability": 3,
460
+ "m_Value": {
461
+ "x": 0.0,
462
+ "y": 0.0,
463
+ "z": 0.0,
464
+ "w": 0.0
465
+ },
466
+ "m_DefaultValue": {
467
+ "x": 0.0,
468
+ "y": 0.0,
469
+ "z": 0.0,
470
+ "w": 0.0
471
+ },
472
+ "m_Labels": []
473
+ }
474
+
475
+ {
476
+ "m_SGVersion": 0,
477
+ "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData",
478
+ "m_ObjectId": "3d31bebc4809449aa5f9e493273a96e1",
479
+ "m_EnableShadowMatte": false,
480
+ "m_DistortionOnly": false
481
+ }
482
+
483
+ {
484
+ "m_SGVersion": 0,
485
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
486
+ "m_ObjectId": "46373743287a42ac91d8356c17743ff4",
487
+ "m_Group": {
488
+ "m_Id": ""
489
+ },
490
+ "m_Name": "VertexDescription.Tangent",
491
+ "m_DrawState": {
492
+ "m_Expanded": true,
493
+ "m_Position": {
494
+ "serializedVersion": "2",
495
+ "x": 0.0,
496
+ "y": 0.0,
497
+ "width": 0.0,
498
+ "height": 0.0
499
+ }
500
+ },
501
+ "m_Slots": [
502
+ {
503
+ "m_Id": "729b13fd875240a78619cee1b8b0e540"
504
+ }
505
+ ],
506
+ "synonyms": [],
507
+ "m_Precision": 0,
508
+ "m_PreviewExpanded": true,
509
+ "m_DismissedVersion": 0,
510
+ "m_PreviewMode": 0,
511
+ "m_CustomColors": {
512
+ "m_SerializableColors": []
513
+ },
514
+ "m_SerializedDescriptor": "VertexDescription.Tangent"
515
+ }
516
+
517
+ {
518
+ "m_SGVersion": 0,
519
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
520
+ "m_ObjectId": "48eb5ff48ce346d88f4ebda8ba20186c",
521
+ "m_Id": 1,
522
+ "m_DisplayName": "R",
523
+ "m_SlotType": 1,
524
+ "m_Hidden": false,
525
+ "m_ShaderOutputName": "R",
526
+ "m_StageCapability": 3,
527
+ "m_Value": 0.0,
528
+ "m_DefaultValue": 0.0,
529
+ "m_Labels": []
530
+ }
531
+
532
+ {
533
+ "m_SGVersion": 0,
534
+ "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget",
535
+ "m_ObjectId": "4f8d4caf51a8483aa3de1f26ebec32fc",
536
+ "m_ActiveSubTarget": {
537
+ "m_Id": "5d1f796c02c2409ca529ef41a7458f8e"
538
+ },
539
+ "m_Datas": [
540
+ {
541
+ "m_Id": "eee30510619744df9e2d8d8b40388427"
542
+ },
543
+ {
544
+ "m_Id": "539be0492a1b4704a12cc61edb22a1cb"
545
+ },
546
+ {
547
+ "m_Id": "3d31bebc4809449aa5f9e493273a96e1"
548
+ }
549
+ ],
550
+ "m_CustomEditorGUI": "",
551
+ "m_SupportVFX": false,
552
+ "m_SupportLineRendering": false
553
+ }
554
+
555
+ {
556
+ "m_SGVersion": 0,
557
+ "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData",
558
+ "m_ObjectId": "539be0492a1b4704a12cc61edb22a1cb",
559
+ "m_Distortion": false,
560
+ "m_DistortionMode": 0,
561
+ "m_DistortionDepthTest": true,
562
+ "m_AddPrecomputedVelocity": false,
563
+ "m_TransparentWritesMotionVec": false,
564
+ "m_DepthOffset": false,
565
+ "m_ConservativeDepthOffset": false,
566
+ "m_TransparencyFog": true,
567
+ "m_AlphaTestShadow": false,
568
+ "m_BackThenFrontRendering": false,
569
+ "m_TransparentDepthPrepass": false,
570
+ "m_TransparentDepthPostpass": false,
571
+ "m_TransparentPerPixelSorting": false,
572
+ "m_SupportLodCrossFade": false
573
+ }
574
+
575
+ {
576
+ "m_SGVersion": 0,
577
+ "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget",
578
+ "m_ObjectId": "5d1f796c02c2409ca529ef41a7458f8e"
579
+ }
580
+
581
+ {
582
+ "m_SGVersion": 0,
583
+ "m_Type": "UnityEditor.ShaderGraph.MultiplyNode",
584
+ "m_ObjectId": "622adab5893e4959933a1513fd9e1462",
585
+ "m_Group": {
586
+ "m_Id": ""
587
+ },
588
+ "m_Name": "Multiply",
589
+ "m_DrawState": {
590
+ "m_Expanded": true,
591
+ "m_Position": {
592
+ "serializedVersion": "2",
593
+ "x": -491.3334045410156,
594
+ "y": 0.6666644215583801,
595
+ "width": 209.3333740234375,
596
+ "height": 304.0
597
+ }
598
+ },
599
+ "m_Slots": [
600
+ {
601
+ "m_Id": "2f981ea6ff6d41269da400d5401e3799"
602
+ },
603
+ {
604
+ "m_Id": "2dfc3f7810d548458bfb2a2d5a44ba5b"
605
+ },
606
+ {
607
+ "m_Id": "248dc8e08b724a4dba53eb9dd58ec05d"
608
+ }
609
+ ],
610
+ "synonyms": [
611
+ "multiplication",
612
+ "times",
613
+ "x"
614
+ ],
615
+ "m_Precision": 0,
616
+ "m_PreviewExpanded": true,
617
+ "m_DismissedVersion": 0,
618
+ "m_PreviewMode": 0,
619
+ "m_CustomColors": {
620
+ "m_SerializableColors": []
621
+ }
622
+ }
623
+
624
+ {
625
+ "m_SGVersion": 0,
626
+ "m_Type": "UnityEditor.ShaderGraph.SplitNode",
627
+ "m_ObjectId": "629b6ce3804a430d82b0a123cbd74a40",
628
+ "m_Group": {
629
+ "m_Id": ""
630
+ },
631
+ "m_Name": "Split",
632
+ "m_DrawState": {
633
+ "m_Expanded": true,
634
+ "m_Position": {
635
+ "serializedVersion": "2",
636
+ "x": -135.33331298828126,
637
+ "y": 184.00001525878907,
638
+ "width": 120.6666488647461,
639
+ "height": 150.6666717529297
640
+ }
641
+ },
642
+ "m_Slots": [
643
+ {
644
+ "m_Id": "fbf15f31dba94eea9681f15c246f2df7"
645
+ },
646
+ {
647
+ "m_Id": "48eb5ff48ce346d88f4ebda8ba20186c"
648
+ },
649
+ {
650
+ "m_Id": "92e8786f7e06487191f26759b2bf65bc"
651
+ },
652
+ {
653
+ "m_Id": "0006efcf128e4b928ab10e115162041f"
654
+ },
655
+ {
656
+ "m_Id": "23e0eddf76ef4803bf6b5f6dcdf02cfb"
657
+ }
658
+ ],
659
+ "synonyms": [
660
+ "separate"
661
+ ],
662
+ "m_Precision": 0,
663
+ "m_PreviewExpanded": true,
664
+ "m_DismissedVersion": 0,
665
+ "m_PreviewMode": 0,
666
+ "m_CustomColors": {
667
+ "m_SerializableColors": []
668
+ }
669
+ }
670
+
671
+ {
672
+ "m_SGVersion": 0,
673
+ "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
674
+ "m_ObjectId": "71478e8c9b7c47fc83c69aef5ca59bf7",
675
+ "m_Id": 0,
676
+ "m_DisplayName": "Emission",
677
+ "m_SlotType": 0,
678
+ "m_Hidden": false,
679
+ "m_ShaderOutputName": "Emission",
680
+ "m_StageCapability": 2,
681
+ "m_Value": {
682
+ "x": 0.0,
683
+ "y": 0.0,
684
+ "z": 0.0
685
+ },
686
+ "m_DefaultValue": {
687
+ "x": 0.0,
688
+ "y": 0.0,
689
+ "z": 0.0
690
+ },
691
+ "m_Labels": [],
692
+ "m_ColorMode": 1,
693
+ "m_DefaultColor": {
694
+ "r": 0.0,
695
+ "g": 0.0,
696
+ "b": 0.0,
697
+ "a": 1.0
698
+ }
699
+ }
700
+
701
+ {
702
+ "m_SGVersion": 0,
703
+ "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot",
704
+ "m_ObjectId": "729b13fd875240a78619cee1b8b0e540",
705
+ "m_Id": 0,
706
+ "m_DisplayName": "Tangent",
707
+ "m_SlotType": 0,
708
+ "m_Hidden": false,
709
+ "m_ShaderOutputName": "Tangent",
710
+ "m_StageCapability": 1,
711
+ "m_Value": {
712
+ "x": 0.0,
713
+ "y": 0.0,
714
+ "z": 0.0
715
+ },
716
+ "m_DefaultValue": {
717
+ "x": 0.0,
718
+ "y": 0.0,
719
+ "z": 0.0
720
+ },
721
+ "m_Labels": [],
722
+ "m_Space": 0
723
+ }
724
+
725
+ {
726
+ "m_SGVersion": 0,
727
+ "m_Type": "UnityEditor.ShaderGraph.PropertyNode",
728
+ "m_ObjectId": "7e465edc834c4650940c33a61e89046f",
729
+ "m_Group": {
730
+ "m_Id": ""
731
+ },
732
+ "m_Name": "Property",
733
+ "m_DrawState": {
734
+ "m_Expanded": true,
735
+ "m_Position": {
736
+ "serializedVersion": "2",
737
+ "x": -694.0000610351563,
738
+ "y": 317.3333435058594,
739
+ "width": 147.33331298828126,
740
+ "height": 36.0
741
+ }
742
+ },
743
+ "m_Slots": [
744
+ {
745
+ "m_Id": "32222802ff444259b945fc6fc3f4c94b"
746
+ }
747
+ ],
748
+ "synonyms": [],
749
+ "m_Precision": 0,
750
+ "m_PreviewExpanded": true,
751
+ "m_DismissedVersion": 0,
752
+ "m_PreviewMode": 0,
753
+ "m_CustomColors": {
754
+ "m_SerializableColors": []
755
+ },
756
+ "m_Property": {
757
+ "m_Id": "9973b086ab814de895324f17487921fd"
758
+ }
759
+ }
760
+
761
+ {
762
+ "m_SGVersion": 0,
763
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
764
+ "m_ObjectId": "8be3e09c72bf4e39aa41f83d3b82294e",
765
+ "m_Group": {
766
+ "m_Id": ""
767
+ },
768
+ "m_Name": "VertexDescription.Position",
769
+ "m_DrawState": {
770
+ "m_Expanded": true,
771
+ "m_Position": {
772
+ "serializedVersion": "2",
773
+ "x": 0.0,
774
+ "y": 0.0,
775
+ "width": 0.0,
776
+ "height": 0.0
777
+ }
778
+ },
779
+ "m_Slots": [
780
+ {
781
+ "m_Id": "e5c23aba36d948639fdf6ebcfce1d12c"
782
+ }
783
+ ],
784
+ "synonyms": [],
785
+ "m_Precision": 0,
786
+ "m_PreviewExpanded": true,
787
+ "m_DismissedVersion": 0,
788
+ "m_PreviewMode": 0,
789
+ "m_CustomColors": {
790
+ "m_SerializableColors": []
791
+ },
792
+ "m_SerializedDescriptor": "VertexDescription.Position"
793
+ }
794
+
795
+ {
796
+ "m_SGVersion": 0,
797
+ "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot",
798
+ "m_ObjectId": "91ab3572c1e04414b0b3e3b1d25017d1",
799
+ "m_Id": 0,
800
+ "m_DisplayName": "Normal",
801
+ "m_SlotType": 0,
802
+ "m_Hidden": false,
803
+ "m_ShaderOutputName": "Normal",
804
+ "m_StageCapability": 1,
805
+ "m_Value": {
806
+ "x": 0.0,
807
+ "y": 0.0,
808
+ "z": 0.0
809
+ },
810
+ "m_DefaultValue": {
811
+ "x": 0.0,
812
+ "y": 0.0,
813
+ "z": 0.0
814
+ },
815
+ "m_Labels": [],
816
+ "m_Space": 0
817
+ }
818
+
819
+ {
820
+ "m_SGVersion": 0,
821
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
822
+ "m_ObjectId": "92e8786f7e06487191f26759b2bf65bc",
823
+ "m_Id": 2,
824
+ "m_DisplayName": "G",
825
+ "m_SlotType": 1,
826
+ "m_Hidden": false,
827
+ "m_ShaderOutputName": "G",
828
+ "m_StageCapability": 3,
829
+ "m_Value": 0.0,
830
+ "m_DefaultValue": 0.0,
831
+ "m_Labels": []
832
+ }
833
+
834
+ {
835
+ "m_SGVersion": 0,
836
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
837
+ "m_ObjectId": "930bc3f5d34e4da18190f42fe61dd802",
838
+ "m_Group": {
839
+ "m_Id": ""
840
+ },
841
+ "m_Name": "VertexDescription.Normal",
842
+ "m_DrawState": {
843
+ "m_Expanded": true,
844
+ "m_Position": {
845
+ "serializedVersion": "2",
846
+ "x": -2.000032901763916,
847
+ "y": 76.66666412353516,
848
+ "width": 200.0,
849
+ "height": 42.66667938232422
850
+ }
851
+ },
852
+ "m_Slots": [
853
+ {
854
+ "m_Id": "91ab3572c1e04414b0b3e3b1d25017d1"
855
+ }
856
+ ],
857
+ "synonyms": [],
858
+ "m_Precision": 0,
859
+ "m_PreviewExpanded": true,
860
+ "m_DismissedVersion": 0,
861
+ "m_PreviewMode": 0,
862
+ "m_CustomColors": {
863
+ "m_SerializableColors": []
864
+ },
865
+ "m_SerializedDescriptor": "VertexDescription.Normal"
866
+ }
867
+
868
+ {
869
+ "m_SGVersion": 3,
870
+ "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty",
871
+ "m_ObjectId": "9973b086ab814de895324f17487921fd",
872
+ "m_Guid": {
873
+ "m_GuidSerialized": "33851b37-6bcf-4cf6-92bb-57e08f994a85"
874
+ },
875
+ "m_Name": "Fresnel Color",
876
+ "m_DefaultRefNameVersion": 1,
877
+ "m_RefNameGeneratedByDisplayName": "Fresnel Color",
878
+ "m_DefaultReferenceName": "_Fresnel_Color",
879
+ "m_OverrideReferenceName": "",
880
+ "m_GeneratePropertyBlock": true,
881
+ "m_UseCustomSlotLabel": false,
882
+ "m_CustomSlotLabel": "",
883
+ "m_DismissedVersion": 0,
884
+ "m_Precision": 0,
885
+ "overrideHLSLDeclaration": false,
886
+ "hlslDeclarationOverride": 0,
887
+ "m_Hidden": false,
888
+ "m_Value": {
889
+ "r": 0.13438932597637177,
890
+ "g": 0.9496855139732361,
891
+ "b": 0.9467165470123291,
892
+ "a": 0.3294117748737335
893
+ },
894
+ "isMainColor": false,
895
+ "m_ColorMode": 0
896
+ }
897
+
898
+ {
899
+ "m_SGVersion": 0,
900
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
901
+ "m_ObjectId": "b8118bf6e5f24d92b6f177fd856e64b6",
902
+ "m_Id": 0,
903
+ "m_DisplayName": "Alpha",
904
+ "m_SlotType": 0,
905
+ "m_Hidden": false,
906
+ "m_ShaderOutputName": "Alpha",
907
+ "m_StageCapability": 2,
908
+ "m_Value": -0.8199999928474426,
909
+ "m_DefaultValue": 1.0,
910
+ "m_Labels": []
911
+ }
912
+
913
+ {
914
+ "m_SGVersion": 0,
915
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
916
+ "m_ObjectId": "b815f20d9bf84085b6326dd60594ea71",
917
+ "m_Group": {
918
+ "m_Id": ""
919
+ },
920
+ "m_Name": "SurfaceDescription.BaseColor",
921
+ "m_DrawState": {
922
+ "m_Expanded": true,
923
+ "m_Position": {
924
+ "serializedVersion": "2",
925
+ "x": 0.0,
926
+ "y": 0.0,
927
+ "width": 0.0,
928
+ "height": 0.0
929
+ }
930
+ },
931
+ "m_Slots": [
932
+ {
933
+ "m_Id": "c431c89d442c4f0b84aaa6c7b5e59a63"
934
+ }
935
+ ],
936
+ "synonyms": [],
937
+ "m_Precision": 0,
938
+ "m_PreviewExpanded": true,
939
+ "m_DismissedVersion": 0,
940
+ "m_PreviewMode": 0,
941
+ "m_CustomColors": {
942
+ "m_SerializableColors": []
943
+ },
944
+ "m_SerializedDescriptor": "SurfaceDescription.BaseColor"
945
+ }
946
+
947
+ {
948
+ "m_SGVersion": 0,
949
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
950
+ "m_ObjectId": "be69b453a4bc461e8d94734a29fa30b5",
951
+ "m_Group": {
952
+ "m_Id": ""
953
+ },
954
+ "m_Name": "SurfaceDescription.Alpha",
955
+ "m_DrawState": {
956
+ "m_Expanded": true,
957
+ "m_Position": {
958
+ "serializedVersion": "2",
959
+ "x": 0.0,
960
+ "y": 0.0,
961
+ "width": 0.0,
962
+ "height": 0.0
963
+ }
964
+ },
965
+ "m_Slots": [
966
+ {
967
+ "m_Id": "b8118bf6e5f24d92b6f177fd856e64b6"
968
+ }
969
+ ],
970
+ "synonyms": [],
971
+ "m_Precision": 0,
972
+ "m_PreviewExpanded": true,
973
+ "m_DismissedVersion": 0,
974
+ "m_PreviewMode": 0,
975
+ "m_CustomColors": {
976
+ "m_SerializableColors": []
977
+ },
978
+ "m_SerializedDescriptor": "SurfaceDescription.Alpha"
979
+ }
980
+
981
+ {
982
+ "m_SGVersion": 0,
983
+ "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
984
+ "m_ObjectId": "c431c89d442c4f0b84aaa6c7b5e59a63",
985
+ "m_Id": 0,
986
+ "m_DisplayName": "Base Color",
987
+ "m_SlotType": 0,
988
+ "m_Hidden": false,
989
+ "m_ShaderOutputName": "BaseColor",
990
+ "m_StageCapability": 2,
991
+ "m_Value": {
992
+ "x": 0.5,
993
+ "y": 0.5,
994
+ "z": 0.5
995
+ },
996
+ "m_DefaultValue": {
997
+ "x": 0.5,
998
+ "y": 0.5,
999
+ "z": 0.5
1000
+ },
1001
+ "m_Labels": [],
1002
+ "m_ColorMode": 0,
1003
+ "m_DefaultColor": {
1004
+ "r": 0.5,
1005
+ "g": 0.5,
1006
+ "b": 0.5,
1007
+ "a": 1.0
1008
+ }
1009
+ }
1010
+
1011
+ {
1012
+ "m_SGVersion": 0,
1013
+ "m_Type": "UnityEditor.ShaderGraph.CategoryData",
1014
+ "m_ObjectId": "ccc43ad0d6414257a6d1402360f242b6",
1015
+ "m_Name": "",
1016
+ "m_ChildObjectList": [
1017
+ {
1018
+ "m_Id": "15adcc53b1454204a39e7d22d648d065"
1019
+ },
1020
+ {
1021
+ "m_Id": "9973b086ab814de895324f17487921fd"
1022
+ }
1023
+ ]
1024
+ }
1025
+
1026
+ {
1027
+ "m_SGVersion": 0,
1028
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
1029
+ "m_ObjectId": "cdf04080a0634086b78c8366c9a589bf",
1030
+ "m_Group": {
1031
+ "m_Id": ""
1032
+ },
1033
+ "m_Name": "SurfaceDescription.Emission",
1034
+ "m_DrawState": {
1035
+ "m_Expanded": true,
1036
+ "m_Position": {
1037
+ "serializedVersion": "2",
1038
+ "x": 0.0,
1039
+ "y": 0.0,
1040
+ "width": 0.0,
1041
+ "height": 0.0
1042
+ }
1043
+ },
1044
+ "m_Slots": [
1045
+ {
1046
+ "m_Id": "71478e8c9b7c47fc83c69aef5ca59bf7"
1047
+ }
1048
+ ],
1049
+ "synonyms": [],
1050
+ "m_Precision": 0,
1051
+ "m_PreviewExpanded": true,
1052
+ "m_DismissedVersion": 0,
1053
+ "m_PreviewMode": 0,
1054
+ "m_CustomColors": {
1055
+ "m_SerializableColors": []
1056
+ },
1057
+ "m_SerializedDescriptor": "SurfaceDescription.Emission"
1058
+ }
1059
+
1060
+ {
1061
+ "m_SGVersion": 0,
1062
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
1063
+ "m_ObjectId": "d3d48e93cd3c4ea9b2d7d29158dcdfc4",
1064
+ "m_Id": 0,
1065
+ "m_DisplayName": "Fresnel Power",
1066
+ "m_SlotType": 1,
1067
+ "m_Hidden": false,
1068
+ "m_ShaderOutputName": "Out",
1069
+ "m_StageCapability": 3,
1070
+ "m_Value": 0.0,
1071
+ "m_DefaultValue": 0.0,
1072
+ "m_Labels": []
1073
+ }
1074
+
1075
+ {
1076
+ "m_SGVersion": 0,
1077
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
1078
+ "m_ObjectId": "daa873590d6c45c69136366f688388e6",
1079
+ "m_Id": 3,
1080
+ "m_DisplayName": "Out",
1081
+ "m_SlotType": 1,
1082
+ "m_Hidden": false,
1083
+ "m_ShaderOutputName": "Out",
1084
+ "m_StageCapability": 3,
1085
+ "m_Value": 0.0,
1086
+ "m_DefaultValue": 0.0,
1087
+ "m_Labels": []
1088
+ }
1089
+
1090
+ {
1091
+ "m_SGVersion": 0,
1092
+ "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot",
1093
+ "m_ObjectId": "e52f36aba89a4e8d99c7765afcd33431",
1094
+ "m_Id": 0,
1095
+ "m_DisplayName": "Normal",
1096
+ "m_SlotType": 0,
1097
+ "m_Hidden": false,
1098
+ "m_ShaderOutputName": "Normal",
1099
+ "m_StageCapability": 3,
1100
+ "m_Value": {
1101
+ "x": 0.0,
1102
+ "y": 0.0,
1103
+ "z": 0.0
1104
+ },
1105
+ "m_DefaultValue": {
1106
+ "x": 0.0,
1107
+ "y": 0.0,
1108
+ "z": 0.0
1109
+ },
1110
+ "m_Labels": [],
1111
+ "m_Space": 2
1112
+ }
1113
+
1114
+ {
1115
+ "m_SGVersion": 0,
1116
+ "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot",
1117
+ "m_ObjectId": "e5c23aba36d948639fdf6ebcfce1d12c",
1118
+ "m_Id": 0,
1119
+ "m_DisplayName": "Position",
1120
+ "m_SlotType": 0,
1121
+ "m_Hidden": false,
1122
+ "m_ShaderOutputName": "Position",
1123
+ "m_StageCapability": 1,
1124
+ "m_Value": {
1125
+ "x": 0.0,
1126
+ "y": 0.0,
1127
+ "z": 0.0
1128
+ },
1129
+ "m_DefaultValue": {
1130
+ "x": 0.0,
1131
+ "y": 0.0,
1132
+ "z": 0.0
1133
+ },
1134
+ "m_Labels": [],
1135
+ "m_Space": 0
1136
+ }
1137
+
1138
+ {
1139
+ "m_SGVersion": 0,
1140
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
1141
+ "m_ObjectId": "e624dfa0727f477f89c993d2937d6e49",
1142
+ "m_Id": 2,
1143
+ "m_DisplayName": "Power",
1144
+ "m_SlotType": 0,
1145
+ "m_Hidden": false,
1146
+ "m_ShaderOutputName": "Power",
1147
+ "m_StageCapability": 3,
1148
+ "m_Value": 1.0,
1149
+ "m_DefaultValue": 1.0,
1150
+ "m_Labels": []
1151
+ }
1152
+
1153
+ {
1154
+ "m_SGVersion": 0,
1155
+ "m_Type": "UnityEditor.ShaderGraph.FresnelNode",
1156
+ "m_ObjectId": "e7697f3b0f154e49addd71ae3cba4f3b",
1157
+ "m_Group": {
1158
+ "m_Id": ""
1159
+ },
1160
+ "m_Name": "Fresnel Effect",
1161
+ "m_DrawState": {
1162
+ "m_Expanded": true,
1163
+ "m_Position": {
1164
+ "serializedVersion": "2",
1165
+ "x": -754.6666259765625,
1166
+ "y": -50.66664123535156,
1167
+ "width": 209.33331298828126,
1168
+ "height": 328.0
1169
+ }
1170
+ },
1171
+ "m_Slots": [
1172
+ {
1173
+ "m_Id": "e52f36aba89a4e8d99c7765afcd33431"
1174
+ },
1175
+ {
1176
+ "m_Id": "fb0bdc7cd98c44969b7b3405886d4287"
1177
+ },
1178
+ {
1179
+ "m_Id": "e624dfa0727f477f89c993d2937d6e49"
1180
+ },
1181
+ {
1182
+ "m_Id": "daa873590d6c45c69136366f688388e6"
1183
+ }
1184
+ ],
1185
+ "synonyms": [],
1186
+ "m_Precision": 0,
1187
+ "m_PreviewExpanded": true,
1188
+ "m_DismissedVersion": 0,
1189
+ "m_PreviewMode": 2,
1190
+ "m_CustomColors": {
1191
+ "m_SerializableColors": []
1192
+ }
1193
+ }
1194
+
1195
+ {
1196
+ "m_SGVersion": 0,
1197
+ "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData",
1198
+ "m_ObjectId": "eee30510619744df9e2d8d8b40388427",
1199
+ "m_MaterialNeedsUpdateHash": 0,
1200
+ "m_SurfaceType": 1,
1201
+ "m_RenderingPass": 4,
1202
+ "m_BlendMode": 1,
1203
+ "m_ZTest": 8,
1204
+ "m_ZWrite": false,
1205
+ "m_TransparentCullMode": 2,
1206
+ "m_OpaqueCullMode": 2,
1207
+ "m_SortPriority": 0,
1208
+ "m_AlphaTest": false,
1209
+ "m_ExcludeFromTUAndAA": false,
1210
+ "m_TransparentDepthPrepass": false,
1211
+ "m_TransparentDepthPostpass": false,
1212
+ "m_SupportLodCrossFade": false,
1213
+ "m_DoubleSidedMode": 0,
1214
+ "m_DOTSInstancing": false,
1215
+ "m_CustomVelocity": false,
1216
+ "m_Tessellation": false,
1217
+ "m_TessellationMode": 0,
1218
+ "m_TessellationFactorMinDistance": 20.0,
1219
+ "m_TessellationFactorMaxDistance": 50.0,
1220
+ "m_TessellationFactorTriangleSize": 100.0,
1221
+ "m_TessellationShapeFactor": 0.75,
1222
+ "m_TessellationBackFaceCullEpsilon": -0.25,
1223
+ "m_TessellationMaxDisplacement": 0.009999999776482582,
1224
+ "m_DebugSymbols": false,
1225
+ "m_Version": 2,
1226
+ "inspectorFoldoutMask": 11
1227
+ }
1228
+
1229
+ {
1230
+ "m_SGVersion": 0,
1231
+ "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot",
1232
+ "m_ObjectId": "fb0bdc7cd98c44969b7b3405886d4287",
1233
+ "m_Id": 1,
1234
+ "m_DisplayName": "View Dir",
1235
+ "m_SlotType": 0,
1236
+ "m_Hidden": false,
1237
+ "m_ShaderOutputName": "ViewDir",
1238
+ "m_StageCapability": 3,
1239
+ "m_Value": {
1240
+ "x": 0.0,
1241
+ "y": 0.0,
1242
+ "z": 0.0
1243
+ },
1244
+ "m_DefaultValue": {
1245
+ "x": 0.0,
1246
+ "y": 0.0,
1247
+ "z": 0.0
1248
+ },
1249
+ "m_Labels": [],
1250
+ "m_Space": 2
1251
+ }
1252
+
1253
+ {
1254
+ "m_SGVersion": 0,
1255
+ "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
1256
+ "m_ObjectId": "fbf15f31dba94eea9681f15c246f2df7",
1257
+ "m_Id": 0,
1258
+ "m_DisplayName": "In",
1259
+ "m_SlotType": 0,
1260
+ "m_Hidden": false,
1261
+ "m_ShaderOutputName": "In",
1262
+ "m_StageCapability": 3,
1263
+ "m_Value": {
1264
+ "x": 0.0,
1265
+ "y": 0.0,
1266
+ "z": 0.0,
1267
+ "w": 0.0
1268
+ },
1269
+ "m_DefaultValue": {
1270
+ "x": 0.0,
1271
+ "y": 0.0,
1272
+ "z": 0.0,
1273
+ "w": 0.0
1274
+ }
1275
+ }
1276
+