├── Assets ├── AppExperiments │ ├── LeapPaint v6 │ │ ├── Painting │ │ │ ├── Scripts │ │ │ │ ├── User │ │ │ │ │ ├── UserModel.cs │ │ │ │ │ └── UserModelBehaviour.cs │ │ │ │ └── Drawing │ │ │ │ │ └── StrokePointStreams │ │ │ │ │ └── StrokePointStreamConnector.cs │ │ │ └── Models │ │ │ │ ├── UI │ │ │ │ ├── Teardrop.fbx │ │ │ │ ├── MoveToolIcon.fbx │ │ │ │ ├── LeapPaint_RoundUI.fbx │ │ │ │ ├── CheaperFacingHemisphere.fbx │ │ │ │ ├── ColorWorkstationMeshes.fbx │ │ │ │ ├── LeapPaint_RoundUI_SmoothCopy.fbx │ │ │ │ └── ColorWorkstationMeshes_SmoothCopy.fbx │ │ │ │ ├── Eraser │ │ │ │ └── Eraser.fbx │ │ │ │ ├── Paintbrush │ │ │ │ ├── Paintbrush.fbx │ │ │ │ ├── Paintbrush - Smooth Copy.fbx │ │ │ │ ├── Paintbrush Combined Head.fbx │ │ │ │ └── Paintbrush Combined Head - Smoothed Copy.fbx │ │ │ │ ├── Move Tool │ │ │ │ └── Spatial Anchor Spider.fbx │ │ │ │ ├── Hands │ │ │ │ └── Experiments │ │ │ │ │ ├── MedPoly_Hand_Mesh_Left.fbx │ │ │ │ │ ├── MedPoly_Hand_Mesh_Right.fbx │ │ │ │ │ └── MedPoly_Hand_Mesh_Skeleton.fbx │ │ │ │ └── Orientation Debug Object │ │ │ │ └── DebugNormalBinormal.fbx │ │ ├── App │ │ │ └── Textures │ │ │ │ ├── Paint Icon.png │ │ │ │ ├── Paint Icon With Full BG.png │ │ │ │ ├── Paint Icon With Circle BG.png │ │ │ │ └── Paint Icon With Circle BG Large.png │ │ ├── Paint v3 Dependencies │ │ │ ├── Textures │ │ │ │ ├── XIcon.png │ │ │ │ ├── MenuIcon.png │ │ │ │ ├── MoreIcon.png │ │ │ │ ├── RedoIcon.png │ │ │ │ ├── SaveIcon.png │ │ │ │ ├── UndoIcon.png │ │ │ │ ├── AngledBar.png │ │ │ │ ├── BrushIcon.png │ │ │ │ ├── DeleteIcon.png │ │ │ │ ├── HexTopPanel.png │ │ │ │ ├── HistoryIcon.png │ │ │ │ ├── MusicIcon.png │ │ │ │ ├── SceneIcon.png │ │ │ │ ├── ShapeIcon.png │ │ │ │ ├── WhiteFadeUp.png │ │ │ │ ├── AngledButton.png │ │ │ │ ├── ColorPalette.png │ │ │ │ ├── HandPinching.png │ │ │ │ ├── SimpleCircle.png │ │ │ │ ├── ToolPanelBack.png │ │ │ │ ├── AngledBar_Long.png │ │ │ │ ├── ToolPanelButtonL.png │ │ │ │ ├── ToolPanelButtonM.png │ │ │ │ ├── ToolPanelButtonR.png │ │ │ │ └── IndexTipPaintTexture.png │ │ │ ├── Models │ │ │ │ ├── AnchorRing.fbx │ │ │ │ ├── CircleSurface.fbx │ │ │ │ ├── CleaningBasin.fbx │ │ │ │ ├── HemiSpheres.fbx │ │ │ │ ├── MixingBasin.fbx │ │ │ │ ├── OutlineCircle.fbx │ │ │ │ ├── SevenHexPanel.fbx │ │ │ │ ├── MixingBasinLiquid.fbx │ │ │ │ ├── CleaningBasinLiquid.fbx │ │ │ │ ├── PaperUI │ │ │ │ │ ├── ColorSwatch.fbx │ │ │ │ │ ├── MixingBasin.fbx │ │ │ │ │ ├── RoundButton.fbx │ │ │ │ │ ├── CleaningBasin.fbx │ │ │ │ │ ├── MixingBasinLiquid.fbx │ │ │ │ │ ├── RoundButtonCircle.fbx │ │ │ │ │ ├── RoundButtonLarge.fbx │ │ │ │ │ ├── RoundButtonSmall.fbx │ │ │ │ │ ├── CleaningBasinLiquid.fbx │ │ │ │ │ ├── WorkstationPalette.fbx │ │ │ │ │ ├── RoundButton_SmoothCopy.fbx │ │ │ │ │ ├── RoundButtonLarge_SmoothCopy.fbx │ │ │ │ │ ├── RoundButtonSmall_SmoothCopy.fbx │ │ │ │ │ ├── RoundButtonCircle_SmoothCopy.fbx │ │ │ │ │ └── WorkstationPalette_SmoothCopy.fbx │ │ │ │ ├── LoPolyRigged_IndexTipCover_L.fbx │ │ │ │ └── LoPolyRigged_IndexTipCover_R.fbx │ │ │ ├── Models.meta │ │ │ └── Textures.meta │ │ ├── Scenes │ │ │ ├── Paint v6 Pass 1 │ │ │ │ ├── LightingData.asset │ │ │ │ ├── Lightmap-0_comp_dir.png │ │ │ │ ├── ReflectionProbe-0.exr │ │ │ │ └── Lightmap-0_comp_light.exr │ │ │ └── Paint v6 Pass 1.meta │ │ └── Paint v3 Dependencies.meta │ ├── Carousel │ │ ├── Models │ │ │ ├── Floor.blend │ │ │ └── InsideOutCube.blend │ │ ├── Maps │ │ │ └── MapD │ │ │ │ ├── Walls.mat.meta │ │ │ │ └── Particles.mat.meta │ │ └── Carousel.unity.meta │ ├── Launcher │ │ ├── Meshes │ │ │ ├── TriHandle.fbx │ │ │ ├── TriHandle_2.fbx │ │ │ ├── archive │ │ │ │ ├── Rail_4.fbx │ │ │ │ ├── Rail_36.fbx │ │ │ │ └── Rail_4_Segmented.fbx │ │ │ ├── InvertedNormalsCube.fbx │ │ │ ├── Portal Surfaces │ │ │ │ ├── Dot.fbx │ │ │ │ ├── Minus.fbx │ │ │ │ ├── Plus.fbx │ │ │ │ └── Dot_WithThinBlend.fbx │ │ │ ├── MountainRoom │ │ │ │ ├── MOUNTAIN_ROOM.FBX │ │ │ │ └── CutoutMountainRoom.fbx │ │ │ └── Stepper Portals Options 1 and 2 │ │ │ │ └── StepperPortalFrames.fbx │ │ ├── Textures │ │ │ ├── ICONS.png │ │ │ ├── RIBBON_end.png │ │ │ ├── RIBBON_hand.PNG │ │ │ ├── RIBBON_move.PNG │ │ │ └── RIBBON_pencil.PNG │ │ ├── WABA Assets │ │ │ ├── waba_LOGO.png │ │ │ ├── waba_WABA.png │ │ │ └── waba_LOGO_BlackAndWhite.png │ │ ├── Pull Tab Arm │ │ │ └── FlatCircleSingleSided.fbx │ │ ├── Prototyping v1 Rails │ │ │ └── ReflectionProbe-0.exr │ │ ├── Prototyping v1 Panels │ │ │ └── ReflectionProbe-0.exr │ │ ├── FingerSlidePanel │ │ │ └── Scrolling Surface Meshes │ │ │ │ ├── Minus_WithThinBlend.fbx │ │ │ │ └── ThickPlus_WithBlend.fbx │ │ ├── Prototyping v1 Panels.meta │ │ └── Prototyping v1 Rails.meta │ ├── LeapPaint v4 │ │ ├── Building │ │ │ ├── Cone.blend │ │ │ ├── Primitive Material.mat.meta │ │ │ ├── Building Primitive - Cone.prefab.meta │ │ │ ├── Building Primitive - Cube.prefab.meta │ │ │ ├── Building Primitive - Cylinder.prefab.meta │ │ │ └── Building Primitive - Sphere.prefab.meta │ │ ├── Stage │ │ │ ├── PaintPlatform.blend │ │ │ ├── Floor.mat.meta │ │ │ ├── Skybox.mat.meta │ │ │ ├── Paint Platform.mat.meta │ │ │ └── Paint Platform.prefab.meta │ │ ├── Leap Paint │ │ │ ├── ReflectionProbe-0.exr │ │ │ ├── ReflectionProbe-1.exr │ │ │ ├── Lightmap-0_comp_dir.png │ │ │ ├── Lightmap-0_comp_light.exr │ │ │ ├── Lightmap-1_comp_dir.png │ │ │ └── Lightmap-1_comp_light.exr │ │ ├── Drawing │ │ │ ├── Brush Assets │ │ │ │ └── SphericSegmentBrushModel.blend │ │ │ ├── Brush Assets.meta │ │ │ └── Controllers.meta │ │ ├── Leap Paint v4.unity.meta │ │ ├── Hands │ │ │ ├── GhostableLeftHand.mat.meta │ │ │ └── GhostableRightHand.mat.meta │ │ ├── Petal Menu │ │ │ └── OpaqueWhite.mat.meta │ │ ├── Widgets │ │ │ ├── Anchor Ring.mat.meta │ │ │ └── Bubble Widget.mat.meta │ │ ├── Hands.meta │ │ ├── Stage.meta │ │ ├── Wrist Ring Menu │ │ │ ├── UnlitWhite.mat.meta │ │ │ ├── Wrist Ring.mat.meta │ │ │ └── Simple Particle.mat.meta │ │ ├── Building.meta │ │ ├── Drawing.meta │ │ ├── Halfedge.meta │ │ ├── Leap Paint.meta │ │ ├── Petal Menu.meta │ │ ├── Toolbelt.meta │ │ ├── Voxel Painting │ │ │ ├── Voxel Material.mat.meta │ │ │ ├── Voxel Prefab.prefab.meta │ │ │ └── Voxel.cs │ │ ├── Widgets.meta │ │ ├── Line Drawing.meta │ │ ├── Line Drawing │ │ │ └── Line Renderer Material.mat.meta │ │ ├── Voxel Painting.meta │ │ ├── Wrist Ring Menu.meta │ │ └── MeshGen │ │ │ └── Definitions.meta │ ├── Lines │ │ ├── Models │ │ │ ├── ContextMenuInner.fbx │ │ │ ├── ContextMenuOuter.fbx │ │ │ └── Icosidodecahedron.fbx │ │ ├── Textures │ │ │ ├── Icons │ │ │ │ ├── Delete_Icon.png │ │ │ │ ├── Duplicate_Icon.png │ │ │ │ ├── Transform_Icon.png │ │ │ │ └── Unknown_Icon.png │ │ │ └── Icons.meta │ │ ├── Environment │ │ │ ├── Models │ │ │ │ └── PaintPlatform.blend │ │ │ ├── Materials.meta │ │ │ ├── Models.meta │ │ │ └── Shaders.meta │ │ ├── Lines.unity.meta │ │ ├── Environment.meta │ │ └── Prefabs │ │ │ └── UI.meta │ ├── AR Experiments │ │ ├── WearableInterface │ │ │ ├── PaperTabs.fbx │ │ │ ├── archive │ │ │ │ ├── PaperButtonTab.fbx │ │ │ │ ├── PaperOutlines.fbx │ │ │ │ └── TabsGrasperBar.fbx │ │ │ ├── Materials.meta │ │ │ ├── Scripts.meta │ │ │ └── archive.meta │ │ ├── Gracinish Cube │ │ │ ├── Models │ │ │ │ ├── EdgeCube.fbx │ │ │ │ ├── EdgeCube_HERO.fbx │ │ │ │ ├── EdgeTetrahedron.fbx │ │ │ │ ├── Tetrahedron_Raw.fbx │ │ │ │ └── ThinPlus_Flat_NoBack.fbx │ │ │ ├── Models.meta │ │ │ └── Gracinish Cube.mat.meta │ │ ├── LiquidHologram │ │ │ ├── LICENSE.meta │ │ │ └── MarchingCubesGPU.compute.meta │ │ ├── Circuit Hands.meta │ │ ├── Gracinish Cube.meta │ │ ├── LiquidHologram.meta │ │ ├── Object Overlay.meta │ │ ├── Occlusion Hands.meta │ │ ├── WearableInterface.meta │ │ ├── Circuit Hands │ │ │ └── Hand Circuit Lines.mat.meta │ │ └── Occlusion Hands │ │ │ ├── VolumetricLeft.mat.meta │ │ │ └── VolumetricRight.mat.meta │ ├── Lines.meta │ ├── Launcher.meta │ ├── LeapPaint v4.meta │ ├── LeapPaint v6.meta │ └── AR Experiments.meta ├── Plugins │ ├── LeapMotion │ │ ├── Core │ │ │ ├── Version.txt │ │ │ ├── Plugins │ │ │ │ ├── x86 │ │ │ │ │ ├── .gitignore │ │ │ │ │ └── LeapC.dll │ │ │ │ ├── x86_64 │ │ │ │ │ ├── .gitignore │ │ │ │ │ └── LeapC.dll │ │ │ │ ├── x86.meta │ │ │ │ └── x86_64.meta │ │ │ ├── readme.txt.meta │ │ │ ├── Editor.meta │ │ │ ├── Models │ │ │ │ ├── Dodecahedron.fbx │ │ │ │ ├── LowPolySphere.fbx │ │ │ │ ├── MediumPolySphere.fbx │ │ │ │ ├── Materials │ │ │ │ │ ├── LeftHand.mat.meta │ │ │ │ │ ├── RightHand.mat.meta │ │ │ │ │ └── Lamb_LoPolyHand.mat.meta │ │ │ │ └── Materials.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Resources.meta │ │ │ ├── Scripts.meta │ │ │ ├── Textures.meta │ │ │ ├── EditorResources │ │ │ │ ├── HandTex.png │ │ │ │ ├── LM_Logo_Black.png │ │ │ │ ├── LM_Logo_White.png │ │ │ │ ├── LeapServiceProvider_ScriptIcon.png │ │ │ │ └── LeapXRServiceProvider_ScriptIcon.png │ │ │ ├── Scripts │ │ │ │ ├── Hands.meta │ │ │ │ ├── Utils.meta │ │ │ │ ├── Geometry.meta │ │ │ │ ├── Geometry │ │ │ │ │ ├── Tests │ │ │ │ │ │ └── TestScene.unity.meta │ │ │ │ │ ├── Shapes.meta │ │ │ │ │ ├── Tests.meta │ │ │ │ │ └── LocalShapes.meta │ │ │ │ ├── Splines.meta │ │ │ │ ├── Splines │ │ │ │ │ ├── Examples.meta │ │ │ │ │ └── Examples │ │ │ │ │ │ ├── B-Spline Example.unity.meta │ │ │ │ │ │ └── Transform Catmull-Rom Spline Test 2 (Pose).prefab.meta │ │ │ │ ├── Utils │ │ │ │ │ ├── Utils.cs.meta │ │ │ │ │ ├── DisconnectionNotice.cs.meta │ │ │ │ │ ├── FrameRateControls.cs.meta │ │ │ │ │ ├── LeapUnityExtensions.cs.meta │ │ │ │ │ └── Editor.meta │ │ │ │ ├── Hands │ │ │ │ │ ├── DebugHand.cs.meta │ │ │ │ │ ├── HandModel.cs.meta │ │ │ │ │ ├── RigidHand.cs.meta │ │ │ │ │ ├── FingerModel.cs.meta │ │ │ │ │ └── RigidFinger.cs.meta │ │ │ │ ├── Query.meta │ │ │ │ ├── Space.meta │ │ │ │ ├── XR.meta │ │ │ │ ├── Algorithms.meta │ │ │ │ ├── Animation.meta │ │ │ │ ├── Attachments.meta │ │ │ │ ├── Attributes.meta │ │ │ │ ├── Testing.meta │ │ │ │ ├── XR │ │ │ │ │ └── Editor.meta │ │ │ │ ├── Animation │ │ │ │ │ ├── Editor.meta │ │ │ │ │ └── Tween.meta │ │ │ │ ├── Attributes │ │ │ │ │ └── Editor.meta │ │ │ │ └── DataStructures.meta │ │ │ ├── Textures │ │ │ │ ├── LoPolyHand_Color.png │ │ │ │ ├── PluginLeapNotice.png │ │ │ │ └── PluginLeapNoticeLarge.png │ │ │ ├── Resources │ │ │ │ └── LeapCG.cginc.meta │ │ │ ├── Dependencies.txt │ │ │ ├── Prefabs │ │ │ │ ├── HandModelsPhysical │ │ │ │ │ ├── RigidFullHand.prefab.meta │ │ │ │ │ ├── RigidRoundHand.prefab.meta │ │ │ │ │ ├── RigidHand.prefab.meta │ │ │ │ │ ├── ThickRigidHand.prefab.meta │ │ │ │ │ ├── RigidRoundHand_L.prefab.meta │ │ │ │ │ └── RigidRoundHand_R.prefab.meta │ │ │ │ ├── HandModelsNonHuman │ │ │ │ │ └── DebugHand.prefab.meta │ │ │ │ ├── Misc │ │ │ │ │ └── FpsLabel.prefab.meta │ │ │ │ └── LeapHandController.prefab.meta │ │ │ ├── Tests.meta │ │ │ ├── Materials.meta │ │ │ ├── Tests │ │ │ │ └── Editor.meta │ │ │ ├── Version.txt.meta │ │ │ ├── Dependencies.txt.meta │ │ │ ├── Materials │ │ │ │ ├── Passthrough.meta │ │ │ │ ├── AlphaToWhite.mat.meta │ │ │ │ └── Passthrough │ │ │ │ │ ├── Background.mat.meta │ │ │ │ │ ├── Foreground.mat.meta │ │ │ │ │ └── ThresholdOverlay.mat.meta │ │ │ ├── Package.asset.meta │ │ │ ├── README_BEFORE_UPDATING.txt.meta │ │ │ ├── Examples │ │ │ │ ├── Capsule Hands (VR).unity.meta │ │ │ │ ├── Rigged Hands (VR).unity.meta │ │ │ │ ├── Attachment Hands (VR).unity.meta │ │ │ │ ├── Capsule Hands (Desktop).unity.meta │ │ │ │ ├── Rigged Hands (VR - Infrared Viewer).unity.meta │ │ │ │ └── Capsule Hands (VR - Infrared Viewer).unity.meta │ │ │ ├── Examples.meta │ │ │ ├── Models.meta │ │ │ ├── Plugins.meta │ │ │ └── EditorResources.meta │ │ ├── Legacy │ │ │ ├── UIInput │ │ │ │ ├── Textures │ │ │ │ │ ├── Circle.png │ │ │ │ │ ├── CircleCursor.png │ │ │ │ │ ├── DropShadow.png │ │ │ │ │ ├── Roboto-Medium.ttf │ │ │ │ │ ├── BeveledRectangle.png │ │ │ │ │ └── TighterDropShadow.png │ │ │ │ ├── Sounds │ │ │ │ │ ├── LEAP_VR_NewUI_Slide_Ana_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Slide_Syn_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Press_On_Ana_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Press_On_Syn_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Touch_On_Ana_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Touch_On_Syn_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Press_Off_Ana_011.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Press_Off_Syn_01.wav │ │ │ │ │ ├── LEAP_VR_NewUI_Touch_Off_Ana_01.wav │ │ │ │ │ └── LEAP_VR_NewUI_Touch_Off_Syn_01.wav │ │ │ │ ├── Examples │ │ │ │ │ ├── ExampleUIScene │ │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ │ ├── Lightmap-0_comp_light.exr │ │ │ │ │ │ ├── Lightmap-1_comp_light.exr │ │ │ │ │ │ ├── Lightmap-2_comp_light.exr │ │ │ │ │ │ ├── Lightmap-3_comp_light.exr │ │ │ │ │ │ ├── Lightmap-4_comp_light.exr │ │ │ │ │ │ └── Lightmap-5_comp_light.exr │ │ │ │ │ ├── ExampleUIScene.unity.meta │ │ │ │ │ └── MobileFriendlyUIScene.unity.meta │ │ │ │ ├── Package.asset.meta │ │ │ │ ├── Extras │ │ │ │ │ └── InteractionCursor.unity.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── LeapEventSystem.prefab.meta │ │ │ │ │ ├── Examples │ │ │ │ │ │ └── MinimalPanel.prefab.meta │ │ │ │ │ └── UI Elements │ │ │ │ │ │ ├── Button.prefab.meta │ │ │ │ │ │ ├── Slider.prefab.meta │ │ │ │ │ │ └── Toggle.prefab.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Examples.meta │ │ │ │ ├── Extras.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Sounds.meta │ │ │ │ └── Textures.meta │ │ │ ├── DetectionExamples │ │ │ │ ├── Resources │ │ │ │ │ ├── ThumbsUp.png │ │ │ │ │ └── PointingHand.png │ │ │ │ ├── Package.asset.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── BlueShiny.mat.meta │ │ │ │ │ ├── GreenShiny.mat.meta │ │ │ │ │ ├── RedShiny.mat.meta │ │ │ │ │ └── Surface.mat.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── BlueBall.prefab.meta │ │ │ │ │ ├── GreenBall.prefab.meta │ │ │ │ │ └── RedBall.prefab.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── PinchDrawDemo.unity.meta │ │ │ │ │ └── PinchMovementDemo.unity.meta │ │ │ ├── Attachments │ │ │ │ ├── Examples │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── firetex.png │ │ │ │ │ │ ├── Red.mat.meta │ │ │ │ │ │ ├── Floor.mat.meta │ │ │ │ │ │ ├── Green.mat.meta │ │ │ │ │ │ ├── White.mat.meta │ │ │ │ │ │ └── firetex.mat.meta │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── LighterHand.png │ │ │ │ │ │ └── SnufferHand.png │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ └── Flame.prefab.meta │ │ │ │ │ └── Scenes │ │ │ │ │ │ └── ProximityDemo.unity.meta │ │ │ │ ├── Package.asset.meta │ │ │ │ ├── Prefabs │ │ │ │ │ └── Transition.prefab.meta │ │ │ │ └── Editor.meta │ │ │ ├── UIInput.meta │ │ │ ├── Attachments.meta │ │ │ ├── DetectionExamples.meta │ │ │ └── README.md.meta │ │ ├── Modules │ │ │ ├── Hands │ │ │ │ ├── Materials │ │ │ │ │ ├── MetalHand.mat.meta │ │ │ │ │ ├── BlackReflectiveMat.mat.meta │ │ │ │ │ ├── GrayHand.mat.meta │ │ │ │ │ ├── MobileDiffuse.mat.meta │ │ │ │ │ └── TransparentHand.mat.meta │ │ │ │ ├── Textures │ │ │ │ │ └── SimpleAlpha.png │ │ │ │ ├── Prefabs │ │ │ │ │ ├── HandModelsNonhuman │ │ │ │ │ │ ├── PolyHand1.prefab.meta │ │ │ │ │ │ ├── PolyHand2.prefab.meta │ │ │ │ │ │ └── PolyHand3.prefab.meta │ │ │ │ │ └── HandModelsNonhuman.meta │ │ │ │ ├── Package.asset.meta │ │ │ │ ├── Scripts │ │ │ │ │ ├── PolyFinger.cs.meta │ │ │ │ │ └── PolyHand.cs.meta │ │ │ │ ├── Examples.meta │ │ │ │ ├── Examples │ │ │ │ │ └── Scenes │ │ │ │ │ │ └── Hands_Viewer_Demo.unity.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Textures.meta │ │ │ ├── GraphicRenderer │ │ │ │ ├── Examples │ │ │ │ │ ├── Textures │ │ │ │ │ │ ├── Plus.bmp │ │ │ │ │ │ ├── Circle.bmp │ │ │ │ │ │ ├── TestBorder.bmp │ │ │ │ │ │ ├── BorderBorder.png │ │ │ │ │ │ └── CircleTransparent.png │ │ │ │ │ └── Models │ │ │ │ │ │ └── FragmentedCube.fbx │ │ │ │ ├── Resources │ │ │ │ │ └── GraphicRenderer.cginc │ │ │ │ └── Package.asset.meta │ │ │ ├── InteractionEngine │ │ │ │ ├── Plugins │ │ │ │ │ └── InteractionEngineUtility.dll │ │ │ │ ├── Examples │ │ │ │ │ ├── 4. Hand UI │ │ │ │ │ │ └── Hand UI │ │ │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ │ │ └── ReflectionProbe-0.exr │ │ │ │ │ ├── 5. Anchors │ │ │ │ │ │ └── Anchors │ │ │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ │ │ ├── ReflectionProbe-0.exr │ │ │ │ │ │ │ └── ReflectionProbe-1.exr │ │ │ │ │ ├── 2. Basic UI │ │ │ │ │ │ └── Basic UI │ │ │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ │ │ └── ReflectionProbe-0.exr │ │ │ │ │ ├── 3. Interaction Callbacks │ │ │ │ │ │ └── Models │ │ │ │ │ │ │ ├── Cone.fbx │ │ │ │ │ │ │ └── Rotator.fbx │ │ │ │ │ ├── 6. Dynamic UI │ │ │ │ │ │ └── Dynamic UI │ │ │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ │ │ ├── ReflectionProbe-0.exr │ │ │ │ │ │ │ └── ReflectionProbe-1.exr │ │ │ │ │ └── Common Example Assets.meta │ │ │ │ ├── Examples.meta │ │ │ │ └── Package.asset.meta │ │ │ ├── InteractionEngine.meta │ │ │ ├── Hands.meta │ │ │ └── GraphicRenderer.meta │ │ ├── Internal │ │ │ ├── VRVisualizer │ │ │ │ ├── VRVisualizer │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ └── ReflectionProbe-0.exr │ │ │ │ └── VRVisualizer.unity.meta │ │ │ ├── Generation │ │ │ │ ├── BitConverter │ │ │ │ │ └── Editor.meta │ │ │ │ ├── CHS.meta │ │ │ │ └── Editor.meta │ │ │ ├── RealtimeGraph │ │ │ │ ├── Package.asset.meta │ │ │ │ ├── Prefabs │ │ │ │ │ └── RealtimeGraph.prefab.meta │ │ │ │ └── Prefabs.meta │ │ │ ├── AutoHeader.meta │ │ │ ├── Generation.meta │ │ │ ├── Package.meta │ │ │ ├── Testing.meta │ │ │ ├── Package │ │ │ │ └── Editor.meta │ │ │ ├── RealtimeGraph.meta │ │ │ ├── Testing │ │ │ │ └── Scripts.meta │ │ │ ├── VRVisualizer.meta │ │ │ ├── AutoHeader │ │ │ │ └── Editor.meta │ │ │ └── README.md.meta │ │ ├── Modules.meta │ │ ├── Core.meta │ │ └── Experimental │ │ │ ├── HierarchyRecording │ │ │ ├── Scripts │ │ │ │ └── TimelineMarkers.meta │ │ │ └── Examples │ │ │ │ ├── Cannon │ │ │ │ └── Cannon.unity.meta │ │ │ │ └── Events │ │ │ │ └── Events.unity.meta │ │ │ ├── Playback.meta │ │ │ └── Playback │ │ │ └── Scripts.meta │ └── LeapMotion.meta ├── AppModules │ ├── DevGui │ │ ├── Resources │ │ │ ├── ImageBar.bmp │ │ │ ├── ImageBlack.bmp │ │ │ ├── ImageFoldout.bmp │ │ │ ├── ImageOverlay.bmp │ │ │ ├── ImageBackground.bmp │ │ │ └── ImageOverlayFooter.bmp │ │ ├── Resources.meta │ │ └── Scripts.meta │ ├── LeapUIToolkit │ │ ├── Color Palette │ │ │ └── IColorReceiver.cs │ │ ├── IColorReceiver.cs │ │ ├── Color Palette.meta │ │ ├── Graphic Controllers.meta │ │ ├── Element Controllers │ │ │ ├── Tabs & Pages.meta │ │ │ └── Galaxies-style Panels.meta │ │ ├── Box Graphic Utilities.meta │ │ └── Element Controllers.meta │ ├── TodoUMward │ │ ├── Materials.meta │ │ ├── Streams │ │ │ ├── PoseStreams │ │ │ │ └── PoseStreamConnector.cs │ │ │ ├── RayStreams │ │ │ │ └── RayStreamConnector.cs │ │ │ ├── Abstract.meta │ │ │ ├── IStreamReceiver.cs │ │ │ ├── IStream.cs │ │ │ └── Vector3Streams │ │ │ │ └── Vector3StreamConnector.cs │ │ ├── Hand Utils │ │ │ └── Editor.meta │ │ ├── Materials │ │ │ ├── Passthrough │ │ │ │ ├── Background.mat.meta │ │ │ │ ├── Foreground.mat.meta │ │ │ │ └── ThresholdOverlay.mat.meta │ │ │ └── Passthrough.meta │ │ ├── Switches.meta │ │ └── Switches │ │ │ ├── Internal.meta │ │ │ ├── SwitchTrees.meta │ │ │ └── Internal │ │ │ └── Editor.meta │ ├── Material Library │ │ ├── Icons │ │ │ └── Textures │ │ │ │ ├── MoreIcon.png │ │ │ │ ├── NextIcon.png │ │ │ │ ├── PrevIcon.png │ │ │ │ ├── DownloadIcon.png │ │ │ │ ├── UploadIcon.png │ │ │ │ ├── ZoomInIcon.png │ │ │ │ ├── ZoomOutIcon.png │ │ │ │ ├── CollapseIcon_0.png │ │ │ │ ├── CollapseIcon_1.png │ │ │ │ ├── NewSimpleIcon.png │ │ │ │ ├── FastForwardIcon.png │ │ │ │ └── ResetReplayIcon.png │ │ ├── Fonts │ │ │ ├── Roboto │ │ │ │ └── Roboto-Medium.ttf │ │ │ └── Roboto.meta │ │ ├── Skybox │ │ │ └── Textures │ │ │ │ └── TexturesCom_Pano004_Cubemap.png │ │ ├── General │ │ │ └── Debug Textures.meta │ │ └── Virtual Materials │ │ │ └── Plath │ │ │ └── Example Materials.meta │ ├── Gestures │ │ ├── Scripts │ │ │ └── IPoseGesture.cs │ │ ├── Scripts.meta │ │ └── Examples.meta │ ├── GPUShapes │ │ ├── Resources │ │ │ ├── GPU │ │ │ │ ├── Includes │ │ │ │ │ ├── buffers.cginc │ │ │ │ │ ├── definitions.cginc │ │ │ │ │ └── madops.cginc │ │ │ │ ├── Includes.meta │ │ │ │ └── GeneratePoints.compute.meta │ │ │ ├── GPU.meta │ │ │ └── Mixer.mixer.meta │ │ ├── Examples │ │ │ └── Tuttlefish.unity.meta │ │ ├── Examples.meta │ │ ├── Resources.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── FFT.meta │ │ │ ├── FFT │ │ │ └── Resources.meta │ │ │ ├── Procedural Shapes.meta │ │ │ ├── Static Resources.meta │ │ │ └── Procedural Shapes │ │ │ ├── Editor.meta │ │ │ ├── Shapes.meta │ │ │ └── Shapes │ │ │ └── Shape.asset.meta │ ├── Layout │ │ ├── IPoseProvider.cs │ │ ├── IWorldPositionProvider.cs │ │ ├── PhysicalInterfaces │ │ │ ├── IVector3Provider.cs │ │ │ ├── Handles.meta │ │ │ └── Handles │ │ │ │ └── archiveArchive │ │ │ │ └── WIP PoseFilters │ │ │ │ └── IPoseFilter.cs │ │ ├── LocalLayout.meta │ │ └── LocalLayout │ │ │ └── Editor.meta │ ├── VoxelBinnedParticles │ │ ├── Example │ │ │ ├── Models │ │ │ │ └── SimulationPoolMesh.blend │ │ │ ├── Models.meta │ │ │ ├── Scripts.meta │ │ │ ├── Shaders.meta │ │ │ └── Voxel Binned Particles Example.unity.meta │ │ └── Example.meta │ ├── TrueVolumetrics │ │ ├── Experimental Meshes │ │ │ ├── MedPoly_Hand_Mesh_Left.fbx │ │ │ ├── MedPoly_Hand_Mesh_Right.fbx │ │ │ └── MedPoly_Hand_Mesh_Skeleton.fbx │ │ ├── README.md.meta │ │ ├── Materials.meta │ │ ├── Shaders.meta │ │ ├── TrueVolumetrics Test Scene.unity.meta │ │ ├── Experimental Meshes.meta │ │ ├── Materials │ │ │ ├── VolumetricBlend.mat.meta │ │ │ ├── OutputVolumeInfo_Generic.mat.meta │ │ │ └── OutputVolumeInfo_LeftHand.mat.meta │ │ ├── MedPoly Volumetric Hand Left.prefab.meta │ │ └── MedPoly Volumetric Hand Right.prefab.meta │ ├── Work-In-Progress │ │ └── Ucon │ │ │ └── Bang.cs │ ├── Config.meta │ ├── GPUShapes.meta │ ├── FlowRoutines.meta │ ├── HyperMegaLines.meta │ ├── LeapUIToolkit.meta │ ├── PropertyPanel.meta │ ├── Pulsator │ │ ├── Example.meta │ │ └── Example │ │ │ └── Pulsator Example.unity.meta │ ├── TrueVolumetrics.meta │ ├── PropertyPanel │ │ ├── Editor.meta │ │ ├── ExampleScene │ │ │ ├── Example.unity.meta │ │ │ ├── Floor.mat.meta │ │ │ ├── Pillar.mat.meta │ │ │ └── Topper.mat.meta │ │ └── ExampleScene.meta │ ├── VoxelBinnedParticles.meta │ ├── Meshing │ │ └── Scripts │ │ │ └── Splines.meta │ ├── ScreenSpaceDistanceField.meta │ ├── Layout.meta │ ├── MeshGen.meta │ ├── PlanarReflections │ │ ├── Scenes │ │ │ └── TestScene.unity.meta │ │ ├── Materials │ │ │ ├── DepthToAlpha.mat.meta │ │ │ └── Reflection.mat.meta │ │ ├── Materials.meta │ │ ├── Scenes.meta │ │ ├── Scripts.meta │ │ └── Shaders.meta │ ├── TextureRamp.meta │ ├── MeshGen │ │ ├── Editor.meta │ │ ├── Generators.meta │ │ └── Generators │ │ │ └── Support.meta │ ├── PlanarReflections.meta │ ├── ScreenSpaceDistanceField │ │ └── Example │ │ │ └── TestScene.unity.meta │ ├── SequenceProviders.meta │ ├── TextureRamp │ │ └── Editor.meta │ ├── FlowRoutines │ │ └── Examples.meta │ ├── DevGui.meta │ ├── FABRIK.meta │ ├── Gestures.meta │ ├── Meshing.meta │ ├── Portals.meta │ ├── Pulsator.meta │ └── TodoUMward.meta ├── Plugins.meta ├── AppExperiments.meta └── AppModules.meta └── ProjectSettings ├── ProjectVersion.txt ├── ClusterInputManager.asset ├── PresetManager.asset ├── NetworkManager.asset ├── EditorBuildSettings.asset ├── XRSettings.asset └── TimeManager.asset /Assets/AppExperiments/LeapPaint v6/Painting/Scripts/User/UserModel.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Scripts/User/UserModelBehaviour.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Version.txt: -------------------------------------------------------------------------------- 1 | Leap Motion Core Version 4.5.0 2 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins/x86/.gitignore: -------------------------------------------------------------------------------- 1 | *.pdb 2 | *.pdb.meta 3 | *.ilk 4 | *.ilk.meta 5 | 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins/x86_64/.gitignore: -------------------------------------------------------------------------------- 1 | *.pdb 2 | *.pdb.meta 3 | *.ilk 4 | *.ilk.meta 5 | 6 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.2.17f1 2 | m_EditorVersionWithRevision: 2019.2.17f1 (8e603399ca02) 3 | -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources/ImageBar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/DevGui/Resources/ImageBar.bmp -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6e8375801ed84be28f219cfb84c2935 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74391854670564434b78361a63543d88 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Carousel/Models/Floor.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Carousel/Models/Floor.blend -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/TriHandle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/TriHandle.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Textures/ICONS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Textures/ICONS.png -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources/ImageBlack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/DevGui/Resources/ImageBlack.bmp -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources/ImageFoldout.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/DevGui/Resources/ImageFoldout.bmp -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources/ImageOverlay.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/DevGui/Resources/ImageOverlay.bmp -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Color Palette/IColorReceiver.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public interface IColorReceiver { 4 | void Receive(Color color); 5 | } -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/TriHandle_2.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/TriHandle_2.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins/x86/LeapC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Plugins/x86/LeapC.dll -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/archive/Rail_4.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/archive/Rail_4.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Textures/RIBBON_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Textures/RIBBON_end.png -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Textures/RIBBON_hand.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Textures/RIBBON_hand.PNG -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Textures/RIBBON_move.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Textures/RIBBON_move.PNG -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/WABA Assets/waba_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/WABA Assets/waba_LOGO.png -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/WABA Assets/waba_WABA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/WABA Assets/waba_WABA.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building/Cone.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Building/Cone.blend -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Models/ContextMenuInner.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Models/ContextMenuInner.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Models/ContextMenuOuter.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Models/ContextMenuOuter.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Models/Icosidodecahedron.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Models/Icosidodecahedron.fbx -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources/ImageBackground.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/DevGui/Resources/ImageBackground.bmp -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c07f1b5f8aafb4e958dc8ec37c8d5b92 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed3a65d165c224c238ecdbbc40c7668a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/Dodecahedron.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Models/Dodecahedron.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/LowPolySphere.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Models/LowPolySphere.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins/x86_64/LeapC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Plugins/x86_64/LeapC.dll -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1a28ea4884774f7fb52fa97172e99b2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba929efa06562824eb87e759b4d2d562 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d7747b83823d4dffb3335ddf136b2de 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ef04a211437c4127bb3405951af2d14 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Carousel/Models/InsideOutCube.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Carousel/Models/InsideOutCube.blend -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/archive/Rail_36.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/archive/Rail_36.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Textures/RIBBON_pencil.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Textures/RIBBON_pencil.PNG -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Textures/Icons/Delete_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Textures/Icons/Delete_Icon.png -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources/ImageOverlayFooter.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/DevGui/Resources/ImageOverlayFooter.bmp -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/EditorResources/HandTex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/EditorResources/HandTex.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/MediumPolySphere.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Models/MediumPolySphere.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c71c6a96f47554489da40c46ce2b5f9 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3128b471ccceabc44a612250919362e6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Hands.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4028f098d421e4fa586ce1d04a96dac1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fcf99c18a49d488c8539ce26b4c250d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/InvertedNormalsCube.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/InvertedNormalsCube.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Dot.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Dot.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Stage/PaintPlatform.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Stage/PaintPlatform.blend -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Textures/Icons/Duplicate_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Textures/Icons/Duplicate_Icon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Textures/Icons/Transform_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Textures/Icons/Transform_Icon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Textures/Icons/Unknown_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Textures/Icons/Unknown_Icon.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Textures/LoPolyHand_Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Textures/LoPolyHand_Color.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Textures/PluginLeapNotice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Textures/PluginLeapNotice.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/Circle.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Materials/MetalHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf80319dac15241128782f687535d4f7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: [] 7 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Minus.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Minus.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Plus.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Plus.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/MoreIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/MoreIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/NextIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/NextIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/PrevIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/PrevIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Materials/BlackReflectiveMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 364695700348a4051a4b5f432ec91276 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/archive/Rail_4_Segmented.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/archive/Rail_4_Segmented.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/Teardrop.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/Teardrop.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Environment/Models/PaintPlatform.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Lines/Environment/Models/PaintPlatform.blend -------------------------------------------------------------------------------- /Assets/AppModules/Gestures/Scripts/IPoseGesture.cs: -------------------------------------------------------------------------------- 1 | namespace Leap.Unity.Gestures { 2 | 3 | public interface IPoseGesture : IGesture { 4 | 5 | Pose pose { get; } 6 | 7 | } 8 | 9 | } -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Fonts/Roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Fonts/Roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/DownloadIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/DownloadIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/UploadIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/UploadIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/ZoomInIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/ZoomInIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/ZoomOutIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/ZoomOutIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/EditorResources/LM_Logo_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/EditorResources/LM_Logo_Black.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/EditorResources/LM_Logo_White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/EditorResources/LM_Logo_White.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Resources/LeapCG.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f1492716beca3f40b678b224ee39e9e 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Textures/PluginLeapNoticeLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/Textures/PluginLeapNoticeLarge.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/CircleCursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/CircleCursor.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/DropShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/DropShadow.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Textures/SimpleAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/Hands/Textures/SimpleAlpha.png -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/PaperTabs.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/WearableInterface/PaperTabs.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/MountainRoom/MOUNTAIN_ROOM.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/MountainRoom/MOUNTAIN_ROOM.FBX -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Leap Paint/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Leap Paint/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Eraser/Eraser.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Eraser/Eraser.fbx -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/GPU/Includes/buffers.cginc: -------------------------------------------------------------------------------- 1 | struct PointStruct 2 | { 3 | float4 position; 4 | float4 color; 5 | }; 6 | 7 | RWStructuredBuffer _Point; 8 | -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/CollapseIcon_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/CollapseIcon_0.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/CollapseIcon_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/CollapseIcon_1.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/NewSimpleIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/NewSimpleIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Dependencies.txt: -------------------------------------------------------------------------------- 1 | This Unity Asset is dependent on Leap Motion tracking and the Leap Motion Controller which can be installed from: https://developer.leapmotion.com/ -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsPhysical/RigidFullHand.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f64990f14a4ef41e1aa0c2c8b5fbf1a0 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsPhysical/RigidRoundHand.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc02f2d83c1ac4b4d9b4ec82df1b1732 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/EdgeCube.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/EdgeCube.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Pull Tab Arm/FlatCircleSingleSided.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Pull Tab Arm/FlatCircleSingleSided.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/WABA Assets/waba_LOGO_BlackAndWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/WABA Assets/waba_LOGO_BlackAndWhite.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-0_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-0_comp_dir.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-1_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-1_comp_dir.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-1_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Leap Paint/Lightmap-1_comp_light.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/MoveToolIcon.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/MoveToolIcon.fbx -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/FastForwardIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/FastForwardIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Icons/Textures/ResetReplayIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Icons/Textures/ResetReplayIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Streams/PoseStreams/PoseStreamConnector.cs: -------------------------------------------------------------------------------- 1 | 2 | 3 | namespace Leap.Unity.Streams { 4 | 5 | public class PoseStreamConnector : StreamConnector { } 6 | 7 | } 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/BeveledRectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/BeveledRectangle.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/TighterDropShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Textures/TighterDropShadow.png -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/MountainRoom/CutoutMountainRoom.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/MountainRoom/CutoutMountainRoom.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Prototyping v1 Rails/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Prototyping v1 Rails/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Resources/ThumbsUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Resources/ThumbsUp.png -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/EdgeCube_HERO.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/EdgeCube_HERO.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Dot_WithThinBlend.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/Portal Surfaces/Dot_WithThinBlend.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Prototyping v1 Panels/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Prototyping v1 Panels/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon With Full BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon With Full BG.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/XIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/XIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/LeapPaint_RoundUI.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/LeapPaint_RoundUI.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/LightingData.asset -------------------------------------------------------------------------------- /Assets/AppModules/Layout/IPoseProvider.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Leap.Unity.Layout { 4 | 5 | public interface IPoseProvider { 6 | 7 | Pose GetPose(); 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Streams/RayStreams/RayStreamConnector.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Leap.Unity.Streams { 4 | 5 | public class RayStreamConnector : StreamConnector { } 6 | 7 | } 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/firetex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/firetex.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/Plus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/Plus.bmp -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/EdgeTetrahedron.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/EdgeTetrahedron.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/Tetrahedron_Raw.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/Tetrahedron_Raw.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon With Circle BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon With Circle BG.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/AnchorRing.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/AnchorRing.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/MenuIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/MenuIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/MoreIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/MoreIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/RedoIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/RedoIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/SaveIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/SaveIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/UndoIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/UndoIcon.png -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles/Example/Models/SimulationPoolMesh.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/VoxelBinnedParticles/Example/Models/SimulationPoolMesh.blend -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Resources/PointingHand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Resources/PointingHand.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Slide_Ana_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Slide_Ana_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Slide_Syn_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Slide_Syn_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/Circle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/Circle.bmp -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/archive/PaperButtonTab.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/WearableInterface/archive/PaperButtonTab.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/archive/PaperOutlines.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/WearableInterface/archive/PaperOutlines.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/archive/TabsGrasperBar.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/WearableInterface/archive/TabsGrasperBar.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/CircleSurface.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/CircleSurface.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/CleaningBasin.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/CleaningBasin.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/HemiSpheres.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/HemiSpheres.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/MixingBasin.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/MixingBasin.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/OutlineCircle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/OutlineCircle.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/SevenHexPanel.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/SevenHexPanel.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/AngledBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/AngledBar.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/BrushIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/BrushIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/DeleteIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/DeleteIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/HexTopPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/HexTopPanel.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/HistoryIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/HistoryIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/MusicIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/MusicIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/SceneIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/SceneIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ShapeIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ShapeIcon.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/WhiteFadeUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/WhiteFadeUp.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/CheaperFacingHemisphere.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/CheaperFacingHemisphere.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/ColorWorkstationMeshes.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/ColorWorkstationMeshes.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/Lightmap-0_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/Lightmap-0_comp_dir.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/IColorReceiver.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Leap.Unity.UI { 4 | 5 | public interface IColorReceiver { 6 | 7 | void Receive(Color color); 8 | 9 | } 10 | 11 | } -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Experimental Meshes/MedPoly_Hand_Mesh_Left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/TrueVolumetrics/Experimental Meshes/MedPoly_Hand_Mesh_Left.fbx -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Experimental Meshes/MedPoly_Hand_Mesh_Right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/TrueVolumetrics/Experimental Meshes/MedPoly_Hand_Mesh_Right.fbx -------------------------------------------------------------------------------- /Assets/AppModules/Work-In-Progress/Ucon/Bang.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | namespace Leap.Unity.UserContext { 6 | 7 | public struct Bang { } 8 | 9 | } -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 094adc987790cd14ab90dd961bb120d9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/EditorResources/LeapServiceProvider_ScriptIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/EditorResources/LeapServiceProvider_ScriptIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/VRVisualizer/VRVisualizer/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Internal/VRVisualizer/VRVisualizer/LightingData.asset -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Resources/LighterHand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Resources/LighterHand.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Resources/SnufferHand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Resources/SnufferHand.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_On_Ana_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_On_Ana_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_On_Syn_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_On_Syn_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_On_Ana_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_On_Ana_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_On_Syn_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_On_Syn_01.wav -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/ThinPlus_Flat_NoBack.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/AR Experiments/Gracinish Cube/Models/ThinPlus_Flat_NoBack.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon With Circle BG Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/App/Textures/Paint Icon With Circle BG Large.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/AngledButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/AngledButton.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ColorPalette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ColorPalette.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/HandPinching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/HandPinching.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/SimpleCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/SimpleCircle.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelBack.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Skybox/Textures/TexturesCom_Pano004_Cubemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/Material Library/Skybox/Textures/TexturesCom_Pano004_Cubemap.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/EditorResources/LeapXRServiceProvider_ScriptIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Core/EditorResources/LeapXRServiceProvider_ScriptIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsNonHuman/DebugHand.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e98e2c2cadb464c9892b9e4d60d61f6f 3 | labels: 4 | - Debug 5 | - Hand 6 | NativeFormatImporter: 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/VRVisualizer/VRVisualizer/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Internal/VRVisualizer/VRVisualizer/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/LightingData.asset -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_Off_Ana_011.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_Off_Ana_011.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_Off_Syn_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Press_Off_Syn_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_Off_Ana_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_Off_Ana_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_Off_Syn_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds/LEAP_VR_NewUI_Touch_Off_Syn_01.wav -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/TestBorder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/TestBorder.bmp -------------------------------------------------------------------------------- /Assets/AppExperiments.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61713027f66b752468ebde41d95d38b5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Drawing/Brush Assets/SphericSegmentBrushModel.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v4/Drawing/Brush Assets/SphericSegmentBrushModel.blend -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/MixingBasinLiquid.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/MixingBasinLiquid.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/AngledBar_Long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/AngledBar_Long.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelButtonL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelButtonL.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelButtonM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelButtonM.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelButtonR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/ToolPanelButtonR.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Move Tool/Spatial Anchor Spider.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Move Tool/Spatial Anchor Spider.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/LeapPaint_RoundUI_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/LeapPaint_RoundUI_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppModules/Config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b74ab3bd95e5142b0b9f01915f583ed6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Experimental Meshes/MedPoly_Hand_Mesh_Skeleton.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppModules/TrueVolumetrics/Experimental Meshes/MedPoly_Hand_Mesh_Skeleton.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Models/FragmentedCube.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Models/FragmentedCube.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/BorderBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/BorderBorder.png -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Prefabs/HandModelsNonhuman/PolyHand1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d0286b4b0dbe40248b3fe201ba8adf5 3 | labels: 4 | - Hand 5 | - Poly 6 | NativeFormatImporter: 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Prefabs/HandModelsNonhuman/PolyHand2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 368ede197811445f9b84f8ade38f75cd 3 | labels: 4 | - Hand 5 | - Poly 6 | NativeFormatImporter: 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Prefabs/HandModelsNonhuman/PolyHand3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 561ca011b57384fa0a1b0575a2f12d2c 3 | labels: 4 | - Hand 5 | - Poly 6 | NativeFormatImporter: 7 | userData: 8 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | m_configObjects: {} 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/CleaningBasinLiquid.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/CleaningBasinLiquid.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/ColorSwatch.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/ColorSwatch.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/MixingBasin.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/MixingBasin.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButton.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButton.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0a1cb197406f64489974ce22b577113 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 671c98ee8efd0ec48971dcf3adb71b88 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39541ae91a8a7a64793595beda82df1f 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Plugins/InteractionEngineUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Plugins/InteractionEngineUtility.dll -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d333018022383104aae47942c325e65a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64858c70f0e51bf4aa57040d7b1f5780 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48a0e743719a63b46a874572c0db61e6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/CleaningBasin.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/CleaningBasin.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/IndexTipPaintTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures/IndexTipPaintTexture.png -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush - Smooth Copy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush - Smooth Copy.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush Combined Head.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush Combined Head.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/ColorWorkstationMeshes_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/UI/ColorWorkstationMeshes_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppModules/FlowRoutines.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 320c1a772c0498a458f4aa8bbf7977d0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Examples/Tuttlefish.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 105dab001b035be4ebd3ef978ab4a715 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/AppModules/Gestures/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cb2538d03e24404dbcc558ab03f0fbc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/HyperMegaLines.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a21a3558125d4b9eb785eedfaf99510 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Layout/IWorldPositionProvider.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Leap.Unity.Layout { 4 | 5 | public interface IWorldPositionProvider { 6 | 7 | Vector3 GetTargetWorldPosition(); 8 | 9 | } 10 | 11 | } -------------------------------------------------------------------------------- /Assets/AppModules/Layout/PhysicalInterfaces/IVector3Provider.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Leap.Unity.PhysicalInterfaces { 4 | 5 | public interface IVector3Provider { 6 | 7 | Vector3 Get(); 8 | 9 | } 10 | 11 | } -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7627440a36cfd104883b6e0713d140d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dad7c648b4edea848a62ab03b446ce9f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Pulsator/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0522726c1acd584bacf795cfccfa54a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4411de8debe96564c95608b7c1cd67f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsPhysical/RigidHand.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b359b2f0d7d14ef0a97b45ec153a3ef 3 | labels: 4 | - Rigid 5 | - Hand 6 | - Physics 7 | NativeFormatImporter: 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-1_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-1_comp_light.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-2_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-2_comp_light.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-3_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-3_comp_light.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-4_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-4_comp_light.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-5_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene/Lightmap-5_comp_light.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d69e98a10725b914d863ba66e4ca3203 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/CircleTransparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Examples/Textures/CircleTransparent.png -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ec40b5d0f3492f458d4df3757264dfe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/LiquidHologram/LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65442cdefd5d19b4a8319d10b3a0bf93 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Meshes/Stepper Portals Options 1 and 2/StepperPortalFrames.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/Meshes/Stepper Portals Options 1 and 2/StepperPortalFrames.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/MixingBasinLiquid.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/MixingBasinLiquid.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonCircle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonCircle.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonLarge.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonLarge.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonSmall.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonSmall.fbx -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 491e0a6f72b3afe42912f061612bb129 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73b28eaa150087f4eb9e3286f3fdeccf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 581e01906e1bdba418ca45c3be61bf22 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/FFT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99cdac0172be7ab40b095f964c05aeb8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Gestures/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d87eadad58cacc4dbf4520c8b722527 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a61181bdedb0a594796cc6731ff26167 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel/ExampleScene/Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cadf6db52cc9dae4b8f90f1590b54ed7 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/AppModules/Pulsator/Example/Pulsator Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d31b0052428cd4c4b9d2ee1a7b26bfc9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed21631353cf5f441a5d059da0ffde0d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsPhysical/ThickRigidHand.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ee2987e72174f659cdf5447ad5403c 3 | labels: 4 | - Rigid 5 | - Hand 6 | - Physics 7 | NativeFormatImporter: 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Tests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8990a7a08fdfefa458ad1828b676e63c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/FingerSlidePanel/Scrolling Surface Meshes/Minus_WithThinBlend.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/FingerSlidePanel/Scrolling Surface Meshes/Minus_WithThinBlend.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/FingerSlidePanel/Scrolling Surface Meshes/ThickPlus_WithBlend.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/Launcher/FingerSlidePanel/Scrolling Surface Meshes/ThickPlus_WithBlend.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/LoPolyRigged_IndexTipCover_L.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/LoPolyRigged_IndexTipCover_L.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/LoPolyRigged_IndexTipCover_R.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/LoPolyRigged_IndexTipCover_R.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/CleaningBasinLiquid.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/CleaningBasinLiquid.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/WorkstationPalette.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/WorkstationPalette.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Hands/Experiments/MedPoly_Hand_Mesh_Left.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Hands/Experiments/MedPoly_Hand_Mesh_Left.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Hands/Experiments/MedPoly_Hand_Mesh_Right.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Hands/Experiments/MedPoly_Hand_Mesh_Right.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Lines.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22688d847f703164db6aacc0b735ba08 3 | timeCreated: 1490126299 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/GPU.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ec91d625cb03f6449058a7ccf85314b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Meshing/Scripts/Splines.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2366dba82c5b5404dae4d446e680ae91 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel/ExampleScene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e9c22bf5294dbc4aafc591c04f943af 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/ScreenSpaceDistanceField.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46f771597e4f3de42903eb4dbe0e64d7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 099d7db508c2b104abf6b45ec195f786 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a25659f8e59a8b448610c882b3d414a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89d6cca16c3a9794c8102f08083d9373 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Tests/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9283204ab949336458671169c45fac6b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Prefabs/HandModelsNonhuman.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba6991627b38e284b826170d2400dff7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButton_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButton_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/GPU/Includes/definitions.cginc: -------------------------------------------------------------------------------- 1 | #define DEFINITIONS 2 | #define PI (4.*atan(1.)) 3 | #define TAU (8.*atan(1.)) 4 | #define PHI ((sqrt(5.)+1.)/2.) 5 | #define R3 sqrt(3.) 6 | #define E 2.718281828 //laziness -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/FFT/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7ec38a468c79f4449ca8f3bb2523575 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Color Palette.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47479cb2854c149b1b4b7f558970feaf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Fonts/Roboto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36f96b214d765874d876b77af7dd4964 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Hand Utils/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63ccff932c3c5e14bbc9ac58cf25cdf9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Streams/Abstract.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00909cb6a978a6540a0747e6c615f8a5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/TrueVolumetrics Test Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67bafc17bf42c8b40b7fc6393a6f4b67 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Geometry.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7af557c372ef44bbd974e838df1f606a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Geometry/Tests/TestScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a913462306daf284ebcb6bfb9da9de05 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Splines.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c79dc064b7070a40b58b5bcdbd2dcbb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Version.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1037130d4032447199439bf79dcd7554 3 | timeCreated: 1427392316 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/4. Hand UI/Hand UI/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/4. Hand UI/Hand UI/LightingData.asset -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/5. Anchors/Anchors/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/5. Anchors/Anchors/LightingData.asset -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Circuit Hands.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ae7686aeeeb33b4f963920ba6911d68 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12d6bfc368c5ef6428df62cffc30a229 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/LiquidHologram.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef3c87bdbcc39bd4da92c239fb004bab 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Object Overlay.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77bdbc835154da243b596254f6b1a372 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Occlusion Hands.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11e7194ce320fd0459d7b4233f66a652 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c0d323fca135354fbd0b45340360b2b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Prototyping v1 Panels.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4adf3b90662cd54592e1b5734229ada 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Launcher/Prototyping v1 Rails.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39ae5e597382bc641b51e5811e82c3ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Hands/Experiments/MedPoly_Hand_Mesh_Skeleton.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Hands/Experiments/MedPoly_Hand_Mesh_Skeleton.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Orientation Debug Object/DebugNormalBinormal.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Orientation Debug Object/DebugNormalBinormal.fbx -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/GPU/Includes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7074d551f027efb488eb20d7d5908d0a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/GPU/Includes/madops.cginc: -------------------------------------------------------------------------------- 1 | #define MADOPS 2 | 3 | float madfrac(float a, float b) 4 | { 5 | return a*b - floor(a*b); 6 | } 7 | 8 | float2 madfrac(float2 a, float b) 9 | { 10 | return a*b - floor(a*b); 11 | } -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/Procedural Shapes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8395a39b53ae76438cd84d2885dcbf6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/Static Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52d261c629cc4744abe0d78fece996fb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Graphic Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8999d61babda4b542aa01722009cf7ac 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Experimental Meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d2344167f31da54e94042164c7ac7c3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Dependencies.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb1e08d6c2b9e4e629986b5afb697fdb 3 | timeCreated: 1427392316 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Materials/Passthrough.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62ae75c2191b54d49a3f40540824a798 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 828092ac76618d349a96555173177a8f 3 | timeCreated: 1466637470 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Geometry/Shapes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd7867bc8f03f3d42848a68de3804199 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Geometry/Tests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd19248be82d9e942b5c3b248205685a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0fd8f0120fd2fe4abc0b1615d839716 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/2. Basic UI/Basic UI/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/2. Basic UI/Basic UI/LightingData.asset -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/3. Interaction Callbacks/Models/Cone.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/3. Interaction Callbacks/Models/Cone.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/4. Hand UI/Hand UI/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/4. Hand UI/Hand UI/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/5. Anchors/Anchors/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/5. Anchors/Anchors/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/5. Anchors/Anchors/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/5. Anchors/Anchors/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c300055ff9009c41baac857f37e071a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint v4.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84ed7438a963ee94683dcd765e279bdd 3 | timeCreated: 1488832325 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Stage/Floor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f620ec8b40544549a12ed55e8964143 3 | timeCreated: 1488849108 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Stage/Skybox.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8598340115f55fd459c12c6a77bfb6c2 3 | timeCreated: 1488847870 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fff32f99ab910764c99ef795a365d85b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonLarge_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonLarge_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonSmall_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonSmall_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Scenes/Paint v6 Pass 1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6717c9b651479c142b4203b3639effc7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Layout.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64b1230c384207c47a822532fd07403c 3 | folderAsset: yes 4 | timeCreated: 1505511457 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/General/Debug Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a270901498b8ab148935f543f7aec6a4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/MeshGen.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd2985abe932af34188f04600db37bfe 3 | folderAsset: yes 4 | timeCreated: 1503096203 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Geometry/LocalShapes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae224fc427733fd4481ef882b4b6bc31 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Splines/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24f0ba8d26ed560438581e80b875aa2c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Splines/Examples/B-Spline Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6004458ed71ff40f8863a3f178fc26ec 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Utils/Utils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad690df3569ad4404852b33bb56ec675 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Resources/GraphicRenderer.cginc: -------------------------------------------------------------------------------- 1 | #include "UnityCG.cginc" 2 | 3 | // This line is auto-generated, do not modify! 4 | // Maximum graphic count can be changed in the preferences dialog. 5 | #define GRAPHIC_MAX 48 6 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/2. Basic UI/Basic UI/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/2. Basic UI/Basic UI/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4c6ffc89d00b324ba91901ad1b03c01 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19dd3965edcdd1e4da201d2860558e5f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/WearableInterface/archive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 945747a967548e44fac90c8d920f712a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fb311b2a3382784588131adaa978c70 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonCircle_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/RoundButtonCircle_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/WorkstationPalette_SmoothCopy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Models/PaperUI/WorkstationPalette_SmoothCopy.fbx -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush Combined Head - Smoothed Copy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/AppExperiments/LeapPaint v6/Painting/Models/Paintbrush/Paintbrush Combined Head - Smoothed Copy.fbx -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/Procedural Shapes/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d68836c82302a547aeb65fc079e3946 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/Procedural Shapes/Shapes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c2f02a8b2abbf7489826962edadf5ea 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Element Controllers/Tabs & Pages.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bc2dde62372ad145bff9e2c8be65387 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Scenes/TestScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e6cd132fdc4784438cfc3362764ca14 3 | timeCreated: 1474919727 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TextureRamp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad448bb935982af4892ca278dff10dc6 3 | folderAsset: yes 4 | timeCreated: 1498251662 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Streams/IStreamReceiver.cs: -------------------------------------------------------------------------------- 1 | 2 | 3 | namespace Leap.Unity { 4 | 5 | public interface IStreamReceiver { 6 | 7 | void Open(); 8 | 9 | void Receive(T data); 10 | 11 | void Close(); 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65c212c4946dc3e468617b1a0ca747ef 3 | folderAsset: yes 4 | timeCreated: 1498092229 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/README_BEFORE_UPDATING.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d448acc1992c34d13a211458f99e3ed2 3 | timeCreated: 1427392316 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Hands/DebugHand.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f61272283927849e4a4e5bb2cb92a0dd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Hands/HandModel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7679d51f26a349548b811f170bd9350 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Hands/RigidHand.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea79be653ce14db8969d7225d95ec6c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee63a291f059d0c4a86b5b232ab19fae 3 | timeCreated: 1466693291 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0270504144afc6248ba5d4114c5feddf 3 | timeCreated: 1466693233 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fcb0cb75accedc40b93d45367a78c4a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/3. Interaction Callbacks/Models/Rotator.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/3. Interaction Callbacks/Models/Rotator.fbx -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/6. Dynamic UI/Dynamic UI/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/6. Dynamic UI/Dynamic UI/LightingData.asset -------------------------------------------------------------------------------- /Assets/AppExperiments/Carousel/Maps/MapD/Walls.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4edcf1256241a0e4eb940ad810d315b4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Hands/GhostableLeftHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29437d0ea10260c4bbb1cad33e1ce0ab 3 | timeCreated: 1474399013 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Petal Menu/OpaqueWhite.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c9ce15d428944c4f996df757a5f6b4c 3 | timeCreated: 1489695036 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Stage/Paint Platform.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68c519e93804242449727ad61bf42a40 3 | timeCreated: 1488833267 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Widgets/Anchor Ring.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 672e1e3cf20c3f54f9c06afdc0d87f2d 3 | timeCreated: 1489203613 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Widgets/Bubble Widget.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17259492d46802e4cbc809f0bb922075 3 | timeCreated: 1489179587 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Paint v3 Dependencies/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60d914d366a59eb4b9ae3e650b633133 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e1980fdb0fef5c499da93770604c675 3 | folderAsset: yes 4 | timeCreated: 1505422086 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/DevGui/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34d53cd45457a8c4596df82b872bcef2 3 | folderAsset: yes 4 | timeCreated: 1505412993 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/Mixer.mixer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: feba85b5e3c40b94182c0d7e6c1d3d2f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 24100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/MeshGen/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dd9d8b983e7d6849a7da46985f1989d 3 | folderAsset: yes 4 | timeCreated: 1503100596 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13f5ddfd1bece25419fa6201be57d13f 3 | folderAsset: yes 4 | timeCreated: 1475179837 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Materials/DepthToAlpha.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b111b43b0a7129f43b21c10d99a61da2 3 | timeCreated: 1474924216 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Materials/Reflection.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38f357cf4561ca849b96d69ba94ad9b1 3 | timeCreated: 1474920170 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/ScreenSpaceDistanceField/Example/TestScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dc3a7921d24aa049abad4bf7aa07b19 3 | timeCreated: 1506633122 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/SequenceProviders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a409bb62086c8c24c816013d39982675 3 | folderAsset: yes 4 | timeCreated: 1505509510 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TextureRamp/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 414d38c92e195de4cb459d4890816045 3 | folderAsset: yes 4 | timeCreated: 1454362591 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples/Capsule Hands (VR).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8716ea72d45ecc4f9d690226f6664d1 3 | timeCreated: 1455584052 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples/Rigged Hands (VR).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af5071277bb494844a54bfccdc5e226f 3 | timeCreated: 1460509684 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/Materials/LeftHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83278e7188ea55a498165e1b85cde644 3 | timeCreated: 1474399013 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/Materials/RightHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6abeee8e66f6d66499ebfabe3071781b 3 | timeCreated: 1474398997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/Misc/FpsLabel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81a58ec9c7a7a4fababa39069949658f 3 | timeCreated: 1461976326 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Hands/FingerModel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b9cee21e2be74ef08bded5a6881a0bc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Hands/RigidFinger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 862e1c8d784604a8ba021be6abc6470a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Generation/BitConverter/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b01071903da4dfa46abc71c852b289e5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/RealtimeGraph/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b48faf9dc13e83b429b454fe72d8690a 3 | timeCreated: 1466693265 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/VRVisualizer/VRVisualizer.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 931267b3043e89648b109eef91b63344 3 | timeCreated: 1455669513 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75ae930456fc07049858fdc6fc70393b 3 | timeCreated: 1466693199 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Scripts/PolyFinger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e6f4def2e5884e6bbf7b80b2ce9aec4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Scripts/PolyHand.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 010d02bc150e3422aafbfd8b49750e92 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/6. Dynamic UI/Dynamic UI/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/6. Dynamic UI/Dynamic UI/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/6. Dynamic UI/Dynamic UI/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leapmotion/AppExperiments/HEAD/Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/6. Dynamic UI/Dynamic UI/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.011111111 7 | Maximum Allowed Timestep: 0.2 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 1 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Carousel/Maps/MapD/Particles.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc0e0e11d5402be43863edf955889687 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building/Primitive Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae8ab3ff2d3f9a74e989b266e440d57c 3 | timeCreated: 1488923921 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Hands.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad856b1aece9e1e4cbf74e1e495a8394 3 | folderAsset: yes 4 | timeCreated: 1488939742 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Hands/GhostableRightHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 363bfeebe93efe14d99692d1776f6b0e 3 | timeCreated: 1474399013 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Stage.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9a23207d4e52d94ebbff197da5242c9 3 | folderAsset: yes 4 | timeCreated: 1488833260 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Stage/Paint Platform.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56251b4863f9165458d819f2722564cc 3 | timeCreated: 1488842723 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Wrist Ring Menu/UnlitWhite.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58c87a99d58d5754692bf33d872a0ed0 3 | timeCreated: 1489622459 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Wrist Ring Menu/Wrist Ring.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15db03a4143de25479b7541805ec1844 3 | timeCreated: 1489620564 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v6/Painting/Scripts/Drawing/StrokePointStreams/StrokePointStreamConnector.cs: -------------------------------------------------------------------------------- 1 | using Leap.Unity.Apps.Paint6.Drawing; 2 | 3 | namespace Leap.Unity.Streams { 4 | 5 | public class StrokePointStreamConnector : StreamConnector { } 6 | 7 | } -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Environment.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14e7c00469931224e9ea1bb45a3c8afc 3 | folderAsset: yes 4 | timeCreated: 1492725125 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Prefabs/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 620b16ed9bc1d3e458e9d77dddd86e76 3 | folderAsset: yes 4 | timeCreated: 1493067955 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/FlowRoutines/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7119a18eedb838f4ca3f23dd23bc8682 3 | folderAsset: yes 4 | timeCreated: 1471905973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/Layout/LocalLayout.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a141abcbfd9da9941b34c376c195a8b8 3 | folderAsset: yes 4 | timeCreated: 1507076125 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Element Controllers/Galaxies-style Panels.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 114858a3b6e3ab24e9429cca6ed7c97e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/MeshGen/Generators.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7373de14d7aae954cb1d6bc3aa273dca 3 | folderAsset: yes 4 | timeCreated: 1503097827 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel/ExampleScene/Floor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9428696b689cfc41a4a89c7b1f1ec8e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel/ExampleScene/Pillar.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f821cc2cae310f428945370f1abc943 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/PropertyPanel/ExampleScene/Topper.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cca89e82685d34344b1c38b4ebe05d2b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Materials/Passthrough/Background.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a781c82cecc141143bb13e71d88efa99 3 | timeCreated: 1429641609 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Materials/Passthrough/Foreground.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f4fac4e15d524ca1bdd90a2fe016185 3 | timeCreated: 1430880378 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Switches.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e3ffe94da94fb8428098f4e643c92a7 3 | folderAsset: yes 4 | timeCreated: 1506477793 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 645c3369ca8c6be47bcaa09bfe6785ea 3 | folderAsset: yes 4 | timeCreated: 1493435718 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples/Attachment Hands (VR).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e136a15ad33ad024d857c80ab2e20ec8 3 | timeCreated: 1493340871 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples/Capsule Hands (Desktop).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e97e5c56326797c41be5a618cde4727a 3 | timeCreated: 1456790283 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Materials/AlphaToWhite.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72e5fb030c388e14f8988b632aea539a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afacb8ac1db58cb40a45659722ef5376 3 | folderAsset: yes 4 | timeCreated: 1461985666 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/Materials/Lamb_LoPolyHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5b9e8be6efc5c74aad1024a1e60cc0b 3 | timeCreated: 1469483125 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfd978efc948f77409623a6f35e289a9 3 | folderAsset: yes 4 | timeCreated: 1496371800 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/LeapHandController.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9c7aaf0d314cb847a3b2a20e893f1b6 3 | timeCreated: 1455061130 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Utils/DisconnectionNotice.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 228d149b4df3342518ccdb1142cee81b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Utils/FrameRateControls.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2d53554227124ca485c87bdfa387665 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Utils/LeapUnityExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e27780e4ef1a74a4dab11765dedbc813 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 904a61d077ec8a6408978b1184f66599 3 | timeCreated: 1481751649 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a294ffc0f02eb52438bb292b787cee00 3 | folderAsset: yes 4 | timeCreated: 1460515063 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/ExampleUIScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 066fcc7af07781f43bcde971b4cf1c2d 3 | timeCreated: 1462995357 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Extras/InteractionCursor.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 046340ceeccf2c24884da92fb17d3de3 3 | timeCreated: 1461618758 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 467ca7c53d8bceb4191d08a77cb1848b 3 | timeCreated: 1481751295 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a49871325d81384ea8d7c7fa8c038cf 3 | folderAsset: yes 4 | timeCreated: 1457056477 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Materials/GrayHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54c7ebaa87ca86c43b6415f91033b9e2 3 | timeCreated: 1463798691 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Materials/MobileDiffuse.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9dfb2ee5d9e5bf4bb2ccac51acc885a 3 | timeCreated: 1454982665 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Package.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60936e78f540d804ba4f2f4b509b1994 3 | timeCreated: 1481751295 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abe4cb54a1ec05442b222e723dee7cc4 3 | folderAsset: yes 4 | timeCreated: 1488923905 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Drawing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fce284bce8c6f5749bf3878bddbd57e2 3 | folderAsset: yes 4 | timeCreated: 1488832113 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Halfedge.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c7ab2f996e2d744aa97b1d7f4bf3077 3 | folderAsset: yes 4 | timeCreated: 1489447803 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Leap Paint.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48a8342866c221442810370214cee91a 3 | folderAsset: yes 4 | timeCreated: 1488848255 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Petal Menu.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31ec7b0360512c3478f6fe3e57b8373d 3 | folderAsset: yes 4 | timeCreated: 1489626599 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Toolbelt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 265d4312ecfc56a4882535edfc461f42 3 | folderAsset: yes 4 | timeCreated: 1488926332 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Voxel Painting/Voxel Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 607dd8520b9193a47aaf181f3020c2d5 3 | timeCreated: 1489177214 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Voxel Painting/Voxel Prefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1df1428c98f88f34081317e991de3df2 3 | timeCreated: 1489177519 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Widgets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8bcfb1f1a400224483986224703102c 3 | folderAsset: yes 4 | timeCreated: 1489179406 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Wrist Ring Menu/Simple Particle.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80cce20054a73124792be8819b036bd5 3 | timeCreated: 1489621264 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Textures/Icons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ba57f10df7151149b091e15f50e0f99 3 | folderAsset: yes 4 | timeCreated: 1492841235 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8db6ee1c78e223645bb24d6b2a5b214e 3 | folderAsset: yes 4 | timeCreated: 1508532546 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Resources/GPU/GeneratePoints.compute.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88705226c4677f54faecfa61651f2054 3 | ComputeShaderImporter: 4 | externalObjects: {} 5 | currentAPIMask: 262148 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Layout/LocalLayout/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff9f9d09df42af84c9741371af6a1a2a 3 | folderAsset: yes 4 | timeCreated: 1505511578 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/Material Library/Virtual Materials/Plath/Example Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e8e5be872db9154f994db16d5251554 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/MeshGen/Generators/Support.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb7032c138ce0bd49945204a9d6bde74 3 | folderAsset: yes 4 | timeCreated: 1503098362 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54ec7d5e9f30a8845bf06a104887d23d 3 | folderAsset: yes 4 | timeCreated: 1474920165 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 862a97756dc4b3646b180a8fc1b64c5d 3 | folderAsset: yes 4 | timeCreated: 1474919727 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fafa80ff0c3b484459454b83e516fb8a 3 | folderAsset: yes 4 | timeCreated: 1474919985 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/PlanarReflections/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35fd8e69252d25418107315afc4eb56 3 | folderAsset: yes 4 | timeCreated: 1474919993 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Materials/Passthrough/ThresholdOverlay.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa4becb64f4f17d429ea16a4241a82e0 3 | timeCreated: 1429641624 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Streams/IStream.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Leap.Unity { 4 | 5 | public interface IStream { 6 | 7 | event Action OnOpen; 8 | 9 | event Action OnSend; 10 | 11 | event Action OnClose; 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Materials/VolumetricBlend.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 728b2af7edf3c7b419d7663d7275ffce 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Materials/Passthrough/Background.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5542e7d1f79ac814389a3f5fe0c55630 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Materials/Passthrough/Foreground.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c4d27217d0496548bc3a3896886cf70 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Query.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73bc0db1a60d24643989153754ee99f3 3 | folderAsset: yes 4 | timeCreated: 1484345970 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Space.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8500ea19baaa6f4bb7b62486d3aabd4 3 | folderAsset: yes 4 | timeCreated: 1490738652 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/XR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 311cb8852bc38aa4387c7c677848a2ec 3 | folderAsset: yes 4 | timeCreated: 1455678075 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/AutoHeader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5caa0c524441aff45bef8e908d7007c1 3 | folderAsset: yes 4 | timeCreated: 1493419382 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Generation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3286e4ad6a0cd449a2f849025a6052f 3 | folderAsset: yes 4 | timeCreated: 1506553620 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Package.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93fdc49c482f834448be92659dc0daa2 3 | folderAsset: yes 4 | timeCreated: 1466631713 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Testing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc19c3d0fe0a06940b58b4828fda89fd 3 | folderAsset: yes 4 | timeCreated: 1500507683 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97f7a170bc8d64c5db9a62ff93a1bdd4 3 | folderAsset: yes 4 | timeCreated: 1461200754 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/Red.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0341999f378d6914e84ff554f707467a 3 | timeCreated: 1464048594 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Prefabs/Transition.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fcd05e9de26ca64495cfa7ee77fa403 3 | timeCreated: 1471281080 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples/MobileFriendlyUIScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8c63f30a66ae6440a777849647063d7 3 | timeCreated: 1464054339 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Prefabs/LeapEventSystem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b10486b9212d9f4badcf6c992af0a47 3 | timeCreated: 1463085681 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Materials/TransparentHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9ec864154a8e814f9b8eb272c4b06e0 3 | timeCreated: 1458857310 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Carousel/Carousel.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fe3ad83c9e3397459508ffbe30d78c7 3 | timeCreated: 1510686626 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building/Building Primitive - Cone.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2aca0bd317c745f4ca00a9577b1c61ad 3 | timeCreated: 1488934811 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building/Building Primitive - Cube.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ceb89a73eb90b87469f52bf65e623266 3 | timeCreated: 1488999673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Line Drawing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94df26430837b494893824aa6e6d5c39 3 | folderAsset: yes 4 | timeCreated: 1489532303 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Line Drawing/Line Renderer Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab870051d135aac49acf3e586a740ef4 3 | timeCreated: 1489532931 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Voxel Painting.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d46199a140f068747be222914e1fb6bc 3 | folderAsset: yes 4 | timeCreated: 1489174195 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Voxel Painting/Voxel.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | namespace Leap.Unity.UI.Examples.LeapPaint { 6 | 7 | public class Voxel : MonoBehaviour { 8 | 9 | 10 | 11 | } 12 | 13 | } -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Wrist Ring Menu.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41e6f50d9deba364dac734b534ecd6b9 3 | folderAsset: yes 4 | timeCreated: 1489622834 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Environment/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b413ebf4e5d5fb4458089d4a3b2f7665 3 | folderAsset: yes 4 | timeCreated: 1492725132 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Environment/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd6fd13d6454c304ca4192a3de7dba13 3 | folderAsset: yes 4 | timeCreated: 1492725224 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/Lines/Environment/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29d8e5c69f27bbf4eb0f66d23097d433 3 | folderAsset: yes 4 | timeCreated: 1492735505 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Materials/Passthrough.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407dfe2cd55e5c449bd44803998af565 3 | folderAsset: yes 4 | timeCreated: 1429813874 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Switches/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f740252352642b443be1aaca2f77d145 3 | folderAsset: yes 4 | timeCreated: 1505770205 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Switches/SwitchTrees.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f3b1bcb05f39254ebc4bfc65f23ef3b 3 | folderAsset: yes 4 | timeCreated: 1507157502 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4913ffcd6dbe6c246a6e341262e8cdd3 3 | folderAsset: yes 4 | timeCreated: 1520555030 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/EditorResources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1196cc5dd3490947aca5049c46bd0e4 3 | folderAsset: yes 4 | timeCreated: 1493341295 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples/Rigged Hands (VR - Infrared Viewer).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d88e9011efa39d24a9c768560b6c9bf0 3 | timeCreated: 1462923422 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Materials/Passthrough/ThresholdOverlay.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d13beceec606bdd4c84a60e313ea18ed 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Models/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4f78e60a3787684f8b73f729bf939c0 3 | folderAsset: yes 4 | timeCreated: 1469478270 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Algorithms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 211710e343775754ab1de6948a9f3e8b 3 | folderAsset: yes 4 | timeCreated: 1469483912 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f505b13c22c35e0408e4711c6be1b107 3 | folderAsset: yes 4 | timeCreated: 1490314329 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Attachments.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7a7bbab48b220847a8d469757c30722 3 | folderAsset: yes 4 | timeCreated: 1493330073 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Attributes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26aacb565d685984ea6d1deb64e7deb6 3 | folderAsset: yes 4 | timeCreated: 1466698874 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Splines/Examples/Transform Catmull-Rom Spline Test 2 (Pose).prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0120748abde1ccd45867dc2822e68161 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Testing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c3413f6388789e4eb48766bfbad4f2c 3 | folderAsset: yes 4 | timeCreated: 1501096853 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/XR/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9212113d02cd47a4482c9ef5d1f9b4c6 3 | folderAsset: yes 4 | timeCreated: 1442865455 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Experimental/HierarchyRecording/Scripts/TimelineMarkers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cc6659724bf1ea49aebecc34acbaf5c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Experimental/Playback.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80ef4408b10a57c4ab73f560e9203e59 3 | folderAsset: yes 4 | timeCreated: 1469561884 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Generation/CHS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6271bac68cddcac4fafdea57e778500a 3 | folderAsset: yes 4 | timeCreated: 1506553733 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Package/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7238c78ff5b26644ca64cabc4fd529c1 3 | folderAsset: yes 4 | timeCreated: 1466632665 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/RealtimeGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1281ff0add52834479de857034369b54 3 | folderAsset: yes 4 | timeCreated: 1464302403 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/RealtimeGraph/Prefabs/RealtimeGraph.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83e697c78e750d241958b14ec457345f 3 | timeCreated: 1466116470 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Testing/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afacce9b2c34b6c459309e0163015699 3 | folderAsset: yes 4 | timeCreated: 1500507690 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/VRVisualizer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea9d60ccd74fd94f8689b8f5ecbf96f 3 | folderAsset: yes 4 | timeCreated: 1455672422 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3165f2e0c7875c49a43707026674825 3 | folderAsset: yes 4 | timeCreated: 1471026827 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/Floor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94d9cd2d5678c4b4194ab91cb3276c85 3 | timeCreated: 1464130509 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/Green.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a68a1bbdafba7d40b497e757efaf067 3 | timeCreated: 1464048447 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/White.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74051cfc81028d94bba92f8467b43e3c 3 | timeCreated: 1464048657 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Materials/firetex.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a624cb69114e84995927c88edc785a56 3 | timeCreated: 1461866864 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Prefabs/Flame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb58a2cb5fa9043309cfddfd1c6b5d64 3 | timeCreated: 1461868553 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/Attachments/Examples/Scenes/ProximityDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b5022fe5fb1c4136807c8625f94f0d3 3 | timeCreated: 1462856492 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4c852f8892884608945f5a7ffccb11a 3 | folderAsset: yes 4 | timeCreated: 1461780987 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Materials/BlueShiny.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65c16a52c657e63478e181ef0a136e20 3 | timeCreated: 1462386111 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Materials/GreenShiny.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75ac83db1cec6459382f15d263a76c5f 3 | timeCreated: 1462235765 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Materials/RedShiny.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66e97fbc349a749c6be1f12a1f6283b1 3 | timeCreated: 1462235825 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Materials/Surface.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0584718ba366d46a994848f1796a90ea 3 | timeCreated: 1462235884 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Prefabs/BlueBall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a1eebf0ceec77d4ebf109437b34043c 3 | timeCreated: 1462386268 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Prefabs/GreenBall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4cf7d0273cf246898d2c5400866efa4 3 | timeCreated: 1462234555 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Prefabs/RedBall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caa1d1192d90347d99ee08d1eb6a5ee8 3 | timeCreated: 1462236143 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Scenes/PinchDrawDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 547a168b13abb48f88d8f57b02b57846 3 | timeCreated: 1461781426 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/DetectionExamples/Scenes/PinchMovementDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84a57a9fec4b94eacafd8598092fce8c 3 | timeCreated: 1461781426 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 331bffff3a35bc44994d732b7a882bc9 3 | timeCreated: 1517871021 4 | licenseType: Free 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4303bf62a00f98040973731329914339 3 | folderAsset: yes 4 | timeCreated: 1463440588 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ce289a32fd81604e9f1fc852605b324 3 | folderAsset: yes 4 | timeCreated: 1463182273 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Extras.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407b037b31bd0d042abeac22543fd527 3 | folderAsset: yes 4 | timeCreated: 1462834384 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c047d3f8d1ce13469a97188ff17536a 3 | folderAsset: yes 4 | timeCreated: 1462470529 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Prefabs/Examples/MinimalPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed811e274f5753b478b84e8424f730ef 3 | timeCreated: 1472498246 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Prefabs/UI Elements/Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 576767ee4cc2f72418faa449c8b40e65 3 | timeCreated: 1463680968 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Prefabs/UI Elements/Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b52c66382d0e1104c803a2b8a363e03d 3 | timeCreated: 1463680971 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Prefabs/UI Elements/Toggle.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5af52069aedc4642a3384804bbb7384 3 | timeCreated: 1463680969 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a280a829004e714bb9a0934817755d9 3 | folderAsset: yes 4 | timeCreated: 1461260515 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Sounds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58745082231ccbc4b8cfdf6549b6f2e5 3 | folderAsset: yes 4 | timeCreated: 1460672831 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Legacy/UIInput/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4033e6cfca0203f47a7214243344975e 3 | folderAsset: yes 4 | timeCreated: 1463183663 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/GraphicRenderer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 472b8bc320bf37e4a82c19572e199838 3 | folderAsset: yes 4 | timeCreated: 1498092229 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49a21e25a7f60e045b7311abde67d638 3 | folderAsset: yes 4 | timeCreated: 1463620359 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Examples/Scenes/Hands_Viewer_Demo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2402e33aa80c6d64ba8e76cb803f2631 3 | timeCreated: 1463686038 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd94f529eeb986b4ba9760a01dc863f5 3 | folderAsset: yes 4 | timeCreated: 1467154248 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fec7755642bf5e543be5a9f45c11de32 3 | folderAsset: yes 4 | timeCreated: 1457056511 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02a5637a70c26184aba4da8e8dea078e 3 | folderAsset: yes 4 | timeCreated: 1457651844 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/Hands/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b243ec2c9e31b3e4690b28f1cca848f4 3 | folderAsset: yes 4 | timeCreated: 1459794237 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Modules/InteractionEngine/Examples/Common Example Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19509f554de71b34da67d38a20cebf1c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Circuit Hands/Hand Circuit Lines.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c81ffe866945c2245a4df530b70f74b7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Gracinish Cube/Gracinish Cube.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50f01af98e8fa5c4fa26849d8a40987b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/LiquidHologram/MarchingCubesGPU.compute.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f082cf51162fdf4fa49a99622a05afd 3 | ComputeShaderImporter: 4 | externalObjects: {} 5 | currentAPIMask: 4 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Occlusion Hands/VolumetricLeft.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b756fe6fba424a6409163f4e6de29a58 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/AR Experiments/Occlusion Hands/VolumetricRight.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b67b340bb4599d4ea16d7d2184b9b0b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building/Building Primitive - Cylinder.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f28891fb3c575c74583d644120e95923 3 | timeCreated: 1488999661 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Building/Building Primitive - Sphere.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33374b1352801014ca721e0a6145ff40 3 | timeCreated: 1488999653 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Drawing/Brush Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf0b42e556f7c7e4b884ee8855d4a10b 3 | folderAsset: yes 4 | timeCreated: 1488832151 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/Drawing/Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac98a3860022da44d855890ef29dd3f4 3 | folderAsset: yes 4 | timeCreated: 1488832151 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppExperiments/LeapPaint v4/MeshGen/Definitions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc5e6be29c33773498087f6790afad75 3 | folderAsset: yes 4 | timeCreated: 1488593568 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/DevGui.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ff29180ebaa3054a8da11ad9179a897 3 | folderAsset: yes 4 | timeCreated: 1510863006 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/FABRIK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e29ea414fe066104ba3e763e9c17b7b4 3 | folderAsset: yes 4 | timeCreated: 1510693322 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/GPUShapes/Scripts/Procedural Shapes/Shapes/Shape.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47dde0a8da107bd45b782d5e35134d51 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/Gestures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccf98ac256e030b43851532a52d207dc 3 | folderAsset: yes 4 | timeCreated: 1515624043 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/Layout/PhysicalInterfaces/Handles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c92915f3c0ff904eba8ab1704d0165f 3 | folderAsset: yes 4 | timeCreated: 1507070871 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/Layout/PhysicalInterfaces/Handles/archiveArchive/WIP PoseFilters/IPoseFilter.cs: -------------------------------------------------------------------------------- 1 | 2 | using UnityEngine; 3 | 4 | namespace Leap.Unity.PhysicalInterfaces { 5 | 6 | public interface IPoseFilter { 7 | 8 | Pose Filter(Pose inputPose); 9 | 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Box Graphic Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cd00dfd55e5b0646be5ce72719170a9 3 | folderAsset: yes 4 | timeCreated: 1502910818 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/LeapUIToolkit/Element Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1532e4930037cc3428295c83ac594cae 3 | folderAsset: yes 4 | timeCreated: 1502910981 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/Meshing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bc5eab681885df45a07c025564d889f 3 | folderAsset: yes 4 | timeCreated: 1508813726 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/Portals.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dce78f1e362efa143be36702886ef395 3 | folderAsset: yes 4 | timeCreated: 1510262367 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/Pulsator.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dea6790df59a4ad4aae9e3b21890a52a 3 | folderAsset: yes 4 | timeCreated: 1515624043 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f3f4683f0dd1cf408a3e39d090d9491 3 | folderAsset: yes 4 | timeCreated: 1511907960 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Streams/Vector3Streams/Vector3StreamConnector.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Leap.Unity.Streams { 4 | 5 | [AddComponentMenu("Leap/Streams/Vector3/Vector3 Stream Connector")] 6 | public class Vector3StreamConnector : StreamConnector { } 7 | 8 | } -------------------------------------------------------------------------------- /Assets/AppModules/TodoUMward/Switches/Internal/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b129d03bcc2ecd45b49cca5e226eeb6 3 | folderAsset: yes 4 | timeCreated: 1505509527 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Materials/OutputVolumeInfo_Generic.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cf56f49ae8af964f99c5325b80f7e6a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/Materials/OutputVolumeInfo_LeftHand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca7cf11701983fc45bf35181bc6f172a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/MedPoly Volumetric Hand Left.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83227fba6ceb2c74c82be6bc7078342a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/TrueVolumetrics/MedPoly Volumetric Hand Right.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db0268b05d26d3d46864a7836ebce3a7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles/Example/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e4a2d0478ef63942886d9cbb1fad3b6 3 | folderAsset: yes 4 | timeCreated: 1520555124 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles/Example/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1a5b9510fff0f942b01c266962b4735 3 | folderAsset: yes 4 | timeCreated: 1520555162 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles/Example/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f573a51257311b40b485563379e0df5 3 | folderAsset: yes 4 | timeCreated: 1520559580 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AppModules/VoxelBinnedParticles/Example/Voxel Binned Particles Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2c29647c827dfb4284fb89999e5fbbe 3 | timeCreated: 1495227172 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Examples/Capsule Hands (VR - Infrared Viewer).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 480afe764b344a64688bf3a502bc612a 3 | timeCreated: 1456789367 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsPhysical/RigidRoundHand_L.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23f2cce114628a448bfeaae171b4c0c0 3 | timeCreated: 1455222385 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Prefabs/HandModelsPhysical/RigidRoundHand_R.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8515ebee271c0649b9db1321f3026a4 3 | timeCreated: 1455222403 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Animation/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96adca6054f597a4aae1730695e428bc 3 | folderAsset: yes 4 | timeCreated: 1494640137 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Animation/Tween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 465ccb01f24875048a901b5bce343b07 3 | folderAsset: yes 4 | timeCreated: 1490134060 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Attributes/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b66b973fa0ffbfa46969ee4223fdb82b 3 | folderAsset: yes 4 | timeCreated: 1466698874 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/DataStructures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13eca78a69c16424e8b0501cd5055661 3 | folderAsset: yes 4 | timeCreated: 1469483873 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Core/Scripts/Utils/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fee5b94b8dc90b846ada0e63ac4ee5f3 3 | folderAsset: yes 4 | timeCreated: 1486077995 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Experimental/HierarchyRecording/Examples/Cannon/Cannon.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e097040dd18f8904f9850c0db43caba9 3 | timeCreated: 1501275682 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Experimental/HierarchyRecording/Examples/Events/Events.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b893ca58d7875d4280f8954e242bd5f 3 | timeCreated: 1501185388 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Experimental/Playback/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d17d36979ca1c34428dfb12114307d82 3 | folderAsset: yes 4 | timeCreated: 1469561884 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/AutoHeader/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37e79633786d41645b22b3fa8fd4524d 3 | folderAsset: yes 4 | timeCreated: 1493420724 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/Generation/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b22fdbd2ba0b98b4e83f2bf806fdaf51 3 | folderAsset: yes 4 | timeCreated: 1506554922 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ee448a937b6ad442b85f503eee44945 3 | timeCreated: 1517870835 4 | licenseType: Free 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/LeapMotion/Internal/RealtimeGraph/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00e697dea5c6f3f45a69fc3275e49a3d 3 | folderAsset: yes 4 | timeCreated: 1464302446 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | --------------------------------------------------------------------------------