fr.jeanf.universal.player 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +23 -0
- package/.github/workflows.meta +8 -0
- package/Editor/CreateEventChannelsEditor.cs +22 -0
- package/Editor/CreateEventChannelsEditor.cs.meta +11 -0
- package/Editor/CreatePlayerActionsEditor.cs +23 -0
- package/Editor/CreatePlayerActionsEditor.cs.meta +11 -0
- package/Editor/CreateVRHands.cs +28 -0
- package/Editor/CreateVRHands.cs.meta +11 -0
- package/Editor/CreateVrPlayer.cs +44 -0
- package/Editor/CreateVrPlayer.cs.meta +11 -0
- package/Editor.meta +8 -0
- package/LICENSE +175 -0
- package/LICENSE.meta +7 -0
- package/README.md +70 -0
- package/README.md.meta +7 -0
- package/Runtime/InputActions/vr-player_InputActions.inputactions +2598 -0
- package/Runtime/InputActions/vr-player_InputActions.inputactions.meta +14 -0
- package/Runtime/InputActions/vrPlayer_ContinuousMove.preset +125 -0
- package/Runtime/InputActions/vrPlayer_ContinuousMove.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset +109 -0
- package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_LeftController.preset +511 -0
- package/Runtime/InputActions/vrPlayer_LeftController.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_RightController.preset +600 -0
- package/Runtime/InputActions/vrPlayer_RightController.preset.meta +8 -0
- package/Runtime/InputActions/vrPlayer_SnapTurn.preset +121 -0
- package/Runtime/InputActions/vrPlayer_SnapTurn.preset.meta +8 -0
- package/Runtime/InputActions.meta +8 -0
- package/Runtime/Materials/GhostHands.mat +76 -0
- package/Runtime/Materials/GhostHands.mat.meta +8 -0
- package/Runtime/Materials/GloveManager.cs +18 -0
- package/Runtime/Materials/GloveManager.cs.meta +11 -0
- package/Runtime/Materials/Grey.mat +355 -0
- package/Runtime/Materials/Grey.mat.meta +8 -0
- package/Runtime/Materials/Pink.mat +355 -0
- package/Runtime/Materials/Pink.mat.meta +8 -0
- package/Runtime/Materials/SimpleColor.shadergraph +1206 -0
- package/Runtime/Materials/SimpleColor.shadergraph.meta +10 -0
- package/Runtime/Materials/White.mat +355 -0
- package/Runtime/Materials/White.mat.meta +8 -0
- package/Runtime/Materials.meta +8 -0
- package/Runtime/Physics/HandPhysicsMaterial.physicMaterial +15 -0
- package/Runtime/Physics/HandPhysicsMaterial.physicMaterial.meta +8 -0
- package/Runtime/Physics.meta +8 -0
- package/Runtime/Prefabs/CustomPass_Fade.prefab +106 -0
- package/Runtime/Prefabs/CustomPass_Fade.prefab.meta +7 -0
- package/Runtime/Prefabs/HandDetector.prefab +234 -0
- package/Runtime/Prefabs/HandDetector.prefab.meta +7 -0
- package/Runtime/Prefabs/Player.prefab +10602 -0
- package/Runtime/Prefabs/Player.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab +503 -0
- package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab +272 -0
- package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab +337 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab +337 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab +276 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab +337 -0
- package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab +199 -0
- package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables Sample.prefab +260 -0
- package/Runtime/Prefabs/XR/Interactables Sample.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Interactables.meta +8 -0
- package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab +278 -0
- package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab +396 -0
- package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab +229 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab +231 -0
- package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/Teleport.meta +8 -0
- package/Runtime/Prefabs/XR/UI Sample.prefab +533 -0
- package/Runtime/Prefabs/XR/UI Sample.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab +527 -0
- package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab +537 -0
- package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab +338 -0
- package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_2D.meta +8 -0
- package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab +499 -0
- package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/UI_3D.meta +8 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab +133 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab +355 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab +254 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab +437 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab +439 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab +804 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab +801 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab +2371 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab.meta +7 -0
- package/Runtime/Prefabs/XR/XR Origin Pieces.meta +8 -0
- package/Runtime/Prefabs/XR.meta +8 -0
- package/Runtime/Prefabs/XROrigin.prefab +5073 -0
- package/Runtime/Prefabs/XROrigin.prefab.meta +7 -0
- package/Runtime/Prefabs.meta +8 -0
- package/Runtime/Shaders/Hands_ShaderGraph.shadergraph +21544 -0
- package/Runtime/Shaders/Hands_ShaderGraph.shadergraph.meta +10 -0
- package/Runtime/Shaders/M_HandGhost.mat +421 -0
- package/Runtime/Shaders/M_HandGhost.mat.meta +8 -0
- package/Runtime/Shaders/SHG_GhostHands.shadergraph +1276 -0
- package/Runtime/Shaders/SHG_GhostHands.shadergraph.meta +10 -0
- package/Runtime/Shaders/SH_GhostHands.shader +97 -0
- package/Runtime/Shaders/SH_GhostHands.shader.meta +9 -0
- package/Runtime/Shaders/SH_GhostShader_HDRP.shader +85 -0
- package/Runtime/Shaders/SH_GhostShader_HDRP.shader.meta +10 -0
- package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph +881 -0
- package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph.meta +10 -0
- package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph +483 -0
- package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph.meta +10 -0
- package/Runtime/Shaders/Subgraphs.meta +8 -0
- package/Runtime/Shaders.meta +8 -0
- package/Runtime/cursor/Forward.png +0 -0
- package/Runtime/cursor/Forward.png.meta +108 -0
- package/Runtime/cursor/cursor_cursor_0.svg +21 -0
- package/Runtime/cursor/cursor_cursor_0.svg.meta +55 -0
- package/Runtime/cursor/cursor_cursor_1.svg +18 -0
- package/Runtime/cursor/cursor_cursor_1.svg.meta +55 -0
- package/Runtime/cursor/teleport.svg +16 -0
- package/Runtime/cursor/teleport.svg.meta +55 -0
- package/Runtime/cursor.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset +16 -0
- package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionContainer.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionContainerSO.cs +50 -0
- package/Runtime/scripts/ActionManagement/ActionContainerSO.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset +16 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset +16 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionRebindChannels.meta +8 -0
- package/Runtime/scripts/ActionManagement/ActionRebinder.cs +131 -0
- package/Runtime/scripts/ActionManagement/ActionRebinder.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/ActionSO.cs +55 -0
- package/Runtime/scripts/ActionManagement/ActionSO.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/InputActionManager.cs +35 -0
- package/Runtime/scripts/ActionManagement/InputActionManager.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/PlayerActionManager.cs +234 -0
- package/Runtime/scripts/ActionManagement/PlayerActionManager.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs +101 -0
- package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs +147 -0
- package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset +16 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset +16 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset.meta +8 -0
- package/Runtime/scripts/ActionManagement/UIHandlingSO.meta +8 -0
- package/Runtime/scripts/ActionManagement/XR Debugger.cs +41 -0
- package/Runtime/scripts/ActionManagement/XR Debugger.cs.meta +11 -0
- package/Runtime/scripts/ActionManagement.meta +8 -0
- package/Runtime/scripts/Basics/MainMenuController.cs +54 -0
- package/Runtime/scripts/Basics/MainMenuController.cs.meta +11 -0
- package/Runtime/scripts/Basics/PrimaryItemController.cs +80 -0
- package/Runtime/scripts/Basics/PrimaryItemController.cs.meta +11 -0
- package/Runtime/scripts/Basics.meta +8 -0
- package/Runtime/scripts/Fade/FadeChannel.asset +16 -0
- package/Runtime/scripts/Fade/FadeChannel.asset.meta +8 -0
- package/Runtime/scripts/Fade/FadeMask.cs +115 -0
- package/Runtime/scripts/Fade/FadeMask.cs.meta +11 -0
- package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset +44 -0
- package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset.meta +8 -0
- package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset +44 -0
- package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset.meta +8 -0
- package/Runtime/scripts/Fade.meta +8 -0
- package/Runtime/scripts/FireEventOnTrigger.cs +53 -0
- package/Runtime/scripts/FireEventOnTrigger.cs.meta +11 -0
- package/Runtime/scripts/Gaze/CursorStateController.cs +167 -0
- package/Runtime/scripts/Gaze/CursorStateController.cs.meta +11 -0
- package/Runtime/scripts/Gaze/FPSCameraMovement.cs +224 -0
- package/Runtime/scripts/Gaze/FPSCameraMovement.cs.meta +11 -0
- package/Runtime/scripts/Gaze/NoPeeking.cs +60 -0
- package/Runtime/scripts/Gaze/NoPeeking.cs.meta +11 -0
- package/Runtime/scripts/Gaze.meta +8 -0
- package/Runtime/scripts/HandInteraction/BlendableHand.cs +30 -0
- package/Runtime/scripts/HandInteraction/BlendableHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/Hand.cs +50 -0
- package/Runtime/scripts/HandInteraction/Core/Hand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/HandController.cs +29 -0
- package/Runtime/scripts/HandInteraction/Core/HandController.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs +105 -0
- package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs +197 -0
- package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs.meta +2 -0
- package/Runtime/scripts/HandInteraction/Core/SwapHands.cs +76 -0
- package/Runtime/scripts/HandInteraction/Core/SwapHands.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Core.meta +8 -0
- package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs +18 -0
- package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs +71 -0
- package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs +26 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs +258 -0
- package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Editor.meta +8 -0
- package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs +212 -0
- package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/GrabHandPose.cs +101 -0
- package/Runtime/scripts/HandInteraction/GrabHandPose.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset +16 -0
- package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset +16 -0
- package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs +18 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs +43 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs +39 -0
- package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData.cs +14 -0
- package/Runtime/scripts/HandInteraction/HandData.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandData.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs +127 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs +69 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs +38 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs.meta +2 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs +61 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs +23 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs +6 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Hands.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs +27 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs +76 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs +93 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs +110 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Pose.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandPoser/Utility.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandPoser.meta +8 -0
- package/Runtime/scripts/HandInteraction/HandVibration.cs +35 -0
- package/Runtime/scripts/HandInteraction/HandVibration.cs.meta +2 -0
- package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs +212 -0
- package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/HandsStateController.cs +32 -0
- package/Runtime/scripts/HandInteraction/HandsStateController.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/KeyboardGrab.cs +49 -0
- package/Runtime/scripts/HandInteraction/KeyboardGrab.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs +31 -0
- package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs +85 -0
- package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/Locomotion.meta +8 -0
- package/Runtime/scripts/HandInteraction/PerformAction.cs +60 -0
- package/Runtime/scripts/HandInteraction/PerformAction.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/PickableObject.cs +54 -0
- package/Runtime/scripts/HandInteraction/PickableObject.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs +169 -0
- package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/PointingPoseManager.cs +50 -0
- package/Runtime/scripts/HandInteraction/PointingPoseManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/RayInteractorManager.cs +41 -0
- package/Runtime/scripts/HandInteraction/RayInteractorManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs +59 -0
- package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/TakeObject.cs +342 -0
- package/Runtime/scripts/HandInteraction/TakeObject.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs +78 -0
- package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs.meta +11 -0
- package/Runtime/scripts/HandInteraction.meta +8 -0
- package/Runtime/scripts/HandVisualizer.cs +567 -0
- package/Runtime/scripts/HandVisualizer.cs.meta +11 -0
- package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs +90 -0
- package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs.meta +11 -0
- package/Runtime/scripts/Hmd/DetectUserPresence.cs +39 -0
- package/Runtime/scripts/Hmd/DetectUserPresence.cs.meta +11 -0
- package/Runtime/scripts/Hmd.meta +8 -0
- package/Runtime/scripts/LocomotionManager.cs +110 -0
- package/Runtime/scripts/LocomotionManager.cs.meta +11 -0
- package/Runtime/scripts/MainCameraTarget.cs +6 -0
- package/Runtime/scripts/MainCameraTarget.cs.meta +11 -0
- package/Runtime/scripts/Movement/PlayerMovement.cs +98 -0
- package/Runtime/scripts/Movement/PlayerMovement.cs.meta +11 -0
- package/Runtime/scripts/Movement.meta +8 -0
- package/Runtime/scripts/OrientObjectAlongTowardPoint.cs +81 -0
- package/Runtime/scripts/OrientObjectAlongTowardPoint.cs.meta +11 -0
- package/Runtime/scripts/SnapObject/SnapObject.cs +104 -0
- package/Runtime/scripts/SnapObject/SnapObject.cs.meta +11 -0
- package/Runtime/scripts/SnapObject/SnapZone.cs +14 -0
- package/Runtime/scripts/SnapObject/SnapZone.cs.meta +11 -0
- package/Runtime/scripts/SnapObject.meta +8 -0
- package/Runtime/scripts/Teleportation/SendTeleportTarget.cs +85 -0
- package/Runtime/scripts/Teleportation/SendTeleportTarget.cs.meta +11 -0
- package/Runtime/scripts/Teleportation/TeleportManager.cs +54 -0
- package/Runtime/scripts/Teleportation/TeleportManager.cs.meta +11 -0
- package/Runtime/scripts/Teleportation/TeleportOnEvent.cs +71 -0
- package/Runtime/scripts/Teleportation/TeleportOnEvent.cs.meta +11 -0
- package/Runtime/scripts/Teleportation.meta +8 -0
- package/Runtime/scripts/Tooltips/InputTooltipSO.cs +36 -0
- package/Runtime/scripts/Tooltips/InputTooltipSO.cs.meta +11 -0
- package/Runtime/scripts/Tooltips.meta +8 -0
- package/Runtime/scripts/jeanf.vrplayer.asmdef +29 -0
- package/Runtime/scripts/jeanf.vrplayer.asmdef.meta +7 -0
- package/Runtime/scripts.meta +8 -0
- package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs +568 -0
- package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/BubbleGun.cs +72 -0
- package/Runtime/xrToolkit/Scripts/BubbleGun.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/ComplexCube.cs +51 -0
- package/Runtime/xrToolkit/Scripts/ComplexCube.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/ControllerManager.cs +377 -0
- package/Runtime/xrToolkit/Scripts/ControllerManager.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs +730 -0
- package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs +524 -0
- package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/UpdateControlText.cs +41 -0
- package/Runtime/xrToolkit/Scripts/UpdateControlText.cs.meta +11 -0
- package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef +17 -0
- package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef.meta +7 -0
- package/Runtime/xrToolkit/Scripts.meta +8 -0
- package/Runtime/xrToolkit/Shaders/ReticleShader.shader +50 -0
- package/Runtime/xrToolkit/Shaders/ReticleShader.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader +57 -0
- package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader +79 -0
- package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader +64 -0
- package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader.meta +9 -0
- package/Runtime/xrToolkit/Shaders.meta +8 -0
- package/Runtime/xrToolkit.meta +8 -0
- package/Runtime.meta +8 -0
- package/Samples/HandPoses/DefaultPose.asset +70 -0
- package/Samples/HandPoses/DefaultPose.asset.meta +8 -0
- package/Samples/HandPoses/OldDefaultPose.asset +60 -0
- package/Samples/HandPoses/OldDefaultPose.asset.meta +8 -0
- package/Samples/HandPoses.meta +8 -0
- package/Samples/Hands/Animations/LeftHand.controller +267 -0
- package/Samples/Hands/Animations/LeftHand.controller.meta +8 -0
- package/Samples/Hands/Animations.meta +8 -0
- package/Samples/Hands/Gloves1DiffusionProfile.asset +25 -0
- package/Samples/Hands/Gloves1DiffusionProfile.asset.meta +8 -0
- package/Samples/Hands/Mat/Hands_Nails.mat +482 -0
- package/Samples/Hands/Mat/Hands_Nails.mat.meta +8 -0
- package/Samples/Hands/Mat/Hands_Skin.mat +483 -0
- package/Samples/Hands/Mat/Hands_Skin.mat.meta +8 -0
- package/Samples/Hands/Mat/SkinDiffusionProfile.asset +25 -0
- package/Samples/Hands/Mat/SkinDiffusionProfile.asset.meta +8 -0
- package/Samples/Hands/Mat.meta +8 -0
- package/Samples/Hands/Models/CC_LefttHand.fbx +0 -0
- package/Samples/Hands/Models/CC_LefttHand.fbx.meta +106 -0
- package/Samples/Hands/Models/CC_RightHand.fbx +0 -0
- package/Samples/Hands/Models/CC_RightHand.fbx.meta +106 -0
- package/Samples/Hands/Models.meta +8 -0
- package/Samples/Hands/Prefabs/CC_LefttHand.prefab +1058 -0
- package/Samples/Hands/Prefabs/CC_LefttHand.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab +294 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab +132 -0
- package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_RightHand.prefab +1010 -0
- package/Samples/Hands/Prefabs/CC_RightHand.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab +317 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab +136 -0
- package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/Joint.prefab +490 -0
- package/Samples/Hands/Prefabs/Joint.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab +64 -0
- package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab.meta +7 -0
- package/Samples/Hands/Prefabs/Resources.meta +8 -0
- package/Samples/Hands/Prefabs/VelocityPrefab.prefab +131 -0
- package/Samples/Hands/Prefabs/VelocityPrefab.prefab.meta +7 -0
- package/Samples/Hands/Prefabs.meta +8 -0
- package/Samples/Hands/SkinDiffusionProfile.asset +25 -0
- package/Samples/Hands/SkinDiffusionProfile.asset.meta +8 -0
- package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png +0 -0
- package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png.meta +108 -0
- package/Samples/Hands/Textures/Eyes.meta +8 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Body_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Body_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Head_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Head_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png +0 -0
- package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png.meta +104 -0
- package/Samples/Hands/Textures/G3Plus.meta +8 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png +0 -0
- package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png.meta +123 -0
- package/Samples/Hands/Textures/Gloves.meta +8 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Normal.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Nails_Normal.png.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png +0 -0
- package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png.meta +123 -0
- package/Samples/Hands/Textures/Man.meta +8 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png +0 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png +0 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png.meta +123 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg +0 -0
- package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg.meta +123 -0
- package/Samples/Hands/Textures/Woman.meta +8 -0
- package/Samples/Hands/Textures/skin_detail_map.tif +0 -0
- package/Samples/Hands/Textures/skin_detail_map.tif.meta +132 -0
- package/Samples/Hands/Textures/skin_detail_map_normal.tif +0 -0
- package/Samples/Hands/Textures/skin_detail_map_normal.tif.meta +159 -0
- package/Samples/Hands/Textures.meta +8 -0
- package/Samples/Hands.meta +8 -0
- package/Samples/xrToolkit/InputSettings/.sample.json +4 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/.sample.json +4 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions +877 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions.meta +14 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab +142 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab.meta +7 -0
- package/Samples/xrToolkit/InputSettings/XR Device Simulator.meta +8 -0
- package/Samples/xrToolkit/InputSettings.meta +8 -0
- package/Samples/xrToolkit/InputSystem.inputsettings.asset +26 -0
- package/Samples/xrToolkit/InputSystem.inputsettings.asset.meta +8 -0
- package/Samples/xrToolkit/Llama/Llama.controller +167 -0
- package/Samples/xrToolkit/Llama/Llama.controller.meta +8 -0
- package/Samples/xrToolkit/Llama/Llama.fbx +0 -0
- package/Samples/xrToolkit/Llama/Llama.fbx.meta +97 -0
- package/Samples/xrToolkit/Llama/LlamaMat.mat +342 -0
- package/Samples/xrToolkit/Llama/LlamaMat.mat.meta +8 -0
- package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_Idle.fbx +0 -0
- package/Samples/xrToolkit/Llama/Llama_Idle.fbx.meta +239 -0
- package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/Llama_Occlsion.tif +0 -0
- package/Samples/xrToolkit/Llama/Llama_Occlsion.tif.meta +92 -0
- package/Samples/xrToolkit/Llama/llama_Normal.tif +0 -0
- package/Samples/xrToolkit/Llama/llama_Normal.tif.meta +92 -0
- package/Samples/xrToolkit/Llama.meta +8 -0
- package/Samples/xrToolkit/Materials/BubbleMat.mat +343 -0
- package/Samples/xrToolkit/Materials/BubbleMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/ControllerMaterial.mat +342 -0
- package/Samples/xrToolkit/Materials/ControllerMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/DryWall_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/DryWall_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/FloorMat.mat +342 -0
- package/Samples/xrToolkit/Materials/FloorMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/FloorMaterial.mat +343 -0
- package/Samples/xrToolkit/Materials/FloorMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat +351 -0
- package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/GrabBlockMat.mat +351 -0
- package/Samples/xrToolkit/Materials/GrabBlockMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat +351 -0
- package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Ground_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Ground_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Hammer_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Hammer_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/HandMaterial.mat +342 -0
- package/Samples/xrToolkit/Materials/HandMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/HardHat_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/HardHat_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/LightBulb_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/LightBulb_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/LineVisual.mat +322 -0
- package/Samples/xrToolkit/Materials/LineVisual.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Liquid_Mat.mat +352 -0
- package/Samples/xrToolkit/Materials/Liquid_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/OBS_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/OBS_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PaintCan_mat.mat +342 -0
- package/Samples/xrToolkit/Materials/PaintCan_mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Transparent.mat +343 -0
- package/Samples/xrToolkit/Materials/Plastic_Transparent.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/PulseEngines.mat +316 -0
- package/Samples/xrToolkit/Materials/PulseEngines.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/ReticleMaterial.mat +344 -0
- package/Samples/xrToolkit/Materials/ReticleMaterial.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat +316 -0
- package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/SocketMat.mat +343 -0
- package/Samples/xrToolkit/Materials/SocketMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Strap_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Strap_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/Stud_Mat.mat +342 -0
- package/Samples/xrToolkit/Materials/Stud_Mat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TableMat.mat +342 -0
- package/Samples/xrToolkit/Materials/TableMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TeleportAnchor.mat +322 -0
- package/Samples/xrToolkit/Materials/TeleportAnchor.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TeleportHoverMat.mat +342 -0
- package/Samples/xrToolkit/Materials/TeleportHoverMat.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/TeleportPlatform.mat +342 -0
- package/Samples/xrToolkit/Materials/TeleportPlatform.mat.meta +8 -0
- package/Samples/xrToolkit/Materials/WhiteSmooth.mat +351 -0
- package/Samples/xrToolkit/Materials/WhiteSmooth.mat.meta +8 -0
- package/Samples/xrToolkit/Materials.meta +8 -0
- package/Samples/xrToolkit/Models/.mayaSwatches/arrowhead.mlt.swatches +0 -0
- package/Samples/xrToolkit/Models/Brush_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Brush_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx.meta +154 -0
- package/Samples/xrToolkit/Models/GroundPlane.fbx +0 -0
- package/Samples/xrToolkit/Models/GroundPlane.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/Hammer_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Hammer_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/Horizon.FBX +0 -0
- package/Samples/xrToolkit/Models/Horizon.FBX.meta +97 -0
- package/Samples/xrToolkit/Models/Jigsaw_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Jigsaw_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx.meta +124 -0
- package/Samples/xrToolkit/Models/PaintBucket_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/PaintBucket_Low.fbx.meta +160 -0
- package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx.meta +124 -0
- package/Samples/xrToolkit/Models/SafetyHat_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/SafetyHat_Low.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/Small_Plane.fbx +0 -0
- package/Samples/xrToolkit/Models/Small_Plane.fbx.meta +115 -0
- package/Samples/xrToolkit/Models/StoneFlat.fbx +0 -0
- package/Samples/xrToolkit/Models/StoneFlat.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/StoneRound.fbx +0 -0
- package/Samples/xrToolkit/Models/StoneRound.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/Stud.fbx +0 -0
- package/Samples/xrToolkit/Models/Stud.fbx.meta +136 -0
- package/Samples/xrToolkit/Models/TreeBox.fbx +0 -0
- package/Samples/xrToolkit/Models/TreeBox.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/TreeRound.FBX +0 -0
- package/Samples/xrToolkit/Models/TreeRound.FBX.meta +97 -0
- package/Samples/xrToolkit/Models/Workbench.fbx +0 -0
- package/Samples/xrToolkit/Models/Workbench.fbx.meta +196 -0
- package/Samples/xrToolkit/Models/Workbench_Low.fbx +0 -0
- package/Samples/xrToolkit/Models/Workbench_Low.fbx.meta +196 -0
- package/Samples/xrToolkit/Models/Workshop_Set.fbx +0 -0
- package/Samples/xrToolkit/Models/Workshop_Set.fbx.meta +196 -0
- package/Samples/xrToolkit/Models/controller.fbx +0 -0
- package/Samples/xrToolkit/Models/controller.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/directionArrow.fbx +0 -0
- package/Samples/xrToolkit/Models/directionArrow.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/fileAnchorWall.fbx +0 -0
- package/Samples/xrToolkit/Models/fileAnchorWall.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/floatingAnchor.fbx +0 -0
- package/Samples/xrToolkit/Models/floatingAnchor.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/lowPolyIsland.fbx +0 -0
- package/Samples/xrToolkit/Models/lowPolyIsland.fbx.meta +2575 -0
- package/Samples/xrToolkit/Models/reticle.fbx +0 -0
- package/Samples/xrToolkit/Models/reticle.fbx.meta +120 -0
- package/Samples/xrToolkit/Models/spaceShip.fbx +0 -0
- package/Samples/xrToolkit/Models/spaceShip.fbx.meta +1594 -0
- package/Samples/xrToolkit/Models/teleportHightlight.fbx +0 -0
- package/Samples/xrToolkit/Models/teleportHightlight.fbx.meta +97 -0
- package/Samples/xrToolkit/Models/teleportPlatform.fbx +0 -0
- package/Samples/xrToolkit/Models/teleportPlatform.fbx.meta +97 -0
- package/Samples/xrToolkit/Models.meta +8 -0
- package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml +17 -0
- package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml.meta +7 -0
- package/Samples/xrToolkit/Plugins/Android.meta +8 -0
- package/Samples/xrToolkit/Plugins.meta +8 -0
- package/Samples/xrToolkit/Prefabs/Anchor.prefab +229 -0
- package/Samples/xrToolkit/Prefabs/Anchor.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab +4783 -0
- package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab +234 -0
- package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab +1697 -0
- package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InstantCube.prefab +221 -0
- package/Samples/xrToolkit/Prefabs/InstantCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab +2941 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab +6398 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab +965 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab +3811 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab +2840 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab +3210 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/InteractionZones.meta +8 -0
- package/Samples/xrToolkit/Prefabs/KinematicCube.prefab +221 -0
- package/Samples/xrToolkit/Prefabs/KinematicCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab +1424 -0
- package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Locomotion System.prefab +82 -0
- package/Samples/xrToolkit/Prefabs/Locomotion System.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Props.prefab +2200 -0
- package/Samples/xrToolkit/Prefabs/Props.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Reticle.prefab +81 -0
- package/Samples/xrToolkit/Prefabs/Reticle.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab +328 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab +704 -0
- package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/TeleportArea.prefab +954 -0
- package/Samples/xrToolkit/Prefabs/TeleportArea.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab +221 -0
- package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/Workshop Set.prefab +435 -0
- package/Samples/xrToolkit/Prefabs/Workshop Set.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab +2726 -0
- package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/controller.prefab +303 -0
- package/Samples/xrToolkit/Prefabs/controller.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab +648 -0
- package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs/teleportReticle.prefab +128 -0
- package/Samples/xrToolkit/Prefabs/teleportReticle.prefab.meta +7 -0
- package/Samples/xrToolkit/Prefabs.meta +8 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr +0 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.meta +8 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity +10487 -0
- package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity.meta +7 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr +0 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo.meta +8 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity +14118 -0
- package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity.meta +7 -0
- package/Samples/xrToolkit/Scenes.meta +8 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Concrete.meta +8 -0
- package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Drywall.meta +8 -0
- package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga +0 -0
- package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga.meta +92 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Metal.meta +8 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Plastic.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Construction_Light.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Hammer.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/HardHat.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Jigsaw.meta +8 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Props/Paint.meta +8 -0
- package/Samples/xrToolkit/Textures/Props.meta +8 -0
- package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png +0 -0
- package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png.meta +92 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif +0 -0
- package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif.meta +140 -0
- package/Samples/xrToolkit/Textures/Wood.meta +8 -0
- package/Samples/xrToolkit/Textures.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset +2721 -0
- package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Fonts.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat +149 -0
- package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat +148 -0
- package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat +139 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat +139 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat +135 -0
- package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat +137 -0
- package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Materials.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx +0 -0
- package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx.meta +97 -0
- package/Samples/xrToolkit/VR Examples/Models.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab +229 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab +108 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab +224 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab +312 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab +311 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab +310 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab +312 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab +45 -0
- package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Prefabs.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity +2018 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity +1639 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity +2491 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity +6239 -0
- package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr +0 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity +5163 -0
- package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity.meta +7 -0
- package/Samples/xrToolkit/VR Examples/Scenes.meta +8 -0
- package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png +0 -0
- package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png.meta +92 -0
- package/Samples/xrToolkit/VR Examples/Textures.meta +8 -0
- package/Samples/xrToolkit/VR Examples.meta +8 -0
- package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset +14 -0
- package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset +14 -0
- package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Loaders.meta +8 -0
- package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset +23 -0
- package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset +47 -0
- package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset.meta +8 -0
- package/Samples/xrToolkit/XR/Settings.meta +8 -0
- package/Samples/xrToolkit/XR/XRGeneralSettings.asset +173 -0
- package/Samples/xrToolkit/XR/XRGeneralSettings.asset.meta +8 -0
- package/Samples/xrToolkit/XR.meta +8 -0
- package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset +16 -0
- package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset.meta +8 -0
- package/Samples/xrToolkit/XRI/Settings.meta +8 -0
- package/Samples/xrToolkit/XRI.meta +8 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset +136 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset.meta +8 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset +38 -0
- package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset.meta +8 -0
- package/Samples/xrToolkit.meta +8 -0
- package/Samples.meta +8 -0
- package/package.json +52 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,1424 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &383846152710350737
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 6697519252998227001}
|
|
12
|
+
m_Layer: 0
|
|
13
|
+
m_Name: RightEarEND
|
|
14
|
+
m_TagString: Untagged
|
|
15
|
+
m_Icon: {fileID: 0}
|
|
16
|
+
m_NavMeshLayer: 0
|
|
17
|
+
m_StaticEditorFlags: 0
|
|
18
|
+
m_IsActive: 1
|
|
19
|
+
--- !u!4 &6697519252998227001
|
|
20
|
+
Transform:
|
|
21
|
+
m_ObjectHideFlags: 0
|
|
22
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
23
|
+
m_PrefabInstance: {fileID: 0}
|
|
24
|
+
m_PrefabAsset: {fileID: 0}
|
|
25
|
+
m_GameObject: {fileID: 383846152710350737}
|
|
26
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
27
|
+
m_LocalPosition: {x: 0.3733894, y: 0.005584394, z: -1.7763568e-17}
|
|
28
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
29
|
+
m_Children: []
|
|
30
|
+
m_Father: {fileID: 40256922727409095}
|
|
31
|
+
m_RootOrder: 0
|
|
32
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
33
|
+
--- !u!1 &388208472388913736
|
|
34
|
+
GameObject:
|
|
35
|
+
m_ObjectHideFlags: 0
|
|
36
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
37
|
+
m_PrefabInstance: {fileID: 0}
|
|
38
|
+
m_PrefabAsset: {fileID: 0}
|
|
39
|
+
serializedVersion: 6
|
|
40
|
+
m_Component:
|
|
41
|
+
- component: {fileID: 7829043230669045987}
|
|
42
|
+
m_Layer: 0
|
|
43
|
+
m_Name: Head
|
|
44
|
+
m_TagString: Untagged
|
|
45
|
+
m_Icon: {fileID: 0}
|
|
46
|
+
m_NavMeshLayer: 0
|
|
47
|
+
m_StaticEditorFlags: 0
|
|
48
|
+
m_IsActive: 1
|
|
49
|
+
--- !u!4 &7829043230669045987
|
|
50
|
+
Transform:
|
|
51
|
+
m_ObjectHideFlags: 0
|
|
52
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
53
|
+
m_PrefabInstance: {fileID: 0}
|
|
54
|
+
m_PrefabAsset: {fileID: 0}
|
|
55
|
+
m_GameObject: {fileID: 388208472388913736}
|
|
56
|
+
m_LocalRotation: {x: 1.110223e-16, y: 0, z: -2.220446e-16, w: 1}
|
|
57
|
+
m_LocalPosition: {x: -0.2665538, y: 1.4210854e-16, z: -1.1645218e-18}
|
|
58
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
59
|
+
m_Children:
|
|
60
|
+
- {fileID: 2085017877191055505}
|
|
61
|
+
- {fileID: 2888456791676744866}
|
|
62
|
+
- {fileID: 4334667881801170835}
|
|
63
|
+
- {fileID: 40256922727409095}
|
|
64
|
+
m_Father: {fileID: 197647204166945728}
|
|
65
|
+
m_RootOrder: 0
|
|
66
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
67
|
+
--- !u!1 &422485690487897453
|
|
68
|
+
GameObject:
|
|
69
|
+
m_ObjectHideFlags: 0
|
|
70
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
71
|
+
m_PrefabInstance: {fileID: 0}
|
|
72
|
+
m_PrefabAsset: {fileID: 0}
|
|
73
|
+
serializedVersion: 6
|
|
74
|
+
m_Component:
|
|
75
|
+
- component: {fileID: 8000040346731167863}
|
|
76
|
+
m_Layer: 0
|
|
77
|
+
m_Name: RightRearLowerLeg
|
|
78
|
+
m_TagString: Untagged
|
|
79
|
+
m_Icon: {fileID: 0}
|
|
80
|
+
m_NavMeshLayer: 0
|
|
81
|
+
m_StaticEditorFlags: 0
|
|
82
|
+
m_IsActive: 1
|
|
83
|
+
--- !u!4 &8000040346731167863
|
|
84
|
+
Transform:
|
|
85
|
+
m_ObjectHideFlags: 0
|
|
86
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
87
|
+
m_PrefabInstance: {fileID: 0}
|
|
88
|
+
m_PrefabAsset: {fileID: 0}
|
|
89
|
+
m_GameObject: {fileID: 422485690487897453}
|
|
90
|
+
m_LocalRotation: {x: -3.472044e-17, y: -5.5465327e-16, z: 0.0000000700055, w: 1}
|
|
91
|
+
m_LocalPosition: {x: 0.24988899, y: 7.105427e-17, z: 3.5527136e-17}
|
|
92
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
93
|
+
m_Children:
|
|
94
|
+
- {fileID: 4405300418067115580}
|
|
95
|
+
m_Father: {fileID: 8034696789156976709}
|
|
96
|
+
m_RootOrder: 0
|
|
97
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
98
|
+
--- !u!1 &591921453833710157
|
|
99
|
+
GameObject:
|
|
100
|
+
m_ObjectHideFlags: 0
|
|
101
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
102
|
+
m_PrefabInstance: {fileID: 0}
|
|
103
|
+
m_PrefabAsset: {fileID: 0}
|
|
104
|
+
serializedVersion: 6
|
|
105
|
+
m_Component:
|
|
106
|
+
- component: {fileID: 4498450296475097182}
|
|
107
|
+
- component: {fileID: 5829829952961426724}
|
|
108
|
+
- component: {fileID: 5153925061032198239}
|
|
109
|
+
- component: {fileID: 7606424657617587099}
|
|
110
|
+
- component: {fileID: 306082267053725907}
|
|
111
|
+
- component: {fileID: 3261333821449281204}
|
|
112
|
+
m_Layer: 0
|
|
113
|
+
m_Name: LlamaBubbleGunPrefab
|
|
114
|
+
m_TagString: Untagged
|
|
115
|
+
m_Icon: {fileID: 0}
|
|
116
|
+
m_NavMeshLayer: 0
|
|
117
|
+
m_StaticEditorFlags: 0
|
|
118
|
+
m_IsActive: 1
|
|
119
|
+
--- !u!4 &4498450296475097182
|
|
120
|
+
Transform:
|
|
121
|
+
m_ObjectHideFlags: 0
|
|
122
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
123
|
+
m_PrefabInstance: {fileID: 0}
|
|
124
|
+
m_PrefabAsset: {fileID: 0}
|
|
125
|
+
m_GameObject: {fileID: 591921453833710157}
|
|
126
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
127
|
+
m_LocalPosition: {x: -3.925, y: 1.811, z: -2.569}
|
|
128
|
+
m_LocalScale: {x: 0.19759, y: 0.19759, z: 0.19759}
|
|
129
|
+
m_Children:
|
|
130
|
+
- {fileID: 3983176625094302865}
|
|
131
|
+
- {fileID: 1702859755278277950}
|
|
132
|
+
- {fileID: 7850607587320484629}
|
|
133
|
+
m_Father: {fileID: 0}
|
|
134
|
+
m_RootOrder: 0
|
|
135
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
136
|
+
--- !u!95 &5829829952961426724
|
|
137
|
+
Animator:
|
|
138
|
+
serializedVersion: 3
|
|
139
|
+
m_ObjectHideFlags: 0
|
|
140
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
141
|
+
m_PrefabInstance: {fileID: 0}
|
|
142
|
+
m_PrefabAsset: {fileID: 0}
|
|
143
|
+
m_GameObject: {fileID: 591921453833710157}
|
|
144
|
+
m_Enabled: 1
|
|
145
|
+
m_Avatar: {fileID: 9000000, guid: 55671c92dc30df545ba2c9c809495d89, type: 3}
|
|
146
|
+
m_Controller: {fileID: 9100000, guid: 491b945a55c876941b96d6f46da63f47, type: 2}
|
|
147
|
+
m_CullingMode: 1
|
|
148
|
+
m_UpdateMode: 0
|
|
149
|
+
m_ApplyRootMotion: 0
|
|
150
|
+
m_LinearVelocityBlending: 0
|
|
151
|
+
m_WarningMessage:
|
|
152
|
+
m_HasTransformHierarchy: 1
|
|
153
|
+
m_AllowConstantClipSamplingOptimization: 1
|
|
154
|
+
m_KeepAnimatorControllerStateOnDisable: 0
|
|
155
|
+
--- !u!54 &5153925061032198239
|
|
156
|
+
Rigidbody:
|
|
157
|
+
m_ObjectHideFlags: 0
|
|
158
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
159
|
+
m_PrefabInstance: {fileID: 0}
|
|
160
|
+
m_PrefabAsset: {fileID: 0}
|
|
161
|
+
m_GameObject: {fileID: 591921453833710157}
|
|
162
|
+
serializedVersion: 2
|
|
163
|
+
m_Mass: 1
|
|
164
|
+
m_Drag: 0
|
|
165
|
+
m_AngularDrag: 0.05
|
|
166
|
+
m_UseGravity: 1
|
|
167
|
+
m_IsKinematic: 0
|
|
168
|
+
m_Interpolate: 0
|
|
169
|
+
m_Constraints: 0
|
|
170
|
+
m_CollisionDetection: 0
|
|
171
|
+
--- !u!114 &7606424657617587099
|
|
172
|
+
MonoBehaviour:
|
|
173
|
+
m_ObjectHideFlags: 0
|
|
174
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
175
|
+
m_PrefabInstance: {fileID: 0}
|
|
176
|
+
m_PrefabAsset: {fileID: 0}
|
|
177
|
+
m_GameObject: {fileID: 591921453833710157}
|
|
178
|
+
m_Enabled: 1
|
|
179
|
+
m_EditorHideFlags: 0
|
|
180
|
+
m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
|
|
181
|
+
m_Name:
|
|
182
|
+
m_EditorClassIdentifier:
|
|
183
|
+
m_InteractionManager: {fileID: 0}
|
|
184
|
+
m_Colliders: []
|
|
185
|
+
m_InteractionLayerMask:
|
|
186
|
+
serializedVersion: 2
|
|
187
|
+
m_Bits: 55
|
|
188
|
+
m_InteractionLayers:
|
|
189
|
+
m_Bits: 55
|
|
190
|
+
m_CustomReticle: {fileID: 0}
|
|
191
|
+
m_FirstHoverEntered:
|
|
192
|
+
m_PersistentCalls:
|
|
193
|
+
m_Calls: []
|
|
194
|
+
m_LastHoverExited:
|
|
195
|
+
m_PersistentCalls:
|
|
196
|
+
m_Calls: []
|
|
197
|
+
m_HoverEntered:
|
|
198
|
+
m_PersistentCalls:
|
|
199
|
+
m_Calls: []
|
|
200
|
+
m_HoverExited:
|
|
201
|
+
m_PersistentCalls:
|
|
202
|
+
m_Calls: []
|
|
203
|
+
m_SelectEntered:
|
|
204
|
+
m_PersistentCalls:
|
|
205
|
+
m_Calls: []
|
|
206
|
+
m_SelectExited:
|
|
207
|
+
m_PersistentCalls:
|
|
208
|
+
m_Calls: []
|
|
209
|
+
m_Activated:
|
|
210
|
+
m_PersistentCalls:
|
|
211
|
+
m_Calls: []
|
|
212
|
+
m_Deactivated:
|
|
213
|
+
m_PersistentCalls:
|
|
214
|
+
m_Calls: []
|
|
215
|
+
m_OnFirstHoverEntered:
|
|
216
|
+
m_PersistentCalls:
|
|
217
|
+
m_Calls: []
|
|
218
|
+
m_OnLastHoverExited:
|
|
219
|
+
m_PersistentCalls:
|
|
220
|
+
m_Calls: []
|
|
221
|
+
m_OnHoverEntered:
|
|
222
|
+
m_PersistentCalls:
|
|
223
|
+
m_Calls: []
|
|
224
|
+
m_OnHoverExited:
|
|
225
|
+
m_PersistentCalls:
|
|
226
|
+
m_Calls: []
|
|
227
|
+
m_OnSelectEntered:
|
|
228
|
+
m_PersistentCalls:
|
|
229
|
+
m_Calls: []
|
|
230
|
+
m_OnSelectExited:
|
|
231
|
+
m_PersistentCalls:
|
|
232
|
+
m_Calls: []
|
|
233
|
+
m_OnSelectCanceled:
|
|
234
|
+
m_PersistentCalls:
|
|
235
|
+
m_Calls: []
|
|
236
|
+
m_OnActivate:
|
|
237
|
+
m_PersistentCalls:
|
|
238
|
+
m_Calls: []
|
|
239
|
+
m_OnDeactivate:
|
|
240
|
+
m_PersistentCalls:
|
|
241
|
+
m_Calls: []
|
|
242
|
+
m_AttachTransform: {fileID: 7850607587320484629}
|
|
243
|
+
m_AttachEaseInTime: 0.15
|
|
244
|
+
m_MovementType: 2
|
|
245
|
+
m_VelocityDamping: 0.4
|
|
246
|
+
m_VelocityScale: 1
|
|
247
|
+
m_AngularVelocityDamping: 0.4
|
|
248
|
+
m_AngularVelocityScale: 0.95
|
|
249
|
+
m_TrackPosition: 1
|
|
250
|
+
m_SmoothPosition: 0
|
|
251
|
+
m_SmoothPositionAmount: 5
|
|
252
|
+
m_TightenPosition: 0.5
|
|
253
|
+
m_TrackRotation: 1
|
|
254
|
+
m_SmoothRotation: 0
|
|
255
|
+
m_SmoothRotationAmount: 5
|
|
256
|
+
m_TightenRotation: 0.5
|
|
257
|
+
m_ThrowOnDetach: 1
|
|
258
|
+
m_ThrowSmoothingDuration: 0.25
|
|
259
|
+
m_ThrowSmoothingCurve:
|
|
260
|
+
serializedVersion: 2
|
|
261
|
+
m_Curve:
|
|
262
|
+
- serializedVersion: 3
|
|
263
|
+
time: 1
|
|
264
|
+
value: 1
|
|
265
|
+
inSlope: 0
|
|
266
|
+
outSlope: 0
|
|
267
|
+
tangentMode: 0
|
|
268
|
+
weightedMode: 0
|
|
269
|
+
inWeight: 0
|
|
270
|
+
outWeight: 0
|
|
271
|
+
m_PreInfinity: 2
|
|
272
|
+
m_PostInfinity: 2
|
|
273
|
+
m_RotationOrder: 4
|
|
274
|
+
m_ThrowVelocityScale: 1.5
|
|
275
|
+
m_ThrowAngularVelocityScale: 1
|
|
276
|
+
m_ForceGravityOnDetach: 0
|
|
277
|
+
m_RetainTransformParent: 1
|
|
278
|
+
m_AttachPointCompatibilityMode: 0
|
|
279
|
+
--- !u!65 &306082267053725907
|
|
280
|
+
BoxCollider:
|
|
281
|
+
m_ObjectHideFlags: 0
|
|
282
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
283
|
+
m_PrefabInstance: {fileID: 0}
|
|
284
|
+
m_PrefabAsset: {fileID: 0}
|
|
285
|
+
m_GameObject: {fileID: 591921453833710157}
|
|
286
|
+
m_Material: {fileID: 0}
|
|
287
|
+
m_IsTrigger: 0
|
|
288
|
+
m_Enabled: 1
|
|
289
|
+
serializedVersion: 2
|
|
290
|
+
m_Size: {x: 0.82, y: 2, z: 1}
|
|
291
|
+
m_Center: {x: 0, y: 1, z: 0}
|
|
292
|
+
--- !u!114 &3261333821449281204
|
|
293
|
+
MonoBehaviour:
|
|
294
|
+
m_ObjectHideFlags: 0
|
|
295
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
296
|
+
m_PrefabInstance: {fileID: 0}
|
|
297
|
+
m_PrefabAsset: {fileID: 0}
|
|
298
|
+
m_GameObject: {fileID: 591921453833710157}
|
|
299
|
+
m_Enabled: 1
|
|
300
|
+
m_EditorHideFlags: 0
|
|
301
|
+
m_Script: {fileID: 11500000, guid: 2191b183ac6d07d42a768295c0c717f8, type: 3}
|
|
302
|
+
m_Name:
|
|
303
|
+
m_EditorClassIdentifier:
|
|
304
|
+
m_BubbleParticleSystem: {fileID: 1537874970548708529}
|
|
305
|
+
--- !u!1 &1219957979285920372
|
|
306
|
+
GameObject:
|
|
307
|
+
m_ObjectHideFlags: 0
|
|
308
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
309
|
+
m_PrefabInstance: {fileID: 0}
|
|
310
|
+
m_PrefabAsset: {fileID: 0}
|
|
311
|
+
serializedVersion: 6
|
|
312
|
+
m_Component:
|
|
313
|
+
- component: {fileID: 2085017877191055505}
|
|
314
|
+
m_Layer: 0
|
|
315
|
+
m_Name: Hair
|
|
316
|
+
m_TagString: Untagged
|
|
317
|
+
m_Icon: {fileID: 0}
|
|
318
|
+
m_NavMeshLayer: 0
|
|
319
|
+
m_StaticEditorFlags: 0
|
|
320
|
+
m_IsActive: 1
|
|
321
|
+
--- !u!4 &2085017877191055505
|
|
322
|
+
Transform:
|
|
323
|
+
m_ObjectHideFlags: 0
|
|
324
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
325
|
+
m_PrefabInstance: {fileID: 0}
|
|
326
|
+
m_PrefabAsset: {fileID: 0}
|
|
327
|
+
m_GameObject: {fileID: 1219957979285920372}
|
|
328
|
+
m_LocalRotation: {x: 1.110223e-16, y: 0, z: -2.220446e-16, w: 1}
|
|
329
|
+
m_LocalPosition: {x: -0.21095176, y: -0.0843399, z: -2.8349335e-18}
|
|
330
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
331
|
+
m_Children:
|
|
332
|
+
- {fileID: 5822595500151703124}
|
|
333
|
+
m_Father: {fileID: 7829043230669045987}
|
|
334
|
+
m_RootOrder: 0
|
|
335
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
336
|
+
--- !u!1 &1320668269199363493
|
|
337
|
+
GameObject:
|
|
338
|
+
m_ObjectHideFlags: 0
|
|
339
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
340
|
+
m_PrefabInstance: {fileID: 0}
|
|
341
|
+
m_PrefabAsset: {fileID: 0}
|
|
342
|
+
serializedVersion: 6
|
|
343
|
+
m_Component:
|
|
344
|
+
- component: {fileID: 9056614213561089343}
|
|
345
|
+
m_Layer: 0
|
|
346
|
+
m_Name: RightRearLowerFootEND
|
|
347
|
+
m_TagString: Untagged
|
|
348
|
+
m_Icon: {fileID: 0}
|
|
349
|
+
m_NavMeshLayer: 0
|
|
350
|
+
m_StaticEditorFlags: 0
|
|
351
|
+
m_IsActive: 1
|
|
352
|
+
--- !u!4 &9056614213561089343
|
|
353
|
+
Transform:
|
|
354
|
+
m_ObjectHideFlags: 0
|
|
355
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
356
|
+
m_PrefabInstance: {fileID: 0}
|
|
357
|
+
m_PrefabAsset: {fileID: 0}
|
|
358
|
+
m_GameObject: {fileID: 1320668269199363493}
|
|
359
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
360
|
+
m_LocalPosition: {x: 0.07959577, y: -0.0000000044348614, z: 0}
|
|
361
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
362
|
+
m_Children: []
|
|
363
|
+
m_Father: {fileID: 4405300418067115580}
|
|
364
|
+
m_RootOrder: 0
|
|
365
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
366
|
+
--- !u!1 &1326069516957866496
|
|
367
|
+
GameObject:
|
|
368
|
+
m_ObjectHideFlags: 0
|
|
369
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
370
|
+
m_PrefabInstance: {fileID: 0}
|
|
371
|
+
m_PrefabAsset: {fileID: 0}
|
|
372
|
+
serializedVersion: 6
|
|
373
|
+
m_Component:
|
|
374
|
+
- component: {fileID: 8034696789156976709}
|
|
375
|
+
m_Layer: 0
|
|
376
|
+
m_Name: RightRearUpperLeg
|
|
377
|
+
m_TagString: Untagged
|
|
378
|
+
m_Icon: {fileID: 0}
|
|
379
|
+
m_NavMeshLayer: 0
|
|
380
|
+
m_StaticEditorFlags: 0
|
|
381
|
+
m_IsActive: 1
|
|
382
|
+
--- !u!4 &8034696789156976709
|
|
383
|
+
Transform:
|
|
384
|
+
m_ObjectHideFlags: 0
|
|
385
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
386
|
+
m_PrefabInstance: {fileID: 0}
|
|
387
|
+
m_PrefabAsset: {fileID: 0}
|
|
388
|
+
m_GameObject: {fileID: 1326069516957866496}
|
|
389
|
+
m_LocalRotation: {x: 9.016967e-16, y: 9.016967e-16, z: -0.7071068, w: 0.70710677}
|
|
390
|
+
m_LocalPosition: {x: 0.21001837, y: -0.04327638, z: 0.183377}
|
|
391
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
392
|
+
m_Children:
|
|
393
|
+
- {fileID: 8000040346731167863}
|
|
394
|
+
m_Father: {fileID: 3911984451011075837}
|
|
395
|
+
m_RootOrder: 4
|
|
396
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
397
|
+
--- !u!1 &2266651460309394656
|
|
398
|
+
GameObject:
|
|
399
|
+
m_ObjectHideFlags: 0
|
|
400
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
401
|
+
m_PrefabInstance: {fileID: 0}
|
|
402
|
+
m_PrefabAsset: {fileID: 0}
|
|
403
|
+
serializedVersion: 6
|
|
404
|
+
m_Component:
|
|
405
|
+
- component: {fileID: 3983176625094302865}
|
|
406
|
+
- component: {fileID: 4804820808509646249}
|
|
407
|
+
m_Layer: 0
|
|
408
|
+
m_Name: LlamaLP001
|
|
409
|
+
m_TagString: Untagged
|
|
410
|
+
m_Icon: {fileID: 0}
|
|
411
|
+
m_NavMeshLayer: 0
|
|
412
|
+
m_StaticEditorFlags: 0
|
|
413
|
+
m_IsActive: 1
|
|
414
|
+
--- !u!4 &3983176625094302865
|
|
415
|
+
Transform:
|
|
416
|
+
m_ObjectHideFlags: 0
|
|
417
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
418
|
+
m_PrefabInstance: {fileID: 0}
|
|
419
|
+
m_PrefabAsset: {fileID: 0}
|
|
420
|
+
m_GameObject: {fileID: 2266651460309394656}
|
|
421
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
422
|
+
m_LocalPosition: {x: -0, y: 0, z: 0}
|
|
423
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
424
|
+
m_Children: []
|
|
425
|
+
m_Father: {fileID: 4498450296475097182}
|
|
426
|
+
m_RootOrder: 0
|
|
427
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
428
|
+
--- !u!137 &4804820808509646249
|
|
429
|
+
SkinnedMeshRenderer:
|
|
430
|
+
m_ObjectHideFlags: 0
|
|
431
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
432
|
+
m_PrefabInstance: {fileID: 0}
|
|
433
|
+
m_PrefabAsset: {fileID: 0}
|
|
434
|
+
m_GameObject: {fileID: 2266651460309394656}
|
|
435
|
+
m_Enabled: 1
|
|
436
|
+
m_CastShadows: 1
|
|
437
|
+
m_ReceiveShadows: 1
|
|
438
|
+
m_DynamicOccludee: 1
|
|
439
|
+
m_MotionVectors: 1
|
|
440
|
+
m_LightProbeUsage: 1
|
|
441
|
+
m_ReflectionProbeUsage: 1
|
|
442
|
+
m_RayTracingMode: 0
|
|
443
|
+
m_RenderingLayerMask: 1
|
|
444
|
+
m_RendererPriority: 0
|
|
445
|
+
m_Materials:
|
|
446
|
+
- {fileID: 2100000, guid: d7094e347a133294386017acceb67f93, type: 2}
|
|
447
|
+
m_StaticBatchInfo:
|
|
448
|
+
firstSubMesh: 0
|
|
449
|
+
subMeshCount: 0
|
|
450
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
451
|
+
m_ProbeAnchor: {fileID: 0}
|
|
452
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
453
|
+
m_ScaleInLightmap: 1
|
|
454
|
+
m_ReceiveGI: 1
|
|
455
|
+
m_PreserveUVs: 0
|
|
456
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
457
|
+
m_ImportantGI: 0
|
|
458
|
+
m_StitchLightmapSeams: 1
|
|
459
|
+
m_SelectedEditorRenderState: 3
|
|
460
|
+
m_MinimumChartSize: 4
|
|
461
|
+
m_AutoUVMaxDistance: 0.5
|
|
462
|
+
m_AutoUVMaxAngle: 89
|
|
463
|
+
m_LightmapParameters: {fileID: 0}
|
|
464
|
+
m_SortingLayerID: 0
|
|
465
|
+
m_SortingLayer: 0
|
|
466
|
+
m_SortingOrder: 0
|
|
467
|
+
serializedVersion: 2
|
|
468
|
+
m_Quality: 0
|
|
469
|
+
m_UpdateWhenOffscreen: 0
|
|
470
|
+
m_SkinnedMotionVectors: 1
|
|
471
|
+
m_Mesh: {fileID: 2421931535617758007, guid: 55671c92dc30df545ba2c9c809495d89, type: 3}
|
|
472
|
+
m_Bones:
|
|
473
|
+
- {fileID: 3911984451011075837}
|
|
474
|
+
- {fileID: 1003845534748680619}
|
|
475
|
+
- {fileID: 197647204166945728}
|
|
476
|
+
- {fileID: 7829043230669045987}
|
|
477
|
+
- {fileID: 4334667881801170835}
|
|
478
|
+
- {fileID: 2888456791676744866}
|
|
479
|
+
- {fileID: 2085017877191055505}
|
|
480
|
+
- {fileID: 40256922727409095}
|
|
481
|
+
- {fileID: 2112229776958481324}
|
|
482
|
+
- {fileID: 5682812831976806087}
|
|
483
|
+
- {fileID: 4113828295487323722}
|
|
484
|
+
- {fileID: 58953430506165204}
|
|
485
|
+
- {fileID: 2207374805259959586}
|
|
486
|
+
- {fileID: 5395989764676149157}
|
|
487
|
+
- {fileID: 8034696789156976709}
|
|
488
|
+
- {fileID: 8000040346731167863}
|
|
489
|
+
- {fileID: 7914834835284785602}
|
|
490
|
+
- {fileID: 6987352454497074111}
|
|
491
|
+
- {fileID: 1707539667804334464}
|
|
492
|
+
- {fileID: 4405300418067115580}
|
|
493
|
+
- {fileID: 4691756786597611792}
|
|
494
|
+
m_BlendShapeWeights: []
|
|
495
|
+
m_RootBone: {fileID: 3911984451011075837}
|
|
496
|
+
m_AABB:
|
|
497
|
+
m_Center: {x: -0.12649219, y: 0.39669454, z: 0}
|
|
498
|
+
m_Extent: {x: 0.6070344, y: 1.0410122, z: 0.34463882}
|
|
499
|
+
m_DirtyAABB: 0
|
|
500
|
+
--- !u!1 &2497363035814530915
|
|
501
|
+
GameObject:
|
|
502
|
+
m_ObjectHideFlags: 0
|
|
503
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
504
|
+
m_PrefabInstance: {fileID: 0}
|
|
505
|
+
m_PrefabAsset: {fileID: 0}
|
|
506
|
+
serializedVersion: 6
|
|
507
|
+
m_Component:
|
|
508
|
+
- component: {fileID: 4334667881801170835}
|
|
509
|
+
m_Layer: 0
|
|
510
|
+
m_Name: Nose
|
|
511
|
+
m_TagString: Untagged
|
|
512
|
+
m_Icon: {fileID: 0}
|
|
513
|
+
m_NavMeshLayer: 0
|
|
514
|
+
m_StaticEditorFlags: 0
|
|
515
|
+
m_IsActive: 1
|
|
516
|
+
--- !u!4 &4334667881801170835
|
|
517
|
+
Transform:
|
|
518
|
+
m_ObjectHideFlags: 0
|
|
519
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
520
|
+
m_PrefabInstance: {fileID: 0}
|
|
521
|
+
m_PrefabAsset: {fileID: 0}
|
|
522
|
+
m_GameObject: {fileID: 2497363035814530915}
|
|
523
|
+
m_LocalRotation: {x: 1.110223e-16, y: 0, z: -2.220446e-16, w: 1}
|
|
524
|
+
m_LocalPosition: {x: -0.100613676, y: -0.1328269, z: -3.452858e-18}
|
|
525
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
526
|
+
m_Children:
|
|
527
|
+
- {fileID: 3780637673640360088}
|
|
528
|
+
m_Father: {fileID: 7829043230669045987}
|
|
529
|
+
m_RootOrder: 2
|
|
530
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
531
|
+
--- !u!1 &2535449058589773353
|
|
532
|
+
GameObject:
|
|
533
|
+
m_ObjectHideFlags: 0
|
|
534
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
535
|
+
m_PrefabInstance: {fileID: 0}
|
|
536
|
+
m_PrefabAsset: {fileID: 0}
|
|
537
|
+
serializedVersion: 6
|
|
538
|
+
m_Component:
|
|
539
|
+
- component: {fileID: 7425742443987067009}
|
|
540
|
+
m_Layer: 0
|
|
541
|
+
m_Name: LeftFrontLowerFootEND
|
|
542
|
+
m_TagString: Untagged
|
|
543
|
+
m_Icon: {fileID: 0}
|
|
544
|
+
m_NavMeshLayer: 0
|
|
545
|
+
m_StaticEditorFlags: 0
|
|
546
|
+
m_IsActive: 1
|
|
547
|
+
--- !u!4 &7425742443987067009
|
|
548
|
+
Transform:
|
|
549
|
+
m_ObjectHideFlags: 0
|
|
550
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
551
|
+
m_PrefabInstance: {fileID: 0}
|
|
552
|
+
m_PrefabAsset: {fileID: 0}
|
|
553
|
+
m_GameObject: {fileID: 2535449058589773353}
|
|
554
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
555
|
+
m_LocalPosition: {x: -0.07959577, y: 0.0000042502425, z: 2.6343372e-13}
|
|
556
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
557
|
+
m_Children: []
|
|
558
|
+
m_Father: {fileID: 1707539667804334464}
|
|
559
|
+
m_RootOrder: 0
|
|
560
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
561
|
+
--- !u!1 &2589877320710762142
|
|
562
|
+
GameObject:
|
|
563
|
+
m_ObjectHideFlags: 0
|
|
564
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
565
|
+
m_PrefabInstance: {fileID: 0}
|
|
566
|
+
m_PrefabAsset: {fileID: 0}
|
|
567
|
+
serializedVersion: 6
|
|
568
|
+
m_Component:
|
|
569
|
+
- component: {fileID: 4113828295487323722}
|
|
570
|
+
m_Layer: 0
|
|
571
|
+
m_Name: LeftRearLowerLeg
|
|
572
|
+
m_TagString: Untagged
|
|
573
|
+
m_Icon: {fileID: 0}
|
|
574
|
+
m_NavMeshLayer: 0
|
|
575
|
+
m_StaticEditorFlags: 0
|
|
576
|
+
m_IsActive: 1
|
|
577
|
+
--- !u!4 &4113828295487323722
|
|
578
|
+
Transform:
|
|
579
|
+
m_ObjectHideFlags: 0
|
|
580
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
581
|
+
m_PrefabInstance: {fileID: 0}
|
|
582
|
+
m_PrefabAsset: {fileID: 0}
|
|
583
|
+
m_GameObject: {fileID: 2589877320710762142}
|
|
584
|
+
m_LocalRotation: {x: 3.3329468e-16, y: 1.3325484e-15, z: 0.000000070003416, w: 1}
|
|
585
|
+
m_LocalPosition: {x: -0.24988903, y: -5.548651e-17, z: 0}
|
|
586
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
587
|
+
m_Children:
|
|
588
|
+
- {fileID: 4691756786597611792}
|
|
589
|
+
m_Father: {fileID: 5682812831976806087}
|
|
590
|
+
m_RootOrder: 0
|
|
591
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
592
|
+
--- !u!1 &2641791972831080097
|
|
593
|
+
GameObject:
|
|
594
|
+
m_ObjectHideFlags: 0
|
|
595
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
596
|
+
m_PrefabInstance: {fileID: 0}
|
|
597
|
+
m_PrefabAsset: {fileID: 0}
|
|
598
|
+
serializedVersion: 6
|
|
599
|
+
m_Component:
|
|
600
|
+
- component: {fileID: 1003845534748680619}
|
|
601
|
+
m_Layer: 0
|
|
602
|
+
m_Name: Neck
|
|
603
|
+
m_TagString: Untagged
|
|
604
|
+
m_Icon: {fileID: 0}
|
|
605
|
+
m_NavMeshLayer: 0
|
|
606
|
+
m_StaticEditorFlags: 0
|
|
607
|
+
m_IsActive: 1
|
|
608
|
+
--- !u!4 &1003845534748680619
|
|
609
|
+
Transform:
|
|
610
|
+
m_ObjectHideFlags: 0
|
|
611
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
612
|
+
m_PrefabInstance: {fileID: 0}
|
|
613
|
+
m_PrefabAsset: {fileID: 0}
|
|
614
|
+
m_GameObject: {fileID: 2641791972831080097}
|
|
615
|
+
m_LocalRotation: {x: -1.3605595e-16, y: -1.3468601e-16, z: -0.71325046, w: 0.70090926}
|
|
616
|
+
m_LocalPosition: {x: -0.38255286, y: 0.2551405, z: 8.426524e-17}
|
|
617
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
618
|
+
m_Children:
|
|
619
|
+
- {fileID: 197647204166945728}
|
|
620
|
+
m_Father: {fileID: 3911984451011075837}
|
|
621
|
+
m_RootOrder: 2
|
|
622
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
623
|
+
--- !u!1 &3373810049257776468
|
|
624
|
+
GameObject:
|
|
625
|
+
m_ObjectHideFlags: 0
|
|
626
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
627
|
+
m_PrefabInstance: {fileID: 0}
|
|
628
|
+
m_PrefabAsset: {fileID: 0}
|
|
629
|
+
serializedVersion: 6
|
|
630
|
+
m_Component:
|
|
631
|
+
- component: {fileID: 7850607587320484629}
|
|
632
|
+
m_Layer: 0
|
|
633
|
+
m_Name: GrabPoint
|
|
634
|
+
m_TagString: Untagged
|
|
635
|
+
m_Icon: {fileID: 0}
|
|
636
|
+
m_NavMeshLayer: 0
|
|
637
|
+
m_StaticEditorFlags: 0
|
|
638
|
+
m_IsActive: 1
|
|
639
|
+
--- !u!4 &7850607587320484629
|
|
640
|
+
Transform:
|
|
641
|
+
m_ObjectHideFlags: 0
|
|
642
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
643
|
+
m_PrefabInstance: {fileID: 0}
|
|
644
|
+
m_PrefabAsset: {fileID: 0}
|
|
645
|
+
m_GameObject: {fileID: 3373810049257776468}
|
|
646
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
647
|
+
m_LocalPosition: {x: 0, y: 0.50841, z: -0.175}
|
|
648
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
649
|
+
m_Children: []
|
|
650
|
+
m_Father: {fileID: 4498450296475097182}
|
|
651
|
+
m_RootOrder: 2
|
|
652
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
653
|
+
--- !u!1 &3779357960453812304
|
|
654
|
+
GameObject:
|
|
655
|
+
m_ObjectHideFlags: 0
|
|
656
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
657
|
+
m_PrefabInstance: {fileID: 0}
|
|
658
|
+
m_PrefabAsset: {fileID: 0}
|
|
659
|
+
serializedVersion: 6
|
|
660
|
+
m_Component:
|
|
661
|
+
- component: {fileID: 4691756786597611792}
|
|
662
|
+
m_Layer: 0
|
|
663
|
+
m_Name: LeftRearLowerFoot
|
|
664
|
+
m_TagString: Untagged
|
|
665
|
+
m_Icon: {fileID: 0}
|
|
666
|
+
m_NavMeshLayer: 0
|
|
667
|
+
m_StaticEditorFlags: 0
|
|
668
|
+
m_IsActive: 1
|
|
669
|
+
--- !u!4 &4691756786597611792
|
|
670
|
+
Transform:
|
|
671
|
+
m_ObjectHideFlags: 0
|
|
672
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
673
|
+
m_PrefabInstance: {fileID: 0}
|
|
674
|
+
m_PrefabAsset: {fileID: 0}
|
|
675
|
+
m_GameObject: {fileID: 3779357960453812304}
|
|
676
|
+
m_LocalRotation: {x: -5.551115e-17, y: 0.000000019712383, z: 2.7144953e-14, w: 1}
|
|
677
|
+
m_LocalPosition: {x: -0.26181683, y: -0.0000000048379416, z: 3.1011382e-16}
|
|
678
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
679
|
+
m_Children:
|
|
680
|
+
- {fileID: 8161362458670883873}
|
|
681
|
+
m_Father: {fileID: 4113828295487323722}
|
|
682
|
+
m_RootOrder: 0
|
|
683
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
684
|
+
--- !u!1 &3976824476528850407
|
|
685
|
+
GameObject:
|
|
686
|
+
m_ObjectHideFlags: 0
|
|
687
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
688
|
+
m_PrefabInstance: {fileID: 0}
|
|
689
|
+
m_PrefabAsset: {fileID: 0}
|
|
690
|
+
serializedVersion: 6
|
|
691
|
+
m_Component:
|
|
692
|
+
- component: {fileID: 6059324695889863526}
|
|
693
|
+
m_Layer: 0
|
|
694
|
+
m_Name: TailEND
|
|
695
|
+
m_TagString: Untagged
|
|
696
|
+
m_Icon: {fileID: 0}
|
|
697
|
+
m_NavMeshLayer: 0
|
|
698
|
+
m_StaticEditorFlags: 0
|
|
699
|
+
m_IsActive: 1
|
|
700
|
+
--- !u!4 &6059324695889863526
|
|
701
|
+
Transform:
|
|
702
|
+
m_ObjectHideFlags: 0
|
|
703
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
704
|
+
m_PrefabInstance: {fileID: 0}
|
|
705
|
+
m_PrefabAsset: {fileID: 0}
|
|
706
|
+
m_GameObject: {fileID: 3976824476528850407}
|
|
707
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
708
|
+
m_LocalPosition: {x: -0.16751604, y: 3.5527136e-17, z: -1.8598016e-17}
|
|
709
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
710
|
+
m_Children: []
|
|
711
|
+
m_Father: {fileID: 58953430506165204}
|
|
712
|
+
m_RootOrder: 0
|
|
713
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
714
|
+
--- !u!1 &4142162422737938795
|
|
715
|
+
GameObject:
|
|
716
|
+
m_ObjectHideFlags: 0
|
|
717
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
718
|
+
m_PrefabInstance: {fileID: 0}
|
|
719
|
+
m_PrefabAsset: {fileID: 0}
|
|
720
|
+
serializedVersion: 6
|
|
721
|
+
m_Component:
|
|
722
|
+
- component: {fileID: 6987352454497074111}
|
|
723
|
+
m_Layer: 0
|
|
724
|
+
m_Name: RightFrontLowerFoot
|
|
725
|
+
m_TagString: Untagged
|
|
726
|
+
m_Icon: {fileID: 0}
|
|
727
|
+
m_NavMeshLayer: 0
|
|
728
|
+
m_StaticEditorFlags: 0
|
|
729
|
+
m_IsActive: 1
|
|
730
|
+
--- !u!4 &6987352454497074111
|
|
731
|
+
Transform:
|
|
732
|
+
m_ObjectHideFlags: 0
|
|
733
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
734
|
+
m_PrefabInstance: {fileID: 0}
|
|
735
|
+
m_PrefabAsset: {fileID: 0}
|
|
736
|
+
m_GameObject: {fileID: 4142162422737938795}
|
|
737
|
+
m_LocalRotation: {x: 5.551115e-17, y: 0.000000022351742, z: 1.6653345e-16, w: 1}
|
|
738
|
+
m_LocalPosition: {x: 0.26181695, y: -0.000000004484593, z: -2.448795e-16}
|
|
739
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
740
|
+
m_Children:
|
|
741
|
+
- {fileID: 2045436940591170396}
|
|
742
|
+
m_Father: {fileID: 5395989764676149157}
|
|
743
|
+
m_RootOrder: 0
|
|
744
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
745
|
+
--- !u!1 &4185875849969875445
|
|
746
|
+
GameObject:
|
|
747
|
+
m_ObjectHideFlags: 0
|
|
748
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
749
|
+
m_PrefabInstance: {fileID: 0}
|
|
750
|
+
m_PrefabAsset: {fileID: 0}
|
|
751
|
+
serializedVersion: 6
|
|
752
|
+
m_Component:
|
|
753
|
+
- component: {fileID: 40256922727409095}
|
|
754
|
+
m_Layer: 0
|
|
755
|
+
m_Name: RightEar
|
|
756
|
+
m_TagString: Untagged
|
|
757
|
+
m_Icon: {fileID: 0}
|
|
758
|
+
m_NavMeshLayer: 0
|
|
759
|
+
m_StaticEditorFlags: 0
|
|
760
|
+
m_IsActive: 1
|
|
761
|
+
--- !u!4 &40256922727409095
|
|
762
|
+
Transform:
|
|
763
|
+
m_ObjectHideFlags: 0
|
|
764
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
765
|
+
m_PrefabInstance: {fileID: 0}
|
|
766
|
+
m_PrefabAsset: {fileID: 0}
|
|
767
|
+
m_GameObject: {fileID: 4185875849969875445}
|
|
768
|
+
m_LocalRotation: {x: -6.898277e-17, y: -7.7545535e-17, z: 1, w: 2.8327693e-16}
|
|
769
|
+
m_LocalPosition: {x: -0.2319025, y: -0.010156824, z: 0.122704}
|
|
770
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
771
|
+
m_Children:
|
|
772
|
+
- {fileID: 6697519252998227001}
|
|
773
|
+
m_Father: {fileID: 7829043230669045987}
|
|
774
|
+
m_RootOrder: 3
|
|
775
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
776
|
+
--- !u!1 &4334806959145532100
|
|
777
|
+
GameObject:
|
|
778
|
+
m_ObjectHideFlags: 0
|
|
779
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
780
|
+
m_PrefabInstance: {fileID: 0}
|
|
781
|
+
m_PrefabAsset: {fileID: 0}
|
|
782
|
+
serializedVersion: 6
|
|
783
|
+
m_Component:
|
|
784
|
+
- component: {fileID: 3911984451011075837}
|
|
785
|
+
m_Layer: 0
|
|
786
|
+
m_Name: Body
|
|
787
|
+
m_TagString: Untagged
|
|
788
|
+
m_Icon: {fileID: 0}
|
|
789
|
+
m_NavMeshLayer: 0
|
|
790
|
+
m_StaticEditorFlags: 0
|
|
791
|
+
m_IsActive: 1
|
|
792
|
+
--- !u!4 &3911984451011075837
|
|
793
|
+
Transform:
|
|
794
|
+
m_ObjectHideFlags: 0
|
|
795
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
796
|
+
m_PrefabInstance: {fileID: 0}
|
|
797
|
+
m_PrefabAsset: {fileID: 0}
|
|
798
|
+
m_GameObject: {fileID: 4334806959145532100}
|
|
799
|
+
m_LocalRotation: {x: -0, y: 0.7071068, z: 0, w: 0.7071068}
|
|
800
|
+
m_LocalPosition: {x: -0, y: 0.63605237, z: -0.04489763}
|
|
801
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
802
|
+
m_Children:
|
|
803
|
+
- {fileID: 2112229776958481324}
|
|
804
|
+
- {fileID: 5682812831976806087}
|
|
805
|
+
- {fileID: 1003845534748680619}
|
|
806
|
+
- {fileID: 2207374805259959586}
|
|
807
|
+
- {fileID: 8034696789156976709}
|
|
808
|
+
- {fileID: 58953430506165204}
|
|
809
|
+
m_Father: {fileID: 1702859755278277950}
|
|
810
|
+
m_RootOrder: 0
|
|
811
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
812
|
+
--- !u!1 &4800520060857649121
|
|
813
|
+
GameObject:
|
|
814
|
+
m_ObjectHideFlags: 0
|
|
815
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
816
|
+
m_PrefabInstance: {fileID: 0}
|
|
817
|
+
m_PrefabAsset: {fileID: 0}
|
|
818
|
+
serializedVersion: 6
|
|
819
|
+
m_Component:
|
|
820
|
+
- component: {fileID: 4405300418067115580}
|
|
821
|
+
m_Layer: 0
|
|
822
|
+
m_Name: RightRearLowerFoot
|
|
823
|
+
m_TagString: Untagged
|
|
824
|
+
m_Icon: {fileID: 0}
|
|
825
|
+
m_NavMeshLayer: 0
|
|
826
|
+
m_StaticEditorFlags: 0
|
|
827
|
+
m_IsActive: 1
|
|
828
|
+
--- !u!4 &4405300418067115580
|
|
829
|
+
Transform:
|
|
830
|
+
m_ObjectHideFlags: 0
|
|
831
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
832
|
+
m_PrefabInstance: {fileID: 0}
|
|
833
|
+
m_PrefabAsset: {fileID: 0}
|
|
834
|
+
m_GameObject: {fileID: 4800520060857649121}
|
|
835
|
+
m_LocalRotation: {x: 5.551115e-17, y: 5.551115e-17, z: -5.953016e-13, w: 1}
|
|
836
|
+
m_LocalPosition: {x: 0.26181695, y: 0.0000000048368665, z: 3.2305658e-17}
|
|
837
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
838
|
+
m_Children:
|
|
839
|
+
- {fileID: 9056614213561089343}
|
|
840
|
+
m_Father: {fileID: 8000040346731167863}
|
|
841
|
+
m_RootOrder: 0
|
|
842
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
843
|
+
--- !u!1 &4949438379114953057
|
|
844
|
+
GameObject:
|
|
845
|
+
m_ObjectHideFlags: 0
|
|
846
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
847
|
+
m_PrefabInstance: {fileID: 0}
|
|
848
|
+
m_PrefabAsset: {fileID: 0}
|
|
849
|
+
serializedVersion: 6
|
|
850
|
+
m_Component:
|
|
851
|
+
- component: {fileID: 8161362458670883873}
|
|
852
|
+
m_Layer: 0
|
|
853
|
+
m_Name: LeftRearLowerFoot_END
|
|
854
|
+
m_TagString: Untagged
|
|
855
|
+
m_Icon: {fileID: 0}
|
|
856
|
+
m_NavMeshLayer: 0
|
|
857
|
+
m_StaticEditorFlags: 0
|
|
858
|
+
m_IsActive: 1
|
|
859
|
+
--- !u!4 &8161362458670883873
|
|
860
|
+
Transform:
|
|
861
|
+
m_ObjectHideFlags: 0
|
|
862
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
863
|
+
m_PrefabInstance: {fileID: 0}
|
|
864
|
+
m_PrefabAsset: {fileID: 0}
|
|
865
|
+
m_GameObject: {fileID: 4949438379114953057}
|
|
866
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
867
|
+
m_LocalPosition: {x: -0.07959577, y: 0.0000000045401967, z: -2.4868996e-16}
|
|
868
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
869
|
+
m_Children: []
|
|
870
|
+
m_Father: {fileID: 4691756786597611792}
|
|
871
|
+
m_RootOrder: 0
|
|
872
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
873
|
+
--- !u!1 &5009231813168987103
|
|
874
|
+
GameObject:
|
|
875
|
+
m_ObjectHideFlags: 0
|
|
876
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
877
|
+
m_PrefabInstance: {fileID: 0}
|
|
878
|
+
m_PrefabAsset: {fileID: 0}
|
|
879
|
+
serializedVersion: 6
|
|
880
|
+
m_Component:
|
|
881
|
+
- component: {fileID: 1707539667804334464}
|
|
882
|
+
m_Layer: 0
|
|
883
|
+
m_Name: LeftFrontLowerFoot
|
|
884
|
+
m_TagString: Untagged
|
|
885
|
+
m_Icon: {fileID: 0}
|
|
886
|
+
m_NavMeshLayer: 0
|
|
887
|
+
m_StaticEditorFlags: 0
|
|
888
|
+
m_IsActive: 1
|
|
889
|
+
--- !u!4 &1707539667804334464
|
|
890
|
+
Transform:
|
|
891
|
+
m_ObjectHideFlags: 0
|
|
892
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
893
|
+
m_PrefabInstance: {fileID: 0}
|
|
894
|
+
m_PrefabAsset: {fileID: 0}
|
|
895
|
+
m_GameObject: {fileID: 5009231813168987103}
|
|
896
|
+
m_LocalRotation: {x: -5.551115e-17, y: 0.000000016660005, z: -1.9428903e-16, w: 1}
|
|
897
|
+
m_LocalPosition: {x: -0.26181683, y: -0.000005642082, z: -2.9996508e-13}
|
|
898
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
899
|
+
m_Children:
|
|
900
|
+
- {fileID: 7425742443987067009}
|
|
901
|
+
m_Father: {fileID: 7914834835284785602}
|
|
902
|
+
m_RootOrder: 0
|
|
903
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
904
|
+
--- !u!1 &5056047730197515986
|
|
905
|
+
GameObject:
|
|
906
|
+
m_ObjectHideFlags: 0
|
|
907
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
908
|
+
m_PrefabInstance: {fileID: 0}
|
|
909
|
+
m_PrefabAsset: {fileID: 0}
|
|
910
|
+
serializedVersion: 6
|
|
911
|
+
m_Component:
|
|
912
|
+
- component: {fileID: 7914834835284785602}
|
|
913
|
+
m_Layer: 0
|
|
914
|
+
m_Name: LeftFrontLowerLeg
|
|
915
|
+
m_TagString: Untagged
|
|
916
|
+
m_Icon: {fileID: 0}
|
|
917
|
+
m_NavMeshLayer: 0
|
|
918
|
+
m_StaticEditorFlags: 0
|
|
919
|
+
m_IsActive: 1
|
|
920
|
+
--- !u!4 &7914834835284785602
|
|
921
|
+
Transform:
|
|
922
|
+
m_ObjectHideFlags: 0
|
|
923
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
924
|
+
m_PrefabInstance: {fileID: 0}
|
|
925
|
+
m_PrefabAsset: {fileID: 0}
|
|
926
|
+
m_GameObject: {fileID: 5056047730197515986}
|
|
927
|
+
m_LocalRotation: {x: 2.4022104e-13, y: 6.426039e-13, z: 0.00006596143, w: 1}
|
|
928
|
+
m_LocalPosition: {x: -0.24988903, y: -5.548651e-17, z: 0}
|
|
929
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
930
|
+
m_Children:
|
|
931
|
+
- {fileID: 1707539667804334464}
|
|
932
|
+
m_Father: {fileID: 2112229776958481324}
|
|
933
|
+
m_RootOrder: 0
|
|
934
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
935
|
+
--- !u!1 &5102276609086888742
|
|
936
|
+
GameObject:
|
|
937
|
+
m_ObjectHideFlags: 0
|
|
938
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
939
|
+
m_PrefabInstance: {fileID: 0}
|
|
940
|
+
m_PrefabAsset: {fileID: 0}
|
|
941
|
+
serializedVersion: 6
|
|
942
|
+
m_Component:
|
|
943
|
+
- component: {fileID: 2045436940591170396}
|
|
944
|
+
m_Layer: 0
|
|
945
|
+
m_Name: RightFrontLowerFootEND
|
|
946
|
+
m_TagString: Untagged
|
|
947
|
+
m_Icon: {fileID: 0}
|
|
948
|
+
m_NavMeshLayer: 0
|
|
949
|
+
m_StaticEditorFlags: 0
|
|
950
|
+
m_IsActive: 1
|
|
951
|
+
--- !u!4 &2045436940591170396
|
|
952
|
+
Transform:
|
|
953
|
+
m_ObjectHideFlags: 0
|
|
954
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
955
|
+
m_PrefabInstance: {fileID: 0}
|
|
956
|
+
m_PrefabAsset: {fileID: 0}
|
|
957
|
+
m_GameObject: {fileID: 5102276609086888742}
|
|
958
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
959
|
+
m_LocalPosition: {x: 0.07959577, y: 0.000000004131854, z: 2.842171e-16}
|
|
960
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
961
|
+
m_Children: []
|
|
962
|
+
m_Father: {fileID: 6987352454497074111}
|
|
963
|
+
m_RootOrder: 0
|
|
964
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
965
|
+
--- !u!1 &5279797735685534705
|
|
966
|
+
GameObject:
|
|
967
|
+
m_ObjectHideFlags: 0
|
|
968
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
969
|
+
m_PrefabInstance: {fileID: 0}
|
|
970
|
+
m_PrefabAsset: {fileID: 0}
|
|
971
|
+
serializedVersion: 6
|
|
972
|
+
m_Component:
|
|
973
|
+
- component: {fileID: 5822595500151703124}
|
|
974
|
+
m_Layer: 0
|
|
975
|
+
m_Name: HairEND
|
|
976
|
+
m_TagString: Untagged
|
|
977
|
+
m_Icon: {fileID: 0}
|
|
978
|
+
m_NavMeshLayer: 0
|
|
979
|
+
m_StaticEditorFlags: 0
|
|
980
|
+
m_IsActive: 1
|
|
981
|
+
--- !u!4 &5822595500151703124
|
|
982
|
+
Transform:
|
|
983
|
+
m_ObjectHideFlags: 0
|
|
984
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
985
|
+
m_PrefabInstance: {fileID: 0}
|
|
986
|
+
m_PrefabAsset: {fileID: 0}
|
|
987
|
+
m_GameObject: {fileID: 5279797735685534705}
|
|
988
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
989
|
+
m_LocalPosition: {x: -0.12838775, y: -0.16885617, z: -4.7018063e-18}
|
|
990
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
991
|
+
m_Children: []
|
|
992
|
+
m_Father: {fileID: 2085017877191055505}
|
|
993
|
+
m_RootOrder: 0
|
|
994
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
995
|
+
--- !u!1 &5368873437896981289
|
|
996
|
+
GameObject:
|
|
997
|
+
m_ObjectHideFlags: 0
|
|
998
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
999
|
+
m_PrefabInstance: {fileID: 0}
|
|
1000
|
+
m_PrefabAsset: {fileID: 0}
|
|
1001
|
+
serializedVersion: 6
|
|
1002
|
+
m_Component:
|
|
1003
|
+
- component: {fileID: 2207374805259959586}
|
|
1004
|
+
m_Layer: 0
|
|
1005
|
+
m_Name: RightFrontUpperLeg
|
|
1006
|
+
m_TagString: Untagged
|
|
1007
|
+
m_Icon: {fileID: 0}
|
|
1008
|
+
m_NavMeshLayer: 0
|
|
1009
|
+
m_StaticEditorFlags: 0
|
|
1010
|
+
m_IsActive: 1
|
|
1011
|
+
--- !u!4 &2207374805259959586
|
|
1012
|
+
Transform:
|
|
1013
|
+
m_ObjectHideFlags: 0
|
|
1014
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1015
|
+
m_PrefabInstance: {fileID: 0}
|
|
1016
|
+
m_PrefabAsset: {fileID: 0}
|
|
1017
|
+
m_GameObject: {fileID: 5368873437896981289}
|
|
1018
|
+
m_LocalRotation: {x: 0.000000015805066, y: -0.000000015805071, z: -0.70710677, w: 0.7071068}
|
|
1019
|
+
m_LocalPosition: {x: -0.28630763, y: -0.04327638, z: 0.16716999}
|
|
1020
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1021
|
+
m_Children:
|
|
1022
|
+
- {fileID: 5395989764676149157}
|
|
1023
|
+
m_Father: {fileID: 3911984451011075837}
|
|
1024
|
+
m_RootOrder: 3
|
|
1025
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1026
|
+
--- !u!1 &5590257747651678282
|
|
1027
|
+
GameObject:
|
|
1028
|
+
m_ObjectHideFlags: 0
|
|
1029
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1030
|
+
m_PrefabInstance: {fileID: 0}
|
|
1031
|
+
m_PrefabAsset: {fileID: 0}
|
|
1032
|
+
serializedVersion: 6
|
|
1033
|
+
m_Component:
|
|
1034
|
+
- component: {fileID: 58953430506165204}
|
|
1035
|
+
m_Layer: 0
|
|
1036
|
+
m_Name: Tail
|
|
1037
|
+
m_TagString: Untagged
|
|
1038
|
+
m_Icon: {fileID: 0}
|
|
1039
|
+
m_NavMeshLayer: 0
|
|
1040
|
+
m_StaticEditorFlags: 0
|
|
1041
|
+
m_IsActive: 1
|
|
1042
|
+
--- !u!4 &58953430506165204
|
|
1043
|
+
Transform:
|
|
1044
|
+
m_ObjectHideFlags: 0
|
|
1045
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1046
|
+
m_PrefabInstance: {fileID: 0}
|
|
1047
|
+
m_PrefabAsset: {fileID: 0}
|
|
1048
|
+
m_GameObject: {fileID: 5590257747651678282}
|
|
1049
|
+
m_LocalRotation: {x: -1.6120268e-16, y: -3.0289958e-17, z: -0.79376686, w: 0.6082222}
|
|
1050
|
+
m_LocalPosition: {x: 0.33440846, y: 0.17796403, z: -7.4253595e-17}
|
|
1051
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1052
|
+
m_Children:
|
|
1053
|
+
- {fileID: 6059324695889863526}
|
|
1054
|
+
m_Father: {fileID: 3911984451011075837}
|
|
1055
|
+
m_RootOrder: 5
|
|
1056
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1057
|
+
--- !u!1 &5968638016223656440
|
|
1058
|
+
GameObject:
|
|
1059
|
+
m_ObjectHideFlags: 0
|
|
1060
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1061
|
+
m_PrefabInstance: {fileID: 0}
|
|
1062
|
+
m_PrefabAsset: {fileID: 0}
|
|
1063
|
+
serializedVersion: 6
|
|
1064
|
+
m_Component:
|
|
1065
|
+
- component: {fileID: 2112229776958481324}
|
|
1066
|
+
m_Layer: 0
|
|
1067
|
+
m_Name: LeftFrontUpperLeg
|
|
1068
|
+
m_TagString: Untagged
|
|
1069
|
+
m_Icon: {fileID: 0}
|
|
1070
|
+
m_NavMeshLayer: 0
|
|
1071
|
+
m_StaticEditorFlags: 0
|
|
1072
|
+
m_IsActive: 1
|
|
1073
|
+
--- !u!4 &2112229776958481324
|
|
1074
|
+
Transform:
|
|
1075
|
+
m_ObjectHideFlags: 0
|
|
1076
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1077
|
+
m_PrefabInstance: {fileID: 0}
|
|
1078
|
+
m_PrefabAsset: {fileID: 0}
|
|
1079
|
+
m_GameObject: {fileID: 5968638016223656440}
|
|
1080
|
+
m_LocalRotation: {x: 0.000000011780058, y: 0.000000011780747, z: 0.707079, w: 0.70713454}
|
|
1081
|
+
m_LocalPosition: {x: -0.28630725, y: -0.043276455, z: -0.16716963}
|
|
1082
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1083
|
+
m_Children:
|
|
1084
|
+
- {fileID: 7914834835284785602}
|
|
1085
|
+
m_Father: {fileID: 3911984451011075837}
|
|
1086
|
+
m_RootOrder: 0
|
|
1087
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1088
|
+
--- !u!1 &6269693430351964865
|
|
1089
|
+
GameObject:
|
|
1090
|
+
m_ObjectHideFlags: 0
|
|
1091
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1092
|
+
m_PrefabInstance: {fileID: 0}
|
|
1093
|
+
m_PrefabAsset: {fileID: 0}
|
|
1094
|
+
serializedVersion: 6
|
|
1095
|
+
m_Component:
|
|
1096
|
+
- component: {fileID: 2888456791676744866}
|
|
1097
|
+
m_Layer: 0
|
|
1098
|
+
m_Name: LeftEar
|
|
1099
|
+
m_TagString: Untagged
|
|
1100
|
+
m_Icon: {fileID: 0}
|
|
1101
|
+
m_NavMeshLayer: 0
|
|
1102
|
+
m_StaticEditorFlags: 0
|
|
1103
|
+
m_IsActive: 1
|
|
1104
|
+
--- !u!4 &2888456791676744866
|
|
1105
|
+
Transform:
|
|
1106
|
+
m_ObjectHideFlags: 0
|
|
1107
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1108
|
+
m_PrefabInstance: {fileID: 0}
|
|
1109
|
+
m_PrefabAsset: {fileID: 0}
|
|
1110
|
+
m_GameObject: {fileID: 6269693430351964865}
|
|
1111
|
+
m_LocalRotation: {x: 1.110223e-16, y: 0, z: -2.220446e-16, w: 1}
|
|
1112
|
+
m_LocalPosition: {x: -0.23190255, y: -0.010156846, z: -0.122704245}
|
|
1113
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1114
|
+
m_Children:
|
|
1115
|
+
- {fileID: 6646801279283947721}
|
|
1116
|
+
m_Father: {fileID: 7829043230669045987}
|
|
1117
|
+
m_RootOrder: 1
|
|
1118
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1119
|
+
--- !u!1 &6719068269811323619
|
|
1120
|
+
GameObject:
|
|
1121
|
+
m_ObjectHideFlags: 0
|
|
1122
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1123
|
+
m_PrefabInstance: {fileID: 0}
|
|
1124
|
+
m_PrefabAsset: {fileID: 0}
|
|
1125
|
+
serializedVersion: 6
|
|
1126
|
+
m_Component:
|
|
1127
|
+
- component: {fileID: 197647204166945728}
|
|
1128
|
+
m_Layer: 0
|
|
1129
|
+
m_Name: Neck2
|
|
1130
|
+
m_TagString: Untagged
|
|
1131
|
+
m_Icon: {fileID: 0}
|
|
1132
|
+
m_NavMeshLayer: 0
|
|
1133
|
+
m_StaticEditorFlags: 0
|
|
1134
|
+
m_IsActive: 1
|
|
1135
|
+
--- !u!4 &197647204166945728
|
|
1136
|
+
Transform:
|
|
1137
|
+
m_ObjectHideFlags: 0
|
|
1138
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1139
|
+
m_PrefabInstance: {fileID: 0}
|
|
1140
|
+
m_PrefabAsset: {fileID: 0}
|
|
1141
|
+
m_GameObject: {fileID: 6719068269811323619}
|
|
1142
|
+
m_LocalRotation: {x: 1.110223e-16, y: 0, z: -2.220446e-16, w: 1}
|
|
1143
|
+
m_LocalPosition: {x: -0.30392575, y: 2.1316282e-16, z: 3.1354509e-18}
|
|
1144
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1145
|
+
m_Children:
|
|
1146
|
+
- {fileID: 7829043230669045987}
|
|
1147
|
+
m_Father: {fileID: 1003845534748680619}
|
|
1148
|
+
m_RootOrder: 0
|
|
1149
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1150
|
+
--- !u!1 &6893200365270851170
|
|
1151
|
+
GameObject:
|
|
1152
|
+
m_ObjectHideFlags: 0
|
|
1153
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1154
|
+
m_PrefabInstance: {fileID: 0}
|
|
1155
|
+
m_PrefabAsset: {fileID: 0}
|
|
1156
|
+
serializedVersion: 6
|
|
1157
|
+
m_Component:
|
|
1158
|
+
- component: {fileID: 5682812831976806087}
|
|
1159
|
+
m_Layer: 0
|
|
1160
|
+
m_Name: LeftRearUpperLeg
|
|
1161
|
+
m_TagString: Untagged
|
|
1162
|
+
m_Icon: {fileID: 0}
|
|
1163
|
+
m_NavMeshLayer: 0
|
|
1164
|
+
m_StaticEditorFlags: 0
|
|
1165
|
+
m_IsActive: 1
|
|
1166
|
+
--- !u!4 &5682812831976806087
|
|
1167
|
+
Transform:
|
|
1168
|
+
m_ObjectHideFlags: 0
|
|
1169
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1170
|
+
m_PrefabInstance: {fileID: 0}
|
|
1171
|
+
m_PrefabAsset: {fileID: 0}
|
|
1172
|
+
m_GameObject: {fileID: 6893200365270851170}
|
|
1173
|
+
m_LocalRotation: {x: -0.000000013938756, y: -0.000000013938764, z: 0.70710677, w: 0.7071068}
|
|
1174
|
+
m_LocalPosition: {x: 0.2100184, y: -0.043276455, z: -0.1833771}
|
|
1175
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1176
|
+
m_Children:
|
|
1177
|
+
- {fileID: 4113828295487323722}
|
|
1178
|
+
m_Father: {fileID: 3911984451011075837}
|
|
1179
|
+
m_RootOrder: 1
|
|
1180
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1181
|
+
--- !u!1 &8102247411431332822
|
|
1182
|
+
GameObject:
|
|
1183
|
+
m_ObjectHideFlags: 0
|
|
1184
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1185
|
+
m_PrefabInstance: {fileID: 0}
|
|
1186
|
+
m_PrefabAsset: {fileID: 0}
|
|
1187
|
+
serializedVersion: 6
|
|
1188
|
+
m_Component:
|
|
1189
|
+
- component: {fileID: 5395989764676149157}
|
|
1190
|
+
m_Layer: 0
|
|
1191
|
+
m_Name: RightFrontLowerLeg
|
|
1192
|
+
m_TagString: Untagged
|
|
1193
|
+
m_Icon: {fileID: 0}
|
|
1194
|
+
m_NavMeshLayer: 0
|
|
1195
|
+
m_StaticEditorFlags: 0
|
|
1196
|
+
m_IsActive: 1
|
|
1197
|
+
--- !u!4 &5395989764676149157
|
|
1198
|
+
Transform:
|
|
1199
|
+
m_ObjectHideFlags: 0
|
|
1200
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1201
|
+
m_PrefabInstance: {fileID: 0}
|
|
1202
|
+
m_PrefabAsset: {fileID: 0}
|
|
1203
|
+
m_GameObject: {fileID: 8102247411431332822}
|
|
1204
|
+
m_LocalRotation: {x: -2.5327442e-16, y: 9.375429e-16, z: -0.00000006245475, w: 1}
|
|
1205
|
+
m_LocalPosition: {x: 0.24988899, y: 7.105427e-17, z: 0}
|
|
1206
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1207
|
+
m_Children:
|
|
1208
|
+
- {fileID: 6987352454497074111}
|
|
1209
|
+
m_Father: {fileID: 2207374805259959586}
|
|
1210
|
+
m_RootOrder: 0
|
|
1211
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1212
|
+
--- !u!1 &8401977416896713715
|
|
1213
|
+
GameObject:
|
|
1214
|
+
m_ObjectHideFlags: 0
|
|
1215
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1216
|
+
m_PrefabInstance: {fileID: 0}
|
|
1217
|
+
m_PrefabAsset: {fileID: 0}
|
|
1218
|
+
serializedVersion: 6
|
|
1219
|
+
m_Component:
|
|
1220
|
+
- component: {fileID: 1702859755278277950}
|
|
1221
|
+
m_Layer: 0
|
|
1222
|
+
m_Name: Root
|
|
1223
|
+
m_TagString: Untagged
|
|
1224
|
+
m_Icon: {fileID: 0}
|
|
1225
|
+
m_NavMeshLayer: 0
|
|
1226
|
+
m_StaticEditorFlags: 0
|
|
1227
|
+
m_IsActive: 1
|
|
1228
|
+
--- !u!4 &1702859755278277950
|
|
1229
|
+
Transform:
|
|
1230
|
+
m_ObjectHideFlags: 0
|
|
1231
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1232
|
+
m_PrefabInstance: {fileID: 0}
|
|
1233
|
+
m_PrefabAsset: {fileID: 0}
|
|
1234
|
+
m_GameObject: {fileID: 8401977416896713715}
|
|
1235
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
1236
|
+
m_LocalPosition: {x: -0, y: 0, z: 0}
|
|
1237
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1238
|
+
m_Children:
|
|
1239
|
+
- {fileID: 3911984451011075837}
|
|
1240
|
+
m_Father: {fileID: 4498450296475097182}
|
|
1241
|
+
m_RootOrder: 1
|
|
1242
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1243
|
+
--- !u!1 &8442919928434565805
|
|
1244
|
+
GameObject:
|
|
1245
|
+
m_ObjectHideFlags: 0
|
|
1246
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1247
|
+
m_PrefabInstance: {fileID: 0}
|
|
1248
|
+
m_PrefabAsset: {fileID: 0}
|
|
1249
|
+
serializedVersion: 6
|
|
1250
|
+
m_Component:
|
|
1251
|
+
- component: {fileID: 3780637673640360088}
|
|
1252
|
+
m_Layer: 0
|
|
1253
|
+
m_Name: NoseEND
|
|
1254
|
+
m_TagString: Untagged
|
|
1255
|
+
m_Icon: {fileID: 0}
|
|
1256
|
+
m_NavMeshLayer: 0
|
|
1257
|
+
m_StaticEditorFlags: 0
|
|
1258
|
+
m_IsActive: 1
|
|
1259
|
+
--- !u!4 &3780637673640360088
|
|
1260
|
+
Transform:
|
|
1261
|
+
m_ObjectHideFlags: 0
|
|
1262
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1263
|
+
m_PrefabInstance: {fileID: 0}
|
|
1264
|
+
m_PrefabAsset: {fileID: 0}
|
|
1265
|
+
m_GameObject: {fileID: 8442919928434565805}
|
|
1266
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
1267
|
+
m_LocalPosition: {x: 0.010187932, y: -0.2118774, z: -4.7018063e-18}
|
|
1268
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1269
|
+
m_Children:
|
|
1270
|
+
- {fileID: 7760269010553123844}
|
|
1271
|
+
m_Father: {fileID: 4334667881801170835}
|
|
1272
|
+
m_RootOrder: 0
|
|
1273
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1274
|
+
--- !u!1 &8977444097425862359
|
|
1275
|
+
GameObject:
|
|
1276
|
+
m_ObjectHideFlags: 0
|
|
1277
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1278
|
+
m_PrefabInstance: {fileID: 0}
|
|
1279
|
+
m_PrefabAsset: {fileID: 0}
|
|
1280
|
+
serializedVersion: 6
|
|
1281
|
+
m_Component:
|
|
1282
|
+
- component: {fileID: 6646801279283947721}
|
|
1283
|
+
m_Layer: 0
|
|
1284
|
+
m_Name: LeftEarEND
|
|
1285
|
+
m_TagString: Untagged
|
|
1286
|
+
m_Icon: {fileID: 0}
|
|
1287
|
+
m_NavMeshLayer: 0
|
|
1288
|
+
m_StaticEditorFlags: 0
|
|
1289
|
+
m_IsActive: 1
|
|
1290
|
+
--- !u!4 &6646801279283947721
|
|
1291
|
+
Transform:
|
|
1292
|
+
m_ObjectHideFlags: 0
|
|
1293
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1294
|
+
m_PrefabInstance: {fileID: 0}
|
|
1295
|
+
m_PrefabAsset: {fileID: 0}
|
|
1296
|
+
m_GameObject: {fileID: 8977444097425862359}
|
|
1297
|
+
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
|
1298
|
+
m_LocalPosition: {x: -0.3733921, y: -0.0055841673, z: 7.2067926e-17}
|
|
1299
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1300
|
+
m_Children: []
|
|
1301
|
+
m_Father: {fileID: 2888456791676744866}
|
|
1302
|
+
m_RootOrder: 0
|
|
1303
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1304
|
+
--- !u!1001 &8869558521206971707
|
|
1305
|
+
PrefabInstance:
|
|
1306
|
+
m_ObjectHideFlags: 0
|
|
1307
|
+
serializedVersion: 2
|
|
1308
|
+
m_Modification:
|
|
1309
|
+
m_TransformParent: {fileID: 3780637673640360088}
|
|
1310
|
+
m_Modifications:
|
|
1311
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1312
|
+
type: 3}
|
|
1313
|
+
propertyPath: m_RootOrder
|
|
1314
|
+
value: 0
|
|
1315
|
+
objectReference: {fileID: 0}
|
|
1316
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1317
|
+
type: 3}
|
|
1318
|
+
propertyPath: m_LocalScale.x
|
|
1319
|
+
value: 1
|
|
1320
|
+
objectReference: {fileID: 0}
|
|
1321
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1322
|
+
type: 3}
|
|
1323
|
+
propertyPath: m_LocalScale.y
|
|
1324
|
+
value: 1
|
|
1325
|
+
objectReference: {fileID: 0}
|
|
1326
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1327
|
+
type: 3}
|
|
1328
|
+
propertyPath: m_LocalScale.z
|
|
1329
|
+
value: 1
|
|
1330
|
+
objectReference: {fileID: 0}
|
|
1331
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1332
|
+
type: 3}
|
|
1333
|
+
propertyPath: m_LocalPosition.x
|
|
1334
|
+
value: 0
|
|
1335
|
+
objectReference: {fileID: 0}
|
|
1336
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1337
|
+
type: 3}
|
|
1338
|
+
propertyPath: m_LocalPosition.y
|
|
1339
|
+
value: 0
|
|
1340
|
+
objectReference: {fileID: 0}
|
|
1341
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1342
|
+
type: 3}
|
|
1343
|
+
propertyPath: m_LocalPosition.z
|
|
1344
|
+
value: 0
|
|
1345
|
+
objectReference: {fileID: 0}
|
|
1346
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1347
|
+
type: 3}
|
|
1348
|
+
propertyPath: m_LocalRotation.w
|
|
1349
|
+
value: 0.5
|
|
1350
|
+
objectReference: {fileID: 0}
|
|
1351
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1352
|
+
type: 3}
|
|
1353
|
+
propertyPath: m_LocalRotation.x
|
|
1354
|
+
value: 0.5
|
|
1355
|
+
objectReference: {fileID: 0}
|
|
1356
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1357
|
+
type: 3}
|
|
1358
|
+
propertyPath: m_LocalRotation.y
|
|
1359
|
+
value: -0.5
|
|
1360
|
+
objectReference: {fileID: 0}
|
|
1361
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1362
|
+
type: 3}
|
|
1363
|
+
propertyPath: m_LocalRotation.z
|
|
1364
|
+
value: 0.5
|
|
1365
|
+
objectReference: {fileID: 0}
|
|
1366
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1367
|
+
type: 3}
|
|
1368
|
+
propertyPath: m_LocalEulerAnglesHint.x
|
|
1369
|
+
value: 90
|
|
1370
|
+
objectReference: {fileID: 0}
|
|
1371
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1372
|
+
type: 3}
|
|
1373
|
+
propertyPath: m_LocalEulerAnglesHint.y
|
|
1374
|
+
value: -90
|
|
1375
|
+
objectReference: {fileID: 0}
|
|
1376
|
+
- target: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1377
|
+
type: 3}
|
|
1378
|
+
propertyPath: m_LocalEulerAnglesHint.z
|
|
1379
|
+
value: 0
|
|
1380
|
+
objectReference: {fileID: 0}
|
|
1381
|
+
- target: {fileID: 5070097638365878683, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1382
|
+
type: 3}
|
|
1383
|
+
propertyPath: m_Name
|
|
1384
|
+
value: BubbleParticlePrefab
|
|
1385
|
+
objectReference: {fileID: 0}
|
|
1386
|
+
- target: {fileID: 7944527142741719434, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1387
|
+
type: 3}
|
|
1388
|
+
propertyPath: prewarm
|
|
1389
|
+
value: 1
|
|
1390
|
+
objectReference: {fileID: 0}
|
|
1391
|
+
- target: {fileID: 7944527142741719434, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1392
|
+
type: 3}
|
|
1393
|
+
propertyPath: lengthInSec
|
|
1394
|
+
value: 5
|
|
1395
|
+
objectReference: {fileID: 0}
|
|
1396
|
+
- target: {fileID: 7944527142741719434, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1397
|
+
type: 3}
|
|
1398
|
+
propertyPath: playOnAwake
|
|
1399
|
+
value: 0
|
|
1400
|
+
objectReference: {fileID: 0}
|
|
1401
|
+
- target: {fileID: 7944527142741719434, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1402
|
+
type: 3}
|
|
1403
|
+
propertyPath: simulationSpeed
|
|
1404
|
+
value: 1
|
|
1405
|
+
objectReference: {fileID: 0}
|
|
1406
|
+
- target: {fileID: 7944527142741719434, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1407
|
+
type: 3}
|
|
1408
|
+
propertyPath: EmissionModule.rateOverTime.scalar
|
|
1409
|
+
value: 100
|
|
1410
|
+
objectReference: {fileID: 0}
|
|
1411
|
+
m_RemovedComponents: []
|
|
1412
|
+
m_SourcePrefab: {fileID: 100100000, guid: c9b38f9d356cfa945bd7d61fcb8070c9, type: 3}
|
|
1413
|
+
--- !u!198 &1537874970548708529 stripped
|
|
1414
|
+
ParticleSystem:
|
|
1415
|
+
m_CorrespondingSourceObject: {fileID: 7944527142741719434, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1416
|
+
type: 3}
|
|
1417
|
+
m_PrefabInstance: {fileID: 8869558521206971707}
|
|
1418
|
+
m_PrefabAsset: {fileID: 0}
|
|
1419
|
+
--- !u!4 &7760269010553123844 stripped
|
|
1420
|
+
Transform:
|
|
1421
|
+
m_CorrespondingSourceObject: {fileID: 1199369238585354559, guid: c9b38f9d356cfa945bd7d61fcb8070c9,
|
|
1422
|
+
type: 3}
|
|
1423
|
+
m_PrefabInstance: {fileID: 8869558521206971707}
|
|
1424
|
+
m_PrefabAsset: {fileID: 0}
|