├── .gitignore ├── .gitmodules ├── .vsconfig ├── Assets ├── Dependencies.meta ├── Dependencies │ ├── net46.meta │ └── net46 │ │ ├── InEditor.meta │ │ ├── InEditor │ │ ├── Microsoft.Windows.MixedReality.DotNetWinRT.dll │ │ └── Microsoft.Windows.MixedReality.DotNetWinRT.dll.meta │ │ └── Microsoft.Windows.MixedReality.DotNetWinRT.meta ├── MRDL_PeriodicTable.meta ├── MRDL_PeriodicTable │ ├── Animations.meta │ ├── Animations │ │ ├── AnimElement.anim │ │ ├── AnimElement.anim.meta │ │ ├── Element.controller │ │ ├── Element.controller.meta │ │ ├── HolographicButton.meta │ │ └── HolographicButton │ │ │ ├── HolographicButtonAnimator.controller │ │ │ ├── HolographicButtonAnimator.controller.meta │ │ │ ├── HolographicButtonDisabled.anim │ │ │ ├── HolographicButtonDisabled.anim.meta │ │ │ ├── HolographicButtonInteractive.anim │ │ │ ├── HolographicButtonInteractive.anim.meta │ │ │ ├── HolographicButtonObservation.anim │ │ │ ├── HolographicButtonObservation.anim.meta │ │ │ ├── HolographicButtonObservationTargeted.anim │ │ │ ├── HolographicButtonObservationTargeted.anim.meta │ │ │ ├── HolographicButtonPress.anim │ │ │ ├── HolographicButtonPress.anim.meta │ │ │ ├── HolographicButtonTargeted.anim │ │ │ └── HolographicButtonTargeted.anim.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── LICENSE.txt │ │ ├── LICENSE.txt.meta │ │ ├── README.md │ │ ├── README.md.meta │ │ ├── selawk.ttf │ │ ├── selawk.ttf.meta │ │ ├── selawkb.ttf │ │ ├── selawkb.ttf.meta │ │ ├── selawkl.ttf │ │ ├── selawkl.ttf.meta │ │ ├── selawksb.ttf │ │ ├── selawksb.ttf.meta │ │ ├── selawksl.ttf │ │ └── selawksl.ttf.meta │ ├── MRTKProfiles.meta │ ├── MRTKProfiles │ │ ├── PeriodicTableMixedRealityDiagnosticsProfile.asset │ │ ├── PeriodicTableMixedRealityDiagnosticsProfile.asset.meta │ │ ├── PeriodicTableMixedRealityToolkitConfigurationProfile.asset │ │ ├── PeriodicTableMixedRealityToolkitConfigurationProfile.asset.meta │ │ ├── PeriodicTableSpatialAwarenessSystemProfile.asset │ │ └── PeriodicTableSpatialAwarenessSystemProfile.asset.meta │ ├── Materials.meta │ ├── Materials │ │ ├── 3DTextSelawik.mat │ │ ├── 3DTextSelawik.mat.meta │ │ ├── 3DTextShader.shader │ │ ├── 3DTextShader.shader.meta │ │ ├── AcrylicReflective.shader │ │ ├── AcrylicReflective.shader.meta │ │ ├── AcrylicReflectiveTransparent.shader │ │ ├── AcrylicReflectiveTransparent.shader.meta │ │ ├── DisplayCube.psd │ │ ├── DisplayCube.psd.meta │ │ ├── DisplayCubeMap.psd │ │ ├── DisplayCubeMap.psd.meta │ │ ├── DisplayGradient.psd │ │ ├── DisplayGradient.psd.meta │ │ ├── DisplayPanel.psd │ │ ├── DisplayPanel.psd.meta │ │ ├── ElectronShellMat.mat │ │ ├── ElectronShellMat.mat.meta │ │ ├── ElectronSwirls.psd │ │ ├── ElectronSwirls.psd.meta │ │ ├── ElemenTransitionMetals.mat │ │ ├── ElemenTransitionMetals.mat.meta │ │ ├── ElementActinideSeries.mat │ │ ├── ElementActinideSeries.mat.meta │ │ ├── ElementAlkaliEarthMetals.mat │ │ ├── ElementAlkaliEarthMetals.mat.meta │ │ ├── ElementAlkaliMetals.mat │ │ ├── ElementAlkaliMetals.mat.meta │ │ ├── ElementBox.mat │ │ ├── ElementBox.mat.meta │ │ ├── ElementDataPanel.mat │ │ ├── ElementDataPanel.mat.meta │ │ ├── ElementDataPanelGradient.mat │ │ ├── ElementDataPanelGradient.mat.meta │ │ ├── ElementDiatomicNonmetals.mat │ │ ├── ElementDiatomicNonmetals.mat.meta │ │ ├── ElementHydrogen.mat │ │ ├── ElementHydrogen.mat.meta │ │ ├── ElementLanthanideSeries.mat │ │ ├── ElementLanthanideSeries.mat.meta │ │ ├── ElementMetalloid.mat │ │ ├── ElementMetalloid.mat.meta │ │ ├── ElementNobleGas.mat │ │ ├── ElementNobleGas.mat.meta │ │ ├── ElementPolyatomicNonmetals.mat │ │ ├── ElementPolyatomicNonmetals.mat.meta │ │ ├── ElementPostTransitionMetals.mat │ │ ├── ElementPostTransitionMetals.mat.meta │ │ ├── ForceField.shader │ │ ├── ForceField.shader.meta │ │ ├── GrabbablePlate.mat │ │ ├── GrabbablePlate.mat.meta │ │ ├── GrabbablePlateGrabbed.mat │ │ ├── GrabbablePlateGrabbed.mat.meta │ │ ├── HolographicButton.mat │ │ ├── HolographicButton.mat.meta │ │ ├── HolographicButtonAcrylicReflective.psd │ │ ├── HolographicButtonAcrylicReflective.psd.meta │ │ ├── HolographicButtonIconClose.mat │ │ ├── HolographicButtonIconClose.mat.meta │ │ ├── HolographicButtonIconCylinder.mat │ │ ├── HolographicButtonIconCylinder.mat.meta │ │ ├── HolographicButtonIconPlane.mat │ │ ├── HolographicButtonIconPlane.mat.meta │ │ ├── HolographicButtonIconRadial.mat │ │ ├── HolographicButtonIconRadial.mat.meta │ │ ├── HolographicButtonIconReset.mat │ │ ├── HolographicButtonIconReset.mat.meta │ │ ├── HolographicButtonIconSphere.mat │ │ ├── HolographicButtonIconSphere.mat.meta │ │ ├── MRdl_Logo_Horizontal_White.png │ │ ├── MRdl_Logo_Horizontal_White.png.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── MRdl_Logo_Horizontal_White.mat │ │ │ ├── MRdl_Logo_Horizontal_White.mat.meta │ │ │ └── Materials.meta │ │ ├── NeutronEmission.psd │ │ ├── NeutronEmission.psd.meta │ │ ├── NeutronMat.mat │ │ ├── NeutronMat.mat.meta │ │ ├── ProtonEmission.psd │ │ ├── ProtonEmission.psd.meta │ │ ├── ProtonMat.mat │ │ ├── ProtonMat.mat.meta │ │ ├── StarCard.tga │ │ ├── StarCard.tga.meta │ │ ├── StarMat.mat │ │ ├── StarMat.mat.meta │ │ ├── TransparentUnlit.shader │ │ ├── TransparentUnlit.shader.meta │ │ ├── TransparentUnlit2.shader │ │ ├── TransparentUnlit2.shader.meta │ │ ├── UITransparent.shader │ │ └── UITransparent.shader.meta │ ├── Meshes.meta │ ├── Meshes │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── blinn1.mat │ │ │ ├── blinn1.mat.meta │ │ │ ├── lambert1.mat │ │ │ └── lambert1.mat.meta │ │ ├── PeriodicTableMeshes.fbx │ │ ├── PeriodicTableMeshes.fbx.meta │ │ ├── StarBackground.fbx │ │ └── StarBackground.fbx.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── ButtonHolographic.prefab │ │ ├── ButtonHolographic.prefab.meta │ │ ├── ElementContainer.prefab │ │ ├── ElementContainer.prefab.meta │ │ ├── EyeScrollTextCanvas.prefab │ │ ├── EyeScrollTextCanvas.prefab.meta │ │ ├── InfoBackGradient.prefab │ │ ├── InfoBackGradient.prefab.meta │ │ ├── LayoutStyleButtons.prefab │ │ ├── LayoutStyleButtons.prefab.meta │ │ ├── SpaceBackground.prefab │ │ ├── SpaceBackground.prefab.meta │ │ ├── ToggleProfilerButton.prefab │ │ └── ToggleProfilerButton.prefab.meta │ ├── Profiles.meta │ ├── Profiles │ │ ├── ElementBox.asset │ │ ├── ElementBox.asset.meta │ │ ├── ElementBoxTheme.asset │ │ ├── ElementBoxTheme.asset.meta │ │ ├── ElementFrontPanel.asset │ │ ├── ElementFrontPanel.asset.meta │ │ ├── HolographicButtonMeshProfile.asset │ │ └── HolographicButtonMeshProfile.asset.meta │ ├── Resources.meta │ ├── Resources │ │ ├── JSON.meta │ │ └── JSON │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── PeriodicTableJSON.json │ │ │ ├── PeriodicTableJSON.json.meta │ │ │ ├── README.md │ │ │ └── README.md.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Main.unity │ │ └── Main.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Atom.cs │ │ ├── Atom.cs.meta │ │ ├── Element.cs │ │ ├── Element.cs.meta │ │ ├── LayoutStyleChanger.cs │ │ ├── LayoutStyleChanger.cs.meta │ │ ├── OptimizeSceneforDeviceType.cs │ │ ├── OptimizeSceneforDeviceType.cs.meta │ │ ├── PeriodicTableLoader.cs │ │ ├── PeriodicTableLoader.cs.meta │ │ ├── PresentToPlayer.cs │ │ └── PresentToPlayer.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── IconCylinder.png │ │ ├── IconCylinder.png.meta │ │ ├── IconPlane.png │ │ ├── IconPlane.png.meta │ │ ├── IconRadial.png │ │ ├── IconRadial.png.meta │ │ ├── IconReset.png │ │ ├── IconReset.png.meta │ │ ├── IconSphere.png │ │ ├── IconSphere.png.meta │ │ ├── scrollbar.psd │ │ ├── scrollbar.psd.meta │ │ ├── scrollbarhandle.psd │ │ └── scrollbarhandle.psd.meta ├── MRTK.meta ├── MRTK │ ├── .npmignore │ ├── Core.meta │ ├── Core │ │ ├── Attributes.meta │ │ ├── Attributes │ │ │ ├── DocLinkAttribute.cs │ │ │ ├── DocLinkAttribute.cs.meta │ │ │ ├── EnumFlagsAttribute.cs │ │ │ ├── EnumFlagsAttribute.cs.meta │ │ │ ├── ExperimentalAttribute.cs │ │ │ ├── ExperimentalAttribute.cs.meta │ │ │ ├── ExtendsAttribute.cs │ │ │ ├── ExtendsAttribute.cs.meta │ │ │ ├── HelpAttribute.cs │ │ │ ├── HelpAttribute.cs.meta │ │ │ ├── ImplementsAttribute.cs │ │ │ ├── ImplementsAttribute.cs.meta │ │ │ ├── MixedRealityControllerAttribute.cs │ │ │ ├── MixedRealityControllerAttribute.cs.meta │ │ │ ├── MixedRealityDataProviderAttribute.cs │ │ │ ├── MixedRealityDataProviderAttribute.cs.meta │ │ │ ├── MixedRealityExtensionServiceAttribute.cs │ │ │ ├── MixedRealityExtensionServiceAttribute.cs.meta │ │ │ ├── MixedRealityServiceInspectorAttribute.cs │ │ │ ├── MixedRealityServiceInspectorAttribute.cs.meta │ │ │ ├── MixedRealityServiceProfileAttribute.cs │ │ │ ├── MixedRealityServiceProfileAttribute.cs.meta │ │ │ ├── PhysicsLayerAttribute.cs │ │ │ ├── PhysicsLayerAttribute.cs.meta │ │ │ ├── PrefabAttribute.cs │ │ │ ├── PrefabAttribute.cs.meta │ │ │ ├── ReadOnlyAttribute.cs │ │ │ ├── ReadOnlyAttribute.cs.meta │ │ │ ├── ScenePickAttribute.cs │ │ │ ├── ScenePickAttribute.cs.meta │ │ │ ├── SystemTypeAttribute.cs │ │ │ ├── SystemTypeAttribute.cs.meta │ │ │ ├── TagPropertyAttribute.cs │ │ │ ├── TagPropertyAttribute.cs.meta │ │ │ ├── Vector3RangeAttribute.cs │ │ │ └── Vector3RangeAttribute.cs.meta │ │ ├── Definitions.meta │ │ ├── Definitions │ │ │ ├── BaseMixedRealityProfile.cs │ │ │ ├── BaseMixedRealityProfile.cs.meta │ │ │ ├── BoundarySystem.meta │ │ │ ├── BoundarySystem │ │ │ │ ├── BoundaryType.cs │ │ │ │ ├── BoundaryType.cs.meta │ │ │ │ ├── Edge.cs │ │ │ │ ├── Edge.cs.meta │ │ │ │ ├── InscribedRectangle.cs │ │ │ │ ├── InscribedRectangle.cs.meta │ │ │ │ ├── MixedRealityBoundaryVisualizationProfile.cs │ │ │ │ └── MixedRealityBoundaryVisualizationProfile.cs.meta │ │ │ ├── CameraSystem.meta │ │ │ ├── CameraSystem │ │ │ │ ├── BaseCameraSettingsProfile.cs │ │ │ │ ├── BaseCameraSettingsProfile.cs.meta │ │ │ │ ├── CameraDisplayType.cs │ │ │ │ ├── CameraDisplayType.cs.meta │ │ │ │ ├── MixedRealityCameraProfile.cs │ │ │ │ ├── MixedRealityCameraProfile.cs.meta │ │ │ │ ├── MixedRealityCameraSettingsConfiguration.cs │ │ │ │ └── MixedRealityCameraSettingsConfiguration.cs.meta │ │ │ ├── Devices.meta │ │ │ ├── Devices │ │ │ │ ├── ArticulatedHandDefinition.cs │ │ │ │ ├── ArticulatedHandDefinition.cs.meta │ │ │ │ ├── BaseInputSourceDefinition.cs │ │ │ │ ├── BaseInputSourceDefinition.cs.meta │ │ │ │ ├── ControllerMappingLibrary.cs │ │ │ │ ├── ControllerMappingLibrary.cs.meta │ │ │ │ ├── DeviceInputType.cs │ │ │ │ ├── DeviceInputType.cs.meta │ │ │ │ ├── GenericOpenVRControllerDefinition.cs │ │ │ │ ├── GenericOpenVRControllerDefinition.cs.meta │ │ │ │ ├── GestureInputType.cs │ │ │ │ ├── GestureInputType.cs.meta │ │ │ │ ├── HPMotionControllerDefinition.cs │ │ │ │ ├── HPMotionControllerDefinition.cs.meta │ │ │ │ ├── Headset.cs │ │ │ │ ├── Headset.cs.meta │ │ │ │ ├── InputSourceType.cs │ │ │ │ ├── InputSourceType.cs.meta │ │ │ │ ├── MixedRealityControllerConfigurationFlags.cs │ │ │ │ ├── MixedRealityControllerConfigurationFlags.cs.meta │ │ │ │ ├── MixedRealityControllerMapping.cs │ │ │ │ ├── MixedRealityControllerMapping.cs.meta │ │ │ │ ├── MixedRealityControllerMappingProfile.cs │ │ │ │ ├── MixedRealityControllerMappingProfile.cs.meta │ │ │ │ ├── MixedRealityControllerVisualizationProfile.cs │ │ │ │ ├── MixedRealityControllerVisualizationProfile.cs.meta │ │ │ │ ├── MixedRealityControllerVisualizationSetting.cs │ │ │ │ ├── MixedRealityControllerVisualizationSetting.cs.meta │ │ │ │ ├── MixedRealityEyeTrackingProfile.cs │ │ │ │ ├── MixedRealityEyeTrackingProfile.cs.meta │ │ │ │ ├── MixedRealityHandTrackingProfile.cs │ │ │ │ ├── MixedRealityHandTrackingProfile.cs.meta │ │ │ │ ├── MixedRealityInputActionMapping.cs │ │ │ │ ├── MixedRealityInputActionMapping.cs.meta │ │ │ │ ├── MixedRealityInteractionMapping.cs │ │ │ │ ├── MixedRealityInteractionMapping.cs.meta │ │ │ │ ├── MixedRealityInteractionMappingLegacyInput.cs │ │ │ │ ├── MixedRealityInteractionMappingLegacyInput.cs.meta │ │ │ │ ├── MouseControllerDefinition.cs │ │ │ │ ├── MouseControllerDefinition.cs.meta │ │ │ │ ├── OculusRemoteControllerDefinition.cs │ │ │ │ ├── OculusRemoteControllerDefinition.cs.meta │ │ │ │ ├── OculusTouchControllerDefinition.cs │ │ │ │ ├── OculusTouchControllerDefinition.cs.meta │ │ │ │ ├── SDKType.cs │ │ │ │ ├── SDKType.cs.meta │ │ │ │ ├── SimpleHandDefinition.cs │ │ │ │ ├── SimpleHandDefinition.cs.meta │ │ │ │ ├── SupportedControllerType.cs │ │ │ │ ├── SupportedControllerType.cs.meta │ │ │ │ ├── TouchScreenDefinition.cs │ │ │ │ ├── TouchScreenDefinition.cs.meta │ │ │ │ ├── TrackingState.cs │ │ │ │ ├── TrackingState.cs.meta │ │ │ │ ├── ViveKnucklesControllerDefinition.cs │ │ │ │ ├── ViveKnucklesControllerDefinition.cs.meta │ │ │ │ ├── ViveWandControllerDefinition.cs │ │ │ │ ├── ViveWandControllerDefinition.cs.meta │ │ │ │ ├── WindowsMixedRealityControllerDefinition.cs │ │ │ │ ├── WindowsMixedRealityControllerDefinition.cs.meta │ │ │ │ ├── XboxControllerDefinition.cs │ │ │ │ └── XboxControllerDefinition.cs.meta │ │ │ ├── Diagnostics.meta │ │ │ ├── Diagnostics │ │ │ │ ├── MixedRealityDiagnosticsProfile.cs │ │ │ │ └── MixedRealityDiagnosticsProfile.cs.meta │ │ │ ├── InputSystem.meta │ │ │ ├── InputSystem │ │ │ │ ├── AnimatedCursorData.cs │ │ │ │ ├── AnimatedCursorData.cs.meta │ │ │ │ ├── CursorContextEnum.cs │ │ │ │ ├── CursorContextEnum.cs.meta │ │ │ │ ├── CursorStateEnum.cs │ │ │ │ ├── CursorStateEnum.cs.meta │ │ │ │ ├── InputActionEventPair.cs │ │ │ │ ├── InputActionEventPair.cs.meta │ │ │ │ ├── InputActionRuleDigital.cs │ │ │ │ ├── InputActionRuleDigital.cs.meta │ │ │ │ ├── InputActionRuleDualAxis.cs │ │ │ │ ├── InputActionRuleDualAxis.cs.meta │ │ │ │ ├── InputActionRulePoseAxis.cs │ │ │ │ ├── InputActionRulePoseAxis.cs.meta │ │ │ │ ├── InputActionRuleQuaternionAxis.cs │ │ │ │ ├── InputActionRuleQuaternionAxis.cs.meta │ │ │ │ ├── InputActionRuleSingleAxis.cs │ │ │ │ ├── InputActionRuleSingleAxis.cs.meta │ │ │ │ ├── InputActionRuleVectorAxis.cs │ │ │ │ ├── InputActionRuleVectorAxis.cs.meta │ │ │ │ ├── KeywordAndResponse.cs │ │ │ │ ├── KeywordAndResponse.cs.meta │ │ │ │ ├── MixedRealityGestureMapping.cs │ │ │ │ ├── MixedRealityGestureMapping.cs.meta │ │ │ │ ├── MixedRealityGesturesProfile.cs │ │ │ │ ├── MixedRealityGesturesProfile.cs.meta │ │ │ │ ├── MixedRealityInputAction.cs │ │ │ │ ├── MixedRealityInputAction.cs.meta │ │ │ │ ├── MixedRealityInputActionRulesProfile.cs │ │ │ │ ├── MixedRealityInputActionRulesProfile.cs.meta │ │ │ │ ├── MixedRealityInputActionsProfile.cs │ │ │ │ ├── MixedRealityInputActionsProfile.cs.meta │ │ │ │ ├── MixedRealityInputSystemProfile.cs │ │ │ │ ├── MixedRealityInputSystemProfile.cs.meta │ │ │ │ ├── MixedRealityPointerProfile.cs │ │ │ │ ├── MixedRealityPointerProfile.cs.meta │ │ │ │ ├── MixedRealityRaycastHit.cs │ │ │ │ ├── MixedRealityRaycastHit.cs.meta │ │ │ │ ├── MixedRealitySpeechCommandsProfile.cs │ │ │ │ ├── MixedRealitySpeechCommandsProfile.cs.meta │ │ │ │ ├── PointerBehavior.cs │ │ │ │ ├── PointerBehavior.cs.meta │ │ │ │ ├── PointerOption.cs │ │ │ │ ├── PointerOption.cs.meta │ │ │ │ ├── SpeechCommands.cs │ │ │ │ ├── SpeechCommands.cs.meta │ │ │ │ ├── TouchableEventType.cs │ │ │ │ ├── TouchableEventType.cs.meta │ │ │ │ ├── WindowsGestureSettings.cs │ │ │ │ └── WindowsGestureSettings.cs.meta │ │ │ ├── Lines.meta │ │ │ ├── Lines │ │ │ │ ├── DistortionMode.cs │ │ │ │ ├── DistortionMode.cs.meta │ │ │ │ ├── InterpolationMode.cs │ │ │ │ ├── InterpolationMode.cs.meta │ │ │ │ ├── InterpolationType.cs │ │ │ │ ├── InterpolationType.cs.meta │ │ │ │ ├── LinePointTransformMode.cs │ │ │ │ ├── LinePointTransformMode.cs.meta │ │ │ │ ├── LineRotationMode.cs │ │ │ │ ├── LineRotationMode.cs.meta │ │ │ │ ├── PointDistributionMode.cs │ │ │ │ ├── PointDistributionMode.cs.meta │ │ │ │ ├── StepMode.cs │ │ │ │ └── StepMode.cs.meta │ │ │ ├── MixedRealityInputDataProviderConfiguration.cs │ │ │ ├── MixedRealityInputDataProviderConfiguration.cs.meta │ │ │ ├── MixedRealityRegisteredServiceProvidersProfile.cs │ │ │ ├── MixedRealityRegisteredServiceProvidersProfile.cs.meta │ │ │ ├── MixedRealityServiceConfiguration.cs │ │ │ ├── MixedRealityServiceConfiguration.cs.meta │ │ │ ├── MixedRealitySpatialObserverConfiguration.cs │ │ │ ├── MixedRealitySpatialObserverConfiguration.cs.meta │ │ │ ├── MixedRealityToolkitConfigurationProfile.cs │ │ │ ├── MixedRealityToolkitConfigurationProfile.cs.meta │ │ │ ├── Physics.meta │ │ │ ├── Physics │ │ │ │ ├── ComparableRaycastResult.cs │ │ │ │ ├── ComparableRaycastResult.cs.meta │ │ │ │ ├── FocusDetails.cs │ │ │ │ ├── FocusDetails.cs.meta │ │ │ │ ├── RayStep.cs │ │ │ │ ├── RayStep.cs.meta │ │ │ │ ├── SceneQueryType.cs │ │ │ │ ├── SceneQueryType.cs.meta │ │ │ │ ├── TeleportSurfaceResult.cs │ │ │ │ └── TeleportSurfaceResult.cs.meta │ │ │ ├── SceneSystem.meta │ │ │ ├── SceneSystem │ │ │ │ ├── LightingSceneTransitionType.cs │ │ │ │ ├── LightingSceneTransitionType.cs.meta │ │ │ │ ├── MixedRealitySceneSystemProfile.cs │ │ │ │ ├── MixedRealitySceneSystemProfile.cs.meta │ │ │ │ ├── RuntimeLightingSettings.cs │ │ │ │ ├── RuntimeLightingSettings.cs.meta │ │ │ │ ├── RuntimeRenderSettings.cs │ │ │ │ ├── RuntimeRenderSettings.cs.meta │ │ │ │ ├── RuntimeSunlightSettings.cs │ │ │ │ ├── RuntimeSunlightSettings.cs.meta │ │ │ │ ├── SceneActivationToken.cs │ │ │ │ ├── SceneActivationToken.cs.meta │ │ │ │ ├── SceneInfo.cs │ │ │ │ └── SceneInfo.cs.meta │ │ │ ├── SpatialAwareness.meta │ │ │ ├── SpatialAwareness │ │ │ │ ├── BaseSpatialAwarenessObject.cs │ │ │ │ ├── BaseSpatialAwarenessObject.cs.meta │ │ │ │ ├── BaseSpatialAwarenessObserverProfile.cs │ │ │ │ ├── BaseSpatialAwarenessObserverProfile.cs.meta │ │ │ │ ├── Experimental.meta │ │ │ │ ├── Experimental │ │ │ │ │ ├── SpatialAwarenessSceneObject.cs │ │ │ │ │ └── SpatialAwarenessSceneObject.cs.meta │ │ │ │ ├── MixedRealitySpatialAwarenessMeshObserverProfile.cs │ │ │ │ ├── MixedRealitySpatialAwarenessMeshObserverProfile.cs.meta │ │ │ │ ├── MixedRealitySpatialAwarenessSystemProfile.cs │ │ │ │ ├── MixedRealitySpatialAwarenessSystemProfile.cs.meta │ │ │ │ ├── SpatialAwarenessMeshLevelOfDetail.cs │ │ │ │ ├── SpatialAwarenessMeshLevelOfDetail.cs.meta │ │ │ │ ├── SpatialAwarenessMeshObject.cs │ │ │ │ ├── SpatialAwarenessMeshObject.cs.meta │ │ │ │ ├── SpatialAwarenessPlanarObject.cs │ │ │ │ ├── SpatialAwarenessPlanarObject.cs.meta │ │ │ │ ├── SpatialAwarenessSurfaceTypes.cs │ │ │ │ ├── SpatialAwarenessSurfaceTypes.cs.meta │ │ │ │ ├── SpatialMeshDisplayOptions.cs │ │ │ │ └── SpatialMeshDisplayOptions.cs.meta │ │ │ ├── Utilities.meta │ │ │ └── Utilities │ │ │ │ ├── AnimatorParameter.cs │ │ │ │ ├── AnimatorParameter.cs.meta │ │ │ │ ├── ArticulatedHandPose.cs │ │ │ │ ├── ArticulatedHandPose.cs.meta │ │ │ │ ├── AutoStartBehavior.cs │ │ │ │ ├── AutoStartBehavior.cs.meta │ │ │ │ ├── AxisFlags.cs │ │ │ │ ├── AxisFlags.cs.meta │ │ │ │ ├── AxisType.cs │ │ │ │ ├── AxisType.cs.meta │ │ │ │ ├── CollationOrder.cs │ │ │ │ ├── CollationOrder.cs.meta │ │ │ │ ├── ExperienceScale.cs │ │ │ │ ├── ExperienceScale.cs.meta │ │ │ │ ├── Handedness.cs │ │ │ │ ├── Handedness.cs.meta │ │ │ │ ├── ManipulationHandFlags.cs │ │ │ │ ├── ManipulationHandFlags.cs.meta │ │ │ │ ├── ManipulationProximityFlags.cs │ │ │ │ ├── ManipulationProximityFlags.cs.meta │ │ │ │ ├── MixedRealityCapability.cs │ │ │ │ ├── MixedRealityCapability.cs.meta │ │ │ │ ├── MixedRealityPose.cs │ │ │ │ ├── MixedRealityPose.cs.meta │ │ │ │ ├── MixedRealityTransform.cs │ │ │ │ ├── MixedRealityTransform.cs.meta │ │ │ │ ├── MovementConstraintType.cs │ │ │ │ ├── MovementConstraintType.cs.meta │ │ │ │ ├── OrientationType.cs │ │ │ │ ├── OrientationType.cs.meta │ │ │ │ ├── PivotAxis.cs │ │ │ │ ├── PivotAxis.cs.meta │ │ │ │ ├── ProcessResult.cs │ │ │ │ ├── ProcessResult.cs.meta │ │ │ │ ├── ProfileMenuItemIndices.cs │ │ │ │ ├── ProfileMenuItemIndices.cs.meta │ │ │ │ ├── RadialViewReferenceDirection.cs │ │ │ │ ├── RadialViewReferenceDirection.cs.meta │ │ │ │ ├── RecognitionConfidenceLevel.cs │ │ │ │ ├── RecognitionConfidenceLevel.cs.meta │ │ │ │ ├── RotationConstraintType.cs │ │ │ │ ├── RotationConstraintType.cs.meta │ │ │ │ ├── ScaleState.cs │ │ │ │ ├── ScaleState.cs.meta │ │ │ │ ├── SceneAssetReferenceAttribute.cs │ │ │ │ ├── SceneAssetReferenceAttribute.cs.meta │ │ │ │ ├── SolverOrientationType.cs │ │ │ │ ├── SolverOrientationType.cs.meta │ │ │ │ ├── SupportedApplicationModes.cs │ │ │ │ ├── SupportedApplicationModes.cs.meta │ │ │ │ ├── SupportedPlatforms.cs │ │ │ │ ├── SupportedPlatforms.cs.meta │ │ │ │ ├── SystemType.cs │ │ │ │ ├── SystemType.cs.meta │ │ │ │ ├── TrackedHandJoint.cs │ │ │ │ ├── TrackedHandJoint.cs.meta │ │ │ │ ├── TrackedObjectType.cs │ │ │ │ ├── TrackedObjectType.cs.meta │ │ │ │ ├── TransformFlags.cs │ │ │ │ ├── TransformFlags.cs.meta │ │ │ │ ├── TypeGrouping.cs │ │ │ │ ├── TypeGrouping.cs.meta │ │ │ │ ├── Vector3Smoothed.cs │ │ │ │ ├── Vector3Smoothed.cs.meta │ │ │ │ ├── VolumeType.cs │ │ │ │ └── VolumeType.cs.meta │ │ ├── EventDatum.meta │ │ ├── EventDatum │ │ │ ├── Boundary.meta │ │ │ ├── Boundary │ │ │ │ ├── BoundaryEventData.cs │ │ │ │ └── BoundaryEventData.cs.meta │ │ │ ├── Diagnostics.meta │ │ │ ├── Diagnostics │ │ │ │ ├── DiagnosticsEventData.cs │ │ │ │ └── DiagnosticsEventData.cs.meta │ │ │ ├── GenericBaseEventData.cs │ │ │ ├── GenericBaseEventData.cs.meta │ │ │ ├── Input.meta │ │ │ ├── Input │ │ │ │ ├── BaseInputEventData.cs │ │ │ │ ├── BaseInputEventData.cs.meta │ │ │ │ ├── DictationEventData.cs │ │ │ │ ├── DictationEventData.cs.meta │ │ │ │ ├── FocusEventData.cs │ │ │ │ ├── FocusEventData.cs.meta │ │ │ │ ├── HandTrackingInputEventData.cs │ │ │ │ ├── HandTrackingInputEventData.cs.meta │ │ │ │ ├── InputEventData.cs │ │ │ │ ├── InputEventData.cs.meta │ │ │ │ ├── MixedRealityPointerEventData.cs │ │ │ │ ├── MixedRealityPointerEventData.cs.meta │ │ │ │ ├── SourcePoseEventData.cs │ │ │ │ ├── SourcePoseEventData.cs.meta │ │ │ │ ├── SourceStateEventData.cs │ │ │ │ ├── SourceStateEventData.cs.meta │ │ │ │ ├── SpeechEventData.cs │ │ │ │ └── SpeechEventData.cs.meta │ │ │ ├── PlacementEventData.cs │ │ │ ├── PlacementEventData.cs.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── SpatialAwareness.meta │ │ │ ├── SpatialAwareness │ │ │ │ ├── MixedRealitySpatialAwarenessEventData.cs │ │ │ │ └── MixedRealitySpatialAwarenessEventData.cs.meta │ │ │ ├── Teleport.meta │ │ │ └── Teleport │ │ │ │ ├── TeleportEventData.cs │ │ │ │ └── TeleportEventData.cs.meta │ │ ├── Extensions.meta │ │ ├── Extensions │ │ │ ├── AnimationCurveExtensions.cs │ │ │ ├── AnimationCurveExtensions.cs.meta │ │ │ ├── ArrayExtensions.cs │ │ │ ├── ArrayExtensions.cs.meta │ │ │ ├── AssemblyExtensions.cs │ │ │ ├── AssemblyExtensions.cs.meta │ │ │ ├── BoundsExtensions.cs │ │ │ ├── BoundsExtensions.cs.meta │ │ │ ├── CameraExtensions.cs │ │ │ ├── CameraExtensions.cs.meta │ │ │ ├── CanvasExtensions.cs │ │ │ ├── CanvasExtensions.cs.meta │ │ │ ├── CollectionsExtensions.cs │ │ │ ├── CollectionsExtensions.cs.meta │ │ │ ├── Color32Extensions.cs │ │ │ ├── Color32Extensions.cs.meta │ │ │ ├── ComparerExtensions.cs │ │ │ ├── ComparerExtensions.cs.meta │ │ │ ├── ComponentExtensions.cs │ │ │ ├── ComponentExtensions.cs.meta │ │ │ ├── DateTimeExtensions.cs │ │ │ ├── DateTimeExtensions.cs.meta │ │ │ ├── DoubleExtensions.cs │ │ │ ├── DoubleExtensions.cs.meta │ │ │ ├── EditorClassExtensions.meta │ │ │ ├── EditorClassExtensions │ │ │ │ ├── EditorLayerExtensions.cs │ │ │ │ ├── EditorLayerExtensions.cs.meta │ │ │ │ ├── MRTK.Editor.ClassExtensions.asmdef │ │ │ │ ├── MRTK.Editor.ClassExtensions.asmdef.meta │ │ │ │ ├── ScriptableObjectExtensions.cs │ │ │ │ └── ScriptableObjectExtensions.cs.meta │ │ │ ├── EnumerableExtensions.cs │ │ │ ├── EnumerableExtensions.cs.meta │ │ │ ├── EventSystemExtensions.cs │ │ │ ├── EventSystemExtensions.cs.meta │ │ │ ├── FloatExtensions.cs │ │ │ ├── FloatExtensions.cs.meta │ │ │ ├── GameObjectExtensions.cs │ │ │ ├── GameObjectExtensions.cs.meta │ │ │ ├── HandednessExtensions.cs │ │ │ ├── HandednessExtensions.cs.meta │ │ │ ├── LayerExtensions.cs │ │ │ ├── LayerExtensions.cs.meta │ │ │ ├── MathfExtensions.cs │ │ │ ├── MathfExtensions.cs.meta │ │ │ ├── ProcessExtensions.cs │ │ │ ├── ProcessExtensions.cs.meta │ │ │ ├── QuaternionExtensions.cs │ │ │ ├── QuaternionExtensions.cs.meta │ │ │ ├── RayExtensions.cs │ │ │ ├── RayExtensions.cs.meta │ │ │ ├── ReflectionExtensions.cs │ │ │ ├── ReflectionExtensions.cs.meta │ │ │ ├── StringBuilderExtensions.cs │ │ │ ├── StringBuilderExtensions.cs.meta │ │ │ ├── StringExtensions.cs │ │ │ ├── StringExtensions.cs.meta │ │ │ ├── SystemNumericsExtensions.cs │ │ │ ├── SystemNumericsExtensions.cs.meta │ │ │ ├── Texture2DExtensions.cs │ │ │ ├── Texture2DExtensions.cs.meta │ │ │ ├── TransformExtensions.cs │ │ │ ├── TransformExtensions.cs.meta │ │ │ ├── TypeExtensions.cs │ │ │ ├── TypeExtensions.cs.meta │ │ │ ├── UnityObjectExtensions.cs │ │ │ ├── UnityObjectExtensions.cs.meta │ │ │ ├── VectorExtensions.cs │ │ │ └── VectorExtensions.cs.meta │ │ ├── Inspectors.meta │ │ ├── Inspectors │ │ │ ├── ClippingBoxInspector.cs │ │ │ ├── ClippingBoxInspector.cs.meta │ │ │ ├── ClippingPlaneInspector.cs │ │ │ ├── ClippingPlaneInspector.cs.meta │ │ │ ├── ClippingPrimitiveInspector.cs │ │ │ ├── ClippingPrimitiveInspector.cs.meta │ │ │ ├── ClippingSphereInspector.cs │ │ │ ├── ClippingSphereInspector.cs.meta │ │ │ ├── ControllerPopupWindow.cs │ │ │ ├── ControllerPopupWindow.cs.meta │ │ │ ├── Data.meta │ │ │ ├── Data │ │ │ │ ├── ControllerInputActionOption.cs │ │ │ │ ├── ControllerInputActionOption.cs.meta │ │ │ │ ├── ControllerInputActionOptions.cs │ │ │ │ ├── ControllerInputActionOptions.cs.meta │ │ │ │ ├── EditorWindowOptions.json │ │ │ │ └── EditorWindowOptions.json.meta │ │ │ ├── HoverLightInspector.cs │ │ │ ├── HoverLightInspector.cs.meta │ │ │ ├── MRTK.Inspectors.asmdef │ │ │ ├── MRTK.Inspectors.asmdef.meta │ │ │ ├── MixedRealityShaderGUI.cs │ │ │ ├── MixedRealityShaderGUI.cs.meta │ │ │ ├── MixedRealityStandardShaderGUI.cs │ │ │ ├── MixedRealityStandardShaderGUI.cs.meta │ │ │ ├── MixedRealityTextMeshProShaderGUI.cs │ │ │ ├── MixedRealityTextMeshProShaderGUI.cs.meta │ │ │ ├── MixedRealityToolkitFacadeHandler.cs │ │ │ ├── MixedRealityToolkitFacadeHandler.cs.meta │ │ │ ├── MixedRealityToolkitInspector.cs │ │ │ ├── MixedRealityToolkitInspector.cs.meta │ │ │ ├── MixedRealityToolkitShaderGUIUtilities.cs │ │ │ ├── MixedRealityToolkitShaderGUIUtilities.cs.meta │ │ │ ├── MixedRealityWireframeShaderGUI.cs │ │ │ ├── MixedRealityWireframeShaderGUI.cs.meta │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ │ ├── BaseMixedRealityProfileInspector.cs │ │ │ │ ├── BaseMixedRealityProfileInspector.cs.meta │ │ │ │ ├── BaseMixedRealityToolkitConfigurationProfileInspector.cs │ │ │ │ ├── BaseMixedRealityToolkitConfigurationProfileInspector.cs.meta │ │ │ │ ├── DataProviderAccessServiceInspector.cs │ │ │ │ ├── DataProviderAccessServiceInspector.cs.meta │ │ │ │ ├── MixedRealityBoundaryVisualizationProfileInspector.cs │ │ │ │ ├── MixedRealityBoundaryVisualizationProfileInspector.cs.meta │ │ │ │ ├── MixedRealityCameraProfileInspector.cs │ │ │ │ ├── MixedRealityCameraProfileInspector.cs.meta │ │ │ │ ├── MixedRealityControllerMappingProfileInspector.cs │ │ │ │ ├── MixedRealityControllerMappingProfileInspector.cs.meta │ │ │ │ ├── MixedRealityControllerVisualizationProfileInspector.cs │ │ │ │ ├── MixedRealityControllerVisualizationProfileInspector.cs.meta │ │ │ │ ├── MixedRealityDiagnosticsSystemProfileInspector.cs │ │ │ │ ├── MixedRealityDiagnosticsSystemProfileInspector.cs.meta │ │ │ │ ├── MixedRealityEyeTrackingProfileInspector.cs │ │ │ │ ├── MixedRealityEyeTrackingProfileInspector.cs.meta │ │ │ │ ├── MixedRealityGesturesProfileInspector.cs │ │ │ │ ├── MixedRealityGesturesProfileInspector.cs.meta │ │ │ │ ├── MixedRealityHandTrackingProfileInspector.cs │ │ │ │ ├── MixedRealityHandTrackingProfileInspector.cs.meta │ │ │ │ ├── MixedRealityInputActionRulesInspector.cs │ │ │ │ ├── MixedRealityInputActionRulesInspector.cs.meta │ │ │ │ ├── MixedRealityInputActionsProfileInspector.cs │ │ │ │ ├── MixedRealityInputActionsProfileInspector.cs.meta │ │ │ │ ├── MixedRealityInputSystemProfileInspector.cs │ │ │ │ ├── MixedRealityInputSystemProfileInspector.cs.meta │ │ │ │ ├── MixedRealityMouseInputProfileInspector.cs │ │ │ │ ├── MixedRealityMouseInputProfileInspector.cs.meta │ │ │ │ ├── MixedRealityPointerProfileInspector.cs │ │ │ │ ├── MixedRealityPointerProfileInspector.cs.meta │ │ │ │ ├── MixedRealityProfileCloneWindow.cs │ │ │ │ ├── MixedRealityProfileCloneWindow.cs.meta │ │ │ │ ├── MixedRealityRegisteredServiceProviderProfileInspector.cs │ │ │ │ ├── MixedRealityRegisteredServiceProviderProfileInspector.cs.meta │ │ │ │ ├── MixedRealitySceneSystemProfileInspector.cs │ │ │ │ ├── MixedRealitySceneSystemProfileInspector.cs.meta │ │ │ │ ├── MixedRealitySpatialAwarenessMeshObserverProfileInspector.cs │ │ │ │ ├── MixedRealitySpatialAwarenessMeshObserverProfileInspector.cs.meta │ │ │ │ ├── MixedRealitySpatialAwarenessSystemProfileInspector.cs │ │ │ │ ├── MixedRealitySpatialAwarenessSystemProfileInspector.cs.meta │ │ │ │ ├── MixedRealitySpeechCommandsProfileInspector.cs │ │ │ │ ├── MixedRealitySpeechCommandsProfileInspector.cs.meta │ │ │ │ ├── MixedRealityToolkitConfigurationProfileInspector.cs │ │ │ │ └── MixedRealityToolkitConfigurationProfileInspector.cs.meta │ │ │ ├── PropertyDrawers.meta │ │ │ ├── PropertyDrawers │ │ │ │ ├── EnumFlagsAttributeDrawer.cs │ │ │ │ ├── EnumFlagsAttributeDrawer.cs.meta │ │ │ │ ├── ExperimentalDrawer.cs │ │ │ │ ├── ExperimentalDrawer.cs.meta │ │ │ │ ├── HelpDrawer.cs │ │ │ │ ├── HelpDrawer.cs.meta │ │ │ │ ├── InputActionPropertyDrawer.cs │ │ │ │ ├── InputActionPropertyDrawer.cs.meta │ │ │ │ ├── MixedRealityPosePropertyDrawer.cs │ │ │ │ ├── MixedRealityPosePropertyDrawer.cs.meta │ │ │ │ ├── PhysicsLayerAttributeDrawer.cs │ │ │ │ ├── PhysicsLayerAttributeDrawer.cs.meta │ │ │ │ ├── PrefabPropertyDrawer.cs │ │ │ │ ├── PrefabPropertyDrawer.cs.meta │ │ │ │ ├── SceneAssetReferenceAttributeDrawer.cs │ │ │ │ ├── SceneAssetReferenceAttributeDrawer.cs.meta │ │ │ │ ├── SceneInfoDrawer.cs │ │ │ │ ├── SceneInfoDrawer.cs.meta │ │ │ │ ├── SceneInfoUtils.cs │ │ │ │ ├── SceneInfoUtils.cs.meta │ │ │ │ ├── ScenePickPropertyDrawer.cs │ │ │ │ ├── ScenePickPropertyDrawer.cs.meta │ │ │ │ ├── SelectRepairedTypeWindow.cs │ │ │ │ ├── SelectRepairedTypeWindow.cs.meta │ │ │ │ ├── SpeechCommandPropertyDrawer.cs │ │ │ │ ├── SpeechCommandPropertyDrawer.cs.meta │ │ │ │ ├── TagPropertyDrawer.cs │ │ │ │ ├── TagPropertyDrawer.cs.meta │ │ │ │ ├── TypeReferencePropertyDrawer.cs │ │ │ │ ├── TypeReferencePropertyDrawer.cs.meta │ │ │ │ ├── Vector3RangePropertyDrawer.cs │ │ │ │ └── Vector3RangePropertyDrawer.cs.meta │ │ │ ├── ProximityLightInspector.cs │ │ │ ├── ProximityLightInspector.cs.meta │ │ │ ├── ServiceInspectors.meta │ │ │ ├── ServiceInspectors │ │ │ │ ├── BaseMixedRealityServiceInspector.cs │ │ │ │ ├── BaseMixedRealityServiceInspector.cs.meta │ │ │ │ ├── FocusProviderInspector.cs │ │ │ │ ├── FocusProviderInspector.cs.meta │ │ │ │ ├── HandJointServiceInspector.cs │ │ │ │ ├── HandJointServiceInspector.cs.meta │ │ │ │ ├── IMixedRealityServiceInspector.cs │ │ │ │ ├── IMixedRealityServiceInspector.cs.meta │ │ │ │ ├── MRTK.ServiceInspectors.asmdef │ │ │ │ ├── MRTK.ServiceInspectors.asmdef.meta │ │ │ │ ├── SceneSystemInspector.cs │ │ │ │ ├── SceneSystemInspector.cs.meta │ │ │ │ ├── ServiceFacadeInspector.cs │ │ │ │ ├── ServiceFacadeInspector.cs.meta │ │ │ │ ├── SpatialAwarenessSystemInspector.cs │ │ │ │ ├── SpatialAwarenessSystemInspector.cs.meta │ │ │ │ ├── TeleportSystemInspector.cs │ │ │ │ └── TeleportSystemInspector.cs.meta │ │ │ ├── Setup.meta │ │ │ ├── Setup │ │ │ │ ├── MixedRealityEditorSettings.cs │ │ │ │ ├── MixedRealityEditorSettings.cs.meta │ │ │ │ ├── MixedRealityProjectConfiguratorWindow.cs │ │ │ │ ├── MixedRealityProjectConfiguratorWindow.cs.meta │ │ │ │ ├── ProjectPreferencesInspector.cs │ │ │ │ └── ProjectPreferencesInspector.cs.meta │ │ │ ├── Utilities.meta │ │ │ └── Utilities │ │ │ │ ├── InspectorFieldsUtility.cs │ │ │ │ ├── InspectorFieldsUtility.cs.meta │ │ │ │ ├── InspectorUIUtility.cs │ │ │ │ ├── InspectorUIUtility.cs.meta │ │ │ │ ├── Lines.meta │ │ │ │ ├── Lines │ │ │ │ ├── DataProviders.meta │ │ │ │ └── DataProviders │ │ │ │ │ ├── BaseLineDataProviderInspector.cs │ │ │ │ │ ├── BaseLineDataProviderInspector.cs.meta │ │ │ │ │ ├── BezierDataProviderInspector.cs │ │ │ │ │ ├── BezierDataProviderInspector.cs.meta │ │ │ │ │ ├── EllipseLineDataProviderInspector.cs │ │ │ │ │ ├── EllipseLineDataProviderInspector.cs.meta │ │ │ │ │ ├── ParabolaPhysicalLineDataProviderInspector.cs │ │ │ │ │ ├── ParabolaPhysicalLineDataProviderInspector.cs.meta │ │ │ │ │ ├── ParabolicConstrainedLineDataProviderInspector.cs │ │ │ │ │ ├── ParabolicConstrainedLineDataProviderInspector.cs.meta │ │ │ │ │ ├── RectangleLineDataProviderInspector.cs │ │ │ │ │ ├── RectangleLineDataProviderInspector.cs.meta │ │ │ │ │ ├── SimpleLineDataProviderInspector.cs │ │ │ │ │ ├── SimpleLineDataProviderInspector.cs.meta │ │ │ │ │ ├── SplineDataProviderInspector.cs │ │ │ │ │ └── SplineDataProviderInspector.cs.meta │ │ │ │ ├── MixedRealityInspectorUtility.cs │ │ │ │ ├── MixedRealityInspectorUtility.cs.meta │ │ │ │ ├── MixedRealityProfileUtility.cs │ │ │ │ ├── MixedRealityProfileUtility.cs.meta │ │ │ │ ├── MixedRealityStylesUtility.cs │ │ │ │ ├── MixedRealityStylesUtility.cs.meta │ │ │ │ ├── Search.meta │ │ │ │ ├── Search │ │ │ │ ├── FieldSearchResult.cs │ │ │ │ ├── FieldSearchResult.cs.meta │ │ │ │ ├── MixedRealitySearchInspectorUtility.cs │ │ │ │ ├── MixedRealitySearchInspectorUtility.cs.meta │ │ │ │ ├── MixedRealitySearchUtility.cs │ │ │ │ ├── MixedRealitySearchUtility.cs.meta │ │ │ │ ├── ProfileSearchResult.cs │ │ │ │ ├── ProfileSearchResult.cs.meta │ │ │ │ ├── SearchConfig.cs │ │ │ │ └── SearchConfig.cs.meta │ │ │ │ ├── Text3DShaderGUI.cs │ │ │ │ └── Text3DShaderGUI.cs.meta │ │ ├── Interfaces.meta │ │ ├── Interfaces │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── IAudioInfluencer.cs │ │ │ │ └── IAudioInfluencer.cs.meta │ │ │ ├── BoundarySystem.meta │ │ │ ├── BoundarySystem │ │ │ │ ├── IMixedRealityBoundaryHandler.cs │ │ │ │ ├── IMixedRealityBoundaryHandler.cs.meta │ │ │ │ ├── IMixedRealityBoundarySystem.cs │ │ │ │ └── IMixedRealityBoundarySystem.cs.meta │ │ │ ├── CameraSystem.meta │ │ │ ├── CameraSystem │ │ │ │ ├── IMixedRealityCameraProjectionOverrideProvider.cs │ │ │ │ ├── IMixedRealityCameraProjectionOverrideProvider.cs.meta │ │ │ │ ├── IMixedRealityCameraSettingsProvider.cs │ │ │ │ ├── IMixedRealityCameraSettingsProvider.cs.meta │ │ │ │ ├── IMixedRealityCameraSystem.cs │ │ │ │ └── IMixedRealityCameraSystem.cs.meta │ │ │ ├── Devices.meta │ │ │ ├── Devices │ │ │ │ ├── IMixedRealityController.cs │ │ │ │ ├── IMixedRealityController.cs.meta │ │ │ │ ├── IMixedRealityControllerPoseSynchronizer.cs │ │ │ │ ├── IMixedRealityControllerPoseSynchronizer.cs.meta │ │ │ │ ├── IMixedRealityControllerVisualizer.cs │ │ │ │ ├── IMixedRealityControllerVisualizer.cs.meta │ │ │ │ ├── IMixedRealityDictationSystem.cs │ │ │ │ ├── IMixedRealityDictationSystem.cs.meta │ │ │ │ ├── IMixedRealityHand.cs │ │ │ │ ├── IMixedRealityHand.cs.meta │ │ │ │ ├── IMixedRealityHandJointService.cs │ │ │ │ ├── IMixedRealityHandJointService.cs.meta │ │ │ │ ├── IMixedRealityHandVisualizer.cs │ │ │ │ ├── IMixedRealityHandVisualizer.cs.meta │ │ │ │ ├── IMixedRealityInputDeviceManager.cs │ │ │ │ ├── IMixedRealityInputDeviceManager.cs.meta │ │ │ │ ├── IMixedRealitySpeechSystem.cs │ │ │ │ └── IMixedRealitySpeechSystem.cs.meta │ │ │ ├── Diagnostics.meta │ │ │ ├── Diagnostics │ │ │ │ ├── IMixedRealityDiagnosticsHandler.cs │ │ │ │ ├── IMixedRealityDiagnosticsHandler.cs.meta │ │ │ │ ├── IMixedRealityDiagnosticsSystem.cs │ │ │ │ └── IMixedRealityDiagnosticsSystem.cs.meta │ │ │ ├── EventSystem.meta │ │ │ ├── EventSystem │ │ │ │ ├── Handlers.meta │ │ │ │ ├── Handlers │ │ │ │ │ ├── IMixedRealityEventHandler.cs │ │ │ │ │ └── IMixedRealityEventHandler.cs.meta │ │ │ │ ├── IMixedRealityEventSource.cs │ │ │ │ ├── IMixedRealityEventSource.cs.meta │ │ │ │ ├── IMixedRealityEventSystem.cs │ │ │ │ └── IMixedRealityEventSystem.cs.meta │ │ │ ├── IMixedRealityServiceConfiguration.cs │ │ │ ├── IMixedRealityServiceConfiguration.cs.meta │ │ │ ├── InputSystem.meta │ │ │ ├── InputSystem │ │ │ │ ├── Handlers.meta │ │ │ │ ├── Handlers │ │ │ │ │ ├── IMixedRealityBaseInputHandler.cs │ │ │ │ │ ├── IMixedRealityBaseInputHandler.cs.meta │ │ │ │ │ ├── IMixedRealityDictationHandler.cs │ │ │ │ │ ├── IMixedRealityDictationHandler.cs.meta │ │ │ │ │ ├── IMixedRealityFocusChangedHandler.cs │ │ │ │ │ ├── IMixedRealityFocusChangedHandler.cs.meta │ │ │ │ │ ├── IMixedRealityFocusHandler.cs │ │ │ │ │ ├── IMixedRealityFocusHandler.cs.meta │ │ │ │ │ ├── IMixedRealityGestureHandler.cs │ │ │ │ │ ├── IMixedRealityGestureHandler.cs.meta │ │ │ │ │ ├── IMixedRealityHandJointHandler.cs │ │ │ │ │ ├── IMixedRealityHandJointHandler.cs.meta │ │ │ │ │ ├── IMixedRealityHandMeshHandler.cs │ │ │ │ │ ├── IMixedRealityHandMeshHandler.cs.meta │ │ │ │ │ ├── IMixedRealityInputActionHandler.cs │ │ │ │ │ ├── IMixedRealityInputActionHandler.cs.meta │ │ │ │ │ ├── IMixedRealityInputHandler.cs │ │ │ │ │ ├── IMixedRealityInputHandler.cs.meta │ │ │ │ │ ├── IMixedRealityPointerHandler.cs │ │ │ │ │ ├── IMixedRealityPointerHandler.cs.meta │ │ │ │ │ ├── IMixedRealitySourcePoseHandler.cs │ │ │ │ │ ├── IMixedRealitySourcePoseHandler.cs.meta │ │ │ │ │ ├── IMixedRealitySourceStateHandler.cs │ │ │ │ │ ├── IMixedRealitySourceStateHandler.cs.meta │ │ │ │ │ ├── IMixedRealitySpeechHandler.cs │ │ │ │ │ ├── IMixedRealitySpeechHandler.cs.meta │ │ │ │ │ ├── IMixedRealityTouchHandler.cs │ │ │ │ │ └── IMixedRealityTouchHandler.cs.meta │ │ │ │ ├── ICursorModifier.cs │ │ │ │ ├── ICursorModifier.cs.meta │ │ │ │ ├── IInputActionRule.cs │ │ │ │ ├── IInputActionRule.cs.meta │ │ │ │ ├── IMixedRealityCursor.cs │ │ │ │ ├── IMixedRealityCursor.cs.meta │ │ │ │ ├── IMixedRealityEyeGazeDataProvider.cs │ │ │ │ ├── IMixedRealityEyeGazeDataProvider.cs.meta │ │ │ │ ├── IMixedRealityEyeGazeProvider.cs │ │ │ │ ├── IMixedRealityEyeGazeProvider.cs.meta │ │ │ │ ├── IMixedRealityEyeSaccadeProvider.cs │ │ │ │ ├── IMixedRealityEyeSaccadeProvider.cs.meta │ │ │ │ ├── IMixedRealityFocusProvider.cs │ │ │ │ ├── IMixedRealityFocusProvider.cs.meta │ │ │ │ ├── IMixedRealityGazeProvider.cs │ │ │ │ ├── IMixedRealityGazeProvider.cs.meta │ │ │ │ ├── IMixedRealityGazeProviderHeadOverride.cs │ │ │ │ ├── IMixedRealityGazeProviderHeadOverride.cs.meta │ │ │ │ ├── IMixedRealityInputSource.cs │ │ │ │ ├── IMixedRealityInputSource.cs.meta │ │ │ │ ├── IMixedRealityInputSourceDefinition.cs │ │ │ │ ├── IMixedRealityInputSourceDefinition.cs.meta │ │ │ │ ├── IMixedRealityInputSystem.cs │ │ │ │ ├── IMixedRealityInputSystem.cs.meta │ │ │ │ ├── IMixedRealityMouseDeviceManager.cs │ │ │ │ ├── IMixedRealityMouseDeviceManager.cs.meta │ │ │ │ ├── IMixedRealityMousePointer.cs │ │ │ │ ├── IMixedRealityMousePointer.cs.meta │ │ │ │ ├── IMixedRealityNearPointer.cs │ │ │ │ ├── IMixedRealityNearPointer.cs.meta │ │ │ │ ├── IMixedRealityPointer.cs │ │ │ │ ├── IMixedRealityPointer.cs.meta │ │ │ │ ├── IMixedRealityPointerMediator.cs │ │ │ │ ├── IMixedRealityPointerMediator.cs.meta │ │ │ │ ├── IMixedRealityPrimaryPointerSelector.cs │ │ │ │ ├── IMixedRealityPrimaryPointerSelector.cs.meta │ │ │ │ ├── IMixedRealityRaycastProvider.cs │ │ │ │ ├── IMixedRealityRaycastProvider.cs.meta │ │ │ │ ├── IMixedRealityTeleportPointer.cs │ │ │ │ ├── IMixedRealityTeleportPointer.cs.meta │ │ │ │ ├── IMixedRealityTouchPointer.cs │ │ │ │ ├── IMixedRealityTouchPointer.cs.meta │ │ │ │ ├── IPointerPreferences.cs │ │ │ │ ├── IPointerPreferences.cs.meta │ │ │ │ ├── IPointerResult.cs │ │ │ │ └── IPointerResult.cs.meta │ │ │ ├── Physics.meta │ │ │ ├── Physics │ │ │ │ ├── IBaseRayStabilizer.cs │ │ │ │ └── IBaseRayStabilizer.cs.meta │ │ │ ├── Registrars.meta │ │ │ ├── Registrars │ │ │ │ ├── IMixedRealityServiceRegistrar.cs │ │ │ │ └── IMixedRealityServiceRegistrar.cs.meta │ │ │ ├── Rendering.meta │ │ │ ├── Rendering │ │ │ │ ├── IMaterialInstanceOwner.cs │ │ │ │ └── IMaterialInstanceOwner.cs.meta │ │ │ ├── SceneSystem.meta │ │ │ ├── SceneSystem │ │ │ │ ├── IMixedRealitySceneSystem.cs │ │ │ │ ├── IMixedRealitySceneSystem.cs.meta │ │ │ │ ├── IMixedRealitySceneSystemEditor.cs │ │ │ │ └── IMixedRealitySceneSystemEditor.cs.meta │ │ │ ├── Services.meta │ │ │ ├── Services │ │ │ │ ├── IMixedRealityCapabilityCheck.cs │ │ │ │ ├── IMixedRealityCapabilityCheck.cs.meta │ │ │ │ ├── IMixedRealityDataProvider.cs │ │ │ │ ├── IMixedRealityDataProvider.cs.meta │ │ │ │ ├── IMixedRealityDataProviderAccess.cs │ │ │ │ ├── IMixedRealityDataProviderAccess.cs.meta │ │ │ │ ├── IMixedRealityExtensionService.cs │ │ │ │ ├── IMixedRealityExtensionService.cs.meta │ │ │ │ ├── IMixedRealityService.cs │ │ │ │ ├── IMixedRealityService.cs.meta │ │ │ │ ├── IMixedRealityServiceState.cs │ │ │ │ └── IMixedRealityServiceState.cs.meta │ │ │ ├── SpatialAwareness.meta │ │ │ ├── SpatialAwareness │ │ │ │ ├── Handlers.meta │ │ │ │ ├── Handlers │ │ │ │ │ ├── IMixedRealitySpatialAwarenessObservationHandler.cs │ │ │ │ │ └── IMixedRealitySpatialAwarenessObservationHandler.cs.meta │ │ │ │ ├── IMixedRealitySpatialAwarenessObject.cs │ │ │ │ ├── IMixedRealitySpatialAwarenessObject.cs.meta │ │ │ │ ├── IMixedRealitySpatialAwarenessSystem.cs │ │ │ │ ├── IMixedRealitySpatialAwarenessSystem.cs.meta │ │ │ │ ├── Observers.meta │ │ │ │ └── Observers │ │ │ │ │ ├── Experimental.meta │ │ │ │ │ ├── Experimental │ │ │ │ │ ├── IMixedRealityOnDemandObserver.cs │ │ │ │ │ ├── IMixedRealityOnDemandObserver.cs.meta │ │ │ │ │ ├── IMixedRealitySceneUnderstandingObserver.cs │ │ │ │ │ └── IMixedRealitySceneUnderstandingObserver.cs.meta │ │ │ │ │ ├── IMixedRealitySpatialAwarenessMeshObserver.cs │ │ │ │ │ ├── IMixedRealitySpatialAwarenessMeshObserver.cs.meta │ │ │ │ │ ├── IMixedRealitySpatialAwarenessObserver.cs │ │ │ │ │ ├── IMixedRealitySpatialAwarenessObserver.cs.meta │ │ │ │ │ ├── ISpatialAwarenessPhysicsProperties.cs │ │ │ │ │ └── ISpatialAwarenessPhysicsProperties.cs.meta │ │ │ ├── TeleportSystem.meta │ │ │ └── TeleportSystem │ │ │ │ ├── Handlers.meta │ │ │ │ ├── Handlers │ │ │ │ ├── IMixedRealityTeleportHandler.cs │ │ │ │ └── IMixedRealityTeleportHandler.cs.meta │ │ │ │ ├── IMixedRealityTeleportHotSpot.cs │ │ │ │ ├── IMixedRealityTeleportHotSpot.cs.meta │ │ │ │ ├── IMixedRealityTeleportSystem.cs │ │ │ │ └── IMixedRealityTeleportSystem.cs.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.Core.asmdef │ │ ├── MRTK.Core.asmdef.meta │ │ ├── MRTK.Core.sentinel │ │ ├── MRTK.Core.sentinel.meta │ │ ├── MixedReality.Toolkit.targets │ │ ├── MixedReality.Toolkit.targets.meta │ │ ├── Providers.meta │ │ ├── Providers │ │ │ ├── BaseCameraSettingsProvider.cs │ │ │ ├── BaseCameraSettingsProvider.cs.meta │ │ │ ├── BaseController.cs │ │ │ ├── BaseController.cs.meta │ │ │ ├── BaseGenericInputSource.cs │ │ │ ├── BaseGenericInputSource.cs.meta │ │ │ ├── BaseInputDeviceManager.cs │ │ │ ├── BaseInputDeviceManager.cs.meta │ │ │ ├── BaseSpatialMeshObserver.cs │ │ │ ├── BaseSpatialMeshObserver.cs.meta │ │ │ ├── BaseSpatialObserver.cs │ │ │ ├── BaseSpatialObserver.cs.meta │ │ │ ├── GenericPointer.cs │ │ │ ├── GenericPointer.cs.meta │ │ │ ├── Hands.meta │ │ │ ├── Hands │ │ │ │ ├── BaseHand.cs │ │ │ │ ├── BaseHand.cs.meta │ │ │ │ ├── BaseHandVisualizer.cs │ │ │ │ ├── BaseHandVisualizer.cs.meta │ │ │ │ ├── HandBounds.cs │ │ │ │ ├── HandBounds.cs.meta │ │ │ │ ├── HandJointService.cs │ │ │ │ ├── HandJointService.cs.meta │ │ │ │ ├── HandJointUtils.cs │ │ │ │ ├── HandJointUtils.cs.meta │ │ │ │ ├── HandPoseUtils.cs │ │ │ │ ├── HandPoseUtils.cs.meta │ │ │ │ ├── HandRay.meta │ │ │ │ ├── HandRay │ │ │ │ │ ├── HandRay.cs │ │ │ │ │ ├── HandRay.cs.meta │ │ │ │ │ ├── IHandRay.cs │ │ │ │ │ └── IHandRay.cs.meta │ │ │ │ ├── README.md │ │ │ │ └── README.md.meta │ │ │ ├── InputAnimation.meta │ │ │ ├── InputAnimation │ │ │ │ ├── IMixedRealityInputRecordingService.cs │ │ │ │ ├── IMixedRealityInputRecordingService.cs.meta │ │ │ │ ├── InputAnimation.cs │ │ │ │ ├── InputAnimation.cs.meta │ │ │ │ ├── InputAnimationSerializationUtils.cs │ │ │ │ ├── InputAnimationSerializationUtils.cs.meta │ │ │ │ ├── InputRecordingBuffer.cs │ │ │ │ ├── InputRecordingBuffer.cs.meta │ │ │ │ ├── InputRecordingService.cs │ │ │ │ ├── InputRecordingService.cs.meta │ │ │ │ ├── MRTK.InputAnimation.asmdef │ │ │ │ ├── MRTK.InputAnimation.asmdef.meta │ │ │ │ ├── MixedRealityInputRecordingProfile.cs │ │ │ │ └── MixedRealityInputRecordingProfile.cs.meta │ │ │ ├── InputSimulation.meta │ │ │ ├── InputSimulation │ │ │ │ ├── ArticulatedHandPoses.meta │ │ │ │ ├── ArticulatedHandPoses │ │ │ │ │ ├── ArticulatedHandPose-TeleportEnd.json │ │ │ │ │ ├── ArticulatedHandPose-TeleportEnd.json.meta │ │ │ │ │ ├── ArticulatedHandPose-TeleportStart.json │ │ │ │ │ ├── ArticulatedHandPose-TeleportStart.json.meta │ │ │ │ │ ├── ArticulatedHandPose_Flat.json │ │ │ │ │ ├── ArticulatedHandPose_Flat.json.meta │ │ │ │ │ ├── ArticulatedHandPose_Grab.json │ │ │ │ │ ├── ArticulatedHandPose_Grab.json.meta │ │ │ │ │ ├── ArticulatedHandPose_Open.json │ │ │ │ │ ├── ArticulatedHandPose_Open.json.meta │ │ │ │ │ ├── ArticulatedHandPose_OpenSteadyGrabPoint.json │ │ │ │ │ ├── ArticulatedHandPose_OpenSteadyGrabPoint.json.meta │ │ │ │ │ ├── ArticulatedHandPose_Pinch.json │ │ │ │ │ ├── ArticulatedHandPose_Pinch.json.meta │ │ │ │ │ ├── ArticulatedHandPose_PinchSteadyWrist.json │ │ │ │ │ ├── ArticulatedHandPose_PinchSteadyWrist.json.meta │ │ │ │ │ ├── ArticulatedHandPose_Poke.json │ │ │ │ │ ├── ArticulatedHandPose_Poke.json.meta │ │ │ │ │ ├── ArticulatedHandPose_ThumbsUp.json │ │ │ │ │ ├── ArticulatedHandPose_ThumbsUp.json.meta │ │ │ │ │ ├── ArticulatedHandPose_Victory.json │ │ │ │ │ └── ArticulatedHandPose_Victory.json.meta │ │ │ │ ├── BaseInputSimulationService.cs │ │ │ │ ├── BaseInputSimulationService.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── InputSimulationWindow.cs │ │ │ │ │ ├── InputSimulationWindow.cs.meta │ │ │ │ │ ├── KeyBindingInspector.cs │ │ │ │ │ ├── KeyBindingInspector.cs.meta │ │ │ │ │ ├── MRTK.InputSimulation.Editor.asmdef │ │ │ │ │ ├── MRTK.InputSimulation.Editor.asmdef.meta │ │ │ │ │ ├── MixedRealityInputSimulationProfileInspector.cs │ │ │ │ │ └── MixedRealityInputSimulationProfileInspector.cs.meta │ │ │ │ ├── IInputSimulationService.cs │ │ │ │ ├── IInputSimulationService.cs.meta │ │ │ │ ├── IMixedRealityInputPlaybackService.cs │ │ │ │ ├── IMixedRealityInputPlaybackService.cs.meta │ │ │ │ ├── InputPlaybackService.cs │ │ │ │ ├── InputPlaybackService.cs.meta │ │ │ │ ├── InputSimulationEnum.cs │ │ │ │ ├── InputSimulationEnum.cs.meta │ │ │ │ ├── InputSimulationHelpGuide.cs │ │ │ │ ├── InputSimulationHelpGuide.cs.meta │ │ │ │ ├── InputSimulationService.cs │ │ │ │ ├── InputSimulationService.cs.meta │ │ │ │ ├── KeyBinding.cs │ │ │ │ ├── KeyBinding.cs.meta │ │ │ │ ├── MRTK.InputSimulation.asmdef │ │ │ │ ├── MRTK.InputSimulation.asmdef.meta │ │ │ │ ├── ManualCameraControl.cs │ │ │ │ ├── ManualCameraControl.cs.meta │ │ │ │ ├── MixedRealityInputSimulationProfile.cs │ │ │ │ ├── MixedRealityInputSimulationProfile.cs.meta │ │ │ │ ├── MouseRotationProvider.cs │ │ │ │ ├── MouseRotationProvider.cs.meta │ │ │ │ ├── SimulatedArticulatedHand.cs │ │ │ │ ├── SimulatedArticulatedHand.cs.meta │ │ │ │ ├── SimulatedArticulatedHandPoses.cs │ │ │ │ ├── SimulatedArticulatedHandPoses.cs.meta │ │ │ │ ├── SimulatedControllerDataProvider.cs │ │ │ │ ├── SimulatedControllerDataProvider.cs.meta │ │ │ │ ├── SimulatedGestureHand.cs │ │ │ │ ├── SimulatedGestureHand.cs.meta │ │ │ │ ├── SimulatedHand.cs │ │ │ │ ├── SimulatedHand.cs.meta │ │ │ │ ├── SimulatedHandDataProvider.cs │ │ │ │ ├── SimulatedHandDataProvider.cs.meta │ │ │ │ ├── SimulatedHandUtils.cs │ │ │ │ ├── SimulatedHandUtils.cs.meta │ │ │ │ ├── SimulatedMotionController.cs │ │ │ │ ├── SimulatedMotionController.cs.meta │ │ │ │ ├── SimulatedMotionControllerButtonState.cs │ │ │ │ ├── SimulatedMotionControllerButtonState.cs.meta │ │ │ │ ├── SimulatedMotionControllerDataProvider.cs │ │ │ │ └── SimulatedMotionControllerDataProvider.cs.meta │ │ │ ├── ObjectMeshObserver.meta │ │ │ ├── ObjectMeshObserver │ │ │ │ ├── MRTK.ObjectMeshObserver.asmdef │ │ │ │ ├── MRTK.ObjectMeshObserver.asmdef.meta │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── DefaultObjectMeshObserverProfile.asset │ │ │ │ │ └── DefaultObjectMeshObserverProfile.asset.meta │ │ │ │ ├── RoomFileFormat.meta │ │ │ │ ├── RoomFileFormat │ │ │ │ │ ├── RoomFileImporter.cs │ │ │ │ │ ├── RoomFileImporter.cs.meta │ │ │ │ │ ├── RoomFileSerializer.cs │ │ │ │ │ └── RoomFileSerializer.cs.meta │ │ │ │ ├── SpatialObjectMeshObserver.cs │ │ │ │ ├── SpatialObjectMeshObserver.cs.meta │ │ │ │ ├── SpatialObjectMeshObserverProfile.cs │ │ │ │ ├── SpatialObjectMeshObserverProfile.cs.meta │ │ │ │ ├── SpatialObjectMeshObserverProfileInspector.cs │ │ │ │ └── SpatialObjectMeshObserverProfileInspector.cs.meta │ │ │ ├── UnityInput.meta │ │ │ └── UnityInput │ │ │ │ ├── GenericJoystickController.cs │ │ │ │ ├── GenericJoystickController.cs.meta │ │ │ │ ├── MixedRealityMouseInputProfile.cs │ │ │ │ ├── MixedRealityMouseInputProfile.cs.meta │ │ │ │ ├── MouseController.cs │ │ │ │ ├── MouseController.cs.meta │ │ │ │ ├── MouseDeviceManager.cs │ │ │ │ ├── MouseDeviceManager.cs.meta │ │ │ │ ├── UnityJoystickManager.cs │ │ │ │ ├── UnityJoystickManager.cs.meta │ │ │ │ ├── UnityTouchController.cs │ │ │ │ ├── UnityTouchController.cs.meta │ │ │ │ ├── UnityTouchDeviceManager.cs │ │ │ │ ├── UnityTouchDeviceManager.cs.meta │ │ │ │ ├── XboxController.cs │ │ │ │ └── XboxController.cs.meta │ │ ├── Services.meta │ │ ├── Services │ │ │ ├── BaseBoundarySystem.cs │ │ │ ├── BaseBoundarySystem.cs.meta │ │ │ ├── BaseCoreSystem.cs │ │ │ ├── BaseCoreSystem.cs.meta │ │ │ ├── BaseDataProvider.cs │ │ │ ├── BaseDataProvider.cs.meta │ │ │ ├── BaseDataProviderAccessCoreSystem.cs │ │ │ ├── BaseDataProviderAccessCoreSystem.cs.meta │ │ │ ├── BaseEventSystem.cs │ │ │ ├── BaseEventSystem.cs.meta │ │ │ ├── BaseExtensionService.cs │ │ │ ├── BaseExtensionService.cs.meta │ │ │ ├── BaseService.cs │ │ │ ├── BaseService.cs.meta │ │ │ ├── MixedRealityToolkit.cs │ │ │ └── MixedRealityToolkit.cs.meta │ │ ├── Utilities.meta │ │ ├── Utilities │ │ │ ├── Async.meta │ │ │ ├── Async │ │ │ │ ├── AwaitYieldInstructions.meta │ │ │ │ ├── AwaitYieldInstructions │ │ │ │ │ ├── WaitForBackgroundThread.cs │ │ │ │ │ ├── WaitForBackgroundThread.cs.meta │ │ │ │ │ ├── WaitForUpdate.cs │ │ │ │ │ └── WaitForUpdate.cs.meta │ │ │ │ ├── AwaiterExtensions.cs │ │ │ │ ├── AwaiterExtensions.cs.meta │ │ │ │ ├── Internal.meta │ │ │ │ ├── Internal │ │ │ │ │ ├── AsyncCoroutineRunner.cs │ │ │ │ │ ├── AsyncCoroutineRunner.cs.meta │ │ │ │ │ ├── SyncContextUtility.cs │ │ │ │ │ └── SyncContextUtility.cs.meta │ │ │ │ ├── License.md │ │ │ │ ├── License.md.meta │ │ │ │ ├── MRTK.Async.asmdef │ │ │ │ ├── MRTK.Async.asmdef.meta │ │ │ │ ├── ReadMe.md │ │ │ │ └── ReadMe.md.meta │ │ │ ├── BuildAndDeploy.meta │ │ │ ├── BuildAndDeploy │ │ │ │ ├── BuildDeployPreferences.cs │ │ │ │ ├── BuildDeployPreferences.cs.meta │ │ │ │ ├── BuildInfo.cs │ │ │ │ ├── BuildInfo.cs.meta │ │ │ │ ├── BuildInfoExtensions.cs │ │ │ │ ├── BuildInfoExtensions.cs.meta │ │ │ │ ├── IBuildInfo.cs │ │ │ │ ├── IBuildInfo.cs.meta │ │ │ │ ├── MRTK.BuildAndDeploy.asmdef │ │ │ │ ├── MRTK.BuildAndDeploy.asmdef.meta │ │ │ │ ├── MixedRealityBuildPreferences.cs │ │ │ │ ├── MixedRealityBuildPreferences.cs.meta │ │ │ │ ├── UnityPlayerBuildTools.cs │ │ │ │ ├── UnityPlayerBuildTools.cs.meta │ │ │ │ ├── UwpAppxBuildTools.cs │ │ │ │ ├── UwpAppxBuildTools.cs.meta │ │ │ │ ├── UwpBuildDeployPreferences.cs │ │ │ │ ├── UwpBuildDeployPreferences.cs.meta │ │ │ │ ├── UwpBuildInfo.cs │ │ │ │ ├── UwpBuildInfo.cs.meta │ │ │ │ ├── UwpPlayerBuildTools.cs │ │ │ │ └── UwpPlayerBuildTools.cs.meta │ │ │ ├── CameraCache.cs │ │ │ ├── CameraCache.cs.meta │ │ │ ├── CameraEventRouter.cs │ │ │ ├── CameraEventRouter.cs.meta │ │ │ ├── CameraFOVChecker.cs │ │ │ ├── CameraFOVChecker.cs.meta │ │ │ ├── CoreServices.cs │ │ │ ├── CoreServices.cs.meta │ │ │ ├── DebugUtilities.cs │ │ │ ├── DebugUtilities.cs.meta │ │ │ ├── DeviceUtility.cs │ │ │ ├── DeviceUtility.cs.meta │ │ │ ├── EdgeUtilities.cs │ │ │ ├── EdgeUtilities.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── AssemblyDefinition.cs │ │ │ │ ├── AssemblyDefinition.cs.meta │ │ │ │ ├── EditorAssemblyReloadManager.cs │ │ │ │ ├── EditorAssemblyReloadManager.cs.meta │ │ │ │ ├── EditorProjectUtilities.cs │ │ │ │ ├── EditorProjectUtilities.cs.meta │ │ │ │ ├── FileUtilities.cs │ │ │ │ ├── FileUtilities.cs.meta │ │ │ │ ├── GUIEnabledWrapper.cs │ │ │ │ ├── GUIEnabledWrapper.cs.meta │ │ │ │ ├── InputManagerAxis.cs │ │ │ │ ├── InputManagerAxis.cs.meta │ │ │ │ ├── InputManagerAxisType.cs │ │ │ │ ├── InputManagerAxisType.cs.meta │ │ │ │ ├── InputMappingAxisUtility.cs │ │ │ │ ├── InputMappingAxisUtility.cs.meta │ │ │ │ ├── MRTK.Editor.Utilities.asmdef │ │ │ │ ├── MRTK.Editor.Utilities.asmdef.meta │ │ │ │ ├── MixedRealityOptimizeUtils.cs │ │ │ │ ├── MixedRealityOptimizeUtils.cs.meta │ │ │ │ ├── Preferences.meta │ │ │ │ ├── Preferences │ │ │ │ │ ├── EditorPreferences.cs │ │ │ │ │ ├── EditorPreferences.cs.meta │ │ │ │ │ ├── MixedRealityProjectPreferences.cs │ │ │ │ │ ├── MixedRealityProjectPreferences.cs.meta │ │ │ │ │ ├── ProjectPreferences.cs │ │ │ │ │ ├── ProjectPreferences.cs.meta │ │ │ │ │ ├── SerializableDictionary.cs │ │ │ │ │ └── SerializableDictionary.cs.meta │ │ │ │ ├── ScriptUtilities.cs │ │ │ │ ├── ScriptUtilities.cs.meta │ │ │ │ ├── ScriptedImporterAssetReimporter.cs │ │ │ │ ├── ScriptedImporterAssetReimporter.cs.meta │ │ │ │ ├── Setup.meta │ │ │ │ ├── Setup │ │ │ │ │ ├── MixedRealityProjectConfigurator.cs │ │ │ │ │ ├── MixedRealityProjectConfigurator.cs.meta │ │ │ │ │ ├── MixedRealityToolkitFiles.cs │ │ │ │ │ ├── MixedRealityToolkitFiles.cs.meta │ │ │ │ │ ├── MixedRealityToolkitPreserveSettings.cs │ │ │ │ │ └── MixedRealityToolkitPreserveSettings.cs.meta │ │ │ │ ├── SizeUtilities.cs │ │ │ │ ├── SizeUtilities.cs.meta │ │ │ │ ├── SpatializerUtilities.cs │ │ │ │ ├── SpatializerUtilities.cs.meta │ │ │ │ ├── USB.meta │ │ │ │ ├── USB │ │ │ │ │ ├── USBDeviceInfo.cs │ │ │ │ │ ├── USBDeviceInfo.cs.meta │ │ │ │ │ ├── USBDeviceListener.cs │ │ │ │ │ └── USBDeviceListener.cs.meta │ │ │ │ ├── UWPCapabilityUtility.cs │ │ │ │ ├── UWPCapabilityUtility.cs.meta │ │ │ │ ├── XRSettingsUtilities.cs │ │ │ │ └── XRSettingsUtilities.cs.meta │ │ │ ├── Facades.meta │ │ │ ├── Facades │ │ │ │ ├── ServiceFacade.cs │ │ │ │ └── ServiceFacade.cs.meta │ │ │ ├── FastSimplexNoise.cs │ │ │ ├── FastSimplexNoise.cs.meta │ │ │ ├── GameObjectManagement.meta │ │ │ ├── GameObjectManagement │ │ │ │ ├── GameObjectCreator.cs │ │ │ │ ├── GameObjectCreator.cs.meta │ │ │ │ ├── GameObjectPool.cs │ │ │ │ ├── GameObjectPool.cs.meta │ │ │ │ ├── GenericPrefabInstanceCreator.cs │ │ │ │ ├── GenericPrefabInstanceCreator.cs.meta │ │ │ │ ├── IGameObjectCreatorListener.cs │ │ │ │ └── IGameObjectCreatorListener.cs.meta │ │ │ ├── Gltf.meta │ │ │ ├── Gltf │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ ├── MRTK.Gltf.asmdef │ │ │ │ ├── MRTK.Gltf.asmdef.meta │ │ │ │ ├── Schema.meta │ │ │ │ ├── Schema │ │ │ │ │ ├── Extensions.meta │ │ │ │ │ ├── Extensions │ │ │ │ │ │ ├── GltfExtension.cs │ │ │ │ │ │ ├── GltfExtension.cs.meta │ │ │ │ │ │ ├── KHR_Materials_PbrSpecularGlossiness.cs │ │ │ │ │ │ └── KHR_Materials_PbrSpecularGlossiness.cs.meta │ │ │ │ │ ├── GltfAccessor.cs │ │ │ │ │ ├── GltfAccessor.cs.meta │ │ │ │ │ ├── GltfAccessorAttributeType.cs │ │ │ │ │ ├── GltfAccessorAttributeType.cs.meta │ │ │ │ │ ├── GltfAccessorSparse.cs │ │ │ │ │ ├── GltfAccessorSparse.cs.meta │ │ │ │ │ ├── GltfAccessorSparseIndices.cs │ │ │ │ │ ├── GltfAccessorSparseIndices.cs.meta │ │ │ │ │ ├── GltfAccessorSparseValues.cs │ │ │ │ │ ├── GltfAccessorSparseValues.cs.meta │ │ │ │ │ ├── GltfAlphaMode.cs │ │ │ │ │ ├── GltfAlphaMode.cs.meta │ │ │ │ │ ├── GltfAnimation.cs │ │ │ │ │ ├── GltfAnimation.cs.meta │ │ │ │ │ ├── GltfAnimationChannel.cs │ │ │ │ │ ├── GltfAnimationChannel.cs.meta │ │ │ │ │ ├── GltfAnimationChannelPath.cs │ │ │ │ │ ├── GltfAnimationChannelPath.cs.meta │ │ │ │ │ ├── GltfAnimationChannelTarget.cs │ │ │ │ │ ├── GltfAnimationChannelTarget.cs.meta │ │ │ │ │ ├── GltfAnimationSampler.cs │ │ │ │ │ ├── GltfAnimationSampler.cs.meta │ │ │ │ │ ├── GltfAssetInfo.cs │ │ │ │ │ ├── GltfAssetInfo.cs.meta │ │ │ │ │ ├── GltfBuffer.cs │ │ │ │ │ ├── GltfBuffer.cs.meta │ │ │ │ │ ├── GltfBufferView.cs │ │ │ │ │ ├── GltfBufferView.cs.meta │ │ │ │ │ ├── GltfBufferViewTarget.cs │ │ │ │ │ ├── GltfBufferViewTarget.cs.meta │ │ │ │ │ ├── GltfCamera.cs │ │ │ │ │ ├── GltfCamera.cs.meta │ │ │ │ │ ├── GltfCameraOrthographic.cs │ │ │ │ │ ├── GltfCameraOrthographic.cs.meta │ │ │ │ │ ├── GltfCameraPerspective.cs │ │ │ │ │ ├── GltfCameraPerspective.cs.meta │ │ │ │ │ ├── GltfCameraType.cs │ │ │ │ │ ├── GltfCameraType.cs.meta │ │ │ │ │ ├── GltfChildOfRootProperty.cs │ │ │ │ │ ├── GltfChildOfRootProperty.cs.meta │ │ │ │ │ ├── GltfComponentType.cs │ │ │ │ │ ├── GltfComponentType.cs.meta │ │ │ │ │ ├── GltfDrawMode.cs │ │ │ │ │ ├── GltfDrawMode.cs.meta │ │ │ │ │ ├── GltfImage.cs │ │ │ │ │ ├── GltfImage.cs.meta │ │ │ │ │ ├── GltfInterpolationType.cs │ │ │ │ │ ├── GltfInterpolationType.cs.meta │ │ │ │ │ ├── GltfMagnificationFilterMode.cs │ │ │ │ │ ├── GltfMagnificationFilterMode.cs.meta │ │ │ │ │ ├── GltfMaterial.cs │ │ │ │ │ ├── GltfMaterial.cs.meta │ │ │ │ │ ├── GltfMaterialCommonConstant.cs │ │ │ │ │ ├── GltfMaterialCommonConstant.cs.meta │ │ │ │ │ ├── GltfMesh.cs │ │ │ │ │ ├── GltfMesh.cs.meta │ │ │ │ │ ├── GltfMeshPrimitive.cs │ │ │ │ │ ├── GltfMeshPrimitive.cs.meta │ │ │ │ │ ├── GltfMeshPrimitiveAttributes.cs │ │ │ │ │ ├── GltfMeshPrimitiveAttributes.cs.meta │ │ │ │ │ ├── GltfMinFilterMode.cs │ │ │ │ │ ├── GltfMinFilterMode.cs.meta │ │ │ │ │ ├── GltfNode.cs │ │ │ │ │ ├── GltfNode.cs.meta │ │ │ │ │ ├── GltfNormalTextureInfo.cs │ │ │ │ │ ├── GltfNormalTextureInfo.cs.meta │ │ │ │ │ ├── GltfObject.cs │ │ │ │ │ ├── GltfObject.cs.meta │ │ │ │ │ ├── GltfOcclusionTextureInfo.cs │ │ │ │ │ ├── GltfOcclusionTextureInfo.cs.meta │ │ │ │ │ ├── GltfPbrMetallicRoughness.cs │ │ │ │ │ ├── GltfPbrMetallicRoughness.cs.meta │ │ │ │ │ ├── GltfProperty.cs │ │ │ │ │ ├── GltfProperty.cs.meta │ │ │ │ │ ├── GltfSampler.cs │ │ │ │ │ ├── GltfSampler.cs.meta │ │ │ │ │ ├── GltfScene.cs │ │ │ │ │ ├── GltfScene.cs.meta │ │ │ │ │ ├── GltfSkin.cs │ │ │ │ │ ├── GltfSkin.cs.meta │ │ │ │ │ ├── GltfTexture.cs │ │ │ │ │ ├── GltfTexture.cs.meta │ │ │ │ │ ├── GltfTextureInfo.cs │ │ │ │ │ ├── GltfTextureInfo.cs.meta │ │ │ │ │ ├── GltfWrapMode.cs │ │ │ │ │ └── GltfWrapMode.cs.meta │ │ │ │ ├── Serialization.meta │ │ │ │ └── Serialization │ │ │ │ │ ├── ColliderType.cs │ │ │ │ │ ├── ColliderType.cs.meta │ │ │ │ │ ├── ConstructGltf.cs │ │ │ │ │ ├── ConstructGltf.cs.meta │ │ │ │ │ ├── GltfAsset.cs │ │ │ │ │ ├── GltfAsset.cs.meta │ │ │ │ │ ├── GltfChunkType.cs │ │ │ │ │ ├── GltfChunkType.cs.meta │ │ │ │ │ ├── GltfConversions.cs │ │ │ │ │ ├── GltfConversions.cs.meta │ │ │ │ │ ├── GltfUtility.cs │ │ │ │ │ ├── GltfUtility.cs.meta │ │ │ │ │ ├── Importers.meta │ │ │ │ │ └── Importers │ │ │ │ │ ├── GlbAssetImporter.cs │ │ │ │ │ ├── GlbAssetImporter.cs.meta │ │ │ │ │ ├── GltfAssetImporter.cs │ │ │ │ │ ├── GltfAssetImporter.cs.meta │ │ │ │ │ ├── GltfEditorImporter.cs │ │ │ │ │ ├── GltfEditorImporter.cs.meta │ │ │ │ │ ├── MRTK.Gltf.Importers.asmdef │ │ │ │ │ └── MRTK.Gltf.Importers.asmdef.meta │ │ │ ├── InspectorFields.meta │ │ │ ├── InspectorFields │ │ │ │ ├── InspectorField.cs │ │ │ │ ├── InspectorField.cs.meta │ │ │ │ ├── InspectorFieldData.cs │ │ │ │ ├── InspectorFieldData.cs.meta │ │ │ │ ├── InspectorGenericFields.cs │ │ │ │ ├── InspectorGenericFields.cs.meta │ │ │ │ ├── InspectorPropertySettings.cs │ │ │ │ └── InspectorPropertySettings.cs.meta │ │ │ ├── Lines.meta │ │ │ ├── Lines │ │ │ │ ├── DataProviders.meta │ │ │ │ ├── DataProviders │ │ │ │ │ ├── BaseMixedRealityLineDataProvider.cs │ │ │ │ │ ├── BaseMixedRealityLineDataProvider.cs.meta │ │ │ │ │ ├── BezierDataProvider.cs │ │ │ │ │ ├── BezierDataProvider.cs.meta │ │ │ │ │ ├── BezierInertia.cs │ │ │ │ │ ├── BezierInertia.cs.meta │ │ │ │ │ ├── EllipseLineDataProvider.cs │ │ │ │ │ ├── EllipseLineDataProvider.cs.meta │ │ │ │ │ ├── ParabolaConstrainedLineDataProvider.cs │ │ │ │ │ ├── ParabolaConstrainedLineDataProvider.cs.meta │ │ │ │ │ ├── ParabolaLineDataProvider.cs │ │ │ │ │ ├── ParabolaLineDataProvider.cs.meta │ │ │ │ │ ├── ParabolaPhysicalLineDataProvider.cs │ │ │ │ │ ├── ParabolaPhysicalLineDataProvider.cs.meta │ │ │ │ │ ├── RectangleLineDataProvider.cs │ │ │ │ │ ├── RectangleLineDataProvider.cs.meta │ │ │ │ │ ├── SimpleLineDataProvider.cs │ │ │ │ │ ├── SimpleLineDataProvider.cs.meta │ │ │ │ │ ├── SplineDataProvider.cs │ │ │ │ │ └── SplineDataProvider.cs.meta │ │ │ │ ├── LineFollower.cs │ │ │ │ ├── LineFollower.cs.meta │ │ │ │ ├── LineUtility.cs │ │ │ │ ├── LineUtility.cs.meta │ │ │ │ ├── Renderers.meta │ │ │ │ └── Renderers │ │ │ │ │ ├── BaseMixedRealityLineRenderer.cs │ │ │ │ │ ├── BaseMixedRealityLineRenderer.cs.meta │ │ │ │ │ ├── MeshLineRenderer.cs │ │ │ │ │ ├── MeshLineRenderer.cs.meta │ │ │ │ │ ├── MixedRealityLineRenderer.cs │ │ │ │ │ ├── MixedRealityLineRenderer.cs.meta │ │ │ │ │ ├── ParticleSystemLineRenderer.cs │ │ │ │ │ ├── ParticleSystemLineRenderer.cs.meta │ │ │ │ │ ├── StripMeshLineRenderer.cs │ │ │ │ │ └── StripMeshLineRenderer.cs.meta │ │ │ ├── MaintainBorderLightWidth.cs │ │ │ ├── MaintainBorderLightWidth.cs.meta │ │ │ ├── MathUtilities.cs │ │ │ ├── MathUtilities.cs.meta │ │ │ ├── Migration.meta │ │ │ ├── Migration │ │ │ │ ├── IMigrationHandler.cs │ │ │ │ └── IMigrationHandler.cs.meta │ │ │ ├── MixedRealityPlayspace.cs │ │ │ ├── MixedRealityPlayspace.cs.meta │ │ │ ├── MixedRealityServiceRegistry.cs │ │ │ ├── MixedRealityServiceRegistry.cs.meta │ │ │ ├── OBJWriterUtility.cs │ │ │ ├── OBJWriterUtility.cs.meta │ │ │ ├── Physics.meta │ │ │ ├── Physics │ │ │ │ ├── BaseRayStabilizer.cs │ │ │ │ ├── BaseRayStabilizer.cs.meta │ │ │ │ ├── Distorters.meta │ │ │ │ ├── Distorters │ │ │ │ │ ├── Distorter.cs │ │ │ │ │ ├── Distorter.cs.meta │ │ │ │ │ ├── DistorterBulge.cs │ │ │ │ │ ├── DistorterBulge.cs.meta │ │ │ │ │ ├── DistorterGravity.cs │ │ │ │ │ ├── DistorterGravity.cs.meta │ │ │ │ │ ├── DistorterSimplex.cs │ │ │ │ │ ├── DistorterSimplex.cs.meta │ │ │ │ │ ├── DistorterSphere.cs │ │ │ │ │ ├── DistorterSphere.cs.meta │ │ │ │ │ ├── DistorterWiggly.cs │ │ │ │ │ └── DistorterWiggly.cs.meta │ │ │ │ ├── GazeStabilizer.cs │ │ │ │ ├── GazeStabilizer.cs.meta │ │ │ │ ├── InterpolationUtilities.cs │ │ │ │ ├── InterpolationUtilities.cs.meta │ │ │ │ ├── Interpolator.cs │ │ │ │ ├── Interpolator.cs.meta │ │ │ │ ├── MixedRealityRaycaster.cs │ │ │ │ ├── MixedRealityRaycaster.cs.meta │ │ │ │ ├── RaycastResultComparer.cs │ │ │ │ ├── RaycastResultComparer.cs.meta │ │ │ │ ├── VectorRollingStatistics.cs │ │ │ │ └── VectorRollingStatistics.cs.meta │ │ │ ├── PlatformUtility.cs │ │ │ ├── PlatformUtility.cs.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── Rendering.meta │ │ │ ├── Rendering │ │ │ │ ├── DepthBufferRenderer.cs │ │ │ │ ├── DepthBufferRenderer.cs.meta │ │ │ │ ├── MaterialInstance.cs │ │ │ │ └── MaterialInstance.cs.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── EditorSceneUtils.cs │ │ │ │ ├── EditorSceneUtils.cs.meta │ │ │ │ ├── RuntimeSceneUtils.cs │ │ │ │ ├── RuntimeSceneUtils.cs.meta │ │ │ │ ├── SerializedObjectUtils.cs │ │ │ │ └── SerializedObjectUtils.cs.meta │ │ │ ├── ScriptingUtilities.cs │ │ │ ├── ScriptingUtilities.cs.meta │ │ │ ├── StabilizedRay.cs │ │ │ ├── StabilizedRay.cs.meta │ │ │ ├── StandardShader.meta │ │ │ ├── StandardShader │ │ │ │ ├── BaseMeshOutline.cs │ │ │ │ ├── BaseMeshOutline.cs.meta │ │ │ │ ├── ClippingBox.cs │ │ │ │ ├── ClippingBox.cs.meta │ │ │ │ ├── ClippingPlane.cs │ │ │ │ ├── ClippingPlane.cs.meta │ │ │ │ ├── ClippingPrimitive.cs │ │ │ │ ├── ClippingPrimitive.cs.meta │ │ │ │ ├── ClippingSphere.cs │ │ │ │ ├── ClippingSphere.cs.meta │ │ │ │ ├── HoverLight.cs │ │ │ │ ├── HoverLight.cs.meta │ │ │ │ ├── MeshOutline.cs │ │ │ │ ├── MeshOutline.cs.meta │ │ │ │ ├── MeshOutlineHierarchy.cs │ │ │ │ ├── MeshOutlineHierarchy.cs.meta │ │ │ │ ├── MeshSmoother.cs │ │ │ │ ├── MeshSmoother.cs.meta │ │ │ │ ├── ProximityLight.cs │ │ │ │ ├── ProximityLight.cs.meta │ │ │ │ ├── StandardShaderUtility.cs │ │ │ │ └── StandardShaderUtility.cs.meta │ │ │ ├── TypeCacheUtility.cs │ │ │ ├── TypeCacheUtility.cs.meta │ │ │ ├── WebRequestRest.meta │ │ │ ├── WebRequestRest │ │ │ │ ├── Response.cs │ │ │ │ ├── Response.cs.meta │ │ │ │ ├── Rest.cs │ │ │ │ └── Rest.cs.meta │ │ │ ├── WindowsApiChecker.cs │ │ │ ├── WindowsApiChecker.cs.meta │ │ │ ├── WindowsDevicePortal.meta │ │ │ ├── WindowsDevicePortal │ │ │ │ ├── DataStructures.meta │ │ │ │ ├── DataStructures │ │ │ │ │ ├── ActivePowerSchemeInfo.cs │ │ │ │ │ ├── ActivePowerSchemeInfo.cs.meta │ │ │ │ │ ├── AdapterInfo.cs │ │ │ │ │ ├── AdapterInfo.cs.meta │ │ │ │ │ ├── ApplicationInfo.cs │ │ │ │ │ ├── ApplicationInfo.cs.meta │ │ │ │ │ ├── AvailableWiFiNetworks.cs │ │ │ │ │ ├── AvailableWiFiNetworks.cs.meta │ │ │ │ │ ├── BatteryInfo.cs │ │ │ │ │ ├── BatteryInfo.cs.meta │ │ │ │ │ ├── DHCPInfo.cs │ │ │ │ │ ├── DHCPInfo.cs.meta │ │ │ │ │ ├── DeviceInfo.cs │ │ │ │ │ ├── DeviceInfo.cs.meta │ │ │ │ │ ├── DeviceOsInfo.cs │ │ │ │ │ ├── DeviceOsInfo.cs.meta │ │ │ │ │ ├── DevicePortalConnections.cs │ │ │ │ │ ├── DevicePortalConnections.cs.meta │ │ │ │ │ ├── FileInfo.cs │ │ │ │ │ ├── FileInfo.cs.meta │ │ │ │ │ ├── FileList.cs │ │ │ │ │ ├── FileList.cs.meta │ │ │ │ │ ├── InstallStatus.cs │ │ │ │ │ ├── InstallStatus.cs.meta │ │ │ │ │ ├── InstalledApps.cs │ │ │ │ │ ├── InstalledApps.cs.meta │ │ │ │ │ ├── InterfaceInfo.cs │ │ │ │ │ ├── InterfaceInfo.cs.meta │ │ │ │ │ ├── IpAddressInfo.cs │ │ │ │ │ ├── IpAddressInfo.cs.meta │ │ │ │ │ ├── IpConfigInfo.cs │ │ │ │ │ ├── IpConfigInfo.cs.meta │ │ │ │ │ ├── MachineName.cs │ │ │ │ │ ├── MachineName.cs.meta │ │ │ │ │ ├── NetworkInterfaces.cs │ │ │ │ │ ├── NetworkInterfaces.cs.meta │ │ │ │ │ ├── NetworkProfileInfo.cs │ │ │ │ │ ├── NetworkProfileInfo.cs.meta │ │ │ │ │ ├── PowerStateInfo.cs │ │ │ │ │ ├── PowerStateInfo.cs.meta │ │ │ │ │ ├── ProcessInfo.cs │ │ │ │ │ ├── ProcessInfo.cs.meta │ │ │ │ │ ├── ProcessList.cs │ │ │ │ │ ├── ProcessList.cs.meta │ │ │ │ │ ├── WirelessNetworkInfo.cs │ │ │ │ │ └── WirelessNetworkInfo.cs.meta │ │ │ │ ├── DevicePortal.cs │ │ │ │ └── DevicePortal.cs.meta │ │ │ ├── XRSubsystemHelpers.cs │ │ │ └── XRSubsystemHelpers.cs.meta │ │ ├── WhereToStart.txt │ │ ├── WhereToStart.txt.meta │ │ ├── toc.yml │ │ └── toc.yml.meta │ ├── Examples.meta │ ├── Examples │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── CoffeeCup.prefab │ │ │ │ ├── CoffeeCup.prefab.meta │ │ │ │ ├── HandMenuSliderAssets.meta │ │ │ │ ├── HandMenuSliderAssets │ │ │ │ │ ├── Animations.meta │ │ │ │ │ ├── Animations │ │ │ │ │ │ ├── Slider_02_AnimationController.controller │ │ │ │ │ │ ├── Slider_02_AnimationController.controller.meta │ │ │ │ │ │ ├── Slider_02_Grab.anim │ │ │ │ │ │ ├── Slider_02_Grab.anim.meta │ │ │ │ │ │ ├── Slider_02_Hover.anim │ │ │ │ │ │ ├── Slider_02_Hover.anim.meta │ │ │ │ │ │ ├── Slider_02_Rest.anim │ │ │ │ │ │ └── Slider_02_Rest.anim.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── Slider_Dot.mat │ │ │ │ │ │ └── Slider_Dot.mat.meta │ │ │ │ │ ├── Models.meta │ │ │ │ │ ├── Models │ │ │ │ │ │ ├── Slider_Dot_geo.fbx │ │ │ │ │ │ └── Slider_Dot_geo.fbx.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── UpdateSliderTrackLine.cs │ │ │ │ │ │ └── UpdateSliderTrackLine.cs.meta │ │ │ │ ├── HandMenu_Large_AutoWorldLock_On_HandDrop.prefab │ │ │ │ ├── HandMenu_Large_AutoWorldLock_On_HandDrop.prefab.meta │ │ │ │ ├── HandMenu_Large_WorldLock_On_GrabAndPull.prefab │ │ │ │ ├── HandMenu_Large_WorldLock_On_GrabAndPull.prefab.meta │ │ │ │ ├── HandMenu_Medium_HideOnHandDrop.prefab │ │ │ │ ├── HandMenu_Medium_HideOnHandDrop.prefab.meta │ │ │ │ ├── HandMenu_Slider.prefab │ │ │ │ ├── HandMenu_Slider.prefab.meta │ │ │ │ ├── HandMenu_Small_HideOnHandDrop.prefab │ │ │ │ ├── HandMenu_Small_HideOnHandDrop.prefab.meta │ │ │ │ ├── Help_Panel_Viewer.prefab │ │ │ │ ├── Help_Panel_Viewer.prefab.meta │ │ │ │ ├── Piano.prefab │ │ │ │ ├── Piano.prefab.meta │ │ │ │ ├── PianoBlackKey.prefab │ │ │ │ ├── PianoBlackKey.prefab.meta │ │ │ │ ├── PianoKey.prefab │ │ │ │ ├── PianoKey.prefab.meta │ │ │ │ ├── PressableRoundButton.prefab │ │ │ │ ├── PressableRoundButton.prefab.meta │ │ │ │ ├── TestCanvas.prefab │ │ │ │ └── TestCanvas.prefab.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── ColorChanger.cs │ │ │ │ ├── ColorChanger.cs.meta │ │ │ │ ├── DwellProfileWithDecay.cs │ │ │ │ ├── DwellProfileWithDecay.cs.meta │ │ │ │ ├── LoadProfilesOnStartup.cs │ │ │ │ ├── LoadProfilesOnStartup.cs.meta │ │ │ │ ├── MaterialMatrix.cs │ │ │ │ ├── MaterialMatrix.cs.meta │ │ │ │ ├── Slider.meta │ │ │ │ ├── Slider │ │ │ │ │ ├── ShowSliderValue.cs │ │ │ │ │ ├── ShowSliderValue.cs.meta │ │ │ │ │ ├── SliderChangeColor.cs │ │ │ │ │ └── SliderChangeColor.cs.meta │ │ │ │ ├── Toggle.meta │ │ │ │ ├── Toggle │ │ │ │ │ ├── ToggleGazeSource.cs │ │ │ │ │ ├── ToggleGazeSource.cs.meta │ │ │ │ │ ├── ToggleSpatialMeshVisualization.cs │ │ │ │ │ └── ToggleSpatialMeshVisualization.cs.meta │ │ │ │ ├── TriggerOnStartup.cs │ │ │ │ └── TriggerOnStartup.cs.meta │ │ │ ├── Themes.meta │ │ │ └── Themes │ │ │ │ ├── ExampleHubBackPlateTheme.asset │ │ │ │ └── ExampleHubBackPlateTheme.asset.meta │ │ ├── Demos.meta │ │ ├── Demos │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── Audio.meta │ │ │ │ ├── Audio │ │ │ │ │ ├── PolyHover.wav │ │ │ │ │ ├── PolyHover.wav.meta │ │ │ │ │ ├── Vocals.wav │ │ │ │ │ └── Vocals.wav.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── AudioLoFiEffectExamples.unity │ │ │ │ │ ├── AudioLoFiEffectExamples.unity.meta │ │ │ │ │ ├── AudioOcclusionExamples.unity │ │ │ │ │ └── AudioOcclusionExamples.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── LoFiFilterSelection.cs │ │ │ │ │ └── LoFiFilterSelection.cs.meta │ │ │ ├── Boundary.meta │ │ │ ├── Boundary │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── BoundaryVisualizationExample.unity │ │ │ │ │ └── BoundaryVisualizationExample.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── BoundaryVisualizationDemo.cs │ │ │ │ │ └── BoundaryVisualizationDemo.cs.meta │ │ │ ├── Diagnostics.meta │ │ │ ├── Diagnostics │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── DiagnosticsDemo.unity │ │ │ │ │ └── DiagnosticsDemo.unity.meta │ │ │ ├── EyeTracking.meta │ │ │ ├── EyeTracking │ │ │ │ ├── DemoBasicSetup.meta │ │ │ │ ├── DemoBasicSetup │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── EyeGazeCursor.mat │ │ │ │ │ │ └── EyeGazeCursor.mat.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── ColorTap.cs │ │ │ │ │ │ ├── ColorTap.cs.meta │ │ │ │ │ │ ├── FollowEyeGazeGazeProvider.cs │ │ │ │ │ │ └── FollowEyeGazeGazeProvider.cs.meta │ │ │ │ ├── DemoScrollPanZoom.meta │ │ │ │ ├── DemoScrollPanZoom │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── mat_PanAndZoom_map.mat │ │ │ │ │ │ ├── mat_PanAndZoom_map.mat.meta │ │ │ │ │ │ ├── mat_PanAndZoom_text.mat │ │ │ │ │ │ ├── mat_PanAndZoom_text.mat.meta │ │ │ │ │ │ ├── mat_SlateFrame.mat │ │ │ │ │ │ ├── mat_SlateFrame.mat.meta │ │ │ │ │ │ ├── tex_icon_panzoom.mat │ │ │ │ │ │ ├── tex_icon_panzoom.mat.meta │ │ │ │ │ │ ├── tex_icon_scrolling.mat │ │ │ │ │ │ └── tex_icon_scrolling.mat.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Scripts │ │ │ │ │ │ ├── BaseClasses.meta │ │ │ │ │ │ ├── BaseClasses │ │ │ │ │ │ │ ├── PanZoomBase.cs │ │ │ │ │ │ │ ├── PanZoomBase.cs.meta │ │ │ │ │ │ │ ├── PanZoomBaseRectTransf.cs │ │ │ │ │ │ │ ├── PanZoomBaseRectTransf.cs.meta │ │ │ │ │ │ │ ├── PanZoomBaseTexture.cs │ │ │ │ │ │ │ └── PanZoomBaseTexture.cs.meta │ │ │ │ │ │ ├── PanZoomRectTransf.cs │ │ │ │ │ │ ├── PanZoomRectTransf.cs.meta │ │ │ │ │ │ ├── PanZoomTexture.cs │ │ │ │ │ │ ├── PanZoomTexture.cs.meta │ │ │ │ │ │ ├── ScrollRectTransf.cs │ │ │ │ │ │ ├── ScrollRectTransf.cs.meta │ │ │ │ │ │ ├── ScrollTexture.cs │ │ │ │ │ │ ├── ScrollTexture.cs.meta │ │ │ │ │ │ ├── TargetMoveToCamera.cs │ │ │ │ │ │ └── TargetMoveToCamera.cs.meta │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ │ ├── scrollbar.png │ │ │ │ │ │ ├── scrollbar.png.meta │ │ │ │ │ │ ├── scrollbarhandle.png │ │ │ │ │ │ ├── scrollbarhandle.png.meta │ │ │ │ │ │ ├── tex_PanAndZoom_map.png │ │ │ │ │ │ ├── tex_PanAndZoom_map.png.meta │ │ │ │ │ │ ├── tex_PanAndZoom_text.png │ │ │ │ │ │ ├── tex_PanAndZoom_text.png.meta │ │ │ │ │ │ ├── tex_icon_panzoom.png │ │ │ │ │ │ ├── tex_icon_panzoom.png.meta │ │ │ │ │ │ ├── tex_icon_scrolling.png │ │ │ │ │ │ └── tex_icon_scrolling.png.meta │ │ │ │ ├── DemoTargetPositioning.meta │ │ │ │ ├── DemoTargetPositioning │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── mat_destination_blue.mat │ │ │ │ │ │ ├── mat_destination_blue.mat.meta │ │ │ │ │ │ ├── mat_destination_purple.mat │ │ │ │ │ │ ├── mat_destination_purple.mat.meta │ │ │ │ │ │ ├── mat_destination_yellow.mat │ │ │ │ │ │ ├── mat_destination_yellow.mat.meta │ │ │ │ │ │ ├── mat_sliderbar.mat │ │ │ │ │ │ ├── mat_sliderbar.mat.meta │ │ │ │ │ │ ├── mat_sliderbar_markers.mat │ │ │ │ │ │ ├── mat_sliderbar_markers.mat.meta │ │ │ │ │ │ ├── mat_sliderknob.mat │ │ │ │ │ │ ├── mat_sliderknob.mat.meta │ │ │ │ │ │ ├── mat_sliderknob_hover.mat │ │ │ │ │ │ ├── mat_sliderknob_hover.mat.meta │ │ │ │ │ │ ├── mat_start_location.mat │ │ │ │ │ │ ├── mat_start_location.mat.meta │ │ │ │ │ │ ├── mat_target_blue.mat │ │ │ │ │ │ ├── mat_target_blue.mat.meta │ │ │ │ │ │ ├── mat_target_purple.mat │ │ │ │ │ │ ├── mat_target_purple.mat.meta │ │ │ │ │ │ ├── mat_target_yellow.mat │ │ │ │ │ │ ├── mat_target_yellow.mat.meta │ │ │ │ │ │ ├── mat_trigger.mat │ │ │ │ │ │ └── mat_trigger.mat.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── EyeTrackingDemoSliderHorizontal.prefab │ │ │ │ │ │ ├── EyeTrackingDemoSliderHorizontal.prefab.meta │ │ │ │ │ │ ├── EyeTrackingDemoSliderVertical.prefab │ │ │ │ │ │ └── EyeTrackingDemoSliderVertical.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── GrabReleaseDetector.cs │ │ │ │ │ │ ├── GrabReleaseDetector.cs.meta │ │ │ │ │ │ ├── MoveObjByEyeGaze.cs │ │ │ │ │ │ ├── MoveObjByEyeGaze.cs.meta │ │ │ │ │ │ ├── SnapTo.cs │ │ │ │ │ │ ├── SnapTo.cs.meta │ │ │ │ │ │ ├── TransportToRespawnLocation.cs │ │ │ │ │ │ ├── TransportToRespawnLocation.cs.meta │ │ │ │ │ │ ├── TriggerZonePlaceObjsWithin.cs │ │ │ │ │ │ └── TriggerZonePlaceObjsWithin.cs.meta │ │ │ │ ├── DemoTargetSelections.meta │ │ │ │ ├── DemoTargetSelections │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── EyeGazeCursor 1.mat │ │ │ │ │ │ ├── EyeGazeCursor 1.mat.meta │ │ │ │ │ │ ├── EyeGazeCursor 2.mat │ │ │ │ │ │ ├── EyeGazeCursor 2.mat.meta │ │ │ │ │ │ ├── mat_Bucky 1.mat │ │ │ │ │ │ ├── mat_Bucky 1.mat.meta │ │ │ │ │ │ ├── mat_Bucky.mat │ │ │ │ │ │ ├── mat_Bucky.mat.meta │ │ │ │ │ │ ├── mat_Icosa 1.mat │ │ │ │ │ │ ├── mat_Icosa 1.mat.meta │ │ │ │ │ │ ├── mat_Icosa.mat │ │ │ │ │ │ ├── mat_Icosa.mat.meta │ │ │ │ │ │ ├── mat_mrtk_boxtile.mat │ │ │ │ │ │ ├── mat_mrtk_boxtile.mat.meta │ │ │ │ │ │ ├── mat_notification_box_5x1.mat │ │ │ │ │ │ ├── mat_notification_box_5x1.mat.meta │ │ │ │ │ │ ├── mat_rotationSphere.mat │ │ │ │ │ │ └── mat_rotationSphere.mat.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── TargetType (1).prefab │ │ │ │ │ │ ├── TargetType (1).prefab.meta │ │ │ │ │ │ ├── TargetType (2).prefab │ │ │ │ │ │ ├── TargetType (2).prefab.meta │ │ │ │ │ │ ├── TargetType (3).prefab │ │ │ │ │ │ ├── TargetType (3).prefab.meta │ │ │ │ │ │ ├── TargetType (4).prefab │ │ │ │ │ │ └── TargetType (4).prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Scripts │ │ │ │ │ │ ├── HitBehaviorDestroyOnSelect.cs │ │ │ │ │ │ ├── HitBehaviorDestroyOnSelect.cs.meta │ │ │ │ │ │ ├── RotateWithConstSpeedDir.cs │ │ │ │ │ │ ├── RotateWithConstSpeedDir.cs.meta │ │ │ │ │ │ ├── TargetGroupCreatorRadial.cs │ │ │ │ │ │ ├── TargetGroupCreatorRadial.cs.meta │ │ │ │ │ │ ├── TargetGroupIterator.cs │ │ │ │ │ │ ├── TargetGroupIterator.cs.meta │ │ │ │ │ │ ├── ToggleGameObject.cs │ │ │ │ │ │ └── ToggleGameObject.cs.meta │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ │ ├── notification_box_5x1.psd │ │ │ │ │ │ ├── notification_box_5x1.psd.meta │ │ │ │ │ │ ├── tex_mrtk_tile.psd │ │ │ │ │ │ └── tex_mrtk_tile.psd.meta │ │ │ │ ├── DemoVisualizer.meta │ │ │ │ ├── DemoVisualizer │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── mat_SlateFrame.mat │ │ │ │ │ │ ├── mat_SlateFrame.mat.meta │ │ │ │ │ │ ├── mat_btn_backgr.mat │ │ │ │ │ │ ├── mat_btn_backgr.mat.meta │ │ │ │ │ │ ├── mat_emptyHeatmapMaterial.mat │ │ │ │ │ │ ├── mat_emptyHeatmapMaterial.mat.meta │ │ │ │ │ │ ├── mat_heatramp.mat │ │ │ │ │ │ ├── mat_heatramp.mat.meta │ │ │ │ │ │ ├── mat_hololens2_02.mat │ │ │ │ │ │ ├── mat_hololens2_02.mat.meta │ │ │ │ │ │ ├── mat_hololens2_04.mat │ │ │ │ │ │ ├── mat_hololens2_04.mat.meta │ │ │ │ │ │ ├── mat_icon_LoadRecordedData.mat │ │ │ │ │ │ ├── mat_icon_LoadRecordedData.mat.meta │ │ │ │ │ │ ├── mat_icon_PauseReplay.mat │ │ │ │ │ │ ├── mat_icon_PauseReplay.mat.meta │ │ │ │ │ │ ├── mat_icon_PlayData.mat │ │ │ │ │ │ ├── mat_icon_PlayData.mat.meta │ │ │ │ │ │ ├── mat_icon_PlayData_Inactive.mat │ │ │ │ │ │ ├── mat_icon_PlayData_Inactive.mat.meta │ │ │ │ │ │ ├── mat_icon_StartRecording.mat │ │ │ │ │ │ ├── mat_icon_StartRecording.mat.meta │ │ │ │ │ │ ├── mat_icon_StopRecording.mat │ │ │ │ │ │ ├── mat_icon_StopRecording.mat.meta │ │ │ │ │ │ ├── mat_icon_heatcircle01.mat │ │ │ │ │ │ ├── mat_icon_heatcircle01.mat.meta │ │ │ │ │ │ ├── mat_vis_et_hitpnts.mat │ │ │ │ │ │ ├── mat_vis_et_hitpnts.mat.meta │ │ │ │ │ │ ├── mat_vis_et_origins.mat │ │ │ │ │ │ └── mat_vis_et_origins.mat.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── RecordButton.prefab │ │ │ │ │ │ └── RecordButton.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Scripts │ │ │ │ │ │ ├── AsyncHelpers.cs │ │ │ │ │ │ ├── AsyncHelpers.cs.meta │ │ │ │ │ │ ├── BasicInputLogger.cs │ │ │ │ │ │ ├── BasicInputLogger.cs.meta │ │ │ │ │ │ ├── CustomInputLogger.cs │ │ │ │ │ │ ├── CustomInputLogger.cs.meta │ │ │ │ │ │ ├── DrawOnTexture.cs │ │ │ │ │ │ ├── DrawOnTexture.cs.meta │ │ │ │ │ │ ├── InputPointerVisualizer.cs │ │ │ │ │ │ ├── InputPointerVisualizer.cs.meta │ │ │ │ │ │ ├── LogStructure.cs │ │ │ │ │ │ ├── LogStructure.cs.meta │ │ │ │ │ │ ├── LogStructureEyeGaze.cs │ │ │ │ │ │ ├── LogStructureEyeGaze.cs.meta │ │ │ │ │ │ ├── OnSelectVisualizerInputController.cs │ │ │ │ │ │ ├── OnSelectVisualizerInputController.cs.meta │ │ │ │ │ │ ├── ParticleHeatmap.cs │ │ │ │ │ │ ├── ParticleHeatmap.cs.meta │ │ │ │ │ │ ├── ParticleHeatmapParticleData.cs │ │ │ │ │ │ ├── ParticleHeatmapParticleData.cs.meta │ │ │ │ │ │ ├── UserInputPlayback.cs │ │ │ │ │ │ ├── UserInputPlayback.cs.meta │ │ │ │ │ │ ├── UserInputRecorder.cs │ │ │ │ │ │ ├── UserInputRecorder.cs.meta │ │ │ │ │ │ ├── UserInputRecorderFeedback.cs │ │ │ │ │ │ ├── UserInputRecorderFeedback.cs.meta │ │ │ │ │ │ ├── UserInputRecorderUIController.cs │ │ │ │ │ │ └── UserInputRecorderUIController.cs.meta │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ │ ├── tex_drawCanvasForHeatmap.png │ │ │ │ │ │ ├── tex_drawCanvasForHeatmap.png.meta │ │ │ │ │ │ ├── tex_heatramp.png │ │ │ │ │ │ ├── tex_heatramp.png.meta │ │ │ │ │ │ ├── tex_icon_LoadData.png │ │ │ │ │ │ ├── tex_icon_LoadData.png.meta │ │ │ │ │ │ ├── tex_icon_Pause.png │ │ │ │ │ │ ├── tex_icon_Pause.png.meta │ │ │ │ │ │ ├── tex_icon_Play.png │ │ │ │ │ │ ├── tex_icon_Play.png.meta │ │ │ │ │ │ ├── tex_icon_StartRecording.png │ │ │ │ │ │ ├── tex_icon_StartRecording.png.meta │ │ │ │ │ │ ├── tex_icon_StopRecording.png │ │ │ │ │ │ ├── tex_icon_StopRecording.png.meta │ │ │ │ │ │ ├── tex_icon_vis.png │ │ │ │ │ │ ├── tex_icon_vis.png.meta │ │ │ │ │ │ ├── tex_picture1.jpg │ │ │ │ │ │ ├── tex_picture1.jpg.meta │ │ │ │ │ │ ├── tex_picture2.jpg │ │ │ │ │ │ └── tex_picture2.jpg.meta │ │ │ │ ├── General.meta │ │ │ │ ├── General │ │ │ │ │ ├── Audio.meta │ │ │ │ │ ├── Audio │ │ │ │ │ │ ├── sound_Confirmation.wav │ │ │ │ │ │ ├── sound_Confirmation.wav.meta │ │ │ │ │ │ ├── sound_Fail.wav │ │ │ │ │ │ ├── sound_Fail.wav.meta │ │ │ │ │ │ ├── sound_HandTrackingLost.wav │ │ │ │ │ │ ├── sound_HandTrackingLost.wav.meta │ │ │ │ │ │ ├── sound_Success.wav │ │ │ │ │ │ ├── sound_Success.wav.meta │ │ │ │ │ │ ├── sound_TapDown.wav │ │ │ │ │ │ ├── sound_TapDown.wav.meta │ │ │ │ │ │ ├── sound_TapUp.wav │ │ │ │ │ │ ├── sound_TapUp.wav.meta │ │ │ │ │ │ ├── sound_TargetSelected.WAV │ │ │ │ │ │ ├── sound_TargetSelected.WAV.meta │ │ │ │ │ │ ├── sound_TargetSelected_Correct.WAV │ │ │ │ │ │ ├── sound_TargetSelected_Correct.WAV.meta │ │ │ │ │ │ ├── sound_TargetSelected_Incorrect.wav │ │ │ │ │ │ └── sound_TargetSelected_Incorrect.wav.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── mat_blacktile.mat │ │ │ │ │ │ ├── mat_blacktile.mat.meta │ │ │ │ │ │ ├── mat_buttonfeedback.mat │ │ │ │ │ │ ├── mat_buttonfeedback.mat.meta │ │ │ │ │ │ ├── mat_dwellfeedback_border1.mat │ │ │ │ │ │ ├── mat_dwellfeedback_border1.mat.meta │ │ │ │ │ │ ├── mat_dwellfeedback_border2.mat │ │ │ │ │ │ ├── mat_dwellfeedback_border2.mat.meta │ │ │ │ │ │ ├── mat_dwellfeedback_inner.mat │ │ │ │ │ │ ├── mat_dwellfeedback_inner.mat.meta │ │ │ │ │ │ ├── mat_dwellfeedback_main.mat │ │ │ │ │ │ ├── mat_dwellfeedback_main.mat.meta │ │ │ │ │ │ ├── mat_dwellfeedback_outer.mat │ │ │ │ │ │ ├── mat_dwellfeedback_outer.mat.meta │ │ │ │ │ │ ├── mat_speechFeedback.mat │ │ │ │ │ │ └── mat_speechFeedback.mat.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── Eye-based Cursor.prefab │ │ │ │ │ │ ├── Eye-based Cursor.prefab.meta │ │ │ │ │ │ ├── EyeCalibrationChecker.prefab │ │ │ │ │ │ ├── EyeCalibrationChecker.prefab.meta │ │ │ │ │ │ ├── EyeTrackingDemos ManagerComponents.prefab │ │ │ │ │ │ ├── EyeTrackingDemos ManagerComponents.prefab.meta │ │ │ │ │ │ ├── EyeTrackingDemos Notification.prefab │ │ │ │ │ │ ├── EyeTrackingDemos Notification.prefab.meta │ │ │ │ │ │ ├── EyeTrackingDemos SceneDescriptionPanel.prefab │ │ │ │ │ │ ├── EyeTrackingDemos SceneDescriptionPanel.prefab.meta │ │ │ │ │ │ ├── EyeTrackingDemos StackedNotification.prefab │ │ │ │ │ │ ├── EyeTrackingDemos StackedNotification.prefab.meta │ │ │ │ │ │ ├── InfoTextAboutAdditiveScenes.prefab │ │ │ │ │ │ ├── InfoTextAboutAdditiveScenes.prefab.meta │ │ │ │ │ │ ├── MixedRealityBasicSceneSetup.prefab │ │ │ │ │ │ └── MixedRealityBasicSceneSetup.prefab.meta │ │ │ │ │ ├── Profiles.meta │ │ │ │ │ ├── Profiles │ │ │ │ │ │ ├── EyeTrackingDemoConfigurationProfile.asset │ │ │ │ │ │ ├── EyeTrackingDemoConfigurationProfile.asset.meta │ │ │ │ │ │ ├── EyeTrackingDemoInputActionsProfile.asset │ │ │ │ │ │ ├── EyeTrackingDemoInputActionsProfile.asset.meta │ │ │ │ │ │ ├── EyeTrackingDemoInputSimulationProfile.asset │ │ │ │ │ │ ├── EyeTrackingDemoInputSimulationProfile.asset.meta │ │ │ │ │ │ ├── EyeTrackingDemoInputSystemProfile.asset │ │ │ │ │ │ ├── EyeTrackingDemoInputSystemProfile.asset.meta │ │ │ │ │ │ ├── EyeTrackingDemoPointerProfile.asset │ │ │ │ │ │ ├── EyeTrackingDemoPointerProfile.asset.meta │ │ │ │ │ │ ├── EyeTrackingDemoSpeechCommandsProfile.asset │ │ │ │ │ │ └── EyeTrackingDemoSpeechCommandsProfile.asset.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Scripts │ │ │ │ │ │ ├── AudioFeedbackPlayer.cs │ │ │ │ │ │ ├── AudioFeedbackPlayer.cs.meta │ │ │ │ │ │ ├── FollowEyeGaze.cs │ │ │ │ │ │ ├── FollowEyeGaze.cs.meta │ │ │ │ │ │ ├── Input.meta │ │ │ │ │ │ ├── Input │ │ │ │ │ │ │ ├── SpeechVisualFeedback.cs │ │ │ │ │ │ │ └── SpeechVisualFeedback.cs.meta │ │ │ │ │ │ ├── TargetBehaviors.meta │ │ │ │ │ │ ├── TargetBehaviors │ │ │ │ │ │ │ ├── BlendOut.cs │ │ │ │ │ │ │ ├── BlendOut.cs.meta │ │ │ │ │ │ │ ├── ChangeSize.cs │ │ │ │ │ │ │ ├── ChangeSize.cs.meta │ │ │ │ │ │ │ ├── FaceUser.cs │ │ │ │ │ │ │ ├── FaceUser.cs.meta │ │ │ │ │ │ │ ├── KeepFacingCamera.cs │ │ │ │ │ │ │ ├── KeepFacingCamera.cs.meta │ │ │ │ │ │ │ ├── LoadAdditiveScene.cs │ │ │ │ │ │ │ ├── LoadAdditiveScene.cs.meta │ │ │ │ │ │ │ ├── MoveWithCamera.cs │ │ │ │ │ │ │ ├── MoveWithCamera.cs.meta │ │ │ │ │ │ │ ├── OnLoadStartScene.cs │ │ │ │ │ │ │ ├── OnLoadStartScene.cs.meta │ │ │ │ │ │ │ ├── OnLookAtRotateByEyeGaze.cs │ │ │ │ │ │ │ ├── OnLookAtRotateByEyeGaze.cs.meta │ │ │ │ │ │ │ ├── OnLookAtShowHoverFeedback.cs │ │ │ │ │ │ │ └── OnLookAtShowHoverFeedback.cs.meta │ │ │ │ │ │ ├── Targeting.meta │ │ │ │ │ │ ├── Targeting │ │ │ │ │ │ │ ├── DwellSelection.cs │ │ │ │ │ │ │ ├── DwellSelection.cs.meta │ │ │ │ │ │ │ ├── TargetEventArgs.cs │ │ │ │ │ │ │ └── TargetEventArgs.cs.meta │ │ │ │ │ │ ├── Utils.meta │ │ │ │ │ │ └── Utils │ │ │ │ │ │ │ ├── ChangeRenderMode.cs │ │ │ │ │ │ │ ├── ChangeRenderMode.cs.meta │ │ │ │ │ │ │ ├── DoNotRender.cs │ │ │ │ │ │ │ ├── DoNotRender.cs.meta │ │ │ │ │ │ │ ├── EyeCalibrationChecker.cs │ │ │ │ │ │ │ ├── EyeCalibrationChecker.cs.meta │ │ │ │ │ │ │ ├── KeepThisAlive.cs │ │ │ │ │ │ │ ├── KeepThisAlive.cs.meta │ │ │ │ │ │ │ ├── StatusText.cs │ │ │ │ │ │ │ ├── StatusText.cs.meta │ │ │ │ │ │ │ ├── Utils.cs │ │ │ │ │ │ │ └── Utils.cs.meta │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ │ ├── tex_blank_tile.png │ │ │ │ │ │ ├── tex_blank_tile.png.meta │ │ │ │ │ │ ├── tex_blurred_circle.psd │ │ │ │ │ │ ├── tex_blurred_circle.psd.meta │ │ │ │ │ │ ├── tex_circle_border2.psd │ │ │ │ │ │ ├── tex_circle_border2.psd.meta │ │ │ │ │ │ ├── tex_circle_midborder.psd │ │ │ │ │ │ ├── tex_circle_midborder.psd.meta │ │ │ │ │ │ ├── tex_circle_plain.psd │ │ │ │ │ │ └── tex_circle_plain.psd.meta │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── EyeTrackingDemo-00-RootScene.unity │ │ │ │ │ ├── EyeTrackingDemo-00-RootScene.unity.meta │ │ │ │ │ ├── EyeTrackingDemo-01-BasicSetup.unity │ │ │ │ │ ├── EyeTrackingDemo-01-BasicSetup.unity.meta │ │ │ │ │ ├── EyeTrackingDemo-02-TargetSelection.unity │ │ │ │ │ ├── EyeTrackingDemo-02-TargetSelection.unity.meta │ │ │ │ │ ├── EyeTrackingDemo-03-Navigation.unity │ │ │ │ │ ├── EyeTrackingDemo-03-Navigation.unity.meta │ │ │ │ │ ├── EyeTrackingDemo-04-TargetPositioning.unity │ │ │ │ │ ├── EyeTrackingDemo-04-TargetPositioning.unity.meta │ │ │ │ │ ├── EyeTrackingDemo-05-Visualizer.unity │ │ │ │ │ └── EyeTrackingDemo-05-Visualizer.unity.meta │ │ │ ├── Gltf.meta │ │ │ ├── Gltf │ │ │ │ ├── MRTK.Demos.Gltf.asmdef │ │ │ │ ├── MRTK.Demos.Gltf.asmdef.meta │ │ │ │ ├── Models.meta │ │ │ │ ├── Models │ │ │ │ │ ├── Avocado.meta │ │ │ │ │ ├── Avocado │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── glTF.meta │ │ │ │ │ │ └── glTF │ │ │ │ │ │ │ ├── Avocado.bin │ │ │ │ │ │ │ ├── Avocado.bin.meta │ │ │ │ │ │ │ ├── Avocado.gltf │ │ │ │ │ │ │ ├── Avocado.gltf.meta │ │ │ │ │ │ │ ├── AvocadoCustomAttr.gltf │ │ │ │ │ │ │ ├── AvocadoCustomAttr.gltf.meta │ │ │ │ │ │ │ ├── Avocado_baseColor.png │ │ │ │ │ │ │ └── Avocado_baseColor.png.meta │ │ │ │ │ ├── Cube.meta │ │ │ │ │ └── Cube │ │ │ │ │ │ ├── GLB.meta │ │ │ │ │ │ └── GLB │ │ │ │ │ │ ├── cube-with-custom-attr.glb │ │ │ │ │ │ └── cube-with-custom-attr.glb.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── Glb-Loading-Demo.unity │ │ │ │ │ ├── Glb-Loading-Demo.unity.meta │ │ │ │ │ ├── Gltf-Loading-Demo.unity │ │ │ │ │ └── Gltf-Loading-Demo.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── Editor.meta │ │ │ │ │ ├── Editor │ │ │ │ │ ├── MRTK.Demos.Gltf.Inspectors.asmdef │ │ │ │ │ ├── MRTK.Demos.Gltf.Inspectors.asmdef.meta │ │ │ │ │ ├── TestGltfLoadingEditor.cs │ │ │ │ │ └── TestGltfLoadingEditor.cs.meta │ │ │ │ │ ├── TestGlbLoading.cs │ │ │ │ │ ├── TestGlbLoading.cs.meta │ │ │ │ │ ├── TestGltfLoading.cs │ │ │ │ │ └── TestGltfLoading.cs.meta │ │ │ ├── HandCoach.meta │ │ │ ├── HandCoach │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── HandCoachExample.unity │ │ │ │ │ └── HandCoachExample.unity.meta │ │ │ ├── HandTracking.meta │ │ │ ├── HandTracking │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── GestureEventsConfigurationProfile.asset │ │ │ │ │ ├── GestureEventsConfigurationProfile.asset.meta │ │ │ │ │ ├── GestureEventsInputSimulationProfile.asset │ │ │ │ │ ├── GestureEventsInputSimulationProfile.asset.meta │ │ │ │ │ ├── GestureEventsInputSystemProfile.asset │ │ │ │ │ ├── GestureEventsInputSystemProfile.asset.meta │ │ │ │ │ ├── HandMenuConfigurationProfile.asset │ │ │ │ │ ├── HandMenuConfigurationProfile.asset.meta │ │ │ │ │ ├── HandMenuInputSimulationProfile.asset │ │ │ │ │ ├── HandMenuInputSimulationProfile.asset.meta │ │ │ │ │ ├── HandMenuInputSystemProfile.asset │ │ │ │ │ ├── HandMenuInputSystemProfile.asset.meta │ │ │ │ │ ├── HandMenuSpeechCommandsProfile.asset │ │ │ │ │ ├── HandMenuSpeechCommandsProfile.asset.meta │ │ │ │ │ ├── RecordArticulatedHandPoseConfigurationProfile.asset │ │ │ │ │ ├── RecordArticulatedHandPoseConfigurationProfile.asset.meta │ │ │ │ │ ├── RecordArticulatedHandPoseInputSystemProfile.asset │ │ │ │ │ ├── RecordArticulatedHandPoseInputSystemProfile.asset.meta │ │ │ │ │ ├── RecordArticulatedHandPoseSpeechCommandsProfile.asset │ │ │ │ │ └── RecordArticulatedHandPoseSpeechCommandsProfile.asset.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── HandInteractionExamples.unity │ │ │ │ │ ├── HandInteractionExamples.unity.meta │ │ │ │ │ ├── HandInteractionGestureEventsExample.unity │ │ │ │ │ ├── HandInteractionGestureEventsExample.unity.meta │ │ │ │ │ ├── HandInteractionRecordArticulatedHandPose.unity │ │ │ │ │ ├── HandInteractionRecordArticulatedHandPose.unity.meta │ │ │ │ │ ├── HandInteractionTouchablesExample.unity │ │ │ │ │ ├── HandInteractionTouchablesExample.unity.meta │ │ │ │ │ ├── HandMenuExamples.unity │ │ │ │ │ ├── HandMenuExamples.unity.meta │ │ │ │ │ ├── LeapMotionHandTrackingExample.unity │ │ │ │ │ ├── LeapMotionHandTrackingExample.unity.meta │ │ │ │ │ ├── NearMenuExamples.unity │ │ │ │ │ └── NearMenuExamples.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── DebugTextOutput.cs │ │ │ │ │ ├── DebugTextOutput.cs.meta │ │ │ │ │ ├── DemoTouchButton.cs │ │ │ │ │ ├── DemoTouchButton.cs.meta │ │ │ │ │ ├── GestureTester.cs │ │ │ │ │ ├── GestureTester.cs.meta │ │ │ │ │ ├── GrabTouchExample.cs │ │ │ │ │ ├── GrabTouchExample.cs.meta │ │ │ │ │ ├── HandInteractionTouch.cs │ │ │ │ │ ├── HandInteractionTouch.cs.meta │ │ │ │ │ ├── HandInteractionTouchRotate.cs │ │ │ │ │ ├── HandInteractionTouchRotate.cs.meta │ │ │ │ │ ├── LaunchUri.cs │ │ │ │ │ ├── LaunchUri.cs.meta │ │ │ │ │ ├── LeapCoreAssetsDetector.cs │ │ │ │ │ ├── LeapCoreAssetsDetector.cs.meta │ │ │ │ │ ├── RotateWithPan.cs │ │ │ │ │ ├── RotateWithPan.cs.meta │ │ │ │ │ ├── SolverTrackedTargetType.cs │ │ │ │ │ ├── SolverTrackedTargetType.cs.meta │ │ │ │ │ ├── SystemKeyboardExample.cs │ │ │ │ │ ├── SystemKeyboardExample.cs.meta │ │ │ │ │ ├── TetheredPlacement.cs │ │ │ │ │ ├── TetheredPlacement.cs.meta │ │ │ │ │ ├── ToggleBoundingBox.cs │ │ │ │ │ └── ToggleBoundingBox.cs.meta │ │ │ ├── Input.meta │ │ │ ├── Input │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── Dictation.meta │ │ │ │ │ ├── Dictation │ │ │ │ │ ├── Dictation.MixedRealityInputSystemProfile.asset │ │ │ │ │ ├── Dictation.MixedRealityInputSystemProfile.asset.meta │ │ │ │ │ ├── Dictation.MixedRealityToolkitConfigurationProfile.asset │ │ │ │ │ ├── Dictation.MixedRealityToolkitConfigurationProfile.asset.meta │ │ │ │ │ ├── DictationExample.unity │ │ │ │ │ └── DictationExample.unity.meta │ │ │ │ │ ├── DisablePointers.meta │ │ │ │ │ ├── DisablePointers │ │ │ │ │ ├── DisablePointersExample.cs │ │ │ │ │ ├── DisablePointersExample.cs.meta │ │ │ │ │ ├── DisablePointersExample.unity │ │ │ │ │ ├── DisablePointersExample.unity.meta │ │ │ │ │ ├── DisablePointersExampleConfigurationProfile.asset │ │ │ │ │ ├── DisablePointersExampleConfigurationProfile.asset.meta │ │ │ │ │ ├── DisablePointersExampleInputSystemProfile.asset │ │ │ │ │ ├── DisablePointersExampleInputSystemProfile.asset.meta │ │ │ │ │ ├── DisablePointersExamplePointerProfile.asset │ │ │ │ │ ├── DisablePointersExamplePointerProfile.asset.meta │ │ │ │ │ ├── DisablePointersExampleSpeechCommandsProfile.asset │ │ │ │ │ └── DisablePointersExampleSpeechCommandsProfile.asset.meta │ │ │ │ │ ├── HandJointChaserExample.unity │ │ │ │ │ ├── HandJointChaserExample.unity.meta │ │ │ │ │ ├── InputActions.meta │ │ │ │ │ ├── InputActions │ │ │ │ │ ├── InputActions.MixedRealityControllerMappingProfile.asset │ │ │ │ │ ├── InputActions.MixedRealityControllerMappingProfile.asset.meta │ │ │ │ │ ├── InputActions.MixedRealityGesturesProfile.asset │ │ │ │ │ ├── InputActions.MixedRealityGesturesProfile.asset.meta │ │ │ │ │ ├── InputActions.MixedRealityInputActionsProfile.asset │ │ │ │ │ ├── InputActions.MixedRealityInputActionsProfile.asset.meta │ │ │ │ │ ├── InputActions.MixedRealityInputSimulationProfile.asset │ │ │ │ │ ├── InputActions.MixedRealityInputSimulationProfile.asset.meta │ │ │ │ │ ├── InputActions.MixedRealityInputSystemProfile.asset │ │ │ │ │ ├── InputActions.MixedRealityInputSystemProfile.asset.meta │ │ │ │ │ ├── InputActions.MixedRealitySpeechCommandsProfile.asset │ │ │ │ │ ├── InputActions.MixedRealitySpeechCommandsProfile.asset.meta │ │ │ │ │ ├── InputActions.MixedRealityToolkitConfigurationProfile.asset │ │ │ │ │ ├── InputActions.MixedRealityToolkitConfigurationProfile.asset.meta │ │ │ │ │ ├── InputActionsExample.unity │ │ │ │ │ ├── InputActionsExample.unity.meta │ │ │ │ │ ├── Rotator.cs │ │ │ │ │ └── Rotator.cs.meta │ │ │ │ │ ├── InputData.meta │ │ │ │ │ ├── InputData │ │ │ │ │ ├── EyeGizmo.prefab │ │ │ │ │ ├── EyeGizmo.prefab.meta │ │ │ │ │ ├── HandLeftGizmo.prefab │ │ │ │ │ ├── HandLeftGizmo.prefab.meta │ │ │ │ │ ├── HandRightGizmo.prefab │ │ │ │ │ ├── HandRightGizmo.prefab.meta │ │ │ │ │ ├── HeadGizmo.prefab │ │ │ │ │ ├── HeadGizmo.prefab.meta │ │ │ │ │ ├── InputDataExample.cs │ │ │ │ │ ├── InputDataExample.cs.meta │ │ │ │ │ ├── InputDataExample.unity │ │ │ │ │ ├── InputDataExample.unity.meta │ │ │ │ │ ├── InputDataExampleGizmo.cs │ │ │ │ │ ├── InputDataExampleGizmo.cs.meta │ │ │ │ │ ├── InputRaysFloor.mat │ │ │ │ │ ├── InputRaysFloor.mat.meta │ │ │ │ │ ├── InputRaysFloor_Highlighted.mat │ │ │ │ │ ├── InputRaysFloor_Highlighted.mat.meta │ │ │ │ │ ├── InputRaysFloor_Pressed.mat │ │ │ │ │ └── InputRaysFloor_Pressed.mat.meta │ │ │ │ │ ├── PointerResult.meta │ │ │ │ │ ├── PointerResult │ │ │ │ │ ├── PointerResultExample.unity │ │ │ │ │ ├── PointerResultExample.unity.meta │ │ │ │ │ ├── Post-it.prefab │ │ │ │ │ ├── Post-it.prefab.meta │ │ │ │ │ ├── SpawnOnPointerEvent.cs │ │ │ │ │ └── SpawnOnPointerEvent.cs.meta │ │ │ │ │ ├── PrimaryPointer.meta │ │ │ │ │ ├── PrimaryPointer │ │ │ │ │ ├── PrimaryPointerExample.unity │ │ │ │ │ ├── PrimaryPointerExample.unity.meta │ │ │ │ │ ├── PrimaryPointerHandlerExample.cs │ │ │ │ │ └── PrimaryPointerHandlerExample.cs.meta │ │ │ │ │ ├── Speech.meta │ │ │ │ │ └── Speech │ │ │ │ │ ├── Speech.MixedRealityInputSystemProfile.asset │ │ │ │ │ ├── Speech.MixedRealityInputSystemProfile.asset.meta │ │ │ │ │ ├── Speech.MixedRealitySpeechCommandsProfile.asset │ │ │ │ │ ├── Speech.MixedRealitySpeechCommandsProfile.asset.meta │ │ │ │ │ ├── Speech.MixedRealityToolkitConfigurationProfile.asset │ │ │ │ │ ├── Speech.MixedRealityToolkitConfigurationProfile.asset.meta │ │ │ │ │ ├── SpeechInputExamples.unity │ │ │ │ │ └── SpeechInputExamples.unity.meta │ │ │ ├── PulseShader.meta │ │ │ ├── PulseShader │ │ │ │ ├── Profile.meta │ │ │ │ ├── Profile │ │ │ │ │ ├── PulseShaderConfigurationProfile.asset │ │ │ │ │ ├── PulseShaderConfigurationProfile.asset.meta │ │ │ │ │ ├── PulseShaderHandTrackingProfile.asset │ │ │ │ │ ├── PulseShaderHandTrackingProfile.asset.meta │ │ │ │ │ ├── PulseShaderInputSystemProfile.asset │ │ │ │ │ ├── PulseShaderInputSystemProfile.asset.meta │ │ │ │ │ ├── PulseShaderSpatialAwarenessMeshObserverProfile.asset │ │ │ │ │ ├── PulseShaderSpatialAwarenessMeshObserverProfile.asset.meta │ │ │ │ │ ├── PulseShaderSpatialAwarenessSystemProfile.asset │ │ │ │ │ └── PulseShaderSpatialAwarenessSystemProfile.asset.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── PulseShaderHandMeshExample.unity │ │ │ │ │ ├── PulseShaderHandMeshExample.unity.meta │ │ │ │ │ ├── PulseShaderSpatialMeshExample.unity │ │ │ │ │ └── PulseShaderSpatialMeshExample.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── HideOnDevice.cs │ │ │ │ │ └── HideOnDevice.cs.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── ReadingMode.meta │ │ │ ├── ReadingMode │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── ReadingModeDemo.unity │ │ │ │ │ └── ReadingModeDemo.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── ReadingModeSceneBehavior.cs │ │ │ │ │ └── ReadingModeSceneBehavior.cs.meta │ │ │ ├── ScrollingObjectCollection.meta │ │ │ ├── ScrollingObjectCollection │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── HolographicBackPlateNoBorder_Light_Blue.mat │ │ │ │ │ ├── HolographicBackPlateNoBorder_Light_Blue.mat.meta │ │ │ │ │ ├── ScrollItemCardBackplate.mat │ │ │ │ │ ├── ScrollItemCardBackplate.mat.meta │ │ │ │ │ ├── ScrollWindowBackground.mat │ │ │ │ │ └── ScrollWindowBackground.mat.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── DynamicScrollPopulator.prefab │ │ │ │ │ ├── DynamicScrollPopulator.prefab.meta │ │ │ │ │ ├── ScrollingOC_Objects_Plated32x32.prefab │ │ │ │ │ ├── ScrollingOC_Objects_Plated32x32.prefab.meta │ │ │ │ │ ├── ScrollingOC_PressableBtn_32x96.prefab │ │ │ │ │ └── ScrollingOC_PressableBtn_32x96.prefab.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── ScrollingObjectCollection.unity │ │ │ │ │ └── ScrollingObjectCollection.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── ScrollableListPopulator.cs │ │ │ │ │ ├── ScrollableListPopulator.cs.meta │ │ │ │ │ ├── ScrollablePagination.cs │ │ │ │ │ └── ScrollablePagination.cs.meta │ │ │ ├── Solvers.meta │ │ │ ├── Solvers │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── DirectionalIndicatorSolverExample.unity │ │ │ │ │ ├── DirectionalIndicatorSolverExample.unity.meta │ │ │ │ │ ├── FollowSolverExample.unity │ │ │ │ │ ├── FollowSolverExample.unity.meta │ │ │ │ │ ├── SolverExamples.unity │ │ │ │ │ ├── SolverExamples.unity.meta │ │ │ │ │ ├── SurfaceMagnetismSpatialAwarenessExample.unity │ │ │ │ │ ├── SurfaceMagnetismSpatialAwarenessExample.unity.meta │ │ │ │ │ ├── TapToPlaceExample.unity │ │ │ │ │ └── TapToPlaceExample.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── HideTapToPlaceLabel.cs │ │ │ │ │ ├── HideTapToPlaceLabel.cs.meta │ │ │ │ │ ├── SolverExampleManager.cs │ │ │ │ │ └── SolverExampleManager.cs.meta │ │ │ ├── SpatialAwareness.meta │ │ │ ├── SpatialAwareness │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── SpatialAwarenessMeshDemo.unity │ │ │ │ │ └── SpatialAwarenessMeshDemo.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── ClearSpatialObservations.cs │ │ │ │ │ ├── ClearSpatialObservations.cs.meta │ │ │ │ │ ├── DemoSpatialMeshHandler.cs │ │ │ │ │ ├── DemoSpatialMeshHandler.cs.meta │ │ │ │ │ ├── ShowPlaneFindingInstructions.cs │ │ │ │ │ └── ShowPlaneFindingInstructions.cs.meta │ │ │ ├── StandardShader.meta │ │ │ ├── StandardShader │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── Placard.prefab │ │ │ │ │ └── Placard.prefab.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── ClippingExamples.unity │ │ │ │ │ ├── ClippingExamples.unity.meta │ │ │ │ │ ├── ClippingInstancedExamples.unity │ │ │ │ │ ├── ClippingInstancedExamples.unity.meta │ │ │ │ │ ├── HoverLightExamples.unity │ │ │ │ │ ├── HoverLightExamples.unity.meta │ │ │ │ │ ├── MaterialGallery.unity │ │ │ │ │ ├── MaterialGallery.unity.meta │ │ │ │ │ ├── OutlineExamples.unity │ │ │ │ │ ├── OutlineExamples.unity.meta │ │ │ │ │ ├── StandardMaterialComparison.unity │ │ │ │ │ ├── StandardMaterialComparison.unity.meta │ │ │ │ │ ├── StandardMaterials.unity │ │ │ │ │ └── StandardMaterials.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── Editor.meta │ │ │ │ │ └── Editor │ │ │ │ │ ├── MRTK.Demos.StandardShader.Inspectors.asmdef │ │ │ │ │ ├── MRTK.Demos.StandardShader.Inspectors.asmdef.meta │ │ │ │ │ ├── MaterialMatrixEditor.cs │ │ │ │ │ └── MaterialMatrixEditor.cs.meta │ │ │ ├── UX.meta │ │ │ ├── UX │ │ │ │ ├── BoundingBox.meta │ │ │ │ ├── BoundingBox │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── BoundingBoxExamples.unity │ │ │ │ │ │ ├── BoundingBoxExamples.unity.meta │ │ │ │ │ │ ├── BoundingBoxRuntimeExample.unity │ │ │ │ │ │ └── BoundingBoxRuntimeExample.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── BoundingBoxExampleTest.cs │ │ │ │ │ │ └── BoundingBoxExampleTest.cs.meta │ │ │ │ ├── BoundsControl.meta │ │ │ │ ├── BoundsControl │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── BoundsControlConfigs.meta │ │ │ │ │ │ ├── BoundsControlConfigs │ │ │ │ │ │ │ ├── CoffeeCupTranslateHandlesConfiguration.asset │ │ │ │ │ │ │ └── CoffeeCupTranslateHandlesConfiguration.asset.meta │ │ │ │ │ │ ├── BoundsControlExamples.unity │ │ │ │ │ │ ├── BoundsControlExamples.unity.meta │ │ │ │ │ │ ├── BoundsControlRuntimeExample.unity │ │ │ │ │ │ └── BoundsControlRuntimeExample.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── BoundsControlRuntimeExample.cs │ │ │ │ │ │ └── BoundsControlRuntimeExample.cs.meta │ │ │ │ ├── Collections.meta │ │ │ │ ├── Collections │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── ObjectCollectionExamples.unity │ │ │ │ │ │ └── ObjectCollectionExamples.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── GridObjectLayoutControl.cs │ │ │ │ │ │ └── GridObjectLayoutControl.cs.meta │ │ │ │ ├── Dialog.meta │ │ │ │ ├── Dialog │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── DialogExample.unity │ │ │ │ │ │ └── DialogExample.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── DialogExampleController.cs │ │ │ │ │ │ └── DialogExampleController.cs.meta │ │ │ │ ├── Interactables.meta │ │ │ │ ├── Interactables │ │ │ │ │ ├── MRTK.Demos.UX.Interactables.asmdef │ │ │ │ │ ├── MRTK.Demos.UX.Interactables.asmdef.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── PhysicalTouchIcon.mat │ │ │ │ │ │ ├── PhysicalTouchIcon.mat.meta │ │ │ │ │ │ ├── TextureInteractable.mat │ │ │ │ │ │ └── TextureInteractable.mat.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── Model_Bucky.prefab │ │ │ │ │ │ ├── Model_Bucky.prefab.meta │ │ │ │ │ │ ├── Model_PushButton.prefab │ │ │ │ │ │ ├── Model_PushButton.prefab.meta │ │ │ │ │ │ ├── balloon.prefab │ │ │ │ │ │ └── balloon.prefab.meta │ │ │ │ │ ├── Profiles.meta │ │ │ │ │ ├── Profiles │ │ │ │ │ │ ├── Interactable_MixedRealityInputSystemProfile.asset │ │ │ │ │ │ ├── Interactable_MixedRealityInputSystemProfile.asset.meta │ │ │ │ │ │ ├── Interactable_MixedRealitySpeechCommandsProfile.asset │ │ │ │ │ │ ├── Interactable_MixedRealitySpeechCommandsProfile.asset.meta │ │ │ │ │ │ ├── Interactable_MixedRealityToolkitConfigurationProfile.asset │ │ │ │ │ │ └── Interactable_MixedRealityToolkitConfigurationProfile.asset.meta │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── InteractablesExamples.unity │ │ │ │ │ │ └── InteractablesExamples.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Scripts │ │ │ │ │ │ ├── CustomInteractablesReceiver.cs │ │ │ │ │ │ └── CustomInteractablesReceiver.cs.meta │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ │ ├── PhysicalTouch.png │ │ │ │ │ │ └── PhysicalTouch.png.meta │ │ │ │ ├── Lines.meta │ │ │ │ ├── Lines │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── OpaqueLinesMaterial.mat │ │ │ │ │ │ ├── OpaqueLinesMaterial.mat.meta │ │ │ │ │ │ ├── TransparentLinesMaterial.mat │ │ │ │ │ │ └── TransparentLinesMaterial.mat.meta │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ └── Scenes │ │ │ │ │ │ ├── LineExamples.unity │ │ │ │ │ │ └── LineExamples.unity.meta │ │ │ │ ├── ManipulationHandler.meta │ │ │ │ ├── ManipulationHandler │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── ManipulationHandlerExample.unity │ │ │ │ │ │ └── ManipulationHandlerExample.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── ChangeManipulation.cs │ │ │ │ │ │ └── ChangeManipulation.cs.meta │ │ │ │ ├── ObjectManipulator.meta │ │ │ │ ├── ObjectManipulator │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── ObjectManipulatorExample.unity │ │ │ │ │ │ ├── ObjectManipulatorExample.unity.meta │ │ │ │ │ │ ├── ObjectManipulatorExamplePhysics.unity │ │ │ │ │ │ └── ObjectManipulatorExamplePhysics.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── ReturnToBounds.cs │ │ │ │ │ │ └── ReturnToBounds.cs.meta │ │ │ │ ├── PressableButton.meta │ │ │ │ ├── PressableButton │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ └── Scenes │ │ │ │ │ │ ├── PressableButtonExample.unity │ │ │ │ │ │ └── PressableButtonExample.unity.meta │ │ │ │ ├── ProgressIndicator.meta │ │ │ │ ├── ProgressIndicator │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── ProgressIndicatorExamples.unity │ │ │ │ │ │ └── ProgressIndicatorExamples.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── ProgressIndicatorDemo.cs │ │ │ │ │ │ └── ProgressIndicatorDemo.cs.meta │ │ │ │ ├── Slate.meta │ │ │ │ ├── Slate │ │ │ │ │ ├── SlateExample.unity │ │ │ │ │ └── SlateExample.unity.meta │ │ │ │ ├── Slider.meta │ │ │ │ ├── Slider │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── SliderExample.unity │ │ │ │ │ │ └── SliderExample.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── SliderLunarLander.cs │ │ │ │ │ │ └── SliderLunarLander.cs.meta │ │ │ │ ├── Text.meta │ │ │ │ ├── Text │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ └── Scenes │ │ │ │ │ │ ├── TextPrefabExamples.unity │ │ │ │ │ │ └── TextPrefabExamples.unity.meta │ │ │ │ ├── Tooltips.meta │ │ │ │ └── Tooltips │ │ │ │ │ ├── Scenes.meta │ │ │ │ │ └── Scenes │ │ │ │ │ ├── TooltipExamples.unity │ │ │ │ │ └── TooltipExamples.unity.meta │ │ │ ├── Utilities.meta │ │ │ └── Utilities │ │ │ │ ├── InspectorFields.meta │ │ │ │ ├── InspectorFields │ │ │ │ ├── Inspectors.meta │ │ │ │ ├── Inspectors │ │ │ │ │ ├── InspectorFieldsExampleInspector.cs │ │ │ │ │ ├── InspectorFieldsExampleInspector.cs.meta │ │ │ │ │ ├── MRTK.Demos.InspectorFields.Inspectors.asmdef │ │ │ │ │ └── MRTK.Demos.InspectorFields.Inspectors.asmdef.meta │ │ │ │ ├── MRTK.Demos.InspectorFields.asmdef │ │ │ │ ├── MRTK.Demos.InspectorFields.asmdef.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── InspectorFieldsExamples.unity │ │ │ │ │ └── InspectorFieldsExamples.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── InspectorFieldsExample.cs │ │ │ │ │ └── InspectorFieldsExample.cs.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ ├── FingerChaser.prefab │ │ │ │ └── FingerChaser.prefab.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ ├── MixedRealityCapabilityDemo.unity │ │ │ │ └── MixedRealityCapabilityDemo.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ ├── MixedRealityCapabilityDemo.cs │ │ │ │ └── MixedRealityCapabilityDemo.cs.meta │ │ ├── Experimental.meta │ │ ├── Experimental │ │ │ ├── CameraOffset.meta │ │ │ ├── CameraOffset │ │ │ │ ├── CameraOffsetInputSimulationProfile.asset │ │ │ │ ├── CameraOffsetInputSimulationProfile.asset.meta │ │ │ │ ├── CameraOffsetInputSystemProfile.asset │ │ │ │ ├── CameraOffsetInputSystemProfile.asset.meta │ │ │ │ ├── CameraOffsetProfile.asset │ │ │ │ ├── CameraOffsetProfile.asset.meta │ │ │ │ ├── CameraOffsetTest.unity │ │ │ │ └── CameraOffsetTest.unity.meta │ │ │ ├── ColorPicker.meta │ │ │ ├── ColorPicker │ │ │ │ ├── ColorPickerExample.unity │ │ │ │ ├── ColorPickerExample.unity.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── ColorPickerGradientMaterial.mat │ │ │ │ │ ├── ColorPickerGradientMaterial.mat.meta │ │ │ │ │ ├── ColorPickerToggleButtonMaterial.mat │ │ │ │ │ └── ColorPickerToggleButtonMaterial.mat.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── ColorDraggerPrefab.prefab │ │ │ │ │ ├── ColorDraggerPrefab.prefab.meta │ │ │ │ │ ├── ColorPickerPrefab.prefab │ │ │ │ │ ├── ColorPickerPrefab.prefab.meta │ │ │ │ │ ├── ColorWedge.fbx │ │ │ │ │ ├── ColorWedge.fbx.meta │ │ │ │ │ ├── PressableMeshButton.prefab │ │ │ │ │ └── PressableMeshButton.prefab.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ │ ├── Dragger.png │ │ │ │ │ ├── Dragger.png.meta │ │ │ │ │ ├── Gradient.png │ │ │ │ │ ├── Gradient.png.meta │ │ │ │ │ ├── RainbowButton.png │ │ │ │ │ ├── RainbowButton.png.meta │ │ │ │ │ ├── RainbowLine.png │ │ │ │ │ └── RainbowLine.png.meta │ │ │ ├── Dock.meta │ │ │ ├── Dock │ │ │ │ ├── DockExample.unity │ │ │ │ └── DockExample.unity.meta │ │ │ ├── Dwell.meta │ │ │ ├── Dwell │ │ │ │ ├── BaseDwellSample.cs │ │ │ │ ├── BaseDwellSample.cs.meta │ │ │ │ ├── ButtonDwellProfile.asset │ │ │ │ ├── ButtonDwellProfile.asset.meta │ │ │ │ ├── CustomDwellHandler.cs │ │ │ │ ├── CustomDwellHandler.cs.meta │ │ │ │ ├── DwellExample.unity │ │ │ │ ├── DwellExample.unity.meta │ │ │ │ ├── DwellProfileWithDecay.asset │ │ │ │ ├── DwellProfileWithDecay.asset.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── DwellProfileWithDecayInspector.cs │ │ │ │ │ ├── DwellProfileWithDecayInspector.cs.meta │ │ │ │ │ ├── MRTK.Examples.Editor.Dwell.asmdef │ │ │ │ │ └── MRTK.Examples.Editor.Dwell.asmdef.meta │ │ │ │ ├── InstantDwellProfile.asset │ │ │ │ ├── InstantDwellProfile.asset.meta │ │ │ │ ├── InstantDwellSample.cs │ │ │ │ ├── InstantDwellSample.cs.meta │ │ │ │ ├── ListItemDwell.cs │ │ │ │ ├── ListItemDwell.cs.meta │ │ │ │ ├── ToggleDwellProfile.asset │ │ │ │ ├── ToggleDwellProfile.asset.meta │ │ │ │ ├── ToggleDwellSample.cs │ │ │ │ └── ToggleDwellSample.cs.meta │ │ │ ├── Elastic.meta │ │ │ ├── Elastic │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── springs.mat │ │ │ │ │ ├── springs.mat.meta │ │ │ │ │ ├── springs.png │ │ │ │ │ └── springs.png.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── ElasticSystemExamples.unity │ │ │ │ │ └── ElasticSystemExamples.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── WidgetElasticDemo.cs │ │ │ │ │ └── WidgetElasticDemo.cs.meta │ │ │ ├── ExamplesHub.meta │ │ │ ├── ExamplesHub │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── ExampleHubButton.prefab │ │ │ │ │ ├── ExampleHubButton.prefab.meta │ │ │ │ │ ├── ToggleFeaturesPanelExamplesHub.prefab │ │ │ │ │ ├── ToggleFeaturesPanelExamplesHub.prefab.meta │ │ │ │ │ ├── ToggleFeaturesPanelExamplesHubStore.prefab │ │ │ │ │ ├── ToggleFeaturesPanelExamplesHubStore.prefab.meta │ │ │ │ │ ├── ToggleFeaturesPanelHubHand.prefab │ │ │ │ │ └── ToggleFeaturesPanelHubHand.prefab.meta │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── MRTKExamplesHubConfigurationProfile.asset │ │ │ │ │ ├── MRTKExamplesHubConfigurationProfile.asset.meta │ │ │ │ │ ├── MRTKExamplesHubPointerProfile.asset │ │ │ │ │ ├── MRTKExamplesHubPointerProfile.asset.meta │ │ │ │ │ ├── MRTKExamplesHubRegisteredServiceProvidersProfile.asset │ │ │ │ │ ├── MRTKExamplesHubRegisteredServiceProvidersProfile.asset.meta │ │ │ │ │ ├── MRTKExamplesHubSceneSystemProfile.asset │ │ │ │ │ ├── MRTKExamplesHubSceneSystemProfile.asset.meta │ │ │ │ │ ├── MRTKExamplesHubSceneTransitionServiceProfile.asset │ │ │ │ │ ├── MRTKExamplesHubSceneTransitionServiceProfile.asset.meta │ │ │ │ │ ├── MRTKExamplesHubSpatialAwarenessMeshObserverProfile.asset │ │ │ │ │ ├── MRTKExamplesHubSpatialAwarenessMeshObserverProfile.asset.meta │ │ │ │ │ ├── MRTKExamplesHubSpatialAwarenessSystemProfile.asset │ │ │ │ │ └── MRTKExamplesHubSpatialAwarenessSystemProfile.asset.meta │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── MRTKExamplesHub.unity │ │ │ │ │ ├── MRTKExamplesHub.unity.meta │ │ │ │ │ ├── MRTKExamplesHubMainMenu.unity │ │ │ │ │ └── MRTKExamplesHubMainMenu.unity.meta │ │ │ ├── HandMenuLayout.meta │ │ │ ├── HandMenuLayout │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── ButtonBox_BodyFace_mat.mat │ │ │ │ │ ├── ButtonBox_BodyFace_mat.mat.meta │ │ │ │ │ ├── HandMenuIcon_3x1.mat │ │ │ │ │ ├── HandMenuIcon_3x1.mat.meta │ │ │ │ │ ├── HandMenuIcon_3x1_Circles.mat │ │ │ │ │ ├── HandMenuIcon_3x1_Circles.mat.meta │ │ │ │ │ ├── HandMenuIcon_3x2.mat │ │ │ │ │ ├── HandMenuIcon_3x2.mat.meta │ │ │ │ │ ├── HandMenuIcon_3x3.mat │ │ │ │ │ ├── HandMenuIcon_3x3.mat.meta │ │ │ │ │ ├── HandMenuIcon_3x4.mat │ │ │ │ │ ├── HandMenuIcon_3x4.mat.meta │ │ │ │ │ ├── HandMenuIcon_3x6.mat │ │ │ │ │ ├── HandMenuIcon_3x6.mat.meta │ │ │ │ │ ├── HandMenuIcon_4x1.mat │ │ │ │ │ ├── HandMenuIcon_4x1.mat.meta │ │ │ │ │ ├── HandMenuIcon_Placeholder.mat │ │ │ │ │ ├── HandMenuIcon_Placeholder.mat.meta │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Blue.mat │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Blue.mat.meta │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Pink.mat │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Pink.mat.meta │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Purple.mat │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Purple.mat.meta │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Yellow.mat │ │ │ │ │ ├── HandMenu_AppButton_Backplate_Yellow.mat.meta │ │ │ │ │ ├── HandMenu_Backplate.mat │ │ │ │ │ ├── HandMenu_Backplate.mat.meta │ │ │ │ │ ├── HandMenu_Backplate_Circle.mat │ │ │ │ │ ├── HandMenu_Backplate_Circle.mat.meta │ │ │ │ │ ├── HandMenu_ToggleDialog_Backplate.mat │ │ │ │ │ └── HandMenu_ToggleDialog_Backplate.mat.meta │ │ │ │ ├── Models.meta │ │ │ │ ├── Models │ │ │ │ │ ├── Circle.fbx │ │ │ │ │ ├── Circle.fbx.meta │ │ │ │ │ ├── CompressableCylinderVisuals.fbx │ │ │ │ │ └── CompressableCylinderVisuals.fbx.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── PalmUpHandMenu_AboveFingertips_3x2.prefab │ │ │ │ │ ├── PalmUpHandMenu_AboveFingertips_3x2.prefab.meta │ │ │ │ │ ├── PalmUpHandMenu_AboveFingertips_3x4.prefab │ │ │ │ │ ├── PalmUpHandMenu_AboveFingertips_3x4.prefab.meta │ │ │ │ │ ├── PalmUpHandMenu_InPalm_3x3.prefab │ │ │ │ │ ├── PalmUpHandMenu_InPalm_3x3.prefab.meta │ │ │ │ │ ├── PalmUpHandMenu_Side_1x3.prefab │ │ │ │ │ ├── PalmUpHandMenu_Side_1x3.prefab.meta │ │ │ │ │ ├── PalmUpHandMenu_Side_1x3_Circles.prefab │ │ │ │ │ ├── PalmUpHandMenu_Side_1x3_Circles.prefab.meta │ │ │ │ │ ├── PalmUpHandMenu_Side_1x4.prefab │ │ │ │ │ ├── PalmUpHandMenu_Side_1x4.prefab.meta │ │ │ │ │ ├── PressableButtonHoloLens2_AppButton.prefab │ │ │ │ │ └── PressableButtonHoloLens2_AppButton.prefab.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── HandMenuLayoutExamples.unity │ │ │ │ │ └── HandMenuLayoutExamples.unity.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ │ ├── HandMenu_Icon_3x1.png │ │ │ │ │ ├── HandMenu_Icon_3x1.png.meta │ │ │ │ │ ├── HandMenu_Icon_3x1_Circles.png │ │ │ │ │ ├── HandMenu_Icon_3x1_Circles.png.meta │ │ │ │ │ ├── HandMenu_Icon_3x2.png │ │ │ │ │ ├── HandMenu_Icon_3x2.png.meta │ │ │ │ │ ├── HandMenu_Icon_3x3.png │ │ │ │ │ ├── HandMenu_Icon_3x3.png.meta │ │ │ │ │ ├── HandMenu_Icon_3x4.png │ │ │ │ │ ├── HandMenu_Icon_3x4.png.meta │ │ │ │ │ ├── HandMenu_Icon_3x6.png │ │ │ │ │ ├── HandMenu_Icon_3x6.png.meta │ │ │ │ │ ├── HandMenu_Icon_4x1.png │ │ │ │ │ ├── HandMenu_Icon_4x1.png.meta │ │ │ │ │ ├── PlaceholderIcon.png │ │ │ │ │ └── PlaceholderIcon.png.meta │ │ │ ├── Joystick.meta │ │ │ ├── Joystick │ │ │ │ ├── JoystickExample.unity │ │ │ │ ├── JoystickExample.unity.meta │ │ │ │ ├── JoystickFloorMaterial.mat │ │ │ │ ├── JoystickFloorMaterial.mat.meta │ │ │ │ ├── JoystickSliders.cs │ │ │ │ └── JoystickSliders.cs.meta │ │ │ ├── MixedRealityKeyboard.meta │ │ │ ├── MixedRealityKeyboard │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── MixedRealityKeyboardExample.unity │ │ │ │ │ └── MixedRealityKeyboardExample.unity.meta │ │ │ ├── NonNativeKeyboard.meta │ │ │ ├── NonNativeKeyboard │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── NonNativeKeyboardMixedRealityInputPointerProfile.asset │ │ │ │ │ ├── NonNativeKeyboardMixedRealityInputPointerProfile.asset.meta │ │ │ │ │ ├── NonNativeKeyboardMixedRealityInputSystemProfile.asset │ │ │ │ │ ├── NonNativeKeyboardMixedRealityInputSystemProfile.asset.meta │ │ │ │ │ ├── NonNativeKeyboardMixedRealityToolkitConfigurationProfile.asset │ │ │ │ │ └── NonNativeKeyboardMixedRealityToolkitConfigurationProfile.asset.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── NonNativeKeyboardExample.unity │ │ │ │ │ └── NonNativeKeyboardExample.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── KeyboardTest.cs │ │ │ │ │ └── KeyboardTest.cs.meta │ │ │ ├── RiggedHandVisualizer.meta │ │ │ ├── RiggedHandVisualizer │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── RiggedHandLeapMotionDeviceManagerProfile.asset │ │ │ │ │ └── RiggedHandLeapMotionDeviceManagerProfile.asset.meta │ │ │ │ ├── Scenes.meta │ │ │ │ └── Scenes │ │ │ │ │ ├── RiggedHandVisualizer.unity │ │ │ │ │ └── RiggedHandVisualizer.unity.meta │ │ │ ├── SceneUnderstanding.meta │ │ │ ├── SceneUnderstanding │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── DemoSceneUnderstanding.mat │ │ │ │ │ ├── DemoSceneUnderstanding.mat.meta │ │ │ │ │ ├── DemoSceneUnderstandingUI.mat │ │ │ │ │ ├── DemoSceneUnderstandingUI.mat.meta │ │ │ │ │ ├── DemoSceneUnderstandingWorldMesh.mat │ │ │ │ │ └── DemoSceneUnderstandingWorldMesh.mat.meta │ │ │ │ ├── Models.meta │ │ │ │ ├── Models │ │ │ │ │ ├── DemoSceneUnderstandingSerializedScene.bytes │ │ │ │ │ └── DemoSceneUnderstandingSerializedScene.bytes.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── DemoSceneUnderstandingSceneObjectPrefab.prefab │ │ │ │ │ └── DemoSceneUnderstandingSceneObjectPrefab.prefab.meta │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── DemoSceneUnderstandingMixedRealityToolkitConfigurationProfile.asset │ │ │ │ │ ├── DemoSceneUnderstandingMixedRealityToolkitConfigurationProfile.asset.meta │ │ │ │ │ ├── DemoSceneUnderstandingObserverProfile.asset │ │ │ │ │ ├── DemoSceneUnderstandingObserverProfile.asset.meta │ │ │ │ │ ├── DemoSceneUnderstandingSystemProfile.asset │ │ │ │ │ └── DemoSceneUnderstandingSystemProfile.asset.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── SceneUnderstandingExample.unity │ │ │ │ │ └── SceneUnderstandingExample.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Scripts │ │ │ │ │ ├── DemoSceneUnderstandingController.cs │ │ │ │ │ └── DemoSceneUnderstandingController.cs.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ │ ├── DemoSpatialAwarenessCeiling.png │ │ │ │ │ ├── DemoSpatialAwarenessCeiling.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessFloor.png │ │ │ │ │ ├── DemoSpatialAwarenessFloor.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessGetScene.png │ │ │ │ │ ├── DemoSpatialAwarenessGetScene.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessIconSet.asset │ │ │ │ │ ├── DemoSpatialAwarenessIconSet.asset.meta │ │ │ │ │ ├── DemoSpatialAwarenessLock.png │ │ │ │ │ ├── DemoSpatialAwarenessLock.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessMesh.png │ │ │ │ │ ├── DemoSpatialAwarenessMesh.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessOcclusionMask.png │ │ │ │ │ ├── DemoSpatialAwarenessOcclusionMask.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessPlatform.png │ │ │ │ │ ├── DemoSpatialAwarenessPlatform.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessQuad.png │ │ │ │ │ ├── DemoSpatialAwarenessQuad.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessSave.png │ │ │ │ │ ├── DemoSpatialAwarenessSave.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessWall.png │ │ │ │ │ ├── DemoSpatialAwarenessWall.png.meta │ │ │ │ │ ├── DemoSpatialAwarenessWorld.png │ │ │ │ │ ├── DemoSpatialAwarenessWorld.png.meta │ │ │ │ │ ├── SolarGridPattern.png │ │ │ │ │ └── SolarGridPattern.png.meta │ │ │ ├── StepSlider.meta │ │ │ └── StepSlider │ │ │ │ ├── StepSliderExample.unity │ │ │ │ └── StepSliderExample.unity.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.Examples.asmdef │ │ ├── MRTK.Examples.asmdef.meta │ │ ├── MRTK.Examples.sentinel │ │ ├── MRTK.Examples.sentinel.meta │ │ ├── MixedReality.Toolkit.Examples.nuspec │ │ ├── MixedReality.Toolkit.Examples.nuspec.meta │ │ ├── StandardAssets.meta │ │ ├── StandardAssets │ │ │ ├── Animations.meta │ │ │ ├── Animations │ │ │ │ ├── AlphaCutoff.anim │ │ │ │ ├── AlphaCutoff.anim.meta │ │ │ │ ├── AlphaCutoff.controller │ │ │ │ ├── AlphaCutoff.controller.meta │ │ │ │ ├── ClippingBox.anim │ │ │ │ ├── ClippingBox.anim.meta │ │ │ │ ├── ClippingBox.controller │ │ │ │ ├── ClippingBox.controller.meta │ │ │ │ ├── ClippingPlane.anim │ │ │ │ ├── ClippingPlane.anim.meta │ │ │ │ ├── ClippingPlane.controller │ │ │ │ ├── ClippingPlane.controller.meta │ │ │ │ ├── ClippingSphere.anim │ │ │ │ ├── ClippingSphere.anim.meta │ │ │ │ ├── ClippingSphere.controller │ │ │ │ ├── ClippingSphere.controller.meta │ │ │ │ ├── EdgeSmoothing.anim │ │ │ │ ├── EdgeSmoothing.anim.meta │ │ │ │ ├── EdgeSmoothing.controller │ │ │ │ ├── EdgeSmoothing.controller.meta │ │ │ │ ├── HoverLightRotate.anim │ │ │ │ ├── HoverLightRotate.anim.meta │ │ │ │ ├── HoverLightRotate.controller │ │ │ │ ├── HoverLightRotate.controller.meta │ │ │ │ ├── NormalMapScale.anim │ │ │ │ ├── NormalMapScale.anim.meta │ │ │ │ ├── NormalMapScale.controller │ │ │ │ ├── NormalMapScale.controller.meta │ │ │ │ ├── RoundedCorner.anim │ │ │ │ ├── RoundedCorner.anim.meta │ │ │ │ ├── RoundedCorner.controller │ │ │ │ ├── RoundedCorner.controller.meta │ │ │ │ ├── VertexExtrusion.anim │ │ │ │ ├── VertexExtrusion.anim.meta │ │ │ │ ├── VertexExtrusion.controller │ │ │ │ └── VertexExtrusion.controller.meta │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── FullOctave.meta │ │ │ │ └── FullOctave │ │ │ │ │ ├── A.wav │ │ │ │ │ ├── A.wav.meta │ │ │ │ │ ├── B.wav │ │ │ │ │ ├── B.wav.meta │ │ │ │ │ ├── BFlat.wav │ │ │ │ │ ├── BFlat.wav.meta │ │ │ │ │ ├── C.wav │ │ │ │ │ ├── C.wav.meta │ │ │ │ │ ├── CSharp.wav │ │ │ │ │ ├── CSharp.wav.meta │ │ │ │ │ ├── C_Octave.wav │ │ │ │ │ ├── C_Octave.wav.meta │ │ │ │ │ ├── D.wav │ │ │ │ │ ├── D.wav.meta │ │ │ │ │ ├── E.wav │ │ │ │ │ ├── E.wav.meta │ │ │ │ │ ├── EFlat.wav │ │ │ │ │ ├── EFlat.wav.meta │ │ │ │ │ ├── F.wav │ │ │ │ │ ├── F.wav.meta │ │ │ │ │ ├── FSharp.wav │ │ │ │ │ ├── FSharp.wav.meta │ │ │ │ │ ├── G.wav │ │ │ │ │ ├── G.wav.meta │ │ │ │ │ ├── GSharp.wav │ │ │ │ │ └── GSharp.wav.meta │ │ │ ├── IconSets.meta │ │ │ ├── IconSets │ │ │ │ ├── ExamplesIconSet.asset │ │ │ │ └── ExamplesIconSet.asset.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── ClippingBox.mat │ │ │ │ ├── ClippingBox.mat.meta │ │ │ │ ├── ClippingPlane.mat │ │ │ │ ├── ClippingPlane.mat.meta │ │ │ │ ├── ClippingSphere.mat │ │ │ │ ├── ClippingSphere.mat.meta │ │ │ │ ├── Coffee.mat │ │ │ │ ├── Coffee.mat.meta │ │ │ │ ├── CubeBorder.mat │ │ │ │ ├── CubeBorder.mat.meta │ │ │ │ ├── CubeBorderRoundedOpaque.mat │ │ │ │ ├── CubeBorderRoundedOpaque.mat.meta │ │ │ │ ├── CubeEnvironmentColor.mat │ │ │ │ ├── CubeEnvironmentColor.mat.meta │ │ │ │ ├── CubeInnerGlow.mat │ │ │ │ ├── CubeInnerGlow.mat.meta │ │ │ │ ├── CubeIridescence.mat │ │ │ │ ├── CubeIridescence.mat.meta │ │ │ │ ├── CubeOpaqueBorder.mat │ │ │ │ ├── CubeOpaqueBorder.mat.meta │ │ │ │ ├── ExampleBoxWithBorder.mat │ │ │ │ ├── ExampleBoxWithBorder.mat.meta │ │ │ │ ├── ExampleHubCube.mat │ │ │ │ ├── ExampleHubCube.mat.meta │ │ │ │ ├── Font.mat │ │ │ │ ├── Font.mat.meta │ │ │ │ ├── GestureNavigationSpace.mat │ │ │ │ ├── GestureNavigationSpace.mat.meta │ │ │ │ ├── HoverLightGray.mat │ │ │ │ ├── HoverLightGray.mat.meta │ │ │ │ ├── HoverLightParticle.mat │ │ │ │ ├── HoverLightParticle.mat.meta │ │ │ │ ├── HumanHeart.mat │ │ │ │ ├── HumanHeart.mat.meta │ │ │ │ ├── InvisibleBacking.mat │ │ │ │ ├── InvisibleBacking.mat.meta │ │ │ │ ├── JointReticle.mat │ │ │ │ ├── JointReticle.mat.meta │ │ │ │ ├── Lander.mat │ │ │ │ ├── Lander.mat.meta │ │ │ │ ├── MRTK_Examples_Table.mat │ │ │ │ ├── MRTK_Examples_Table.mat.meta │ │ │ │ ├── MRTK_Standard_CubeButtonExample.mat │ │ │ │ ├── MRTK_Standard_CubeButtonExample.mat.meta │ │ │ │ ├── MatrixMRTKStandard.mat │ │ │ │ ├── MatrixMRTKStandard.mat.meta │ │ │ │ ├── MatrixMRTKStandardNoReflections.mat │ │ │ │ ├── MatrixMRTKStandardNoReflections.mat.meta │ │ │ │ ├── MatrixUnityStandard.mat │ │ │ │ ├── MatrixUnityStandard.mat.meta │ │ │ │ ├── MatrixUnityStandardNoReflections.mat │ │ │ │ ├── MatrixUnityStandardNoReflections.mat.meta │ │ │ │ ├── OutlineGreen.mat │ │ │ │ ├── OutlineGreen.mat.meta │ │ │ │ ├── OutlineOrange.mat │ │ │ │ ├── OutlineOrange.mat.meta │ │ │ │ ├── OutlineRainbow.mat │ │ │ │ ├── OutlineRainbow.mat.meta │ │ │ │ ├── OutlineReveal.mat │ │ │ │ ├── OutlineReveal.mat.meta │ │ │ │ ├── PanelBorder.mat │ │ │ │ ├── PanelBorder.mat.meta │ │ │ │ ├── PanelBorderBlue.mat │ │ │ │ ├── PanelBorderBlue.mat.meta │ │ │ │ ├── PanelBorderCyan.mat │ │ │ │ ├── PanelBorderCyan.mat.meta │ │ │ │ ├── PanelBorderGreen.mat │ │ │ │ ├── PanelBorderGreen.mat.meta │ │ │ │ ├── PanelBorderOrange.mat │ │ │ │ ├── PanelBorderOrange.mat.meta │ │ │ │ ├── PanelBorderPink.mat │ │ │ │ ├── PanelBorderPink.mat.meta │ │ │ │ ├── PanelBorderPurple.mat │ │ │ │ ├── PanelBorderPurple.mat.meta │ │ │ │ ├── PanelBorderRed.mat │ │ │ │ ├── PanelBorderRed.mat.meta │ │ │ │ ├── PanelBorderRoundedBlue.mat │ │ │ │ ├── PanelBorderRoundedBlue.mat.meta │ │ │ │ ├── PanelBorderRoundedCyan.mat │ │ │ │ ├── PanelBorderRoundedCyan.mat.meta │ │ │ │ ├── PanelBorderRoundedEdgeSmoothing.mat │ │ │ │ ├── PanelBorderRoundedEdgeSmoothing.mat.meta │ │ │ │ ├── PanelBorderRoundedPink.mat │ │ │ │ ├── PanelBorderRoundedPink.mat.meta │ │ │ │ ├── PanelBorderRoundedRed.mat │ │ │ │ ├── PanelBorderRoundedRed.mat.meta │ │ │ │ ├── PanelBorderYellow.mat │ │ │ │ ├── PanelBorderYellow.mat.meta │ │ │ │ ├── PianoKeyBlack.mat │ │ │ │ ├── PianoKeyBlack.mat.meta │ │ │ │ ├── PianoKeyWhite.mat │ │ │ │ ├── PianoKeyWhite.mat.meta │ │ │ │ ├── PianoKeys.mat │ │ │ │ ├── PianoKeys.mat.meta │ │ │ │ ├── ShaderBallAlbdeoAlphaSmoothness.mat │ │ │ │ ├── ShaderBallAlbdeoAlphaSmoothness.mat.meta │ │ │ │ ├── ShaderBallClippingBox.mat │ │ │ │ ├── ShaderBallClippingBox.mat.meta │ │ │ │ ├── ShaderBallClippingPlane.mat │ │ │ │ ├── ShaderBallClippingPlane.mat.meta │ │ │ │ ├── ShaderBallClippingPlaneInner.mat │ │ │ │ ├── ShaderBallClippingPlaneInner.mat.meta │ │ │ │ ├── ShaderBallClippingSphere.mat │ │ │ │ ├── ShaderBallClippingSphere.mat.meta │ │ │ │ ├── ShaderBallClippingSphereInner.mat │ │ │ │ ├── ShaderBallClippingSphereInner.mat.meta │ │ │ │ ├── ShaderBallCullOffCutout.mat │ │ │ │ ├── ShaderBallCullOffCutout.mat.meta │ │ │ │ ├── ShaderBallCutoutTransition.mat │ │ │ │ ├── ShaderBallCutoutTransition.mat.meta │ │ │ │ ├── ShaderBallDefault.mat │ │ │ │ ├── ShaderBallDefault.mat.meta │ │ │ │ ├── ShaderBallNearPlaneFade.mat │ │ │ │ ├── ShaderBallNearPlaneFade.mat.meta │ │ │ │ ├── ShaderBallNormalMap.mat │ │ │ │ ├── ShaderBallNormalMap.mat.meta │ │ │ │ ├── ShaderBallNormalMapScale.mat │ │ │ │ ├── ShaderBallNormalMapScale.mat.meta │ │ │ │ ├── ShaderBallRefractiveGlass.mat │ │ │ │ ├── ShaderBallRefractiveGlass.mat.meta │ │ │ │ ├── ShaderBallRimLit.mat │ │ │ │ ├── ShaderBallRimLit.mat.meta │ │ │ │ ├── ShaderBallRustedIron.mat │ │ │ │ ├── ShaderBallRustedIron.mat.meta │ │ │ │ ├── ShaderBallSemiSmooth.mat │ │ │ │ ├── ShaderBallSemiSmooth.mat.meta │ │ │ │ ├── ShaderBallSmoothMetallic.mat │ │ │ │ ├── ShaderBallSmoothMetallic.mat.meta │ │ │ │ ├── ShaderBallTriplanar.mat │ │ │ │ ├── ShaderBallTriplanar.mat.meta │ │ │ │ ├── ShaderBallUnlit.mat │ │ │ │ ├── ShaderBallUnlit.mat.meta │ │ │ │ ├── Shelf.mat │ │ │ │ ├── Shelf.mat.meta │ │ │ │ ├── StencilPortal.mat │ │ │ │ ├── StencilPortal.mat.meta │ │ │ │ ├── StencilPortalFrame.mat │ │ │ │ ├── StencilPortalFrame.mat.meta │ │ │ │ ├── StencilPortalShaderBall.mat │ │ │ │ ├── StencilPortalShaderBall.mat.meta │ │ │ │ ├── TextMeshProMaterial.mat │ │ │ │ ├── TextMeshProMaterial.mat.meta │ │ │ │ ├── VertexExtrusion.mat │ │ │ │ └── VertexExtrusion.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── CoffeeCup 1.fbm.meta │ │ │ │ ├── CoffeeCup 1.fbm │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ ├── 7.png │ │ │ │ │ └── 7.png.meta │ │ │ │ ├── CoffeeCup.fbx │ │ │ │ ├── CoffeeCup.fbx.meta │ │ │ │ ├── EarthCore.fbm.meta │ │ │ │ ├── EarthCore.fbm │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ ├── MaterialEarth.mat │ │ │ │ │ └── MaterialEarth.mat.meta │ │ │ │ ├── EarthCore.fbx │ │ │ │ ├── EarthCore.fbx.meta │ │ │ │ ├── HumanHeart.fbx │ │ │ │ ├── HumanHeart.fbx.meta │ │ │ │ ├── Lander.fbx │ │ │ │ ├── Lander.fbx.meta │ │ │ │ ├── MRTK_Logo.glb │ │ │ │ ├── MRTK_Logo.glb.meta │ │ │ │ ├── MarsCuriosityRover.FBX │ │ │ │ ├── MarsCuriosityRover.FBX.meta │ │ │ │ ├── MarsCuriosityRover.fbm.meta │ │ │ │ ├── MarsCuriosityRover.fbm │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ ├── 8.png │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ ├── 9.png │ │ │ │ │ └── 9.png.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── 10.mat │ │ │ │ │ ├── 10.mat.meta │ │ │ │ │ ├── 5.mat │ │ │ │ │ ├── 5.mat.meta │ │ │ │ │ ├── 6.mat │ │ │ │ │ ├── 6.mat.meta │ │ │ │ │ ├── 7.mat │ │ │ │ │ ├── 7.mat.meta │ │ │ │ │ ├── 8.mat │ │ │ │ │ ├── 8.mat.meta │ │ │ │ │ ├── 9.mat │ │ │ │ │ ├── 9.mat.meta │ │ │ │ │ ├── Material_56.mat │ │ │ │ │ ├── Material_56.mat.meta │ │ │ │ │ ├── Material_60.mat │ │ │ │ │ └── Material_60.mat.meta │ │ │ │ ├── Model_Octa.fbx │ │ │ │ ├── Model_Octa.fbx.meta │ │ │ │ ├── Model_Platonic.fbx │ │ │ │ ├── Model_Platonic.fbx.meta │ │ │ │ ├── Model_PushButton.fbx │ │ │ │ ├── Model_PushButton.fbx.meta │ │ │ │ ├── PianoKeys.fbx │ │ │ │ ├── PianoKeys.fbx.meta │ │ │ │ ├── PianoModel.fbx │ │ │ │ ├── PianoModel.fbx.meta │ │ │ │ ├── Prototyping.meta │ │ │ │ ├── Prototyping │ │ │ │ │ ├── Chevron.fbx │ │ │ │ │ ├── Chevron.fbx.meta │ │ │ │ │ ├── Torus.fbx │ │ │ │ │ └── Torus.fbx.meta │ │ │ │ ├── ShaderBall.FBX │ │ │ │ ├── ShaderBall.FBX.meta │ │ │ │ ├── TheModule.fbx │ │ │ │ ├── TheModule.fbx.meta │ │ │ │ ├── Tree.fbm.meta │ │ │ │ ├── Tree.fbm │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ ├── MaterialTree.mat │ │ │ │ │ └── MaterialTree.mat.meta │ │ │ │ ├── Tree.fbx │ │ │ │ ├── Tree.fbx.meta │ │ │ │ ├── balloon.fbx │ │ │ │ └── balloon.fbx.meta │ │ │ ├── PhysicsMaterials.meta │ │ │ ├── PhysicsMaterials │ │ │ │ ├── ManipulatorMaterial.physicMaterial │ │ │ │ └── ManipulatorMaterial.physicMaterial.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Cheese.prefab │ │ │ │ ├── Cheese.prefab.meta │ │ │ │ ├── CoffeeCup.prefab │ │ │ │ ├── CoffeeCup.prefab.meta │ │ │ │ ├── LunarModuleWithFuelLevel.prefab │ │ │ │ ├── LunarModuleWithFuelLevel.prefab.meta │ │ │ │ ├── Prototyping.meta │ │ │ │ ├── Prototyping │ │ │ │ │ ├── Chevron.prefab │ │ │ │ │ ├── Chevron.prefab.meta │ │ │ │ │ ├── Icosa.prefab │ │ │ │ │ ├── Icosa.prefab.meta │ │ │ │ │ ├── Octa.prefab │ │ │ │ │ ├── Octa.prefab.meta │ │ │ │ │ ├── Torus.prefab │ │ │ │ │ └── Torus.prefab.meta │ │ │ │ ├── Reticle.prefab │ │ │ │ ├── Reticle.prefab.meta │ │ │ │ ├── SceneDescriptionPanel.prefab │ │ │ │ └── SceneDescriptionPanel.prefab.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Bricks_normal.png │ │ │ │ ├── Bricks_normal.png.meta │ │ │ │ ├── CoffeeFoam.png │ │ │ │ ├── CoffeeFoam.png.meta │ │ │ │ ├── Fabric_normal.png │ │ │ │ ├── Fabric_normal.png.meta │ │ │ │ ├── HumanHeart_Albdeo.png │ │ │ │ ├── HumanHeart_Albdeo.png.meta │ │ │ │ ├── Lander_albedo.png │ │ │ │ ├── Lander_albedo.png.meta │ │ │ │ ├── Lander_channel.png │ │ │ │ ├── Lander_channel.png.meta │ │ │ │ ├── Lander_normal.png │ │ │ │ ├── Lander_normal.png.meta │ │ │ │ ├── Panel_albedo.png │ │ │ │ ├── Panel_albedo.png.meta │ │ │ │ ├── PianoKeys_DIF.png │ │ │ │ ├── PianoKeys_DIF.png.meta │ │ │ │ ├── PianoKeys_NM.png │ │ │ │ ├── PianoKeys_NM.png.meta │ │ │ │ ├── RustedIron_albedo.png │ │ │ │ ├── RustedIron_albedo.png.meta │ │ │ │ ├── RustedIron_channel.png │ │ │ │ ├── RustedIron_channel.png.meta │ │ │ │ ├── RustedIron_normal.png │ │ │ │ ├── RustedIron_normal.png.meta │ │ │ │ ├── ShaderBallNoise_albedo.png │ │ │ │ ├── ShaderBallNoise_albedo.png.meta │ │ │ │ ├── ShaderBall_albedo.png │ │ │ │ ├── ShaderBall_albedo.png.meta │ │ │ │ ├── ShaderBall_ao.png │ │ │ │ └── ShaderBall_ao.png.meta │ │ ├── packagetemplate.json │ │ ├── packagetemplate.json.meta │ │ ├── toc.yml │ │ └── toc.yml.meta │ ├── Extensions.meta │ ├── Extensions │ │ ├── .npmignore │ │ ├── HandPhysicsService.meta │ │ ├── HandPhysicsService │ │ │ ├── .npmignore │ │ │ ├── Examples.meta │ │ │ ├── Examples │ │ │ │ ├── HandPhysicsServiceExample.unity │ │ │ │ ├── HandPhysicsServiceExample.unity.meta │ │ │ │ ├── PhysicsTriggerEventReadout.cs │ │ │ │ └── PhysicsTriggerEventReadout.cs.meta │ │ │ ├── HandPhysicsService.cs │ │ │ ├── HandPhysicsService.cs.meta │ │ │ ├── HandPhysicsServiceProfile.cs │ │ │ ├── HandPhysicsServiceProfile.cs.meta │ │ │ ├── Interfaces.meta │ │ │ ├── Interfaces │ │ │ │ ├── IHandPhysicsService.cs │ │ │ │ └── IHandPhysicsService.cs.meta │ │ │ ├── JointKinematicBody.cs │ │ │ ├── JointKinematicBody.cs.meta │ │ │ ├── MRTK.HandPhysics.asmdef │ │ │ ├── MRTK.HandPhysics.asmdef.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── FingerTipKinematicBody.prefab │ │ │ │ ├── FingerTipKinematicBody.prefab.meta │ │ │ │ ├── PalmKinematicBody.prefab │ │ │ │ └── PalmKinematicBody.prefab.meta │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ │ ├── DefaultHandPhysicsServiceProfile.asset │ │ │ │ ├── DefaultHandPhysicsServiceProfile.asset.meta │ │ │ │ ├── HandPhysicsMixedRealityRegisteredServiceProvidersProfile.asset │ │ │ │ ├── HandPhysicsMixedRealityRegisteredServiceProvidersProfile.asset.meta │ │ │ │ ├── HandPhysicsMixedRealityToolkitConfigurationProfile.asset │ │ │ │ └── HandPhysicsMixedRealityToolkitConfigurationProfile.asset.meta │ │ │ ├── README.md │ │ │ └── README.md.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── LostTrackingService.meta │ │ ├── LostTrackingService │ │ │ ├── Assets.meta │ │ │ ├── Assets │ │ │ │ ├── LostTrackingVisualPrefab.prefab │ │ │ │ ├── LostTrackingVisualPrefab.prefab.meta │ │ │ │ ├── SR_Triangles_Lost_Tracking.mat │ │ │ │ ├── SR_Triangles_Lost_Tracking.mat.meta │ │ │ │ ├── Sydney_Sounds_SignalLost_Loop.wav │ │ │ │ ├── Sydney_Sounds_SignalLost_Loop.wav.meta │ │ │ │ ├── color_palette.png │ │ │ │ ├── color_palette.png.meta │ │ │ │ ├── scanning_terrain.fbx │ │ │ │ └── scanning_terrain.fbx.meta │ │ │ ├── BasicLostTrackingVisual.cs │ │ │ ├── BasicLostTrackingVisual.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── LostTrackingServiceInspector.cs │ │ │ │ ├── LostTrackingServiceInspector.cs.meta │ │ │ │ ├── MRTK.LostTracking.Editor.asmdef │ │ │ │ └── MRTK.LostTracking.Editor.asmdef.meta │ │ │ ├── Interfaces.meta │ │ │ ├── Interfaces │ │ │ │ ├── ILostTrackingService.cs │ │ │ │ ├── ILostTrackingService.cs.meta │ │ │ │ ├── ILostTrackingVisual.cs │ │ │ │ └── ILostTrackingVisual.cs.meta │ │ │ ├── LostTrackingService.cs │ │ │ ├── LostTrackingService.cs.meta │ │ │ ├── LostTrackingServiceProfile.cs │ │ │ ├── LostTrackingServiceProfile.cs.meta │ │ │ ├── MRTK.LostTracking.asmdef │ │ │ ├── MRTK.LostTracking.asmdef.meta │ │ │ ├── Profiles.meta │ │ │ └── Profiles │ │ │ │ ├── DefaultLostTrackingServiceProfile.asset │ │ │ │ └── DefaultLostTrackingServiceProfile.asset.meta │ │ ├── MRTK.Extensions.sentinel │ │ ├── MRTK.Extensions.sentinel.meta │ │ ├── MixedReality.Toolkit.Extensions.nuspec │ │ ├── MixedReality.Toolkit.Extensions.nuspec.meta │ │ ├── SceneTransitionService.meta │ │ ├── SceneTransitionService │ │ │ ├── Assets.meta │ │ │ ├── Assets │ │ │ │ ├── CameraFaderMaterial.mat │ │ │ │ └── CameraFaderMaterial.mat.meta │ │ │ ├── CameraFaderQuad.cs │ │ │ ├── CameraFaderQuad.cs.meta │ │ │ ├── Definitions.meta │ │ │ ├── Definitions │ │ │ │ ├── CameraFaderState.cs │ │ │ │ ├── CameraFaderState.cs.meta │ │ │ │ ├── CameraFaderTargets.cs │ │ │ │ └── CameraFaderTargets.cs.meta │ │ │ ├── Interfaces.meta │ │ │ ├── Interfaces │ │ │ │ ├── ICameraFader.cs │ │ │ │ ├── ICameraFader.cs.meta │ │ │ │ ├── ISceneTransitionService.cs │ │ │ │ └── ISceneTransitionService.cs.meta │ │ │ ├── LoadContentScene.cs │ │ │ ├── LoadContentScene.cs.meta │ │ │ ├── MRTK.SceneTransitionService.asmdef │ │ │ ├── MRTK.SceneTransitionService.asmdef.meta │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ │ ├── DefaultSceneTransitionServiceProfile.asset │ │ │ │ └── DefaultSceneTransitionServiceProfile.asset.meta │ │ │ ├── SceneTransitionService.cs │ │ │ ├── SceneTransitionService.cs.meta │ │ │ ├── SceneTransitionServiceProfile.cs │ │ │ └── SceneTransitionServiceProfile.cs.meta │ │ ├── packagetemplate.json │ │ └── packagetemplate.json.meta │ ├── Providers.meta │ ├── Providers │ │ ├── Experimental.meta │ │ ├── Experimental │ │ │ ├── WindowsSceneUnderstanding.meta │ │ │ └── WindowsSceneUnderstanding │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ ├── MRTK.WSU.Editor.asmdef │ │ │ │ ├── MRTK.WSU.Editor.asmdef.meta │ │ │ │ ├── SceneUnderstandingObserverProfileInspector.cs │ │ │ │ └── SceneUnderstandingObserverProfileInspector.cs.meta │ │ │ │ ├── MRTK.WSU.asmdef │ │ │ │ ├── MRTK.WSU.asmdef.meta │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ ├── DefaultSceneUnderstandingObserverProfile.asset │ │ │ │ └── DefaultSceneUnderstandingObserverProfile.asset.meta │ │ │ │ ├── SceneUnderstandingObserverProfile.cs │ │ │ │ ├── SceneUnderstandingObserverProfile.cs.meta │ │ │ │ ├── WindowsSceneUnderstandingObserver.cs │ │ │ │ └── WindowsSceneUnderstandingObserver.cs.meta │ │ ├── LeapMotion.meta │ │ ├── LeapMotion │ │ │ ├── Definitions.meta │ │ │ ├── Definitions │ │ │ │ ├── LeapControllerOrientation.cs │ │ │ │ ├── LeapControllerOrientation.cs.meta │ │ │ │ ├── LeapVRDeviceOffsetMode.cs │ │ │ │ └── LeapVRDeviceOffsetMode.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── LeapMotionConfigurationChecker.cs │ │ │ │ ├── LeapMotionConfigurationChecker.cs.meta │ │ │ │ ├── LeapMotionDeviceManagerProfileInspector.cs │ │ │ │ ├── LeapMotionDeviceManagerProfileInspector.cs.meta │ │ │ │ ├── LeapMotionUtilities.cs │ │ │ │ ├── LeapMotionUtilities.cs.meta │ │ │ │ ├── MRTK.LeapMotion.Editor.asmdef │ │ │ │ └── MRTK.LeapMotion.Editor.asmdef.meta │ │ │ ├── LeapMotionArticulatedHand.cs │ │ │ ├── LeapMotionArticulatedHand.cs.meta │ │ │ ├── LeapMotionDeviceManager.cs │ │ │ ├── LeapMotionDeviceManager.cs.meta │ │ │ ├── LeapMotionDeviceManagerProfile.cs │ │ │ ├── LeapMotionDeviceManagerProfile.cs.meta │ │ │ ├── MRTK.LeapMotion.asmdef │ │ │ ├── MRTK.LeapMotion.asmdef.meta │ │ │ ├── Profiles.meta │ │ │ └── Profiles │ │ │ │ ├── DefaultLeapMotionConfigurationProfile.asset │ │ │ │ ├── DefaultLeapMotionConfigurationProfile.asset.meta │ │ │ │ ├── DefaultLeapMotionInputSystemProfile.asset │ │ │ │ ├── DefaultLeapMotionInputSystemProfile.asset.meta │ │ │ │ ├── LeapMotionDeviceManagerProfile.asset │ │ │ │ └── LeapMotionDeviceManagerProfile.asset.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.Providers.sentinel │ │ ├── MRTK.Providers.sentinel.meta │ │ ├── Oculus.meta │ │ ├── Oculus │ │ │ ├── XRSDK.meta │ │ │ └── XRSDK │ │ │ │ ├── Controllers.meta │ │ │ │ ├── Controllers │ │ │ │ ├── OculusXRSDKTouchController.cs │ │ │ │ └── OculusXRSDKTouchController.cs.meta │ │ │ │ ├── MRTK-Quest.meta │ │ │ │ ├── MRTK-Quest │ │ │ │ ├── Art.meta │ │ │ │ ├── Art │ │ │ │ │ ├── Branding.meta │ │ │ │ │ ├── Branding │ │ │ │ │ │ ├── MRTK-Quest_Logo.png │ │ │ │ │ │ └── MRTK-Quest_Logo.png.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── HandMeshOutline.mat │ │ │ │ │ │ └── HandMeshOutline.mat.meta │ │ │ │ │ ├── Shaders.meta │ │ │ │ │ └── Shaders │ │ │ │ │ │ ├── RimOutline.shader │ │ │ │ │ │ └── RimOutline.shader.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── MRTK.Oculus.Hands.Editor.asmdef │ │ │ │ │ ├── MRTK.Oculus.Hands.Editor.asmdef.meta │ │ │ │ │ ├── OculusXRSDKHandtrackingConfigurationChecker.cs │ │ │ │ │ └── OculusXRSDKHandtrackingConfigurationChecker.cs.meta │ │ │ │ ├── License.txt │ │ │ │ ├── License.txt.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── MRTK-Quest_HandsPrefab.prefab │ │ │ │ │ ├── MRTK-Quest_HandsPrefab.prefab.meta │ │ │ │ │ ├── MRTK-Quest_LocalAvatar.prefab │ │ │ │ │ ├── MRTK-Quest_LocalAvatar.prefab.meta │ │ │ │ │ ├── MRTK-Quest_OVRCameraRig.prefab │ │ │ │ │ └── MRTK-Quest_OVRCameraRig.prefab.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── Input.meta │ │ │ │ │ └── Input │ │ │ │ │ ├── Controllers.meta │ │ │ │ │ └── Controllers │ │ │ │ │ ├── OculusHand.cs │ │ │ │ │ └── OculusHand.cs.meta │ │ │ │ ├── MRTK.Oculus.asmdef │ │ │ │ ├── MRTK.Oculus.asmdef.meta │ │ │ │ ├── OculusXRSDKDeviceManager.cs │ │ │ │ ├── OculusXRSDKDeviceManager.cs.meta │ │ │ │ ├── OculusXRSDKDeviceManagerProfile.cs │ │ │ │ ├── OculusXRSDKDeviceManagerProfile.cs.meta │ │ │ │ ├── Profiles.meta │ │ │ │ └── Profiles │ │ │ │ ├── DefaultOculusXRSDKDeviceManagerProfile.asset │ │ │ │ └── DefaultOculusXRSDKDeviceManagerProfile.asset.meta │ │ ├── OpenVR.meta │ │ ├── OpenVR │ │ │ ├── GenericOpenVRController.cs │ │ │ ├── GenericOpenVRController.cs.meta │ │ │ ├── HPMotionController.cs │ │ │ ├── HPMotionController.cs.meta │ │ │ ├── Headers.meta │ │ │ ├── Headers │ │ │ │ ├── openvr_api.cs │ │ │ │ └── openvr_api.cs.meta │ │ │ ├── MRTK.OpenVR.asmdef │ │ │ ├── MRTK.OpenVR.asmdef.meta │ │ │ ├── OculusRemoteController.cs │ │ │ ├── OculusRemoteController.cs.meta │ │ │ ├── OculusTouchController.cs │ │ │ ├── OculusTouchController.cs.meta │ │ │ ├── OpenVRDeviceManager.cs │ │ │ ├── OpenVRDeviceManager.cs.meta │ │ │ ├── OpenVRRenderModel.cs │ │ │ ├── OpenVRRenderModel.cs.meta │ │ │ ├── ViveKnucklesController.cs │ │ │ ├── ViveKnucklesController.cs.meta │ │ │ ├── ViveWandController.cs │ │ │ ├── ViveWandController.cs.meta │ │ │ ├── WindowsMixedRealityOpenVRMotionController.cs │ │ │ └── WindowsMixedRealityOpenVRMotionController.cs.meta │ │ ├── OpenXR.meta │ │ ├── OpenXR │ │ │ ├── MRTK.OpenXR.asmdef │ │ │ ├── MRTK.OpenXR.asmdef.meta │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ │ ├── DefaultOpenXRCameraProfile.asset │ │ │ │ ├── DefaultOpenXRCameraProfile.asset.meta │ │ │ │ ├── DefaultOpenXRConfigurationProfile.asset │ │ │ │ ├── DefaultOpenXRConfigurationProfile.asset.meta │ │ │ │ ├── DefaultOpenXRControllerMappingProfile.asset │ │ │ │ ├── DefaultOpenXRControllerMappingProfile.asset.meta │ │ │ │ ├── DefaultOpenXRControllerVisualizationProfile.asset │ │ │ │ ├── DefaultOpenXRControllerVisualizationProfile.asset.meta │ │ │ │ ├── DefaultOpenXRInputSystemProfile.asset │ │ │ │ ├── DefaultOpenXRInputSystemProfile.asset.meta │ │ │ │ ├── DefaultOpenXRSpatialAwarenessSystemProfile.asset │ │ │ │ └── DefaultOpenXRSpatialAwarenessSystemProfile.asset.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── HPReverbG2Controller.cs │ │ │ │ ├── HPReverbG2Controller.cs.meta │ │ │ │ ├── MicrosoftArticulatedHand.cs │ │ │ │ ├── MicrosoftArticulatedHand.cs.meta │ │ │ │ ├── MicrosoftMotionController.cs │ │ │ │ ├── MicrosoftMotionController.cs.meta │ │ │ │ ├── OpenXRDeviceManager.cs │ │ │ │ ├── OpenXRDeviceManager.cs.meta │ │ │ │ ├── OpenXREyeGazeDataProvider.cs │ │ │ │ └── OpenXREyeGazeDataProvider.cs.meta │ │ ├── UnityAR.meta │ │ ├── UnityAR │ │ │ ├── Definitions.meta │ │ │ ├── Definitions │ │ │ │ ├── ArTrackedPose.cs │ │ │ │ ├── ArTrackedPose.cs.meta │ │ │ │ ├── ArTrackingType.cs │ │ │ │ ├── ArTrackingType.cs.meta │ │ │ │ ├── ArUpdateType.cs │ │ │ │ └── ArUpdateType.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── MRTK.UnityAR.Editor.asmdef │ │ │ │ ├── MRTK.UnityAR.Editor.asmdef.meta │ │ │ │ ├── UnityARCameraSettingsProfileInspector.cs │ │ │ │ ├── UnityARCameraSettingsProfileInspector.cs.meta │ │ │ │ ├── UnityARConfigurationChecker.cs │ │ │ │ └── UnityARConfigurationChecker.cs.meta │ │ │ ├── MRTK.UnityAR.asmdef │ │ │ ├── MRTK.UnityAR.asmdef.meta │ │ │ ├── MixedReality.Toolkit.Providers.UnityAR.nuspec │ │ │ ├── MixedReality.Toolkit.Providers.UnityAR.nuspec.meta │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ │ ├── DefaultUnityARCameraSettingsProfile.asset │ │ │ │ └── DefaultUnityARCameraSettingsProfile.asset.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── UnityARCameraSettings.cs │ │ │ ├── UnityARCameraSettings.cs.meta │ │ │ ├── UnityARCameraSettingsProfile.cs │ │ │ ├── UnityARCameraSettingsProfile.cs.meta │ │ │ ├── Utilities.meta │ │ │ └── Utilities │ │ │ │ ├── ArEnumConversion.cs │ │ │ │ └── ArEnumConversion.cs.meta │ │ ├── Windows.meta │ │ ├── Windows │ │ │ ├── MRTK.WindowsVoice.asmdef │ │ │ ├── MRTK.WindowsVoice.asmdef.meta │ │ │ ├── WindowsDictationInputProvider.cs │ │ │ ├── WindowsDictationInputProvider.cs.meta │ │ │ ├── WindowsSpeechInputProvider.cs │ │ │ └── WindowsSpeechInputProvider.cs.meta │ │ ├── WindowsMixedReality.meta │ │ ├── WindowsMixedReality │ │ │ ├── Shared.meta │ │ │ ├── Shared │ │ │ │ ├── BaseWindowsMixedRealityCameraSettings.cs │ │ │ │ ├── BaseWindowsMixedRealityCameraSettings.cs.meta │ │ │ │ ├── Definitions.meta │ │ │ │ ├── Definitions │ │ │ │ │ ├── HolographicDepthReprojectionMethod.cs │ │ │ │ │ ├── HolographicDepthReprojectionMethod.cs.meta │ │ │ │ │ ├── IWindowsMixedRealityUtilitiesProvider.cs │ │ │ │ │ ├── IWindowsMixedRealityUtilitiesProvider.cs.meta │ │ │ │ │ ├── ProjectionOverride.cs │ │ │ │ │ └── ProjectionOverride.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── MRTK.WMR.Editor.asmdef │ │ │ │ │ ├── MRTK.WMR.Editor.asmdef.meta │ │ │ │ │ ├── WindowsMixedRealityCameraSettingsProfileInspector.cs │ │ │ │ │ ├── WindowsMixedRealityCameraSettingsProfileInspector.cs.meta │ │ │ │ │ ├── WindowsMixedRealityConfigurationChecker.cs │ │ │ │ │ └── WindowsMixedRealityConfigurationChecker.cs.meta │ │ │ │ ├── Extensions.meta │ │ │ │ ├── Extensions │ │ │ │ │ ├── WindowsExtensions.cs │ │ │ │ │ └── WindowsExtensions.cs.meta │ │ │ │ ├── InputHandlers.meta │ │ │ │ ├── InputHandlers │ │ │ │ │ ├── HPMotionControllerInputHandler.cs │ │ │ │ │ └── HPMotionControllerInputHandler.cs.meta │ │ │ │ ├── MRTK.WMR.Shared.asmdef │ │ │ │ ├── MRTK.WMR.Shared.asmdef.meta │ │ │ │ ├── Profiles.meta │ │ │ │ ├── Profiles │ │ │ │ │ ├── DefaultWindowsMixedRealityCameraSettingsProfile.asset │ │ │ │ │ └── DefaultWindowsMixedRealityCameraSettingsProfile.asset.meta │ │ │ │ ├── WindowsMixedRealityArticulatedHandDefinition.cs │ │ │ │ ├── WindowsMixedRealityArticulatedHandDefinition.cs.meta │ │ │ │ ├── WindowsMixedRealityCameraSettingsProfile.cs │ │ │ │ ├── WindowsMixedRealityCameraSettingsProfile.cs.meta │ │ │ │ ├── WindowsMixedRealityHandMeshProvider.cs │ │ │ │ ├── WindowsMixedRealityHandMeshProvider.cs.meta │ │ │ │ ├── WindowsMixedRealityHandRecorder.cs │ │ │ │ ├── WindowsMixedRealityHandRecorder.cs.meta │ │ │ │ ├── WindowsMixedRealityReprojectionUpdater.cs │ │ │ │ ├── WindowsMixedRealityReprojectionUpdater.cs.meta │ │ │ │ ├── WindowsMixedRealityUtilities.cs │ │ │ │ └── WindowsMixedRealityUtilities.cs.meta │ │ │ ├── XR2018.meta │ │ │ ├── XR2018 │ │ │ │ ├── Controllers.meta │ │ │ │ ├── Controllers │ │ │ │ │ ├── BaseWindowsMixedRealitySource.cs │ │ │ │ │ ├── BaseWindowsMixedRealitySource.cs.meta │ │ │ │ │ ├── HPMotionController.cs │ │ │ │ │ ├── HPMotionController.cs.meta │ │ │ │ │ ├── WindowsMixedRealityArticulatedHand.cs │ │ │ │ │ ├── WindowsMixedRealityArticulatedHand.cs.meta │ │ │ │ │ ├── WindowsMixedRealityController.cs │ │ │ │ │ ├── WindowsMixedRealityController.cs.meta │ │ │ │ │ ├── WindowsMixedRealityGGVHand.cs │ │ │ │ │ └── WindowsMixedRealityGGVHand.cs.meta │ │ │ │ ├── Definitions.meta │ │ │ │ ├── Definitions │ │ │ │ │ ├── HolographicFrameNativeData.cs │ │ │ │ │ └── HolographicFrameNativeData.cs.meta │ │ │ │ ├── Extensions.meta │ │ │ │ ├── Extensions │ │ │ │ │ ├── GestureRecognizerExtensions.cs │ │ │ │ │ ├── GestureRecognizerExtensions.cs.meta │ │ │ │ │ ├── InteractionSourceExtensions.cs │ │ │ │ │ └── InteractionSourceExtensions.cs.meta │ │ │ │ ├── MRTK.WMR.asmdef │ │ │ │ ├── MRTK.WMR.asmdef.meta │ │ │ │ ├── WindowsMixedRealityCameraSettings.cs │ │ │ │ ├── WindowsMixedRealityCameraSettings.cs.meta │ │ │ │ ├── WindowsMixedRealityDeviceManager.cs │ │ │ │ ├── WindowsMixedRealityDeviceManager.cs.meta │ │ │ │ ├── WindowsMixedRealityEyeGazeDataProvider.cs │ │ │ │ ├── WindowsMixedRealityEyeGazeDataProvider.cs.meta │ │ │ │ ├── WindowsMixedRealitySpatialMeshObserver.cs │ │ │ │ ├── WindowsMixedRealitySpatialMeshObserver.cs.meta │ │ │ │ ├── WindowsMixedRealityUtilitiesProvider.cs │ │ │ │ ├── WindowsMixedRealityUtilitiesProvider.cs.meta │ │ │ │ ├── csc.rsp │ │ │ │ └── csc.rsp.meta │ │ │ ├── XRSDK.meta │ │ │ └── XRSDK │ │ │ │ ├── Controllers.meta │ │ │ │ ├── Controllers │ │ │ │ ├── BaseWindowsMixedRealityXRSDKSource.cs │ │ │ │ ├── BaseWindowsMixedRealityXRSDKSource.cs.meta │ │ │ │ ├── HPMotionController.cs │ │ │ │ ├── HPMotionController.cs.meta │ │ │ │ ├── WindowsMixedRealityXRSDKArticulatedHand.cs │ │ │ │ ├── WindowsMixedRealityXRSDKArticulatedHand.cs.meta │ │ │ │ ├── WindowsMixedRealityXRSDKGGVHand.cs │ │ │ │ ├── WindowsMixedRealityXRSDKGGVHand.cs.meta │ │ │ │ ├── WindowsMixedRealityXRSDKMotionController.cs │ │ │ │ └── WindowsMixedRealityXRSDKMotionController.cs.meta │ │ │ │ ├── MRTK.WMR.XRSDK.asmdef │ │ │ │ ├── MRTK.WMR.XRSDK.asmdef.meta │ │ │ │ ├── WindowsMixedRealityCameraSettings.cs │ │ │ │ ├── WindowsMixedRealityCameraSettings.cs.meta │ │ │ │ ├── WindowsMixedRealityDeviceManager.cs │ │ │ │ ├── WindowsMixedRealityDeviceManager.cs.meta │ │ │ │ ├── WindowsMixedRealitySpatialMeshObserver.cs │ │ │ │ ├── WindowsMixedRealitySpatialMeshObserver.cs.meta │ │ │ │ ├── XRSDKWindowsMixedRealityUtilitiesProvider.cs │ │ │ │ └── XRSDKWindowsMixedRealityUtilitiesProvider.cs.meta │ │ ├── XRSDK.meta │ │ └── XRSDK │ │ │ ├── Controllers.meta │ │ │ ├── Controllers │ │ │ ├── GenericXRSDKController.cs │ │ │ └── GenericXRSDKController.cs.meta │ │ │ ├── CustomUsages.cs │ │ │ ├── CustomUsages.cs.meta │ │ │ ├── GenericXRSDKCameraSettings.cs │ │ │ ├── GenericXRSDKCameraSettings.cs.meta │ │ │ ├── GenericXRSDKSpatialMeshObserver.cs │ │ │ ├── GenericXRSDKSpatialMeshObserver.cs.meta │ │ │ ├── MRTK.XRSDK.asmdef │ │ │ ├── MRTK.XRSDK.asmdef.meta │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ ├── DefaultHololens2XRSDKConfigurationProfile.asset │ │ │ ├── DefaultHololens2XRSDKConfigurationProfile.asset.meta │ │ │ ├── DefaultXRSDKCameraProfile.asset │ │ │ ├── DefaultXRSDKCameraProfile.asset.meta │ │ │ ├── DefaultXRSDKConfigurationProfile.asset │ │ │ ├── DefaultXRSDKConfigurationProfile.asset.meta │ │ │ ├── DefaultXRSDKInputSystemProfile.asset │ │ │ ├── DefaultXRSDKInputSystemProfile.asset.meta │ │ │ ├── DefaultXRSDKSpatialAwarenessSystemProfile.asset │ │ │ └── DefaultXRSDKSpatialAwarenessSystemProfile.asset.meta │ │ │ ├── XRSDKBoundarySystem.cs │ │ │ ├── XRSDKBoundarySystem.cs.meta │ │ │ ├── XRSDKDeviceManager.cs │ │ │ ├── XRSDKDeviceManager.cs.meta │ │ │ ├── XRSDKSubsystemHelpers.cs │ │ │ └── XRSDKSubsystemHelpers.cs.meta │ ├── SDK.meta │ ├── SDK │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── Inspectors.meta │ │ │ ├── Inspectors │ │ │ │ ├── Dwell.meta │ │ │ │ ├── Dwell │ │ │ │ │ ├── DwellHandlerInspector.cs │ │ │ │ │ └── DwellHandlerInspector.cs.meta │ │ │ │ ├── Experimental.meta │ │ │ │ ├── Experimental │ │ │ │ │ ├── Elastics.meta │ │ │ │ │ ├── Elastics │ │ │ │ │ │ ├── ElasticsManagerInspector.cs │ │ │ │ │ │ └── ElasticsManagerInspector.cs.meta │ │ │ │ │ ├── InteractiveElement.meta │ │ │ │ │ └── InteractiveElement │ │ │ │ │ │ ├── InteractiveElement.meta │ │ │ │ │ │ ├── InteractiveElement │ │ │ │ │ │ ├── BaseInteractiveElementInspector.cs │ │ │ │ │ │ ├── BaseInteractiveElementInspector.cs.meta │ │ │ │ │ │ ├── CompressableButtonInspector.cs │ │ │ │ │ │ ├── CompressableButtonInspector.cs.meta │ │ │ │ │ │ ├── InteractiveElementInspector.cs │ │ │ │ │ │ ├── InteractiveElementInspector.cs.meta │ │ │ │ │ │ ├── StateSelectionMenu.cs │ │ │ │ │ │ └── StateSelectionMenu.cs.meta │ │ │ │ │ │ ├── MRTK.SDK.Editor.Experimental.Interactive.asmdef │ │ │ │ │ │ ├── MRTK.SDK.Editor.Experimental.Interactive.asmdef.meta │ │ │ │ │ │ ├── StateVisualizer.meta │ │ │ │ │ │ └── StateVisualizer │ │ │ │ │ │ ├── StateVisualizerInspector.cs │ │ │ │ │ │ └── StateVisualizerInspector.cs.meta │ │ │ │ ├── Input.meta │ │ │ │ ├── Input │ │ │ │ │ ├── Handlers.meta │ │ │ │ │ └── Handlers │ │ │ │ │ │ ├── BaseInputHandlerInspector.cs │ │ │ │ │ │ ├── BaseInputHandlerInspector.cs.meta │ │ │ │ │ │ ├── ControllerPoseSynchronizerInspector.cs │ │ │ │ │ │ ├── ControllerPoseSynchronizerInspector.cs.meta │ │ │ │ │ │ ├── MixedRealityControllerVisualizerInspector.cs │ │ │ │ │ │ ├── MixedRealityControllerVisualizerInspector.cs.meta │ │ │ │ │ │ ├── SpeechInputHandlerInspector.cs │ │ │ │ │ │ └── SpeechInputHandlerInspector.cs.meta │ │ │ │ ├── UX.meta │ │ │ │ ├── UX │ │ │ │ │ ├── BoundingBox.meta │ │ │ │ │ ├── BoundingBox │ │ │ │ │ │ ├── BoundingBoxInspector.cs │ │ │ │ │ │ └── BoundingBoxInspector.cs.meta │ │ │ │ │ ├── BoundsControl.meta │ │ │ │ │ ├── BoundsControl │ │ │ │ │ │ ├── BoundsControlInspector.cs │ │ │ │ │ │ └── BoundsControlInspector.cs.meta │ │ │ │ │ ├── Collections.meta │ │ │ │ │ ├── Collections │ │ │ │ │ │ ├── BaseCollectionInspector.cs │ │ │ │ │ │ ├── BaseCollectionInspector.cs.meta │ │ │ │ │ │ ├── GridObjectCollectionInspector.cs │ │ │ │ │ │ └── GridObjectCollectionInspector.cs.meta │ │ │ │ │ ├── Constraints.meta │ │ │ │ │ ├── Constraints │ │ │ │ │ │ ├── ConstraintManagerInspector.cs │ │ │ │ │ │ └── ConstraintManagerInspector.cs.meta │ │ │ │ │ ├── HandCoach.meta │ │ │ │ │ ├── HandCoach │ │ │ │ │ │ ├── HandInteractionHintInspector.cs │ │ │ │ │ │ └── HandInteractionHintInspector.cs.meta │ │ │ │ │ ├── Interactable.meta │ │ │ │ │ ├── Interactable │ │ │ │ │ │ ├── ButtonConfigHelperInspector.cs │ │ │ │ │ │ ├── ButtonConfigHelperInspector.cs.meta │ │ │ │ │ │ ├── InteractableEventInspector.cs │ │ │ │ │ │ ├── InteractableEventInspector.cs.meta │ │ │ │ │ │ ├── InteractableInspector.cs │ │ │ │ │ │ ├── InteractableInspector.cs.meta │ │ │ │ │ │ ├── InteractableOnFocusInspector.cs │ │ │ │ │ │ ├── InteractableOnFocusInspector.cs.meta │ │ │ │ │ │ ├── InteractableReceiverInspector.cs │ │ │ │ │ │ ├── InteractableReceiverInspector.cs.meta │ │ │ │ │ │ ├── InteractableReceiverListInspector.cs │ │ │ │ │ │ ├── InteractableReceiverListInspector.cs.meta │ │ │ │ │ │ ├── InteractableToggleCollectionInspector.cs │ │ │ │ │ │ ├── InteractableToggleCollectionInspector.cs.meta │ │ │ │ │ │ ├── PressableButtonInspector.cs │ │ │ │ │ │ └── PressableButtonInspector.cs.meta │ │ │ │ │ ├── ManipulationHandler.meta │ │ │ │ │ ├── ManipulationHandler │ │ │ │ │ │ ├── ManipulationHandlerInspector.cs │ │ │ │ │ │ └── ManipulationHandlerInspector.cs.meta │ │ │ │ │ ├── ObjectManipulator.meta │ │ │ │ │ ├── ObjectManipulator │ │ │ │ │ │ ├── ObjectManipulatorInspector.cs │ │ │ │ │ │ └── ObjectManipulatorInspector.cs.meta │ │ │ │ │ ├── Pointers.meta │ │ │ │ │ ├── Pointers │ │ │ │ │ │ ├── BaseControllerPointerInspector.cs │ │ │ │ │ │ ├── BaseControllerPointerInspector.cs.meta │ │ │ │ │ │ ├── BaseMousePointerInspector.cs │ │ │ │ │ │ ├── BaseMousePointerInspector.cs.meta │ │ │ │ │ │ ├── LinePointerInspector.cs │ │ │ │ │ │ ├── LinePointerInspector.cs.meta │ │ │ │ │ │ ├── ParabolicTeleportPointerInspector.cs │ │ │ │ │ │ ├── ParabolicTeleportPointerInspector.cs.meta │ │ │ │ │ │ ├── SpherePointerInspector.cs │ │ │ │ │ │ ├── SpherePointerInspector.cs.meta │ │ │ │ │ │ ├── TeleportPointerInspector.cs │ │ │ │ │ │ └── TeleportPointerInspector.cs.meta │ │ │ │ │ ├── ScrollingObjectCollection.meta │ │ │ │ │ ├── ScrollingObjectCollection │ │ │ │ │ │ ├── ScrollingObjectCollectionInspector.cs │ │ │ │ │ │ └── ScrollingObjectCollectionInspector.cs.meta │ │ │ │ │ ├── Sliders.meta │ │ │ │ │ ├── Sliders │ │ │ │ │ │ ├── PinchSliderInspector.cs │ │ │ │ │ │ └── PinchSliderInspector.cs.meta │ │ │ │ │ ├── Tooltips.meta │ │ │ │ │ ├── Tooltips │ │ │ │ │ │ ├── ToolTipConnectorInspector.cs │ │ │ │ │ │ ├── ToolTipConnectorInspector.cs.meta │ │ │ │ │ │ ├── ToolTipInspector.cs │ │ │ │ │ │ └── ToolTipInspector.cs.meta │ │ │ │ │ ├── VisualThemes.meta │ │ │ │ │ └── VisualThemes │ │ │ │ │ │ ├── StatesInspector.cs │ │ │ │ │ │ ├── StatesInspector.cs.meta │ │ │ │ │ │ ├── ThemeInspector.cs │ │ │ │ │ │ └── ThemeInspector.cs.meta │ │ │ │ ├── Utilities.meta │ │ │ │ └── Utilities │ │ │ │ │ ├── Solvers.meta │ │ │ │ │ └── Solvers │ │ │ │ │ ├── ControllerFinderInspector.cs │ │ │ │ │ ├── ControllerFinderInspector.cs.meta │ │ │ │ │ ├── FollowInspector.cs │ │ │ │ │ ├── FollowInspector.cs.meta │ │ │ │ │ ├── InBetweenInspector.cs │ │ │ │ │ ├── InBetweenInspector.cs.meta │ │ │ │ │ ├── SolverHandlerInspector.cs │ │ │ │ │ ├── SolverHandlerInspector.cs.meta │ │ │ │ │ ├── SolverInspector.cs │ │ │ │ │ ├── SolverInspector.cs.meta │ │ │ │ │ ├── SurfaceMagnetismInspector.cs │ │ │ │ │ ├── SurfaceMagnetismInspector.cs.meta │ │ │ │ │ ├── TapToPlaceInspector.cs │ │ │ │ │ └── TapToPlaceInspector.cs.meta │ │ │ ├── MRTK.SDK.Editor.asmdef │ │ │ ├── MRTK.SDK.Editor.asmdef.meta │ │ │ ├── Migration.meta │ │ │ └── Migration │ │ │ │ ├── BoundsControlMigrationHandler.cs │ │ │ │ ├── BoundsControlMigrationHandler.cs.meta │ │ │ │ ├── ButtonConfigHelperMigrationHandler.cs │ │ │ │ ├── ButtonConfigHelperMigrationHandler.cs.meta │ │ │ │ ├── ObjectManipulatorMigrationHandler.cs │ │ │ │ ├── ObjectManipulatorMigrationHandler.cs.meta │ │ │ │ ├── Tools.meta │ │ │ │ └── Tools │ │ │ │ ├── MigrationTool.cs │ │ │ │ └── MigrationTool.cs.meta │ │ ├── Experimental.meta │ │ ├── Experimental │ │ │ ├── ColorPicker.meta │ │ │ ├── ColorPicker │ │ │ │ ├── ColorPicker.cs │ │ │ │ └── ColorPicker.cs.meta │ │ │ ├── Dock.meta │ │ │ ├── Dock │ │ │ │ ├── Dock.cs │ │ │ │ ├── Dock.cs.meta │ │ │ │ ├── DockPosition.cs │ │ │ │ ├── DockPosition.cs.meta │ │ │ │ ├── Dockable.cs │ │ │ │ ├── Dockable.cs.meta │ │ │ │ ├── DockingState.cs │ │ │ │ ├── DockingState.cs.meta │ │ │ │ ├── README_Dock.md │ │ │ │ └── README_Dock.md.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── Inspectors.meta │ │ │ │ ├── Inspectors │ │ │ │ │ ├── NonNativeKeyboard.meta │ │ │ │ │ └── NonNativeKeyboard │ │ │ │ │ │ ├── SliderInputFieldInspector.cs │ │ │ │ │ │ └── SliderInputFieldInspector.cs.meta │ │ │ │ ├── MRTK.SDK.Experimental.Editor.asmdef │ │ │ │ └── MRTK.SDK.Experimental.Editor.asmdef.meta │ │ │ ├── Elastic.meta │ │ │ ├── Elastic │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── ElasticConfiguration.cs │ │ │ │ │ ├── ElasticConfiguration.cs.meta │ │ │ │ │ ├── ElasticTypes.cs │ │ │ │ │ ├── ElasticTypes.cs.meta │ │ │ │ │ ├── ElasticsManager.cs │ │ │ │ │ ├── ElasticsManager.cs.meta │ │ │ │ │ ├── IElasticSystem.cs │ │ │ │ │ ├── IElasticSystem.cs.meta │ │ │ │ │ ├── LinearElasticSystem.cs │ │ │ │ │ ├── LinearElasticSystem.cs.meta │ │ │ │ │ ├── QuaternionElasticSystem.cs │ │ │ │ │ ├── QuaternionElasticSystem.cs.meta │ │ │ │ │ ├── VolumeElasticSystem.cs │ │ │ │ │ └── VolumeElasticSystem.cs.meta │ │ │ ├── Features.meta │ │ │ ├── Features │ │ │ │ ├── Dwell.meta │ │ │ │ ├── Dwell │ │ │ │ │ ├── DwellHandler.cs │ │ │ │ │ ├── DwellHandler.cs.meta │ │ │ │ │ ├── DwellProfile.cs │ │ │ │ │ ├── DwellProfile.cs.meta │ │ │ │ │ ├── DwellUnityEvent.cs │ │ │ │ │ └── DwellUnityEvent.cs.meta │ │ │ │ ├── Utilities.meta │ │ │ │ └── Utilities │ │ │ │ │ ├── StabilizationPlaneModifier.cs │ │ │ │ │ ├── StabilizationPlaneModifier.cs.meta │ │ │ │ │ ├── WorldAnchorManager.cs │ │ │ │ │ └── WorldAnchorManager.cs.meta │ │ │ ├── InteractiveElement.meta │ │ │ ├── InteractiveElement │ │ │ │ ├── Examples.meta │ │ │ │ ├── Examples │ │ │ │ │ ├── InteractiveElementExampleScene.unity │ │ │ │ │ ├── InteractiveElementExampleScene.unity.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── ClickedStateMessage.cs │ │ │ │ │ │ ├── ClickedStateMessage.cs.meta │ │ │ │ │ │ ├── CustomStateExample.meta │ │ │ │ │ │ ├── CustomStateExample │ │ │ │ │ │ ├── CustomStateSettingExample.cs │ │ │ │ │ │ ├── CustomStateSettingExample.cs.meta │ │ │ │ │ │ ├── KeyboardState.meta │ │ │ │ │ │ └── KeyboardState │ │ │ │ │ │ │ ├── KeyboardEvents.cs │ │ │ │ │ │ │ ├── KeyboardEvents.cs.meta │ │ │ │ │ │ │ ├── KeyboardReceiver.cs │ │ │ │ │ │ │ └── KeyboardReceiver.cs.meta │ │ │ │ │ │ ├── InteractiveElementRuntimeExample.cs │ │ │ │ │ │ └── InteractiveElementRuntimeExample.cs.meta │ │ │ │ ├── InteractiveElement.meta │ │ │ │ ├── InteractiveElement │ │ │ │ │ ├── BaseInteractiveElement.cs │ │ │ │ │ ├── BaseInteractiveElement.cs.meta │ │ │ │ │ ├── CompressableButton.cs │ │ │ │ │ ├── CompressableButton.cs.meta │ │ │ │ │ ├── Events.meta │ │ │ │ │ ├── Events │ │ │ │ │ │ ├── EventConfigurations.meta │ │ │ │ │ │ ├── EventConfigurations │ │ │ │ │ │ │ ├── BaseInteractionEventConfiguration.cs │ │ │ │ │ │ │ ├── BaseInteractionEventConfiguration.cs.meta │ │ │ │ │ │ │ ├── ClickedEvents.cs │ │ │ │ │ │ │ ├── ClickedEvents.cs.meta │ │ │ │ │ │ │ ├── FocusEvents.cs │ │ │ │ │ │ │ ├── FocusEvents.cs.meta │ │ │ │ │ │ │ ├── PressedNearEvents.cs │ │ │ │ │ │ │ ├── PressedNearEvents.cs.meta │ │ │ │ │ │ │ ├── SelectFarEvents.cs │ │ │ │ │ │ │ ├── SelectFarEvents.cs.meta │ │ │ │ │ │ │ ├── SpeechKeywordEvents.cs │ │ │ │ │ │ │ ├── SpeechKeywordEvents.cs.meta │ │ │ │ │ │ │ ├── StateEvents.cs │ │ │ │ │ │ │ ├── StateEvents.cs.meta │ │ │ │ │ │ │ ├── ToggleOffEvents.cs │ │ │ │ │ │ │ ├── ToggleOffEvents.cs.meta │ │ │ │ │ │ │ ├── ToggleOnEvents.cs │ │ │ │ │ │ │ ├── ToggleOnEvents.cs.meta │ │ │ │ │ │ │ ├── TouchEvents.cs │ │ │ │ │ │ │ └── TouchEvents.cs.meta │ │ │ │ │ │ ├── EventReceiverManager.cs │ │ │ │ │ │ ├── EventReceiverManager.cs.meta │ │ │ │ │ │ ├── EventReceivers.meta │ │ │ │ │ │ ├── EventReceivers │ │ │ │ │ │ │ ├── BaseEventReceiver.cs │ │ │ │ │ │ │ ├── BaseEventReceiver.cs.meta │ │ │ │ │ │ │ ├── ClickedReceiver.cs │ │ │ │ │ │ │ ├── ClickedReceiver.cs.meta │ │ │ │ │ │ │ ├── FocusReceiver.cs │ │ │ │ │ │ │ ├── FocusReceiver.cs.meta │ │ │ │ │ │ │ ├── PressedNearReceiver.cs │ │ │ │ │ │ │ ├── PressedNearReceiver.cs.meta │ │ │ │ │ │ │ ├── SelectFarReceiver.cs │ │ │ │ │ │ │ ├── SelectFarReceiver.cs.meta │ │ │ │ │ │ │ ├── SpeechKeywordReceiver.cs │ │ │ │ │ │ │ ├── SpeechKeywordReceiver.cs.meta │ │ │ │ │ │ │ ├── StateReceiver.cs │ │ │ │ │ │ │ ├── StateReceiver.cs.meta │ │ │ │ │ │ │ ├── ToggleOffReceiver.cs │ │ │ │ │ │ │ ├── ToggleOffReceiver.cs.meta │ │ │ │ │ │ │ ├── ToggleOnReceiver.cs │ │ │ │ │ │ │ ├── ToggleOnReceiver.cs.meta │ │ │ │ │ │ │ ├── TouchReceiver.cs │ │ │ │ │ │ │ └── TouchReceiver.cs.meta │ │ │ │ │ │ ├── IStateEventConfig.cs │ │ │ │ │ │ ├── IStateEventConfig.cs.meta │ │ │ │ │ │ ├── UnityEventDefinitions.meta │ │ │ │ │ │ └── UnityEventDefinitions │ │ │ │ │ │ │ ├── FocusInteractionEvent.cs │ │ │ │ │ │ │ ├── FocusInteractionEvent.cs.meta │ │ │ │ │ │ │ ├── KeywordEvent.cs │ │ │ │ │ │ │ ├── KeywordEvent.cs.meta │ │ │ │ │ │ │ ├── SelectFarInteractionEvent.cs │ │ │ │ │ │ │ ├── SelectFarInteractionEvent.cs.meta │ │ │ │ │ │ │ ├── SpeechInteractionEvent.cs │ │ │ │ │ │ │ ├── SpeechInteractionEvent.cs.meta │ │ │ │ │ │ │ ├── TouchInteractionEvent.cs │ │ │ │ │ │ │ └── TouchInteractionEvent.cs.meta │ │ │ │ │ ├── InteractiveElement.cs │ │ │ │ │ ├── InteractiveElement.cs.meta │ │ │ │ │ ├── States.meta │ │ │ │ │ └── States │ │ │ │ │ │ ├── Definitions.meta │ │ │ │ │ │ ├── Definitions │ │ │ │ │ │ ├── CoreInteractionState.cs │ │ │ │ │ │ ├── CoreInteractionState.cs.meta │ │ │ │ │ │ ├── InteractionType.cs │ │ │ │ │ │ └── InteractionType.cs.meta │ │ │ │ │ │ ├── InteractionState.cs │ │ │ │ │ │ ├── InteractionState.cs.meta │ │ │ │ │ │ ├── StateManager.cs │ │ │ │ │ │ ├── StateManager.cs.meta │ │ │ │ │ │ ├── UnityEventDefinitions.meta │ │ │ │ │ │ └── UnityEventDefinitions │ │ │ │ │ │ ├── InteractionStateActiveEvent.cs │ │ │ │ │ │ ├── InteractionStateActiveEvent.cs.meta │ │ │ │ │ │ ├── InteractionStateInactiveEvent.cs │ │ │ │ │ │ └── InteractionStateInactiveEvent.cs.meta │ │ │ │ ├── MRTK.SDK.Experimental.Interactive.asmdef │ │ │ │ ├── MRTK.SDK.Experimental.Interactive.asmdef.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── Animations.meta │ │ │ │ │ ├── Animations │ │ │ │ │ │ ├── CompressableButton.controller │ │ │ │ │ │ ├── CompressableButton.controller.meta │ │ │ │ │ │ ├── CompressableButtonToggle.controller │ │ │ │ │ │ ├── CompressableButtonToggle.controller.meta │ │ │ │ │ │ ├── CompressableButtonToggle_ClickedClip.anim │ │ │ │ │ │ ├── CompressableButtonToggle_ClickedClip.anim.meta │ │ │ │ │ │ ├── CompressableButtonToggle_DefaultClip.anim │ │ │ │ │ │ ├── CompressableButtonToggle_DefaultClip.anim.meta │ │ │ │ │ │ ├── CompressableButtonToggle_SelectFarClip.anim │ │ │ │ │ │ ├── CompressableButtonToggle_SelectFarClip.anim.meta │ │ │ │ │ │ ├── CompressableButton_ClickedClip.anim │ │ │ │ │ │ ├── CompressableButton_ClickedClip.anim.meta │ │ │ │ │ │ ├── CompressableButton_DefaultClip.anim │ │ │ │ │ │ ├── CompressableButton_DefaultClip.anim.meta │ │ │ │ │ │ ├── CompressableButton_SelectFarClip.anim │ │ │ │ │ │ └── CompressableButton_SelectFarClip.anim.meta │ │ │ │ │ ├── CompressableButton.prefab │ │ │ │ │ ├── CompressableButton.prefab.meta │ │ │ │ │ ├── CompressableButtonCube.prefab │ │ │ │ │ ├── CompressableButtonCube.prefab.meta │ │ │ │ │ ├── CompressableButtonToggle.prefab │ │ │ │ │ └── CompressableButtonToggle.prefab.meta │ │ │ │ ├── StateVisualizer.meta │ │ │ │ └── StateVisualizer │ │ │ │ │ ├── AnimatableProperties.meta │ │ │ │ │ ├── AnimatableProperties │ │ │ │ │ ├── ColorStateAnimatableProperty.cs │ │ │ │ │ ├── ColorStateAnimatableProperty.cs.meta │ │ │ │ │ ├── IStateAnimatableProperty.cs │ │ │ │ │ ├── IStateAnimatableProperty.cs.meta │ │ │ │ │ ├── PositionOffsetStateAnimatableProperty.cs │ │ │ │ │ ├── PositionOffsetStateAnimatableProperty.cs.meta │ │ │ │ │ ├── ScaleOffsetStateAnimatableProperty.cs │ │ │ │ │ ├── ScaleOffsetStateAnimatableProperty.cs.meta │ │ │ │ │ ├── ShaderColorStateStateAnimatableProperty.cs │ │ │ │ │ ├── ShaderColorStateStateAnimatableProperty.cs.meta │ │ │ │ │ ├── ShaderFloatStateAnimatableProperty.cs │ │ │ │ │ ├── ShaderFloatStateAnimatableProperty.cs.meta │ │ │ │ │ ├── ShaderStateAnimatableProperty.cs │ │ │ │ │ ├── ShaderStateAnimatableProperty.cs.meta │ │ │ │ │ ├── ShaderVectorStateAnimatableProperty.cs │ │ │ │ │ ├── ShaderVectorStateAnimatableProperty.cs.meta │ │ │ │ │ ├── StateAnimatableProperty.cs │ │ │ │ │ └── StateAnimatableProperty.cs.meta │ │ │ │ │ ├── AnimatableProperty.cs │ │ │ │ │ ├── AnimatableProperty.cs.meta │ │ │ │ │ ├── AnimationTarget.cs │ │ │ │ │ ├── AnimationTarget.cs.meta │ │ │ │ │ ├── StateContainer.cs │ │ │ │ │ ├── StateContainer.cs.meta │ │ │ │ │ ├── StateVisualizer.cs │ │ │ │ │ └── StateVisualizer.cs.meta │ │ │ ├── Joystick.meta │ │ │ ├── Joystick │ │ │ │ ├── JoystickController.cs │ │ │ │ ├── JoystickController.cs.meta │ │ │ │ ├── JoystickMode.cs │ │ │ │ ├── JoystickMode.cs.meta │ │ │ │ ├── JoystickPrefab.prefab │ │ │ │ └── JoystickPrefab.prefab.meta │ │ │ ├── MixedRealityKeyboard.meta │ │ │ ├── MixedRealityKeyboard │ │ │ │ ├── KeyboardInputFieldBase.cs │ │ │ │ ├── KeyboardInputFieldBase.cs.meta │ │ │ │ ├── MRTKTMPInputField.cs │ │ │ │ ├── MRTKTMPInputField.cs.meta │ │ │ │ ├── MRTKUGUIInputField.cs │ │ │ │ ├── MRTKUGUIInputField.cs.meta │ │ │ │ ├── MixedRealityKeyboard.cs │ │ │ │ ├── MixedRealityKeyboard.cs.meta │ │ │ │ ├── MixedRealityKeyboardBase.cs │ │ │ │ ├── MixedRealityKeyboardBase.cs.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── MRKeyboardInputField_TMP.prefab │ │ │ │ │ ├── MRKeyboardInputField_TMP.prefab.meta │ │ │ │ │ ├── MRKeyboardInputField_UGUI.prefab │ │ │ │ │ └── MRKeyboardInputField_UGUI.prefab.meta │ │ │ │ ├── README_MixedRealityKeyboard.md │ │ │ │ ├── README_MixedRealityKeyboard.md.meta │ │ │ │ ├── TMP_KeyboardInputField.cs │ │ │ │ ├── TMP_KeyboardInputField.cs.meta │ │ │ │ ├── UI_KeyboardInputField.cs │ │ │ │ └── UI_KeyboardInputField.cs.meta │ │ │ ├── MixedRealityKeyboardPreview.meta │ │ │ ├── MixedRealityKeyboardPreview │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── MixedRealityKeyboardPreviewBackPlate.mat │ │ │ │ │ ├── MixedRealityKeyboardPreviewBackPlate.mat.meta │ │ │ │ │ ├── MixedRealityKeyboardPreviewButtonBackPlate.mat │ │ │ │ │ ├── MixedRealityKeyboardPreviewButtonBackPlate.mat.meta │ │ │ │ │ ├── MixedRealityKeyboardPreviewCaret.mat │ │ │ │ │ ├── MixedRealityKeyboardPreviewCaret.mat.meta │ │ │ │ │ ├── MixedRealityKeyboardPreviewTextRect.mat │ │ │ │ │ └── MixedRealityKeyboardPreviewTextRect.mat.meta │ │ │ │ ├── MixedRealityKeyboardPreview.cs │ │ │ │ ├── MixedRealityKeyboardPreview.cs.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ └── Prefabs │ │ │ │ │ ├── MixedRealityKeyboardPreview.prefab │ │ │ │ │ └── MixedRealityKeyboardPreview.prefab.meta │ │ │ ├── NonNativeKeyboard.meta │ │ │ ├── NonNativeKeyboard │ │ │ │ ├── Icons.meta │ │ │ │ ├── Icons │ │ │ │ │ ├── KeyboardKeyGlyphs_Backspace.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Backspace.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Close.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Close.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Dictation.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Dictation.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Down.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Down.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Left.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Left.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Right.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Right.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Shift_Symbols.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Shift_Symbols.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_UnShift_Symbols.png │ │ │ │ │ ├── KeyboardKeyGlyphs_UnShift_Symbols.png.meta │ │ │ │ │ ├── KeyboardKeyGlyphs_Up.png │ │ │ │ │ ├── KeyboardKeyGlyphs_Up.png.meta │ │ │ │ │ ├── NonNativeKeyboardSprites.spriteatlas │ │ │ │ │ ├── NonNativeKeyboardSprites.spriteatlas.meta │ │ │ │ │ ├── Placeholder.png │ │ │ │ │ └── Placeholder.png.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── NonNativeKeyboard.prefab │ │ │ │ │ └── NonNativeKeyboard.prefab.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── AxisSlider.cs │ │ │ │ │ ├── AxisSlider.cs.meta │ │ │ │ │ ├── CapsLockHighlight.cs │ │ │ │ │ ├── CapsLockHighlight.cs.meta │ │ │ │ │ ├── KeyboardKeyFunc.cs │ │ │ │ │ ├── KeyboardKeyFunc.cs.meta │ │ │ │ │ ├── KeyboardValueKey.cs │ │ │ │ │ ├── KeyboardValueKey.cs.meta │ │ │ │ │ ├── NonNativeKeyboard.cs │ │ │ │ │ ├── NonNativeKeyboard.cs.meta │ │ │ │ │ ├── NonNativeKeyboardTouchAssistant.cs │ │ │ │ │ ├── NonNativeKeyboardTouchAssistant.cs.meta │ │ │ │ │ ├── SliderInputField.cs │ │ │ │ │ ├── SliderInputField.cs.meta │ │ │ │ │ ├── SymbolDisableHighlight.cs │ │ │ │ │ ├── SymbolDisableHighlight.cs.meta │ │ │ │ │ ├── SymbolKeyboard.cs │ │ │ │ │ ├── SymbolKeyboard.cs.meta │ │ │ │ │ ├── UICollection.cs │ │ │ │ │ └── UICollection.cs.meta │ │ │ ├── ServiceManagers.meta │ │ │ ├── ServiceManagers │ │ │ │ ├── Boundary.meta │ │ │ │ ├── Boundary │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── BoundarySystem.prefab │ │ │ │ │ │ └── BoundarySystem.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── BoundarySystemManager.cs │ │ │ │ │ │ └── BoundarySystemManager.cs.meta │ │ │ │ ├── Camera.meta │ │ │ │ ├── Camera │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── CameraSystem.prefab │ │ │ │ │ │ └── CameraSystem.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── CameraSystemManager.cs │ │ │ │ │ │ └── CameraSystemManager.cs.meta │ │ │ │ ├── Diagnostics.meta │ │ │ │ ├── Diagnostics │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── DiagnosticsSystem.prefab │ │ │ │ │ │ └── DiagnosticsSystem.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── DiagnosticsSystemManager.cs │ │ │ │ │ │ └── DiagnosticsSystemManager.cs.meta │ │ │ │ ├── Input.meta │ │ │ │ ├── Input │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── InputSystem.prefab │ │ │ │ │ │ └── InputSystem.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── InputSystemManager.cs │ │ │ │ │ │ └── InputSystemManager.cs.meta │ │ │ │ ├── SpatialAwareness.meta │ │ │ │ ├── SpatialAwareness │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── SpatialAwarenessSystem.prefab │ │ │ │ │ │ └── SpatialAwarenessSystem.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── SpatialAwarenessSystemManager.cs │ │ │ │ │ │ └── SpatialAwarenessSystemManager.cs.meta │ │ │ │ ├── Support.meta │ │ │ │ ├── Support │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ │ ├── BaseServiceManager.cs │ │ │ │ │ │ └── BaseServiceManager.cs.meta │ │ │ │ ├── Teleport.meta │ │ │ │ └── Teleport │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ ├── TeleportSystem.prefab │ │ │ │ │ └── TeleportSystem.prefab.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ ├── TeleportSystemManager.cs │ │ │ │ │ └── TeleportSystemManager.cs.meta │ │ │ ├── SpatialAwareness.meta │ │ │ ├── SpatialAwareness │ │ │ │ ├── SurfaceMeshesToPlanes.cs │ │ │ │ └── SurfaceMeshesToPlanes.cs.meta │ │ │ ├── StepSlider.meta │ │ │ └── StepSlider │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── StepSlider.cs │ │ │ │ ├── StepSlider.cs.meta │ │ │ │ ├── StepSlider.prefab │ │ │ │ └── StepSlider.prefab.meta │ │ ├── Features.meta │ │ ├── Features │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── Influencers.meta │ │ │ │ └── Influencers │ │ │ │ │ ├── AudioInfluencerController.cs │ │ │ │ │ ├── AudioInfluencerController.cs.meta │ │ │ │ │ ├── AudioLoFiEffect.cs │ │ │ │ │ ├── AudioLoFiEffect.cs.meta │ │ │ │ │ ├── AudioLoFiSourceQuality.cs │ │ │ │ │ ├── AudioLoFiSourceQuality.cs.meta │ │ │ │ │ ├── AudioOccluder.cs │ │ │ │ │ └── AudioOccluder.cs.meta │ │ │ ├── Input.meta │ │ │ ├── Input │ │ │ │ ├── Events.meta │ │ │ │ ├── Events │ │ │ │ │ ├── HandPanEventData.cs │ │ │ │ │ ├── HandPanEventData.cs.meta │ │ │ │ │ ├── InputActionUnityEvent.cs │ │ │ │ │ ├── InputActionUnityEvent.cs.meta │ │ │ │ │ ├── ManipulationEvent.cs │ │ │ │ │ ├── ManipulationEvent.cs.meta │ │ │ │ │ ├── ManipulationEventData.cs │ │ │ │ │ ├── ManipulationEventData.cs.meta │ │ │ │ │ ├── PanUnityEvent.cs │ │ │ │ │ ├── PanUnityEvent.cs.meta │ │ │ │ │ ├── PointerUnityEvent.cs │ │ │ │ │ ├── PointerUnityEvent.cs.meta │ │ │ │ │ ├── TouchEvent.cs │ │ │ │ │ └── TouchEvent.cs.meta │ │ │ │ ├── Handlers.meta │ │ │ │ ├── Handlers │ │ │ │ │ ├── BaseEyeFocusHandler.cs │ │ │ │ │ ├── BaseEyeFocusHandler.cs.meta │ │ │ │ │ ├── BaseFocusHandler.cs │ │ │ │ │ ├── BaseFocusHandler.cs.meta │ │ │ │ │ ├── BaseInputHandler.cs │ │ │ │ │ ├── BaseInputHandler.cs.meta │ │ │ │ │ ├── Constraints.meta │ │ │ │ │ ├── Constraints │ │ │ │ │ │ ├── ConstraintManager.cs │ │ │ │ │ │ ├── ConstraintManager.cs.meta │ │ │ │ │ │ ├── FaceUserConstraint.cs │ │ │ │ │ │ ├── FaceUserConstraint.cs.meta │ │ │ │ │ │ ├── FixedDistanceConstraint.cs │ │ │ │ │ │ ├── FixedDistanceConstraint.cs.meta │ │ │ │ │ │ ├── FixedRotationToUserConstraint.cs │ │ │ │ │ │ ├── FixedRotationToUserConstraint.cs.meta │ │ │ │ │ │ ├── FixedRotationToWorldConstraint.cs │ │ │ │ │ │ ├── FixedRotationToWorldConstraint.cs.meta │ │ │ │ │ │ ├── MaintainApparentSizeConstraint.cs │ │ │ │ │ │ ├── MaintainApparentSizeConstraint.cs.meta │ │ │ │ │ │ ├── MoveAxisConstraint.cs │ │ │ │ │ │ ├── MoveAxisConstraint.cs.meta │ │ │ │ │ │ ├── RotationAxisConstraint.cs │ │ │ │ │ │ ├── RotationAxisConstraint.cs.meta │ │ │ │ │ │ ├── TransformConstraint.cs │ │ │ │ │ │ └── TransformConstraint.cs.meta │ │ │ │ │ ├── ControllerPoseSynchronizer.cs │ │ │ │ │ ├── ControllerPoseSynchronizer.cs.meta │ │ │ │ │ ├── CursorContextManipulationHandler.cs │ │ │ │ │ ├── CursorContextManipulationHandler.cs.meta │ │ │ │ │ ├── CursorContextObjectManipulator.cs │ │ │ │ │ ├── CursorContextObjectManipulator.cs.meta │ │ │ │ │ ├── DictationHandler.cs │ │ │ │ │ ├── DictationHandler.cs.meta │ │ │ │ │ ├── EyeTrackingTarget.cs │ │ │ │ │ ├── EyeTrackingTarget.cs.meta │ │ │ │ │ ├── FocusHandler.cs │ │ │ │ │ ├── FocusHandler.cs.meta │ │ │ │ │ ├── InputActionHandler.cs │ │ │ │ │ ├── InputActionHandler.cs.meta │ │ │ │ │ ├── Manipulation.meta │ │ │ │ │ ├── Manipulation │ │ │ │ │ │ ├── ManipulationHandler.cs │ │ │ │ │ │ ├── ManipulationHandler.cs.meta │ │ │ │ │ │ ├── ManipulationMoveLogic.cs │ │ │ │ │ │ ├── ManipulationMoveLogic.cs.meta │ │ │ │ │ │ ├── TwoHandRotateLogic.cs │ │ │ │ │ │ ├── TwoHandRotateLogic.cs.meta │ │ │ │ │ │ ├── TwoHandScaleLogic.cs │ │ │ │ │ │ └── TwoHandScaleLogic.cs.meta │ │ │ │ │ ├── MinMaxScaleConstraint.cs │ │ │ │ │ ├── MinMaxScaleConstraint.cs.meta │ │ │ │ │ ├── ObjectManipulator.cs │ │ │ │ │ ├── ObjectManipulator.cs.meta │ │ │ │ │ ├── PointerClickHandler.cs │ │ │ │ │ ├── PointerClickHandler.cs.meta │ │ │ │ │ ├── PointerHandler.cs │ │ │ │ │ ├── PointerHandler.cs.meta │ │ │ │ │ ├── SpeechInputHandler.cs │ │ │ │ │ ├── SpeechInputHandler.cs.meta │ │ │ │ │ ├── TeleportHotSpot.cs │ │ │ │ │ ├── TeleportHotSpot.cs.meta │ │ │ │ │ ├── TouchHandler.cs │ │ │ │ │ └── TouchHandler.cs.meta │ │ │ │ ├── InputSimulationIndicators.cs │ │ │ │ └── InputSimulationIndicators.cs.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── UX.meta │ │ │ ├── UX │ │ │ │ ├── Animations.meta │ │ │ │ ├── Animations │ │ │ │ │ ├── Cursors.meta │ │ │ │ │ ├── Cursors │ │ │ │ │ │ ├── DefaultCursor.meta │ │ │ │ │ │ ├── DefaultCursor │ │ │ │ │ │ │ ├── Contextual.meta │ │ │ │ │ │ │ ├── Contextual │ │ │ │ │ │ │ │ ├── DefaultCursorMoveCross.anim │ │ │ │ │ │ │ │ ├── DefaultCursorMoveCross.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorMoveEastWest.anim │ │ │ │ │ │ │ │ ├── DefaultCursorMoveEastWest.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorMoveNorthSouth.anim │ │ │ │ │ │ │ │ ├── DefaultCursorMoveNorthSouth.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorMoveNortheastSouthwest.anim │ │ │ │ │ │ │ │ ├── DefaultCursorMoveNortheastSouthwest.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorMoveNorthwestSoutheast.anim │ │ │ │ │ │ │ │ ├── DefaultCursorMoveNorthwestSoutheast.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorNoContext.anim │ │ │ │ │ │ │ │ ├── DefaultCursorNoContext.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorRotateHorizontal.anim │ │ │ │ │ │ │ │ ├── DefaultCursorRotateHorizontal.anim.meta │ │ │ │ │ │ │ │ ├── DefaultCursorRotateVertical.anim │ │ │ │ │ │ │ │ └── DefaultCursorRotateVertical.anim.meta │ │ │ │ │ │ │ ├── DefaultCursor.controller │ │ │ │ │ │ │ ├── DefaultCursor.controller.meta │ │ │ │ │ │ │ ├── DefaultCursorIdleAnim.anim │ │ │ │ │ │ │ ├── DefaultCursorIdleAnim.anim.meta │ │ │ │ │ │ │ ├── DefaultCursorIdleRingAnim.anim │ │ │ │ │ │ │ ├── DefaultCursorIdleRingAnim.anim.meta │ │ │ │ │ │ │ ├── DefaultCursorPressedAnim.anim │ │ │ │ │ │ │ ├── DefaultCursorPressedAnim.anim.meta │ │ │ │ │ │ │ ├── DefaultCursorWaitingAnim.anim │ │ │ │ │ │ │ └── DefaultCursorWaitingAnim.anim.meta │ │ │ │ │ │ ├── TeleportCursor.meta │ │ │ │ │ │ └── TeleportCursor │ │ │ │ │ │ │ ├── TeleportCursorController.controller │ │ │ │ │ │ │ ├── TeleportCursorController.controller.meta │ │ │ │ │ │ │ ├── TeleportCursorDisabled.anim │ │ │ │ │ │ │ ├── TeleportCursorDisabled.anim.meta │ │ │ │ │ │ │ ├── TeleportIdle.anim │ │ │ │ │ │ │ ├── TeleportIdle.anim.meta │ │ │ │ │ │ │ ├── TeleportInvalid.anim │ │ │ │ │ │ │ ├── TeleportInvalid.anim.meta │ │ │ │ │ │ │ ├── TeleportValid.anim │ │ │ │ │ │ │ └── TeleportValid.anim.meta │ │ │ │ │ ├── HandCoach.meta │ │ │ │ │ ├── HandCoach │ │ │ │ │ │ ├── HandCoach_L_Animator.controller │ │ │ │ │ │ ├── HandCoach_L_Animator.controller.meta │ │ │ │ │ │ ├── HandCoach_R_Animator.controller │ │ │ │ │ │ ├── HandCoach_R_Animator.controller.meta │ │ │ │ │ │ ├── LeftHand.meta │ │ │ │ │ │ ├── LeftHand │ │ │ │ │ │ │ ├── AirTap_L.anim │ │ │ │ │ │ │ ├── AirTap_L.anim.meta │ │ │ │ │ │ │ ├── Fade_In_L.anim │ │ │ │ │ │ │ ├── Fade_In_L.anim.meta │ │ │ │ │ │ │ ├── Fade_Out_L.anim │ │ │ │ │ │ │ ├── Fade_Out_L.anim.meta │ │ │ │ │ │ │ ├── HandFlip_L.anim │ │ │ │ │ │ │ ├── HandFlip_L.anim.meta │ │ │ │ │ │ │ ├── Idle_L.anim │ │ │ │ │ │ │ ├── Idle_L.anim.meta │ │ │ │ │ │ │ ├── Move_L.anim │ │ │ │ │ │ │ ├── Move_L.anim.meta │ │ │ │ │ │ │ ├── NearSelect_L.anim │ │ │ │ │ │ │ ├── NearSelect_L.anim.meta │ │ │ │ │ │ │ ├── PalmUp_L.anim │ │ │ │ │ │ │ ├── PalmUp_L.anim.meta │ │ │ │ │ │ │ ├── Rotate_L.anim │ │ │ │ │ │ │ ├── Rotate_L.anim.meta │ │ │ │ │ │ │ ├── Scroll_L.anim │ │ │ │ │ │ │ └── Scroll_L.anim.meta │ │ │ │ │ │ ├── RightHand.meta │ │ │ │ │ │ └── RightHand │ │ │ │ │ │ │ ├── AirTap_R.anim │ │ │ │ │ │ │ ├── AirTap_R.anim.meta │ │ │ │ │ │ │ ├── Fade_In_R.anim │ │ │ │ │ │ │ ├── Fade_In_R.anim.meta │ │ │ │ │ │ │ ├── Fade_Out_R.anim │ │ │ │ │ │ │ ├── Fade_Out_R.anim.meta │ │ │ │ │ │ │ ├── HandFlip_R.anim │ │ │ │ │ │ │ ├── HandFlip_R.anim.meta │ │ │ │ │ │ │ ├── Idle_R.anim │ │ │ │ │ │ │ ├── Idle_R.anim.meta │ │ │ │ │ │ │ ├── Move_R.anim │ │ │ │ │ │ │ ├── Move_R.anim.meta │ │ │ │ │ │ │ ├── NearSelect_R.anim │ │ │ │ │ │ │ ├── NearSelect_R.anim.meta │ │ │ │ │ │ │ ├── PalmUp_R.anim │ │ │ │ │ │ │ ├── PalmUp_R.anim.meta │ │ │ │ │ │ │ ├── Rotate_R.anim │ │ │ │ │ │ │ ├── Rotate_R.anim.meta │ │ │ │ │ │ │ ├── Scroll_R.anim │ │ │ │ │ │ │ └── Scroll_R.anim.meta │ │ │ │ │ ├── Sliders.meta │ │ │ │ │ ├── Sliders │ │ │ │ │ │ ├── Slider_Button_AnimationController.controller │ │ │ │ │ │ ├── Slider_Button_AnimationController.controller.meta │ │ │ │ │ │ ├── Slider_Button_Default.anim │ │ │ │ │ │ ├── Slider_Button_Default.anim.meta │ │ │ │ │ │ ├── Slider_Button_Grab.anim │ │ │ │ │ │ ├── Slider_Button_Grab.anim.meta │ │ │ │ │ │ ├── Slider_Button_Hover.anim │ │ │ │ │ │ └── Slider_Button_Hover.anim.meta │ │ │ │ │ ├── SpeechConfirmationLabel.meta │ │ │ │ │ └── SpeechConfirmationLabel │ │ │ │ │ │ ├── SpeechConfirmationLabel.anim │ │ │ │ │ │ ├── SpeechConfirmationLabel.anim.meta │ │ │ │ │ │ ├── SpeechConfirmationLabel.controller │ │ │ │ │ │ └── SpeechConfirmationLabel.controller.meta │ │ │ │ ├── Buttons.meta │ │ │ │ ├── Buttons │ │ │ │ │ ├── DefaultIconSet.asset │ │ │ │ │ └── DefaultIconSet.asset.meta │ │ │ │ ├── Interactable.meta │ │ │ │ ├── Interactable │ │ │ │ │ ├── Animations.meta │ │ │ │ │ ├── Animations │ │ │ │ │ │ ├── AnimatiorButtonController.controller │ │ │ │ │ │ └── AnimatiorButtonController.controller.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── Background.mat │ │ │ │ │ │ ├── Background.mat.meta │ │ │ │ │ │ ├── ButtonBackground.mat │ │ │ │ │ │ ├── ButtonBackground.mat.meta │ │ │ │ │ │ ├── CarryModeOutline.mat │ │ │ │ │ │ ├── CarryModeOutline.mat.meta │ │ │ │ │ │ ├── ColorButton.mat │ │ │ │ │ │ ├── ColorButton.mat.meta │ │ │ │ │ │ ├── ColorButtonProximity.mat │ │ │ │ │ │ ├── ColorButtonProximity.mat.meta │ │ │ │ │ │ ├── DefaultButton.mat │ │ │ │ │ │ ├── DefaultButton.mat.meta │ │ │ │ │ │ ├── Foreground.mat │ │ │ │ │ │ ├── Foreground.mat.meta │ │ │ │ │ │ ├── Ground.mat │ │ │ │ │ │ ├── Ground.mat.meta │ │ │ │ │ │ ├── HolographicBackPlate.mat │ │ │ │ │ │ ├── HolographicBackPlate.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateBorderOnly.mat │ │ │ │ │ │ ├── HolographicBackPlateBorderOnly.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateCircular.mat │ │ │ │ │ │ ├── HolographicBackPlateCircular.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateGrabbable.mat │ │ │ │ │ │ ├── HolographicBackPlateGrabbable.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateGrabbableProximity.mat │ │ │ │ │ │ ├── HolographicBackPlateGrabbableProximity.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateGrabbed.mat │ │ │ │ │ │ ├── HolographicBackPlateGrabbed.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateHover.mat │ │ │ │ │ │ ├── HolographicBackPlateHover.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateLabel.mat │ │ │ │ │ │ ├── HolographicBackPlateLabel.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateNoBorder.mat │ │ │ │ │ │ ├── HolographicBackPlateNoBorder.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateRecordingState.mat │ │ │ │ │ │ ├── HolographicBackPlateRecordingState.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateThickBorder.mat │ │ │ │ │ │ ├── HolographicBackPlateThickBorder.mat.meta │ │ │ │ │ │ ├── HolographicBackPlateToggleState.mat │ │ │ │ │ │ ├── HolographicBackPlateToggleState.mat.meta │ │ │ │ │ │ ├── HolographicBox.mat │ │ │ │ │ │ ├── HolographicBox.mat.meta │ │ │ │ │ │ ├── HolographicButtonContent.mat │ │ │ │ │ │ ├── HolographicButtonContent.mat.meta │ │ │ │ │ │ ├── HolographicButtonContentCage.mat │ │ │ │ │ │ ├── HolographicButtonContentCage.mat.meta │ │ │ │ │ │ ├── HolographicButtonContentCageProximity.mat │ │ │ │ │ │ ├── HolographicButtonContentCageProximity.mat.meta │ │ │ │ │ │ ├── HolographicButtonContentCageProximityCircular.mat │ │ │ │ │ │ ├── HolographicButtonContentCageProximityCircular.mat.meta │ │ │ │ │ │ ├── HolographicButtonContentCageProximityCircularUnityUI.mat │ │ │ │ │ │ ├── HolographicButtonContentCageProximityCircularUnityUI.mat.meta │ │ │ │ │ │ ├── HolographicButtonContentCageProximityUnityUI.mat │ │ │ │ │ │ ├── HolographicButtonContentCageProximityUnityUI.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconAdd.mat │ │ │ │ │ │ ├── HolographicButtonIconAdd.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconCamera.mat │ │ │ │ │ │ ├── HolographicButtonIconCamera.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconCheckBoxOff.mat │ │ │ │ │ │ ├── HolographicButtonIconCheckBoxOff.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconCheckBoxOn.mat │ │ │ │ │ │ ├── HolographicButtonIconCheckBoxOn.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconClose.mat │ │ │ │ │ │ ├── HolographicButtonIconClose.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconFollowMe.mat │ │ │ │ │ │ ├── HolographicButtonIconFollowMe.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconFontMaterial.mat │ │ │ │ │ │ ├── HolographicButtonIconFontMaterial.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconGrabAreaDouble.mat │ │ │ │ │ │ ├── HolographicButtonIconGrabAreaDouble.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconGrabAreaDoubleProximity.mat │ │ │ │ │ │ ├── HolographicButtonIconGrabAreaDoubleProximity.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconGrabAreaVertical.mat │ │ │ │ │ │ ├── HolographicButtonIconGrabAreaVertical.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconHandJoint.mat │ │ │ │ │ │ ├── HolographicButtonIconHandJoint.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconHandMesh.mat │ │ │ │ │ │ ├── HolographicButtonIconHandMesh.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconHandRay.mat │ │ │ │ │ │ ├── HolographicButtonIconHandRay.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconHome.mat │ │ │ │ │ │ ├── HolographicButtonIconHome.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconMRTKLogo.mat │ │ │ │ │ │ ├── HolographicButtonIconMRTKLogo.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconMessage.mat │ │ │ │ │ │ ├── HolographicButtonIconMessage.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconMicrophone.mat │ │ │ │ │ │ ├── HolographicButtonIconMicrophone.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconPin.mat │ │ │ │ │ │ ├── HolographicButtonIconPin.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconProfiler.mat │ │ │ │ │ │ ├── HolographicButtonIconProfiler.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconRadioOff.mat │ │ │ │ │ │ ├── HolographicButtonIconRadioOff.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconRadioOn.mat │ │ │ │ │ │ ├── HolographicButtonIconRadioOn.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconRefresh.mat │ │ │ │ │ │ ├── HolographicButtonIconRefresh.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconSearch.mat │ │ │ │ │ │ ├── HolographicButtonIconSearch.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconSettings.mat │ │ │ │ │ │ ├── HolographicButtonIconSettings.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconSpatialMesh.mat │ │ │ │ │ │ ├── HolographicButtonIconSpatialMesh.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconStar.mat │ │ │ │ │ │ ├── HolographicButtonIconStar.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconSwitchOff.mat │ │ │ │ │ │ ├── HolographicButtonIconSwitchOff.mat.meta │ │ │ │ │ │ ├── HolographicButtonIconSwitchOn.mat │ │ │ │ │ │ ├── HolographicButtonIconSwitchOn.mat.meta │ │ │ │ │ │ ├── HolographicButtonPlate.mat │ │ │ │ │ │ ├── HolographicButtonPlate.mat.meta │ │ │ │ │ │ ├── HolographicButtonThickContent.mat │ │ │ │ │ │ ├── HolographicButtonThickContent.mat.meta │ │ │ │ │ │ ├── HolographicButtonThinContent.mat │ │ │ │ │ │ ├── HolographicButtonThinContent.mat.meta │ │ │ │ │ │ ├── MRTKStandardUnityUI.mat │ │ │ │ │ │ ├── MRTKStandardUnityUI.mat.meta │ │ │ │ │ │ ├── MRTK_GrabbableDots.mat │ │ │ │ │ │ ├── MRTK_GrabbableDots.mat.meta │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsH.mat │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsH.mat.meta │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsH_NoFade.mat │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsH_NoFade.mat.meta │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsV1.mat │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsV1.mat.meta │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsV2.mat │ │ │ │ │ │ ├── MRTK_GrabbableDots2RowsV2.mat.meta │ │ │ │ │ │ ├── ToggleBackground.mat │ │ │ │ │ │ ├── ToggleBackground.mat.meta │ │ │ │ │ │ ├── ToggleButton.mat │ │ │ │ │ │ ├── ToggleButton.mat.meta │ │ │ │ │ │ ├── ToggleIcon.mat │ │ │ │ │ │ └── ToggleIcon.mat.meta │ │ │ │ │ ├── Models.meta │ │ │ │ │ ├── Models │ │ │ │ │ │ ├── InteractableAssets.FBX │ │ │ │ │ │ └── InteractableAssets.FBX.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ │ ├── AnimationButton.prefab │ │ │ │ │ │ ├── AnimationButton.prefab.meta │ │ │ │ │ │ ├── Button.prefab │ │ │ │ │ │ ├── Button.prefab.meta │ │ │ │ │ │ ├── ButtonHoloLens1.prefab │ │ │ │ │ │ ├── ButtonHoloLens1.prefab.meta │ │ │ │ │ │ ├── ButtonHoloLens1Toggle.prefab │ │ │ │ │ │ ├── ButtonHoloLens1Toggle.prefab.meta │ │ │ │ │ │ ├── CheckBox.prefab │ │ │ │ │ │ ├── CheckBox.prefab.meta │ │ │ │ │ │ ├── GrabHandle.prefab │ │ │ │ │ │ ├── GrabHandle.prefab.meta │ │ │ │ │ │ ├── PressableButtonCube.prefab │ │ │ │ │ │ ├── PressableButtonCube.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar3H.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar3H.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar3V.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar3V.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar4H.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar4H.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar4V.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar4V.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar5H.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar5H.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar5V.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Bar5V.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Circular_32x32.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Circular_32x32.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Circular_40x40.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Circular_40x40.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Circular_48x48.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Circular_48x48.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnly2Lines_48x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnly2Lines_48x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnly4Lines_48x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnly4Lines_48x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnlyNumber_48x48.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnlyNumber_48x48.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnly_48x48.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2TextOnly_48x48.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleCheckBox_32x32.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleCheckBox_32x32.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleCheckBox_32x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleCheckBox_32x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleRadio_32x32.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleRadio_32x32.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleRadio_32x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleRadio_32x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleSwitch_32x32.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleSwitch_32x32.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleSwitch_32x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2ToggleSwitch_32x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle_32x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle_32x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle_40x40.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle_40x40.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle_48x48.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Toggle_48x48.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2Unplated.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2Unplated.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2_32x96.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2_32x96.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2_32x96_NoLabel.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2_32x96_NoLabel.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2_48x48.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2_48x48.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2_56x56.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2_56x56.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2_64x64.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2_64x64.prefab.meta │ │ │ │ │ │ ├── PressableButtonHoloLens2_NoLabel.prefab │ │ │ │ │ │ ├── PressableButtonHoloLens2_NoLabel.prefab.meta │ │ │ │ │ │ ├── PressableButtonHololens2UnityUI.prefab │ │ │ │ │ │ ├── PressableButtonHololens2UnityUI.prefab.meta │ │ │ │ │ │ ├── PressableButtonUnityUI.prefab │ │ │ │ │ │ ├── PressableButtonUnityUI.prefab.meta │ │ │ │ │ │ ├── PressableButtonUnityUICircular.prefab │ │ │ │ │ │ ├── PressableButtonUnityUICircular.prefab.meta │ │ │ │ │ │ ├── Radial.prefab │ │ │ │ │ │ ├── Radial.prefab.meta │ │ │ │ │ │ ├── RadialSet.prefab │ │ │ │ │ │ ├── RadialSet.prefab.meta │ │ │ │ │ │ ├── SimpleButton.prefab │ │ │ │ │ │ ├── SimpleButton.prefab.meta │ │ │ │ │ │ ├── ToggleButton.prefab │ │ │ │ │ │ ├── ToggleButton.prefab.meta │ │ │ │ │ │ ├── ToggleSwitch.prefab │ │ │ │ │ │ ├── ToggleSwitch.prefab.meta │ │ │ │ │ │ ├── UnityUIInteractables.meta │ │ │ │ │ │ └── UnityUIInteractables │ │ │ │ │ │ │ ├── UnityUIButton.prefab │ │ │ │ │ │ │ ├── UnityUIButton.prefab.meta │ │ │ │ │ │ │ ├── UnityUICheckboxButton.prefab │ │ │ │ │ │ │ ├── UnityUICheckboxButton.prefab.meta │ │ │ │ │ │ │ ├── UnityUIRadialButton.prefab │ │ │ │ │ │ │ ├── UnityUIRadialButton.prefab.meta │ │ │ │ │ │ │ ├── UnityUIToggleButton.prefab │ │ │ │ │ │ │ └── UnityUIToggleButton.prefab.meta │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Scripts │ │ │ │ │ │ ├── Events.meta │ │ │ │ │ │ ├── Events │ │ │ │ │ │ │ ├── IInteractableHandler.cs │ │ │ │ │ │ │ ├── IInteractableHandler.cs.meta │ │ │ │ │ │ │ ├── InteractableAudioReceiver.cs │ │ │ │ │ │ │ ├── InteractableAudioReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableEvent.cs │ │ │ │ │ │ │ ├── InteractableEvent.cs.meta │ │ │ │ │ │ │ ├── InteractableOnClickReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnClickReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableOnFocusReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnFocusReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableOnGrabReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnGrabReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableOnHoldReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnHoldReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableOnPressReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnPressReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableOnToggleReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnToggleReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableOnTouchReceiver.cs │ │ │ │ │ │ │ ├── InteractableOnTouchReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableReceiver.cs │ │ │ │ │ │ │ ├── InteractableReceiver.cs.meta │ │ │ │ │ │ │ ├── InteractableReceiverList.cs │ │ │ │ │ │ │ ├── InteractableReceiverList.cs.meta │ │ │ │ │ │ │ ├── ReceiverBase.cs │ │ │ │ │ │ │ ├── ReceiverBase.cs.meta │ │ │ │ │ │ │ ├── ReceiverBaseMonoBehavior.cs │ │ │ │ │ │ │ └── ReceiverBaseMonoBehavior.cs.meta │ │ │ │ │ │ ├── Interactable.cs │ │ │ │ │ │ ├── Interactable.cs.meta │ │ │ │ │ │ ├── InteractableToggleCollection.cs │ │ │ │ │ │ ├── InteractableToggleCollection.cs.meta │ │ │ │ │ │ ├── Layout.meta │ │ │ │ │ │ ├── Layout │ │ │ │ │ │ │ ├── ButtonBackgroundSize.cs │ │ │ │ │ │ │ ├── ButtonBackgroundSize.cs.meta │ │ │ │ │ │ │ ├── ButtonBackgroundSizeOffset.cs │ │ │ │ │ │ │ ├── ButtonBackgroundSizeOffset.cs.meta │ │ │ │ │ │ │ ├── ButtonBorder.cs │ │ │ │ │ │ │ ├── ButtonBorder.cs.meta │ │ │ │ │ │ │ ├── ButtonCollider.cs │ │ │ │ │ │ │ ├── ButtonCollider.cs.meta │ │ │ │ │ │ │ ├── ButtonLayout.cs │ │ │ │ │ │ │ ├── ButtonLayout.cs.meta │ │ │ │ │ │ │ ├── ButtonSize.cs │ │ │ │ │ │ │ ├── ButtonSize.cs.meta │ │ │ │ │ │ │ ├── ButtonSizeOffset.cs │ │ │ │ │ │ │ └── ButtonSizeOffset.cs.meta │ │ │ │ │ │ ├── Profile.meta │ │ │ │ │ │ ├── Profile │ │ │ │ │ │ │ ├── InteractableProfileItem.cs │ │ │ │ │ │ │ └── InteractableProfileItem.cs.meta │ │ │ │ │ │ ├── Selection.meta │ │ │ │ │ │ ├── Selection │ │ │ │ │ │ │ ├── SelectionModes.cs │ │ │ │ │ │ │ └── SelectionModes.cs.meta │ │ │ │ │ │ ├── Simulation.meta │ │ │ │ │ │ ├── Simulation │ │ │ │ │ │ │ ├── InteractablePointerSimulator.cs │ │ │ │ │ │ │ └── InteractablePointerSimulator.cs.meta │ │ │ │ │ │ ├── States.meta │ │ │ │ │ │ └── States │ │ │ │ │ │ │ ├── InteractableStates.cs │ │ │ │ │ │ │ └── InteractableStates.cs.meta │ │ │ │ │ ├── States.meta │ │ │ │ │ ├── States │ │ │ │ │ │ ├── DefaultInteractableStates.asset │ │ │ │ │ │ ├── DefaultInteractableStates.asset.meta │ │ │ │ │ │ ├── FocusInteractableStates.asset │ │ │ │ │ │ ├── FocusInteractableStates.asset.meta │ │ │ │ │ │ ├── FocusPressTouchGrabStates.asset │ │ │ │ │ │ ├── FocusPressTouchGrabStates.asset.meta │ │ │ │ │ │ ├── HoloLensInteractableStates.asset │ │ │ │ │ │ └── HoloLensInteractableStates.asset.meta │ │ │ │ │ ├── Themes.meta │ │ │ │ │ └── Themes │ │ │ │ │ │ ├── AnimatorTheme.asset │ │ │ │ │ │ ├── AnimatorTheme.asset.meta │ │ │ │ │ │ ├── AppBarButtonBackgroundTheme.asset │ │ │ │ │ │ ├── AppBarButtonBackgroundTheme.asset.meta │ │ │ │ │ │ ├── AppBarButtonIconTheme.asset │ │ │ │ │ │ ├── AppBarButtonIconTheme.asset.meta │ │ │ │ │ │ ├── AppBarButtonTextTheme.asset │ │ │ │ │ │ ├── AppBarButtonTextTheme.asset.meta │ │ │ │ │ │ ├── ButtonBackground.asset │ │ │ │ │ │ ├── ButtonBackground.asset.meta │ │ │ │ │ │ ├── ButtonBackgroundSelected.asset │ │ │ │ │ │ ├── ButtonBackgroundSelected.asset.meta │ │ │ │ │ │ ├── ButtonBorders.asset │ │ │ │ │ │ ├── ButtonBorders.asset.meta │ │ │ │ │ │ ├── ButtonBordersSelected.asset │ │ │ │ │ │ ├── ButtonBordersSelected.asset.meta │ │ │ │ │ │ ├── ButtonLabel.asset │ │ │ │ │ │ ├── ButtonLabel.asset.meta │ │ │ │ │ │ ├── ButtonLabelColor.asset │ │ │ │ │ │ ├── ButtonLabelColor.asset.meta │ │ │ │ │ │ ├── ButtonLabelSelected.asset │ │ │ │ │ │ ├── ButtonLabelSelected.asset.meta │ │ │ │ │ │ ├── CheeseTheme.asset │ │ │ │ │ │ ├── CheeseTheme.asset.meta │ │ │ │ │ │ ├── CoffeeTheme.asset │ │ │ │ │ │ ├── CoffeeTheme.asset.meta │ │ │ │ │ │ ├── CylinderTheme.asset │ │ │ │ │ │ ├── CylinderTheme.asset.meta │ │ │ │ │ │ ├── DefaultTheme.asset │ │ │ │ │ │ ├── DefaultTheme.asset.meta │ │ │ │ │ │ ├── FocusExampleTheme.asset │ │ │ │ │ │ ├── FocusExampleTheme.asset.meta │ │ │ │ │ │ ├── FocusPressTouchGrabTheme.asset │ │ │ │ │ │ ├── FocusPressTouchGrabTheme.asset.meta │ │ │ │ │ │ ├── GrabColorChildren.asset │ │ │ │ │ │ ├── GrabColorChildren.asset.meta │ │ │ │ │ │ ├── GrabScaleTheme.asset │ │ │ │ │ │ ├── GrabScaleTheme.asset.meta │ │ │ │ │ │ ├── HolographicButtonBackPlate.asset │ │ │ │ │ │ ├── HolographicButtonBackPlate.asset.meta │ │ │ │ │ │ ├── HolographicButtonBackPlateToggleSelected.asset │ │ │ │ │ │ ├── HolographicButtonBackPlateToggleSelected.asset.meta │ │ │ │ │ │ ├── HolographicButtonFrontPlate.asset │ │ │ │ │ │ ├── HolographicButtonFrontPlate.asset.meta │ │ │ │ │ │ ├── HolographicButtonFrontPlateThick.asset │ │ │ │ │ │ ├── HolographicButtonFrontPlateThick.asset.meta │ │ │ │ │ │ ├── HolographicButtonSeeItSayItLabel-Simple.asset │ │ │ │ │ │ ├── HolographicButtonSeeItSayItLabel-Simple.asset.meta │ │ │ │ │ │ ├── HolographicButtonSeeItSayItLabel.asset │ │ │ │ │ │ ├── HolographicButtonSeeItSayItLabel.asset.meta │ │ │ │ │ │ ├── Model_BuckyTheme.asset │ │ │ │ │ │ ├── Model_BuckyTheme.asset.meta │ │ │ │ │ │ ├── Model_IcosaTheme.asset │ │ │ │ │ │ ├── Model_IcosaTheme.asset.meta │ │ │ │ │ │ ├── PianoKeyThemeBlack.asset │ │ │ │ │ │ ├── PianoKeyThemeBlack.asset.meta │ │ │ │ │ │ ├── PianoKeyThemeWhite.asset │ │ │ │ │ │ ├── PianoKeyThemeWhite.asset.meta │ │ │ │ │ │ ├── PressableButtonCubeTheme.asset │ │ │ │ │ │ ├── PressableButtonCubeTheme.asset.meta │ │ │ │ │ │ ├── PressableButtonFrontPlate.asset │ │ │ │ │ │ ├── PressableButtonFrontPlate.asset.meta │ │ │ │ │ │ ├── PressableButtonFrontPlatePressed.asset │ │ │ │ │ │ ├── PressableButtonFrontPlatePressed.asset.meta │ │ │ │ │ │ ├── PressableButtonIcon.asset │ │ │ │ │ │ ├── PressableButtonIcon.asset.meta │ │ │ │ │ │ ├── PressableButtonToggleStateOff.asset │ │ │ │ │ │ ├── PressableButtonToggleStateOff.asset.meta │ │ │ │ │ │ ├── PressableButtonToggleStateOn.asset │ │ │ │ │ │ ├── PressableButtonToggleStateOn.asset.meta │ │ │ │ │ │ ├── PressableRoundButton.asset │ │ │ │ │ │ ├── PressableRoundButton.asset.meta │ │ │ │ │ │ ├── PressableRoundButtonColor.asset │ │ │ │ │ │ ├── PressableRoundButtonColor.asset.meta │ │ │ │ │ │ ├── TextureTheme.asset │ │ │ │ │ │ ├── TextureTheme.asset.meta │ │ │ │ │ │ ├── ToggleBackground.asset │ │ │ │ │ │ ├── ToggleBackground.asset.meta │ │ │ │ │ │ ├── ToggleBackgroundSelected.asset │ │ │ │ │ │ ├── ToggleBackgroundSelected.asset.meta │ │ │ │ │ │ ├── ToggleButton.asset │ │ │ │ │ │ ├── ToggleButton.asset.meta │ │ │ │ │ │ ├── ToggleButtonSelected.asset │ │ │ │ │ │ ├── ToggleButtonSelected.asset.meta │ │ │ │ │ │ ├── ToggleDot.asset │ │ │ │ │ │ ├── ToggleDot.asset.meta │ │ │ │ │ │ ├── ToggleDotSelected.asset │ │ │ │ │ │ ├── ToggleDotSelected.asset.meta │ │ │ │ │ │ ├── ToggleIcon.asset │ │ │ │ │ │ ├── ToggleIcon.asset.meta │ │ │ │ │ │ ├── ToggleIconSelected.asset │ │ │ │ │ │ ├── ToggleIconSelected.asset.meta │ │ │ │ │ │ ├── ToggleLabel.asset │ │ │ │ │ │ ├── ToggleLabel.asset.meta │ │ │ │ │ │ ├── ToggleLabelSelected.asset │ │ │ │ │ │ ├── ToggleLabelSelected.asset.meta │ │ │ │ │ │ ├── balloonTheme.asset │ │ │ │ │ │ └── balloonTheme.asset.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── BoundingBox.mat │ │ │ │ │ ├── BoundingBox.mat.meta │ │ │ │ │ ├── BoundingBoxGrabbed.mat │ │ │ │ │ ├── BoundingBoxGrabbed.mat.meta │ │ │ │ │ ├── BoundingBoxHandleBlue.mat │ │ │ │ │ ├── BoundingBoxHandleBlue.mat.meta │ │ │ │ │ ├── BoundingBoxHandleBlueGrabbed.mat │ │ │ │ │ ├── BoundingBoxHandleBlueGrabbed.mat.meta │ │ │ │ │ ├── BoundingBoxHandleWhite.mat │ │ │ │ │ ├── BoundingBoxHandleWhite.mat.meta │ │ │ │ │ ├── BoundingBoxLines.mat │ │ │ │ │ ├── BoundingBoxLines.mat.meta │ │ │ │ │ ├── BoundingBoxSlate.mat │ │ │ │ │ ├── BoundingBoxSlate.mat.meta │ │ │ │ │ ├── BoundingBoxSlateGrabbed.mat │ │ │ │ │ ├── BoundingBoxSlateGrabbed.mat.meta │ │ │ │ │ ├── BoundsControlHandleDefault.mat │ │ │ │ │ ├── BoundsControlHandleDefault.mat.meta │ │ │ │ │ ├── HandCoach.meta │ │ │ │ │ ├── HandCoach │ │ │ │ │ │ ├── Teaching_Hand2.mat │ │ │ │ │ │ ├── Teaching_Hand2.mat.meta │ │ │ │ │ │ ├── Teaching_Hand2.shader │ │ │ │ │ │ └── Teaching_Hand2.shader.meta │ │ │ │ │ ├── HandIndexTip.mat │ │ │ │ │ ├── HandIndexTip.mat.meta │ │ │ │ │ ├── HandJoint.mat │ │ │ │ │ ├── HandJoint.mat.meta │ │ │ │ │ ├── PanContent.mat │ │ │ │ │ ├── PanContent.mat.meta │ │ │ │ │ ├── PinchSliderTickMarkMaterial.mat │ │ │ │ │ ├── PinchSliderTickMarkMaterial.mat.meta │ │ │ │ │ ├── ProgressIndicatorLoadingBarEmpty.mat │ │ │ │ │ ├── ProgressIndicatorLoadingBarEmpty.mat.meta │ │ │ │ │ ├── ProgressIndicatorLoadingBarFilled.mat │ │ │ │ │ ├── ProgressIndicatorLoadingBarFilled.mat.meta │ │ │ │ │ ├── ProgressIndicatorRotatingObject.mat │ │ │ │ │ ├── ProgressIndicatorRotatingObject.mat.meta │ │ │ │ │ ├── ProgressIndicatorRotatingOrbsMat.mat │ │ │ │ │ ├── ProgressIndicatorRotatingOrbsMat.mat.meta │ │ │ │ │ ├── PulseShader.meta │ │ │ │ │ ├── PulseShader │ │ │ │ │ │ ├── MRTK_Pulse_ArticulatedHandMeshBlue.mat │ │ │ │ │ │ ├── MRTK_Pulse_ArticulatedHandMeshBlue.mat.meta │ │ │ │ │ │ ├── MRTK_Pulse_ArticulatedHandMeshPurple.mat │ │ │ │ │ │ ├── MRTK_Pulse_ArticulatedHandMeshPurple.mat.meta │ │ │ │ │ │ ├── MRTK_Pulse_SpatialMeshBlue.mat │ │ │ │ │ │ ├── MRTK_Pulse_SpatialMeshBlue.mat.meta │ │ │ │ │ │ ├── MRTK_Pulse_SpatialMeshPurple.mat │ │ │ │ │ │ └── MRTK_Pulse_SpatialMeshPurple.mat.meta │ │ │ │ │ ├── Teleport.meta │ │ │ │ │ ├── Teleport │ │ │ │ │ │ ├── License.txt │ │ │ │ │ │ ├── License.txt.meta │ │ │ │ │ │ ├── TeleportArrow.mat │ │ │ │ │ │ ├── TeleportArrow.mat.meta │ │ │ │ │ │ ├── TeleportBase.mat │ │ │ │ │ │ ├── TeleportBase.mat.meta │ │ │ │ │ │ ├── TeleportMid.mat │ │ │ │ │ │ └── TeleportMid.mat.meta │ │ │ │ │ ├── UnityUIBackground.mat │ │ │ │ │ └── UnityUIBackground.mat.meta │ │ │ │ ├── Meshes.meta │ │ │ │ ├── Meshes │ │ │ │ │ ├── Cursors.meta │ │ │ │ │ ├── Cursors │ │ │ │ │ │ ├── Cursor_Focus_geo.fbx │ │ │ │ │ │ ├── Cursor_Focus_geo.fbx.meta │ │ │ │ │ │ ├── Cursor_IBeam.fbx │ │ │ │ │ │ ├── Cursor_IBeam.fbx.meta │ │ │ │ │ │ ├── Cursor_MousePointer_geo.fbx │ │ │ │ │ │ ├── Cursor_MousePointer_geo.fbx.meta │ │ │ │ │ │ ├── Cursor_MoveArrows_geo.fbx │ │ │ │ │ │ ├── Cursor_MoveArrows_geo.fbx.meta │ │ │ │ │ │ ├── Cursor_Press_geo.fbx │ │ │ │ │ │ ├── Cursor_Press_geo.fbx.meta │ │ │ │ │ │ ├── Cursor_Rest_geo.fbx │ │ │ │ │ │ ├── Cursor_Rest_geo.fbx.meta │ │ │ │ │ │ ├── Cursor_RotateArrows_geo.fbx │ │ │ │ │ │ ├── Cursor_RotateArrows_geo.fbx.meta │ │ │ │ │ │ ├── DefaultCursor.fbx │ │ │ │ │ │ ├── DefaultCursor.fbx.meta │ │ │ │ │ │ ├── Materials.meta │ │ │ │ │ │ ├── Materials │ │ │ │ │ │ │ ├── Light.mat │ │ │ │ │ │ │ ├── Light.mat.meta │ │ │ │ │ │ │ ├── MousePointer.mat │ │ │ │ │ │ │ ├── MousePointer.mat.meta │ │ │ │ │ │ │ ├── Shadow.mat │ │ │ │ │ │ │ └── Shadow.mat.meta │ │ │ │ │ │ ├── TeleportCursor.fbx │ │ │ │ │ │ ├── TeleportCursor.fbx.meta │ │ │ │ │ │ ├── Textures.meta │ │ │ │ │ │ └── Textures │ │ │ │ │ │ │ ├── Cursor_MousePointer_tex.png │ │ │ │ │ │ │ ├── Cursor_MousePointer_tex.png.meta │ │ │ │ │ │ │ ├── Cursor_Move_Shadow.png │ │ │ │ │ │ │ ├── Cursor_Move_Shadow.png.meta │ │ │ │ │ │ │ ├── Cursor_Ring_Shadow.png │ │ │ │ │ │ │ ├── Cursor_Ring_Shadow.png.meta │ │ │ │ │ │ │ ├── Cursor_Rotate_Shadow.png │ │ │ │ │ │ │ └── Cursor_Rotate_Shadow.png.meta │ │ │ │ │ ├── HandCoach.meta │ │ │ │ │ ├── HandCoach │ │ │ │ │ │ ├── HandRig_L.fbx │ │ │ │ │ │ ├── HandRig_L.fbx.meta │ │ │ │ │ │ ├── HandRig_R.fbx │ │ │ │ │ │ └── HandRig_R.fbx.meta │ │ │ │ │ ├── HolographicButton.meta │ │ │ │ │ ├── HolographicButton │ │ │ │ │ │ ├── CompoundButtonMeshes.fbx │ │ │ │ │ │ └── CompoundButtonMeshes.fbx.meta │ │ │ │ │ ├── Pointers.meta │ │ │ │ │ ├── Pointers │ │ │ │ │ │ ├── DefaultPointerDottedLine.fbx │ │ │ │ │ │ └── DefaultPointerDottedLine.fbx.meta │ │ │ │ │ ├── Sliders.meta │ │ │ │ │ └── Sliders │ │ │ │ │ │ ├── Button_Oval_Concave_12x24mm_optimized.fbx │ │ │ │ │ │ ├── Button_Oval_Concave_12x24mm_optimized.fbx.meta │ │ │ │ │ │ ├── Volumetric_UI_Components.fbx │ │ │ │ │ │ ├── Volumetric_UI_Components.fbx.meta │ │ │ │ │ │ ├── thick_rounded12.fbx │ │ │ │ │ │ └── thick_rounded12.fbx.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ │ ├── AppBar.meta │ │ │ │ │ ├── AppBar │ │ │ │ │ │ ├── AppBar.prefab │ │ │ │ │ │ ├── AppBar.prefab.meta │ │ │ │ │ │ ├── PressableButtonAppBar.prefab │ │ │ │ │ │ └── PressableButtonAppBar.prefab.meta │ │ │ │ │ ├── Cursors.meta │ │ │ │ │ ├── Cursors │ │ │ │ │ │ ├── CursorFocus.prefab │ │ │ │ │ │ ├── CursorFocus.prefab.meta │ │ │ │ │ │ ├── CursorMousePointer.prefab │ │ │ │ │ │ ├── CursorMousePointer.prefab.meta │ │ │ │ │ │ ├── CursorMoveArrowsEastWest.prefab │ │ │ │ │ │ ├── CursorMoveArrowsEastWest.prefab.meta │ │ │ │ │ │ ├── CursorMoveArrowsMove.prefab │ │ │ │ │ │ ├── CursorMoveArrowsMove.prefab.meta │ │ │ │ │ │ ├── CursorMoveArrowsNorthSouth.prefab │ │ │ │ │ │ ├── CursorMoveArrowsNorthSouth.prefab.meta │ │ │ │ │ │ ├── CursorMoveArrowsNortheastSouthwest.prefab │ │ │ │ │ │ ├── CursorMoveArrowsNortheastSouthwest.prefab.meta │ │ │ │ │ │ ├── CursorMoveArrowsNorthwestSoutheast.prefab │ │ │ │ │ │ ├── CursorMoveArrowsNorthwestSoutheast.prefab.meta │ │ │ │ │ │ ├── CursorPress.prefab │ │ │ │ │ │ ├── CursorPress.prefab.meta │ │ │ │ │ │ ├── CursorRest.prefab │ │ │ │ │ │ ├── CursorRest.prefab.meta │ │ │ │ │ │ ├── CursorRotateArrowsHorizontal.prefab │ │ │ │ │ │ ├── CursorRotateArrowsHorizontal.prefab.meta │ │ │ │ │ │ ├── CursorRotateArrowsVertical.prefab │ │ │ │ │ │ ├── CursorRotateArrowsVertical.prefab.meta │ │ │ │ │ │ ├── DefaultGazeCursor.prefab │ │ │ │ │ │ ├── DefaultGazeCursor.prefab.meta │ │ │ │ │ │ ├── EyeGazeCursor.prefab │ │ │ │ │ │ ├── EyeGazeCursor.prefab.meta │ │ │ │ │ │ ├── FingerCursor.prefab │ │ │ │ │ │ ├── FingerCursor.prefab.meta │ │ │ │ │ │ ├── MouseCursor.prefab │ │ │ │ │ │ ├── MouseCursor.prefab.meta │ │ │ │ │ │ ├── ScreenSpaceMouseCursor.prefab │ │ │ │ │ │ ├── ScreenSpaceMouseCursor.prefab.meta │ │ │ │ │ │ ├── TeleportCursor.prefab │ │ │ │ │ │ └── TeleportCursor.prefab.meta │ │ │ │ │ ├── Dialog.meta │ │ │ │ │ ├── Dialog │ │ │ │ │ │ ├── DialogLarge_192x192.prefab │ │ │ │ │ │ ├── DialogLarge_192x192.prefab.meta │ │ │ │ │ │ ├── DialogMedium_192x128.prefab │ │ │ │ │ │ ├── DialogMedium_192x128.prefab.meta │ │ │ │ │ │ ├── DialogSmall_192x96.prefab │ │ │ │ │ │ └── DialogSmall_192x96.prefab.meta │ │ │ │ │ ├── HandCoach.meta │ │ │ │ │ ├── HandCoach │ │ │ │ │ │ ├── InteractionHint_L.prefab │ │ │ │ │ │ ├── InteractionHint_L.prefab.meta │ │ │ │ │ │ ├── InteractionHint_R.prefab │ │ │ │ │ │ ├── InteractionHint_R.prefab.meta │ │ │ │ │ │ ├── MovingHandCoachRoot_L.prefab │ │ │ │ │ │ ├── MovingHandCoachRoot_L.prefab.meta │ │ │ │ │ │ ├── MovingHandCoachRoot_R.prefab │ │ │ │ │ │ ├── MovingHandCoachRoot_R.prefab.meta │ │ │ │ │ │ ├── RotatingHandCoachRoot_L.prefab │ │ │ │ │ │ ├── RotatingHandCoachRoot_L.prefab.meta │ │ │ │ │ │ ├── RotatingHandCoachRoot_R.prefab │ │ │ │ │ │ ├── RotatingHandCoachRoot_R.prefab.meta │ │ │ │ │ │ ├── StaticHandCoachRoot_L.prefab │ │ │ │ │ │ ├── StaticHandCoachRoot_L.prefab.meta │ │ │ │ │ │ ├── StaticHandCoachRoot_R.prefab │ │ │ │ │ │ └── StaticHandCoachRoot_R.prefab.meta │ │ │ │ │ ├── Hands.meta │ │ │ │ │ ├── Hands │ │ │ │ │ │ ├── HandAxes.prefab │ │ │ │ │ │ ├── HandAxes.prefab.meta │ │ │ │ │ │ ├── HandJoint.prefab │ │ │ │ │ │ ├── HandJoint.prefab.meta │ │ │ │ │ │ ├── HandJointGizmo.prefab │ │ │ │ │ │ ├── HandJointGizmo.prefab.meta │ │ │ │ │ │ ├── HandJointSmall.prefab │ │ │ │ │ │ ├── HandJointSmall.prefab.meta │ │ │ │ │ │ ├── HandJointSphere.prefab │ │ │ │ │ │ └── HandJointSphere.prefab.meta │ │ │ │ │ ├── Loader.meta │ │ │ │ │ ├── Loader │ │ │ │ │ │ ├── IndeterminateLoader.prefab │ │ │ │ │ │ └── IndeterminateLoader.prefab.meta │ │ │ │ │ ├── Menus.meta │ │ │ │ │ ├── Menus │ │ │ │ │ │ ├── NearMenu2x4.prefab │ │ │ │ │ │ ├── NearMenu2x4.prefab.meta │ │ │ │ │ │ ├── NearMenu3x1.prefab │ │ │ │ │ │ ├── NearMenu3x1.prefab.meta │ │ │ │ │ │ ├── NearMenu3x2.prefab │ │ │ │ │ │ ├── NearMenu3x2.prefab.meta │ │ │ │ │ │ ├── NearMenu3x3.prefab │ │ │ │ │ │ ├── NearMenu3x3.prefab.meta │ │ │ │ │ │ ├── NearMenu4x1.prefab │ │ │ │ │ │ ├── NearMenu4x1.prefab.meta │ │ │ │ │ │ ├── NearMenu4x2.prefab │ │ │ │ │ │ └── NearMenu4x2.prefab.meta │ │ │ │ │ ├── Panels.meta │ │ │ │ │ ├── Panels │ │ │ │ │ │ ├── ToggleFeaturesPanel.prefab │ │ │ │ │ │ └── ToggleFeaturesPanel.prefab.meta │ │ │ │ │ ├── Pointers.meta │ │ │ │ │ ├── Pointers │ │ │ │ │ │ ├── ConicalGrabPointer.prefab │ │ │ │ │ │ ├── ConicalGrabPointer.prefab.meta │ │ │ │ │ │ ├── GGVPointer.prefab │ │ │ │ │ │ ├── GGVPointer.prefab.meta │ │ │ │ │ │ ├── GrabPointer.prefab │ │ │ │ │ │ ├── GrabPointer.prefab.meta │ │ │ │ │ │ ├── MousePointer.prefab │ │ │ │ │ │ ├── MousePointer.prefab.meta │ │ │ │ │ │ ├── ParabolicTeleportPointer.prefab │ │ │ │ │ │ ├── ParabolicTeleportPointer.prefab.meta │ │ │ │ │ │ ├── PokePointer.prefab │ │ │ │ │ │ ├── PokePointer.prefab.meta │ │ │ │ │ │ ├── ScreenSpaceMousePointer.prefab │ │ │ │ │ │ ├── ScreenSpaceMousePointer.prefab.meta │ │ │ │ │ │ ├── ShellHandRayPointer.prefab │ │ │ │ │ │ ├── ShellHandRayPointer.prefab.meta │ │ │ │ │ │ ├── TouchPointer.prefab │ │ │ │ │ │ └── TouchPointer.prefab.meta │ │ │ │ │ ├── ProgressIndicators.meta │ │ │ │ │ ├── ProgressIndicators │ │ │ │ │ │ ├── ProgressIndicatorLoadingBar.prefab │ │ │ │ │ │ ├── ProgressIndicatorLoadingBar.prefab.meta │ │ │ │ │ │ ├── ProgressIndicatorRotatingObject.prefab │ │ │ │ │ │ ├── ProgressIndicatorRotatingObject.prefab.meta │ │ │ │ │ │ ├── ProgressIndicatorRotatingOrbs.prefab │ │ │ │ │ │ └── ProgressIndicatorRotatingOrbs.prefab.meta │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── RiggedHandVisualizer.meta │ │ │ │ │ ├── RiggedHandVisualizer │ │ │ │ │ │ ├── L_Hand_MRTK_Rig.fbx │ │ │ │ │ │ ├── L_Hand_MRTK_Rig.fbx.meta │ │ │ │ │ │ ├── R_Hand_MRTK_Rig.fbx │ │ │ │ │ │ ├── R_Hand_MRTK_Rig.fbx.meta │ │ │ │ │ │ ├── RiggedHand.mat │ │ │ │ │ │ ├── RiggedHand.mat.meta │ │ │ │ │ │ ├── RiggedHandLeft.prefab │ │ │ │ │ │ ├── RiggedHandLeft.prefab.meta │ │ │ │ │ │ ├── RiggedHandRight.prefab │ │ │ │ │ │ └── RiggedHandRight.prefab.meta │ │ │ │ │ ├── Slate.meta │ │ │ │ │ ├── Slate │ │ │ │ │ │ ├── PressableButtonsTestCanvas.prefab │ │ │ │ │ │ ├── PressableButtonsTestCanvas.prefab.meta │ │ │ │ │ │ ├── Slate.prefab │ │ │ │ │ │ ├── Slate.prefab.meta │ │ │ │ │ │ ├── SlateUGUI.prefab │ │ │ │ │ │ ├── SlateUGUI.prefab.meta │ │ │ │ │ │ ├── SlateUGUIHoloLens2Buttons.prefab │ │ │ │ │ │ └── SlateUGUIHoloLens2Buttons.prefab.meta │ │ │ │ │ ├── Sliders.meta │ │ │ │ │ ├── Sliders │ │ │ │ │ │ ├── PinchSlider.prefab │ │ │ │ │ │ └── PinchSlider.prefab.meta │ │ │ │ │ ├── Tooltips.meta │ │ │ │ │ └── Tooltips │ │ │ │ │ │ ├── Bezier ToolTip.prefab │ │ │ │ │ │ ├── Bezier ToolTip.prefab.meta │ │ │ │ │ │ ├── Constrained Parabola Tooltip.prefab │ │ │ │ │ │ ├── Constrained Parabola Tooltip.prefab.meta │ │ │ │ │ │ ├── LabelOnlyTooltip.prefab │ │ │ │ │ │ ├── LabelOnlyTooltip.prefab.meta │ │ │ │ │ │ ├── Simple Line ToolTip.prefab │ │ │ │ │ │ ├── Simple Line ToolTip.prefab.meta │ │ │ │ │ │ ├── SpeechConfirmationTooltip.prefab │ │ │ │ │ │ ├── SpeechConfirmationTooltip.prefab.meta │ │ │ │ │ │ ├── Spline ToolTip.prefab │ │ │ │ │ │ └── Spline ToolTip.prefab.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── AppBar.meta │ │ │ │ │ ├── AppBar │ │ │ │ │ ├── AppBar.cs │ │ │ │ │ ├── AppBar.cs.meta │ │ │ │ │ ├── AppBarButton.cs │ │ │ │ │ └── AppBarButton.cs.meta │ │ │ │ │ ├── BoundingBox.meta │ │ │ │ │ ├── BoundingBox │ │ │ │ │ ├── BoundingBox.cs │ │ │ │ │ ├── BoundingBox.cs.meta │ │ │ │ │ ├── BoundingBoxHelper.cs │ │ │ │ │ ├── BoundingBoxHelper.cs.meta │ │ │ │ │ ├── IBoundsTargetProvider.cs │ │ │ │ │ └── IBoundsTargetProvider.cs.meta │ │ │ │ │ ├── BoundsControl.meta │ │ │ │ │ ├── BoundsControl │ │ │ │ │ ├── BoundsControl.cs │ │ │ │ │ ├── BoundsControl.cs.meta │ │ │ │ │ ├── BoundsControlTypes.cs │ │ │ │ │ ├── BoundsControlTypes.cs.meta │ │ │ │ │ ├── Visuals.meta │ │ │ │ │ └── Visuals │ │ │ │ │ │ ├── BoxDisplay.cs │ │ │ │ │ │ ├── BoxDisplay.cs.meta │ │ │ │ │ │ ├── Configuration.meta │ │ │ │ │ │ ├── Configuration │ │ │ │ │ │ ├── BoxDisplayConfiguration.cs │ │ │ │ │ │ ├── BoxDisplayConfiguration.cs.meta │ │ │ │ │ │ ├── HandlesBaseConfiguration.cs │ │ │ │ │ │ ├── HandlesBaseConfiguration.cs.meta │ │ │ │ │ │ ├── LinksConfiguration.cs │ │ │ │ │ │ ├── LinksConfiguration.cs.meta │ │ │ │ │ │ ├── PerAxisHandlesConfiguration.cs │ │ │ │ │ │ ├── PerAxisHandlesConfiguration.cs.meta │ │ │ │ │ │ ├── RotationHandlesConfiguration.cs │ │ │ │ │ │ ├── RotationHandlesConfiguration.cs.meta │ │ │ │ │ │ ├── ScaleHandlesConfiguration.cs │ │ │ │ │ │ ├── ScaleHandlesConfiguration.cs.meta │ │ │ │ │ │ ├── TranslationHandlesConfiguration.cs │ │ │ │ │ │ └── TranslationHandlesConfiguration.cs.meta │ │ │ │ │ │ ├── HandlesBase.cs │ │ │ │ │ │ ├── HandlesBase.cs.meta │ │ │ │ │ │ ├── Links.cs │ │ │ │ │ │ ├── Links.cs.meta │ │ │ │ │ │ ├── PerAxisHandles.cs │ │ │ │ │ │ ├── PerAxisHandles.cs.meta │ │ │ │ │ │ ├── ProximityEffect.meta │ │ │ │ │ │ ├── ProximityEffect │ │ │ │ │ │ ├── IProximityEffectObjectProvider.cs │ │ │ │ │ │ ├── IProximityEffectObjectProvider.cs.meta │ │ │ │ │ │ ├── ProximityEffect.cs │ │ │ │ │ │ ├── ProximityEffect.cs.meta │ │ │ │ │ │ ├── ProximityEffectConfiguration.cs │ │ │ │ │ │ └── ProximityEffectConfiguration.cs.meta │ │ │ │ │ │ ├── RotationHandles.cs │ │ │ │ │ │ ├── RotationHandles.cs.meta │ │ │ │ │ │ ├── ScaleHandles.cs │ │ │ │ │ │ ├── ScaleHandles.cs.meta │ │ │ │ │ │ ├── TranslationHandles.cs │ │ │ │ │ │ ├── TranslationHandles.cs.meta │ │ │ │ │ │ ├── VisualUtils.cs │ │ │ │ │ │ └── VisualUtils.cs.meta │ │ │ │ │ ├── Buttons.meta │ │ │ │ │ ├── Buttons │ │ │ │ │ ├── ButtonConfigHelper.cs │ │ │ │ │ ├── ButtonConfigHelper.cs.meta │ │ │ │ │ ├── ButtonIconSet.cs │ │ │ │ │ ├── ButtonIconSet.cs.meta │ │ │ │ │ ├── ButtonIconStyle.cs │ │ │ │ │ └── ButtonIconStyle.cs.meta │ │ │ │ │ ├── Collections.meta │ │ │ │ │ ├── Collections │ │ │ │ │ ├── BaseObjectCollection.cs │ │ │ │ │ ├── BaseObjectCollection.cs.meta │ │ │ │ │ ├── CollectionEnums.meta │ │ │ │ │ ├── CollectionEnums │ │ │ │ │ │ ├── LayoutAlignment.cs │ │ │ │ │ │ ├── LayoutAlignment.cs.meta │ │ │ │ │ │ ├── LayoutAnchor.cs │ │ │ │ │ │ ├── LayoutAnchor.cs.meta │ │ │ │ │ │ ├── LayoutOrder.cs │ │ │ │ │ │ ├── LayoutOrder.cs.meta │ │ │ │ │ │ ├── ObjectOrientationSurfaceType.cs │ │ │ │ │ │ └── ObjectOrientationSurfaceType.cs.meta │ │ │ │ │ ├── GridObjectCollection.cs │ │ │ │ │ ├── GridObjectCollection.cs.meta │ │ │ │ │ ├── ObjectCollectionNode.cs │ │ │ │ │ ├── ObjectCollectionNode.cs.meta │ │ │ │ │ ├── ScatterObjectCollection.cs │ │ │ │ │ ├── ScatterObjectCollection.cs.meta │ │ │ │ │ ├── TileGridObjectCollection.cs │ │ │ │ │ └── TileGridObjectCollection.cs.meta │ │ │ │ │ ├── Controllers.meta │ │ │ │ │ ├── Controllers │ │ │ │ │ ├── MixedRealityControllerInfo.cs │ │ │ │ │ ├── MixedRealityControllerInfo.cs.meta │ │ │ │ │ ├── MixedRealityControllerVisualizer.cs │ │ │ │ │ ├── MixedRealityControllerVisualizer.cs.meta │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── WindowsMixedRealityControllerVisualizer.cs │ │ │ │ │ └── WindowsMixedRealityControllerVisualizer.cs.meta │ │ │ │ │ ├── Cursors.meta │ │ │ │ │ ├── Cursors │ │ │ │ │ ├── AnimatedCursor.cs │ │ │ │ │ ├── AnimatedCursor.cs.meta │ │ │ │ │ ├── BaseCursor.cs │ │ │ │ │ ├── BaseCursor.cs.meta │ │ │ │ │ ├── CursorContextInfo.cs │ │ │ │ │ ├── CursorContextInfo.cs.meta │ │ │ │ │ ├── CursorModifier.cs │ │ │ │ │ ├── CursorModifier.cs.meta │ │ │ │ │ ├── FingerCursor.cs │ │ │ │ │ ├── FingerCursor.cs.meta │ │ │ │ │ ├── InteractiveMeshCursor.cs │ │ │ │ │ ├── InteractiveMeshCursor.cs.meta │ │ │ │ │ ├── MeshCursor.cs │ │ │ │ │ ├── MeshCursor.cs.meta │ │ │ │ │ ├── ObjectCursor.cs │ │ │ │ │ ├── ObjectCursor.cs.meta │ │ │ │ │ ├── SpriteCursor.cs │ │ │ │ │ ├── SpriteCursor.cs.meta │ │ │ │ │ ├── TeleportCursor.cs │ │ │ │ │ └── TeleportCursor.cs.meta │ │ │ │ │ ├── Dialog.meta │ │ │ │ │ ├── Dialog │ │ │ │ │ ├── Dialog.cs │ │ │ │ │ ├── Dialog.cs.meta │ │ │ │ │ ├── DialogButton.cs │ │ │ │ │ ├── DialogButton.cs.meta │ │ │ │ │ ├── DialogButtonType.cs │ │ │ │ │ ├── DialogButtonType.cs.meta │ │ │ │ │ ├── DialogResult.cs │ │ │ │ │ ├── DialogResult.cs.meta │ │ │ │ │ ├── DialogShell.cs │ │ │ │ │ ├── DialogShell.cs.meta │ │ │ │ │ ├── DialogState.cs │ │ │ │ │ └── DialogState.cs.meta │ │ │ │ │ ├── HandCoach.meta │ │ │ │ │ ├── HandCoach │ │ │ │ │ ├── HandInteractionHint.cs │ │ │ │ │ ├── HandInteractionHint.cs.meta │ │ │ │ │ ├── MoveToTarget.cs │ │ │ │ │ ├── MoveToTarget.cs.meta │ │ │ │ │ ├── RotateAroundPoint.cs │ │ │ │ │ └── RotateAroundPoint.cs.meta │ │ │ │ │ ├── Loader.meta │ │ │ │ │ ├── Loader │ │ │ │ │ ├── LoaderController.cs │ │ │ │ │ └── LoaderController.cs.meta │ │ │ │ │ ├── Pointers.meta │ │ │ │ │ ├── Pointers │ │ │ │ │ ├── BaseControllerPointer.cs │ │ │ │ │ ├── BaseControllerPointer.cs.meta │ │ │ │ │ ├── BaseMousePointer.cs │ │ │ │ │ ├── BaseMousePointer.cs.meta │ │ │ │ │ ├── CurvePointer.cs │ │ │ │ │ ├── CurvePointer.cs.meta │ │ │ │ │ ├── DefaultPointerMediator.cs │ │ │ │ │ ├── DefaultPointerMediator.cs.meta │ │ │ │ │ ├── DefaultPrimaryPointerSelector.cs │ │ │ │ │ ├── DefaultPrimaryPointerSelector.cs.meta │ │ │ │ │ ├── GGVPointer.cs │ │ │ │ │ ├── GGVPointer.cs.meta │ │ │ │ │ ├── LinePointer.cs │ │ │ │ │ ├── LinePointer.cs.meta │ │ │ │ │ ├── MousePointer.cs │ │ │ │ │ ├── MousePointer.cs.meta │ │ │ │ │ ├── ParabolicTeleportPointer.cs │ │ │ │ │ ├── ParabolicTeleportPointer.cs.meta │ │ │ │ │ ├── PokePointer.cs │ │ │ │ │ ├── PokePointer.cs.meta │ │ │ │ │ ├── ScreenSpaceMousePointer.cs │ │ │ │ │ ├── ScreenSpaceMousePointer.cs.meta │ │ │ │ │ ├── ShellHandRayPointer.cs │ │ │ │ │ ├── ShellHandRayPointer.cs.meta │ │ │ │ │ ├── SpherePointer.cs │ │ │ │ │ ├── SpherePointer.cs.meta │ │ │ │ │ ├── SpherePointerGrabPoint.cs │ │ │ │ │ ├── SpherePointerGrabPoint.cs.meta │ │ │ │ │ ├── SpherePointerVisual.cs │ │ │ │ │ ├── SpherePointerVisual.cs.meta │ │ │ │ │ ├── TeleportPointer.cs │ │ │ │ │ ├── TeleportPointer.cs.meta │ │ │ │ │ ├── TouchPointer.cs │ │ │ │ │ └── TouchPointer.cs.meta │ │ │ │ │ ├── PressableButtons.meta │ │ │ │ │ ├── PressableButtons │ │ │ │ │ ├── PhysicalPressEventRouter.cs │ │ │ │ │ ├── PhysicalPressEventRouter.cs.meta │ │ │ │ │ ├── PressableButton.cs │ │ │ │ │ ├── PressableButton.cs.meta │ │ │ │ │ ├── PressableButtonHoloLens2.cs │ │ │ │ │ ├── PressableButtonHoloLens2.cs.meta │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── SubmitEventRouter.cs │ │ │ │ │ └── SubmitEventRouter.cs.meta │ │ │ │ │ ├── ProgressIndicators.meta │ │ │ │ │ ├── ProgressIndicators │ │ │ │ │ ├── IProgressIndicator.cs │ │ │ │ │ ├── IProgressIndicator.cs.meta │ │ │ │ │ ├── ProgressIndicatorLoadingBar.cs │ │ │ │ │ ├── ProgressIndicatorLoadingBar.cs.meta │ │ │ │ │ ├── ProgressIndicatorObjectDisplay.cs │ │ │ │ │ ├── ProgressIndicatorObjectDisplay.cs.meta │ │ │ │ │ ├── ProgressIndicatorOrbsRotator.cs │ │ │ │ │ ├── ProgressIndicatorOrbsRotator.cs.meta │ │ │ │ │ ├── ProgressIndicatorState.cs │ │ │ │ │ └── ProgressIndicatorState.cs.meta │ │ │ │ │ ├── PulseShader.meta │ │ │ │ │ ├── PulseShader │ │ │ │ │ ├── PulseShaderHandMeshHandler.cs │ │ │ │ │ ├── PulseShaderHandMeshHandler.cs.meta │ │ │ │ │ ├── PulseShaderHandler.cs │ │ │ │ │ ├── PulseShaderHandler.cs.meta │ │ │ │ │ ├── PulseShaderSpatialMeshHandler.cs │ │ │ │ │ └── PulseShaderSpatialMeshHandler.cs.meta │ │ │ │ │ ├── RiggedHandVisualizer.meta │ │ │ │ │ ├── RiggedHandVisualizer │ │ │ │ │ ├── RiggedHandVisualizer.cs │ │ │ │ │ └── RiggedHandVisualizer.cs.meta │ │ │ │ │ ├── ScrollingObjectCollection.meta │ │ │ │ │ ├── ScrollingObjectCollection │ │ │ │ │ ├── ScrollingObjectCollection.cs │ │ │ │ │ ├── ScrollingObjectCollection.cs.meta │ │ │ │ │ ├── ScrollingObjectCollectionNode.cs │ │ │ │ │ └── ScrollingObjectCollectionNode.cs.meta │ │ │ │ │ ├── Slate.meta │ │ │ │ │ ├── Slate │ │ │ │ │ ├── FollowMeToggle.cs │ │ │ │ │ ├── FollowMeToggle.cs.meta │ │ │ │ │ ├── HandInteractionPanZoom.cs │ │ │ │ │ └── HandInteractionPanZoom.cs.meta │ │ │ │ │ ├── Sliders.meta │ │ │ │ │ ├── Sliders │ │ │ │ │ ├── PinchSlider.cs │ │ │ │ │ ├── PinchSlider.cs.meta │ │ │ │ │ ├── SliderAxis.cs │ │ │ │ │ ├── SliderAxis.cs.meta │ │ │ │ │ ├── SliderEvent.cs │ │ │ │ │ ├── SliderEvent.cs.meta │ │ │ │ │ ├── SliderEventData.cs │ │ │ │ │ ├── SliderEventData.cs.meta │ │ │ │ │ ├── SliderSounds.cs │ │ │ │ │ └── SliderSounds.cs.meta │ │ │ │ │ ├── Tooltips.meta │ │ │ │ │ ├── Tooltips │ │ │ │ │ ├── DestroyOnAnimationComplete.cs │ │ │ │ │ ├── DestroyOnAnimationComplete.cs.meta │ │ │ │ │ ├── IToolTipBackground.cs │ │ │ │ │ ├── IToolTipBackground.cs.meta │ │ │ │ │ ├── IToolTipHighlight.cs │ │ │ │ │ ├── IToolTipHighlight.cs.meta │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── SpeechConfirmationTooltip.cs │ │ │ │ │ ├── SpeechConfirmationTooltip.cs.meta │ │ │ │ │ ├── ToolTip.cs │ │ │ │ │ ├── ToolTip.cs.meta │ │ │ │ │ ├── ToolTipBackgroundBlob.cs │ │ │ │ │ ├── ToolTipBackgroundBlob.cs.meta │ │ │ │ │ ├── ToolTipBackgroundCorners.cs │ │ │ │ │ ├── ToolTipBackgroundCorners.cs.meta │ │ │ │ │ ├── ToolTipBackgroundMesh.cs │ │ │ │ │ ├── ToolTipBackgroundMesh.cs.meta │ │ │ │ │ ├── ToolTipConnector.cs │ │ │ │ │ ├── ToolTipConnector.cs.meta │ │ │ │ │ ├── ToolTipLineHighlight.cs │ │ │ │ │ ├── ToolTipLineHighlight.cs.meta │ │ │ │ │ ├── ToolTipSpawner.cs │ │ │ │ │ ├── ToolTipSpawner.cs.meta │ │ │ │ │ ├── ToolTipUtility.cs │ │ │ │ │ ├── ToolTipUtility.cs.meta │ │ │ │ │ ├── TooltipEnums.meta │ │ │ │ │ └── TooltipEnums │ │ │ │ │ │ ├── ConnectorFollowType.cs │ │ │ │ │ │ ├── ConnectorFollowType.cs.meta │ │ │ │ │ │ ├── ConnectorOrientType.cs │ │ │ │ │ │ ├── ConnectorOrientType.cs.meta │ │ │ │ │ │ ├── ConnectorPivotDirection.cs │ │ │ │ │ │ ├── ConnectorPivotDirection.cs.meta │ │ │ │ │ │ ├── ConnectorPivotMode.cs │ │ │ │ │ │ ├── ConnectorPivotMode.cs.meta │ │ │ │ │ │ ├── DisplayMode.cs │ │ │ │ │ │ ├── DisplayMode.cs.meta │ │ │ │ │ │ ├── ToolTipAttachPoint.cs │ │ │ │ │ │ └── ToolTipAttachPoint.cs.meta │ │ │ │ │ ├── UnityUI.meta │ │ │ │ │ ├── UnityUI │ │ │ │ │ ├── ColorChangerUnityUI.cs │ │ │ │ │ └── ColorChangerUnityUI.cs.meta │ │ │ │ │ ├── Utilities.meta │ │ │ │ │ ├── Utilities │ │ │ │ │ ├── Billboard.cs │ │ │ │ │ ├── Billboard.cs.meta │ │ │ │ │ ├── Easing.cs │ │ │ │ │ ├── Easing.cs.meta │ │ │ │ │ ├── FeaturesPanelVisuals.cs │ │ │ │ │ ├── FeaturesPanelVisuals.cs.meta │ │ │ │ │ ├── GazeHandHelper.cs │ │ │ │ │ ├── GazeHandHelper.cs.meta │ │ │ │ │ ├── InputRecordingControls.cs │ │ │ │ │ ├── InputRecordingControls.cs.meta │ │ │ │ │ ├── InteractableHighlight.cs │ │ │ │ │ ├── InteractableHighlight.cs.meta │ │ │ │ │ ├── InteractableOnFocus.cs │ │ │ │ │ ├── InteractableOnFocus.cs.meta │ │ │ │ │ ├── PointerBehaviorControls.cs │ │ │ │ │ ├── PointerBehaviorControls.cs.meta │ │ │ │ │ ├── PrefabSpawner.cs │ │ │ │ │ ├── PrefabSpawner.cs.meta │ │ │ │ │ ├── RectTransformCubeScaler.cs │ │ │ │ │ ├── RectTransformCubeScaler.cs.meta │ │ │ │ │ ├── ToggleHandVisualisation.cs │ │ │ │ │ ├── ToggleHandVisualisation.cs.meta │ │ │ │ │ ├── UIMaterialInstantiator.cs │ │ │ │ │ └── UIMaterialInstantiator.cs.meta │ │ │ │ │ ├── VisualThemes.meta │ │ │ │ │ └── VisualThemes │ │ │ │ │ ├── Core.meta │ │ │ │ │ ├── Core │ │ │ │ │ ├── Theme.cs │ │ │ │ │ ├── Theme.cs.meta │ │ │ │ │ ├── ThemeDefinition.cs │ │ │ │ │ ├── ThemeDefinition.cs.meta │ │ │ │ │ ├── ThemeEaseSettings.cs │ │ │ │ │ ├── ThemeEaseSettings.cs.meta │ │ │ │ │ ├── ThemeProperty.cs │ │ │ │ │ ├── ThemeProperty.cs.meta │ │ │ │ │ ├── ThemePropertyValue.cs │ │ │ │ │ ├── ThemePropertyValue.cs.meta │ │ │ │ │ ├── ThemePropertyValueTypes.cs │ │ │ │ │ ├── ThemePropertyValueTypes.cs.meta │ │ │ │ │ ├── ThemeStateProperty.cs │ │ │ │ │ ├── ThemeStateProperty.cs.meta │ │ │ │ │ ├── VisualProfile.cs │ │ │ │ │ └── VisualProfile.cs.meta │ │ │ │ │ ├── States.meta │ │ │ │ │ ├── States │ │ │ │ │ ├── BaseStateModel.cs │ │ │ │ │ ├── BaseStateModel.cs.meta │ │ │ │ │ ├── State.cs │ │ │ │ │ ├── State.cs.meta │ │ │ │ │ ├── States.cs │ │ │ │ │ └── States.cs.meta │ │ │ │ │ ├── ThemeEngines.meta │ │ │ │ │ └── ThemeEngines │ │ │ │ │ ├── InteractableActivateTheme.cs │ │ │ │ │ ├── InteractableActivateTheme.cs.meta │ │ │ │ │ ├── InteractableAnimatorTheme.cs │ │ │ │ │ ├── InteractableAnimatorTheme.cs.meta │ │ │ │ │ ├── InteractableAudioTheme.cs │ │ │ │ │ ├── InteractableAudioTheme.cs.meta │ │ │ │ │ ├── InteractableColorChildrenTheme.cs │ │ │ │ │ ├── InteractableColorChildrenTheme.cs.meta │ │ │ │ │ ├── InteractableColorTheme.cs │ │ │ │ │ ├── InteractableColorTheme.cs.meta │ │ │ │ │ ├── InteractableGrabScaleTheme.cs │ │ │ │ │ ├── InteractableGrabScaleTheme.cs.meta │ │ │ │ │ ├── InteractableMaterialTheme.cs │ │ │ │ │ ├── InteractableMaterialTheme.cs.meta │ │ │ │ │ ├── InteractableOffsetTheme.cs │ │ │ │ │ ├── InteractableOffsetTheme.cs.meta │ │ │ │ │ ├── InteractableRotationTheme.cs │ │ │ │ │ ├── InteractableRotationTheme.cs.meta │ │ │ │ │ ├── InteractableScaleTheme.cs │ │ │ │ │ ├── InteractableScaleTheme.cs.meta │ │ │ │ │ ├── InteractableShaderTheme.cs │ │ │ │ │ ├── InteractableShaderTheme.cs.meta │ │ │ │ │ ├── InteractableStringTheme.cs │ │ │ │ │ ├── InteractableStringTheme.cs.meta │ │ │ │ │ ├── InteractableTextureTheme.cs │ │ │ │ │ ├── InteractableTextureTheme.cs.meta │ │ │ │ │ ├── InteractableThemeBase.cs │ │ │ │ │ ├── InteractableThemeBase.cs.meta │ │ │ │ │ ├── InteractableThemeShaderUtils.cs │ │ │ │ │ ├── InteractableThemeShaderUtils.cs.meta │ │ │ │ │ ├── ScaleOffsetColorTheme.cs │ │ │ │ │ └── ScaleOffsetColorTheme.cs.meta │ │ │ ├── Utilities.meta │ │ │ ├── Utilities │ │ │ │ ├── HeadPositionOffset.cs │ │ │ │ ├── HeadPositionOffset.cs.meta │ │ │ │ ├── InputRayUtils.cs │ │ │ │ ├── InputRayUtils.cs.meta │ │ │ │ ├── PointerUtils.cs │ │ │ │ ├── PointerUtils.cs.meta │ │ │ │ ├── Smoothing.cs │ │ │ │ ├── Smoothing.cs.meta │ │ │ │ ├── Solvers.meta │ │ │ │ ├── Solvers │ │ │ │ │ ├── ConstantViewSize.cs │ │ │ │ │ ├── ConstantViewSize.cs.meta │ │ │ │ │ ├── ControllerFinder.cs │ │ │ │ │ ├── ControllerFinder.cs.meta │ │ │ │ │ ├── DirectionalIndicator.cs │ │ │ │ │ ├── DirectionalIndicator.cs.meta │ │ │ │ │ ├── Follow.cs │ │ │ │ │ ├── Follow.cs.meta │ │ │ │ │ ├── HandConstraint.cs │ │ │ │ │ ├── HandConstraint.cs.meta │ │ │ │ │ ├── HandConstraintPalmUp.cs │ │ │ │ │ ├── HandConstraintPalmUp.cs.meta │ │ │ │ │ ├── InBetween.cs │ │ │ │ │ ├── InBetween.cs.meta │ │ │ │ │ ├── Momentum.cs │ │ │ │ │ ├── Momentum.cs.meta │ │ │ │ │ ├── Orbital.cs │ │ │ │ │ ├── Orbital.cs.meta │ │ │ │ │ ├── Overlap.cs │ │ │ │ │ ├── Overlap.cs.meta │ │ │ │ │ ├── RadialView.cs │ │ │ │ │ ├── RadialView.cs.meta │ │ │ │ │ ├── Solver.cs │ │ │ │ │ ├── Solver.cs.meta │ │ │ │ │ ├── SolverHandler.cs │ │ │ │ │ ├── SolverHandler.cs.meta │ │ │ │ │ ├── SurfaceMagnetism.cs │ │ │ │ │ ├── SurfaceMagnetism.cs.meta │ │ │ │ │ ├── TapToPlace.cs │ │ │ │ │ └── TapToPlace.cs.meta │ │ │ │ ├── SpatialMeshExporter.cs │ │ │ │ └── SpatialMeshExporter.cs.meta │ │ │ ├── toc.yml │ │ │ └── toc.yml.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.SDK.asmdef │ │ ├── MRTK.SDK.asmdef.meta │ │ ├── MRTK.SDK.sentinel │ │ ├── MRTK.SDK.sentinel.meta │ │ ├── Profiles.meta │ │ ├── Profiles │ │ │ ├── DefaultMixedRealityBoundaryVisualizationProfile.asset │ │ │ ├── DefaultMixedRealityBoundaryVisualizationProfile.asset.meta │ │ │ ├── DefaultMixedRealityCameraProfile.asset │ │ │ ├── DefaultMixedRealityCameraProfile.asset.meta │ │ │ ├── DefaultMixedRealityControllerMappingProfile.asset │ │ │ ├── DefaultMixedRealityControllerMappingProfile.asset.meta │ │ │ ├── DefaultMixedRealityControllerVisualizationProfile.asset │ │ │ ├── DefaultMixedRealityControllerVisualizationProfile.asset.meta │ │ │ ├── DefaultMixedRealityDiagnosticsProfile.asset │ │ │ ├── DefaultMixedRealityDiagnosticsProfile.asset.meta │ │ │ ├── DefaultMixedRealityEyeTrackingProfile.asset │ │ │ ├── DefaultMixedRealityEyeTrackingProfile.asset.meta │ │ │ ├── DefaultMixedRealityGesturesProfile.asset │ │ │ ├── DefaultMixedRealityGesturesProfile.asset.meta │ │ │ ├── DefaultMixedRealityHandTrackingProfile.asset │ │ │ ├── DefaultMixedRealityHandTrackingProfile.asset.meta │ │ │ ├── DefaultMixedRealityInputActionRulesProfile.asset │ │ │ ├── DefaultMixedRealityInputActionRulesProfile.asset.meta │ │ │ ├── DefaultMixedRealityInputActionsProfile.asset │ │ │ ├── DefaultMixedRealityInputActionsProfile.asset.meta │ │ │ ├── DefaultMixedRealityInputPointerProfile.asset │ │ │ ├── DefaultMixedRealityInputPointerProfile.asset.meta │ │ │ ├── DefaultMixedRealityInputRecordingProfile.asset │ │ │ ├── DefaultMixedRealityInputRecordingProfile.asset.meta │ │ │ ├── DefaultMixedRealityInputSimulationProfile.asset │ │ │ ├── DefaultMixedRealityInputSimulationProfile.asset.meta │ │ │ ├── DefaultMixedRealityInputSystemProfile.asset │ │ │ ├── DefaultMixedRealityInputSystemProfile.asset.meta │ │ │ ├── DefaultMixedRealityMouseInputProfile.asset │ │ │ ├── DefaultMixedRealityMouseInputProfile.asset.meta │ │ │ ├── DefaultMixedRealityRegisteredServiceProvidersProfile.asset │ │ │ ├── DefaultMixedRealityRegisteredServiceProvidersProfile.asset.meta │ │ │ ├── DefaultMixedRealitySceneSystemProfile.asset │ │ │ ├── DefaultMixedRealitySceneSystemProfile.asset.meta │ │ │ ├── DefaultMixedRealitySpatialAwarenessMeshObserverProfile.asset │ │ │ ├── DefaultMixedRealitySpatialAwarenessMeshObserverProfile.asset.meta │ │ │ ├── DefaultMixedRealitySpatialAwarenessSystemProfile.asset │ │ │ ├── DefaultMixedRealitySpatialAwarenessSystemProfile.asset.meta │ │ │ ├── DefaultMixedRealitySpeechCommandsProfile.asset │ │ │ ├── DefaultMixedRealitySpeechCommandsProfile.asset.meta │ │ │ ├── DefaultMixedRealityToolkitConfigurationProfile.asset │ │ │ ├── DefaultMixedRealityToolkitConfigurationProfile.asset.meta │ │ │ ├── DefaultMixedRealityXRSDKControllerVisualizationProfile.asset │ │ │ ├── DefaultMixedRealityXRSDKControllerVisualizationProfile.asset.meta │ │ │ ├── HoloLens1.meta │ │ │ ├── HoloLens1 │ │ │ │ ├── DefaultHoloLens1CameraProfile.asset │ │ │ │ ├── DefaultHoloLens1CameraProfile.asset.meta │ │ │ │ ├── DefaultHoloLens1ConfigurationProfile.asset │ │ │ │ ├── DefaultHoloLens1ConfigurationProfile.asset.meta │ │ │ │ ├── DefaultHoloLens1HandTrackingProfile.asset │ │ │ │ ├── DefaultHoloLens1HandTrackingProfile.asset.meta │ │ │ │ ├── DefaultHoloLens1InputSimulationProfile.asset │ │ │ │ ├── DefaultHoloLens1InputSimulationProfile.asset.meta │ │ │ │ ├── DefaultHoloLens1InputSystemProfile.asset │ │ │ │ ├── DefaultHoloLens1InputSystemProfile.asset.meta │ │ │ │ ├── DefaultHoloLens1PointerProfile.asset │ │ │ │ └── DefaultHoloLens1PointerProfile.asset.meta │ │ │ ├── HoloLens2.meta │ │ │ ├── HoloLens2 │ │ │ │ ├── DefaultHoloLens2CameraProfile.asset │ │ │ │ ├── DefaultHoloLens2CameraProfile.asset.meta │ │ │ │ ├── DefaultHoloLens2ConfigurationProfile.asset │ │ │ │ ├── DefaultHoloLens2ConfigurationProfile.asset.meta │ │ │ │ ├── DefaultHoloLens2HandTrackingProfile.asset │ │ │ │ ├── DefaultHoloLens2HandTrackingProfile.asset.meta │ │ │ │ ├── DefaultHoloLens2InputSystemProfile.asset │ │ │ │ └── DefaultHoloLens2InputSystemProfile.asset.meta │ │ │ ├── MixedRealityControllerConfigurationProfile.md │ │ │ ├── MixedRealityControllerConfigurationProfile.md.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── toc.yml │ │ │ └── toc.yml.meta │ │ ├── StandardAssets.meta │ │ ├── StandardAssets │ │ │ ├── Controllers.meta │ │ │ ├── Controllers │ │ │ │ ├── DebugControllers.meta │ │ │ │ └── DebugControllers │ │ │ │ │ ├── GizmoLeft.prefab │ │ │ │ │ ├── GizmoLeft.prefab.meta │ │ │ │ │ ├── GizmoRight.prefab │ │ │ │ │ ├── GizmoRight.prefab.meta │ │ │ │ │ ├── HandSkeletonLeft.prefab │ │ │ │ │ ├── HandSkeletonLeft.prefab.meta │ │ │ │ │ ├── HandSkeletonRight.prefab │ │ │ │ │ ├── HandSkeletonRight.prefab.meta │ │ │ │ │ ├── Models.meta │ │ │ │ │ └── Models │ │ │ │ │ ├── GizmoLeft.fbx │ │ │ │ │ ├── GizmoLeft.fbx.meta │ │ │ │ │ ├── GizmoRight.fbx │ │ │ │ │ └── GizmoRight.fbx.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── MRTKLogo.mat │ │ │ │ ├── MRTKLogo.mat.meta │ │ │ │ ├── MRTK_ArticulatedHandMesh.mat │ │ │ │ ├── MRTK_ArticulatedHandMesh.mat.meta │ │ │ │ ├── MRTK_DefaultCursor.mat │ │ │ │ ├── MRTK_DefaultCursor.mat.meta │ │ │ │ ├── MRTK_DefaultPointerLine.mat │ │ │ │ ├── MRTK_DefaultPointerLine.mat.meta │ │ │ │ ├── MRTK_DefaultPointerLineNoTarget.mat │ │ │ │ ├── MRTK_DefaultPointerLineNoTarget.mat.meta │ │ │ │ ├── MRTK_FingerTipCursor.mat │ │ │ │ ├── MRTK_FingerTipCursor.mat.meta │ │ │ │ ├── MRTK_GrabPointerGrabPoint.mat │ │ │ │ ├── MRTK_GrabPointerGrabPoint.mat.meta │ │ │ │ ├── MRTK_GrabPointerTetherLine.mat │ │ │ │ ├── MRTK_GrabPointerTetherLine.mat.meta │ │ │ │ ├── MRTK_PressableInteractablesButtonBox.mat │ │ │ │ ├── MRTK_PressableInteractablesButtonBox.mat.meta │ │ │ │ ├── MRTK_Slider_Default.mat │ │ │ │ ├── MRTK_Slider_Default.mat.meta │ │ │ │ ├── MouseCursor.mat │ │ │ │ ├── MouseCursor.mat.meta │ │ │ │ ├── PanExampleContent.mat │ │ │ │ ├── PanExampleContent.mat.meta │ │ │ │ ├── TooltipLines.mat │ │ │ │ ├── TooltipLines.mat.meta │ │ │ │ ├── TooltipWithBorder.mat │ │ │ │ ├── TooltipWithBorder.mat.meta │ │ │ │ ├── TooltipWithoutBorder.mat │ │ │ │ └── TooltipWithoutBorder.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Cheese.fbx │ │ │ │ ├── Cheese.fbx.meta │ │ │ │ ├── Handle_Base.FBX │ │ │ │ ├── Handle_Base.FBX.meta │ │ │ │ ├── MRTK_BoundingBox_RotateHandle.fbx │ │ │ │ ├── MRTK_BoundingBox_RotateHandle.fbx.meta │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle.fbx │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle.fbx.meta │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle_Slate.fbx │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle_Slate.fbx.meta │ │ │ │ ├── MRTK_BoundingBox_TranslateHandle.fbx │ │ │ │ ├── MRTK_BoundingBox_TranslateHandle.fbx.meta │ │ │ │ ├── MRTK_FingerTipCursor.fbx │ │ │ │ ├── MRTK_FingerTipCursor.fbx.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── Cheese2.mat │ │ │ │ │ └── Cheese2.mat.meta │ │ │ │ ├── Model_Bucky.fbx │ │ │ │ ├── Model_Bucky.fbx.meta │ │ │ │ ├── Model_Icosa.fbx │ │ │ │ ├── Model_Icosa.fbx.meta │ │ │ │ ├── SpatialAwareness.meta │ │ │ │ └── SpatialAwareness │ │ │ │ │ ├── ExampleSpatialMesh.room │ │ │ │ │ └── ExampleSpatialMesh.room.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── 10x32mm_Square.prefab │ │ │ │ ├── 10x32mm_Square.prefab.meta │ │ │ │ ├── 32x32mm_Square.prefab │ │ │ │ ├── 32x32mm_Square.prefab.meta │ │ │ │ ├── ArticulatedHandMesh.prefab │ │ │ │ ├── ArticulatedHandMesh.prefab.meta │ │ │ │ ├── ArticulatedHandMeshPulse.prefab │ │ │ │ ├── ArticulatedHandMeshPulse.prefab.meta │ │ │ │ ├── Handle_Base.prefab │ │ │ │ ├── Handle_Base.prefab.meta │ │ │ │ ├── InputSimulationIndicators.prefab │ │ │ │ ├── InputSimulationIndicators.prefab.meta │ │ │ │ ├── MRTK_BoundingBox_RotateHandle.prefab │ │ │ │ ├── MRTK_BoundingBox_RotateHandle.prefab.meta │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle.prefab │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle.prefab.meta │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle_Slate.prefab │ │ │ │ ├── MRTK_BoundingBox_ScaleHandle_Slate.prefab.meta │ │ │ │ ├── MRTK_BoundingBox_TranslateHandle.prefab │ │ │ │ ├── MRTK_BoundingBox_TranslateHandle.prefab.meta │ │ │ │ ├── PulseShaderSpatialMeshParent.prefab │ │ │ │ ├── PulseShaderSpatialMeshParent.prefab.meta │ │ │ │ ├── SceneDescriptionPanelRev.prefab │ │ │ │ ├── SceneDescriptionPanelRev.prefab.meta │ │ │ │ ├── Text.meta │ │ │ │ └── Text │ │ │ │ │ ├── 3DTextSelawik.prefab │ │ │ │ │ ├── 3DTextSelawik.prefab.meta │ │ │ │ │ ├── 3DTextSelawikBold.prefab │ │ │ │ │ ├── 3DTextSelawikBold.prefab.meta │ │ │ │ │ ├── 3DTextSelawikLight.prefab │ │ │ │ │ ├── 3DTextSelawikLight.prefab.meta │ │ │ │ │ ├── 3DTextSelawikSemibold.prefab │ │ │ │ │ ├── 3DTextSelawikSemibold.prefab.meta │ │ │ │ │ ├── 3DTextSelawikSemilight.prefab │ │ │ │ │ ├── 3DTextSelawikSemilight.prefab.meta │ │ │ │ │ ├── UITextSelawik.prefab │ │ │ │ │ ├── UITextSelawik.prefab.meta │ │ │ │ │ ├── UITextSelawikBold.prefab │ │ │ │ │ ├── UITextSelawikBold.prefab.meta │ │ │ │ │ ├── UITextSelawikLight.prefab │ │ │ │ │ ├── UITextSelawikLight.prefab.meta │ │ │ │ │ ├── UITextSelawikSemibold.prefab │ │ │ │ │ ├── UITextSelawikSemibold.prefab.meta │ │ │ │ │ ├── UITextSelawikSemilight.prefab │ │ │ │ │ └── UITextSelawikSemilight.prefab.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── FingerTipCursor.shader │ │ │ │ ├── FingerTipCursor.shader.meta │ │ │ │ ├── HandTriangles.shader │ │ │ │ ├── HandTriangles.shader.meta │ │ │ │ ├── SR_Triangles.shader │ │ │ │ ├── SR_Triangles.shader.meta │ │ │ │ ├── SR_Triangles_Object_Space.shader │ │ │ │ └── SR_Triangles_Object_Space.shader.meta │ │ │ ├── Sprites.meta │ │ │ ├── Sprites │ │ │ │ ├── DefaultIconsSpriteSheet.psd │ │ │ │ └── DefaultIconsSpriteSheet.psd.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Checker_albedo.png │ │ │ │ ├── Checker_albedo.png.meta │ │ │ │ ├── Circle.png │ │ │ │ ├── Circle.png.meta │ │ │ │ ├── CircleIcon.png │ │ │ │ ├── CircleIcon.png.meta │ │ │ │ ├── GrabArea.png │ │ │ │ ├── GrabArea.png.meta │ │ │ │ ├── GrabAreaSingle.png │ │ │ │ ├── GrabAreaSingle.png.meta │ │ │ │ ├── IconAdd.png │ │ │ │ ├── IconAdd.png.meta │ │ │ │ ├── IconAdjust.png │ │ │ │ ├── IconAdjust.png.meta │ │ │ │ ├── IconCamera.png │ │ │ │ ├── IconCamera.png.meta │ │ │ │ ├── IconCheckOff.png │ │ │ │ ├── IconCheckOff.png.meta │ │ │ │ ├── IconCheckOn.png │ │ │ │ ├── IconCheckOn.png.meta │ │ │ │ ├── IconClose.png │ │ │ │ ├── IconClose.png.meta │ │ │ │ ├── IconDone.png │ │ │ │ ├── IconDone.png.meta │ │ │ │ ├── IconDot.png │ │ │ │ ├── IconDot.png.meta │ │ │ │ ├── IconFollowMe.png │ │ │ │ ├── IconFollowMe.png.meta │ │ │ │ ├── IconHandActiveLeft.png │ │ │ │ ├── IconHandActiveLeft.png.meta │ │ │ │ ├── IconHandActiveRight.png │ │ │ │ ├── IconHandActiveRight.png.meta │ │ │ │ ├── IconHandIdleLeft.png │ │ │ │ ├── IconHandIdleLeft.png.meta │ │ │ │ ├── IconHandIdleRight.png │ │ │ │ ├── IconHandIdleRight.png.meta │ │ │ │ ├── IconHandJoint.png │ │ │ │ ├── IconHandJoint.png.meta │ │ │ │ ├── IconHandMesh.png │ │ │ │ ├── IconHandMesh.png.meta │ │ │ │ ├── IconHandRay.png │ │ │ │ ├── IconHandRay.png.meta │ │ │ │ ├── IconHandUntrackedLeft.png │ │ │ │ ├── IconHandUntrackedLeft.png.meta │ │ │ │ ├── IconHandUntrackedRight.png │ │ │ │ ├── IconHandUntrackedRight.png.meta │ │ │ │ ├── IconHide.png │ │ │ │ ├── IconHide.png.meta │ │ │ │ ├── IconHome.png │ │ │ │ ├── IconHome.png.meta │ │ │ │ ├── IconMRTKLogo.png │ │ │ │ ├── IconMRTKLogo.png.meta │ │ │ │ ├── IconMessage.png │ │ │ │ ├── IconMessage.png.meta │ │ │ │ ├── IconMicrophone.png │ │ │ │ ├── IconMicrophone.png.meta │ │ │ │ ├── IconPin.png │ │ │ │ ├── IconPin.png.meta │ │ │ │ ├── IconProfiler.png │ │ │ │ ├── IconProfiler.png.meta │ │ │ │ ├── IconRadioOff.png │ │ │ │ ├── IconRadioOff.png.meta │ │ │ │ ├── IconRadioOn.png │ │ │ │ ├── IconRadioOn.png.meta │ │ │ │ ├── IconRefresh.png │ │ │ │ ├── IconRefresh.png.meta │ │ │ │ ├── IconSearch.png │ │ │ │ ├── IconSearch.png.meta │ │ │ │ ├── IconSettings.png │ │ │ │ ├── IconSettings.png.meta │ │ │ │ ├── IconShow.png │ │ │ │ ├── IconShow.png.meta │ │ │ │ ├── IconSpatialMapping.png │ │ │ │ ├── IconSpatialMapping.png.meta │ │ │ │ ├── IconStar.png │ │ │ │ ├── IconStar.png.meta │ │ │ │ ├── IconSwitchOff.png │ │ │ │ ├── IconSwitchOff.png.meta │ │ │ │ ├── IconSwitchOn.png │ │ │ │ ├── IconSwitchOn.png.meta │ │ │ │ ├── PanExampleContent.jpg │ │ │ │ ├── PanExampleContent.jpg.meta │ │ │ │ ├── ResetRotation.png │ │ │ │ └── ResetRotation.png.meta │ │ ├── toc.yml │ │ └── toc.yml.meta │ ├── Services.meta │ ├── Services │ │ ├── BoundarySystem.meta │ │ ├── BoundarySystem │ │ │ ├── XR2018.meta │ │ │ └── XR2018 │ │ │ │ ├── MRTK.BoundarySystem.asmdef │ │ │ │ ├── MRTK.BoundarySystem.asmdef.meta │ │ │ │ ├── MixedRealityBoundarySystem.cs │ │ │ │ ├── MixedRealityBoundarySystem.cs.meta │ │ │ │ ├── csc.rsp │ │ │ │ └── csc.rsp.meta │ │ ├── CameraSystem.meta │ │ ├── CameraSystem │ │ │ ├── MRTK.CameraSystem.asmdef │ │ │ ├── MRTK.CameraSystem.asmdef.meta │ │ │ ├── MixedRealityCameraSystem.cs │ │ │ └── MixedRealityCameraSystem.cs.meta │ │ ├── DiagnosticsSystem.meta │ │ ├── DiagnosticsSystem │ │ │ ├── DiagnosticsSystemVoiceControls.cs │ │ │ ├── DiagnosticsSystemVoiceControls.cs.meta │ │ │ ├── MRTK.DiagnosticsSystem.asmdef │ │ │ ├── MRTK.DiagnosticsSystem.asmdef.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── DiagnosticsInstancedColored.mat │ │ │ │ └── DiagnosticsInstancedColored.mat.meta │ │ │ ├── MixedRealityDiagnosticsSystem.cs │ │ │ ├── MixedRealityDiagnosticsSystem.cs.meta │ │ │ ├── MixedRealityToolkitVisualProfiler.cs │ │ │ ├── MixedRealityToolkitVisualProfiler.cs.meta │ │ │ ├── VisualProfilerControl.cs │ │ │ └── VisualProfilerControl.cs.meta │ │ ├── InputSystem.meta │ │ ├── InputSystem │ │ │ ├── BaseNearInteractionTouchable.cs │ │ │ ├── BaseNearInteractionTouchable.cs.meta │ │ │ ├── DefaultRaycastProvider.cs │ │ │ ├── DefaultRaycastProvider.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── MRTK.InputSystem.Editor.asmdef │ │ │ │ ├── MRTK.InputSystem.Editor.asmdef.meta │ │ │ │ ├── MixedRealityCanvasInspector.cs │ │ │ │ ├── MixedRealityCanvasInspector.cs.meta │ │ │ │ ├── MixedRealityInputModuleInspector.cs │ │ │ │ ├── MixedRealityInputModuleInspector.cs.meta │ │ │ │ ├── NearInteractionTouchableInspector.cs │ │ │ │ ├── NearInteractionTouchableInspector.cs.meta │ │ │ │ ├── NearInteractionTouchableVolumeInspector.cs │ │ │ │ └── NearInteractionTouchableVolumeInspector.cs.meta │ │ │ ├── FocusProvider.cs │ │ │ ├── FocusProvider.cs.meta │ │ │ ├── GazePointerVisibilityStateMachine.cs │ │ │ ├── GazePointerVisibilityStateMachine.cs.meta │ │ │ ├── GazeProvider.cs │ │ │ ├── GazeProvider.cs.meta │ │ │ ├── InputSystemGlobalHandlerListener.cs │ │ │ ├── InputSystemGlobalHandlerListener.cs.meta │ │ │ ├── InputSystemGlobalListener.cs │ │ │ ├── InputSystemGlobalListener.cs.meta │ │ │ ├── MRTK.InputSystem.asmdef │ │ │ ├── MRTK.InputSystem.asmdef.meta │ │ │ ├── MixedRealityInputModule.cs │ │ │ ├── MixedRealityInputModule.cs.meta │ │ │ ├── MixedRealityInputSystem.cs │ │ │ ├── MixedRealityInputSystem.cs.meta │ │ │ ├── NearInteractionGrabbable.cs │ │ │ ├── NearInteractionGrabbable.cs.meta │ │ │ ├── NearInteractionTouchable.cs │ │ │ ├── NearInteractionTouchable.cs.meta │ │ │ ├── NearInteractionTouchableSurface.cs │ │ │ ├── NearInteractionTouchableSurface.cs.meta │ │ │ ├── NearInteractionTouchableUnityUI.cs │ │ │ ├── NearInteractionTouchableUnityUI.cs.meta │ │ │ ├── NearInteractionTouchableVolume.cs │ │ │ ├── NearInteractionTouchableVolume.cs.meta │ │ │ ├── Utilities.meta │ │ │ └── Utilities │ │ │ │ ├── CanvasUtility.cs │ │ │ │ ├── CanvasUtility.cs.meta │ │ │ │ ├── ScaleMeshEffect.cs │ │ │ │ └── ScaleMeshEffect.cs.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.Services.sentinel │ │ ├── MRTK.Services.sentinel.meta │ │ ├── SceneSystem.meta │ │ ├── SceneSystem │ │ │ ├── MRTK.SceneSystem.asmdef │ │ │ ├── MRTK.SceneSystem.asmdef.meta │ │ │ ├── MixedRealitySceneSystem.cs │ │ │ ├── MixedRealitySceneSystem.cs.meta │ │ │ ├── MixedRealitySceneSystemEditorOperations.cs │ │ │ ├── MixedRealitySceneSystemEditorOperations.cs.meta │ │ │ ├── ResolveDuplicateScenesWindow.cs │ │ │ ├── ResolveDuplicateScenesWindow.cs.meta │ │ │ ├── SceneSystemResources.meta │ │ │ └── SceneSystemResources │ │ │ │ ├── DefaultLightingScene.unity │ │ │ │ ├── DefaultLightingScene.unity.meta │ │ │ │ ├── DefaultManagerScene.unity │ │ │ │ └── DefaultManagerScene.unity.meta │ │ ├── SpatialAwarenessSystem.meta │ │ ├── SpatialAwarenessSystem │ │ │ ├── MRTK.SpatialAwarenessSystem.asmdef │ │ │ ├── MRTK.SpatialAwarenessSystem.asmdef.meta │ │ │ ├── MixedRealitySpatialAwarenessSystem.cs │ │ │ └── MixedRealitySpatialAwarenessSystem.cs.meta │ │ ├── TeleportSystem.meta │ │ └── TeleportSystem │ │ │ ├── MRTK.TeleportSystem.asmdef │ │ │ ├── MRTK.TeleportSystem.asmdef.meta │ │ │ ├── MixedRealityTeleportSystem.cs │ │ │ └── MixedRealityTeleportSystem.cs.meta │ ├── StandardAssets.meta │ ├── StandardAssets │ │ ├── Audio.meta │ │ ├── Audio │ │ │ ├── MRTK_ButtonPress.wav │ │ │ ├── MRTK_ButtonPress.wav.meta │ │ │ ├── MRTK_ButtonUnpress.wav │ │ │ ├── MRTK_ButtonUnpress.wav.meta │ │ │ ├── MRTK_Gem.wav │ │ │ ├── MRTK_Gem.wav.meta │ │ │ ├── MRTK_Manipulation_End.wav │ │ │ ├── MRTK_Manipulation_End.wav.meta │ │ │ ├── MRTK_Manipulation_Start.wav │ │ │ ├── MRTK_Manipulation_Start.wav.meta │ │ │ ├── MRTK_Move_End.wav │ │ │ ├── MRTK_Move_End.wav.meta │ │ │ ├── MRTK_Move_Start.wav │ │ │ ├── MRTK_Move_Start.wav.meta │ │ │ ├── MRTK_Notification.wav │ │ │ ├── MRTK_Notification.wav.meta │ │ │ ├── MRTK_Rotate_Start.wav │ │ │ ├── MRTK_Rotate_Start.wav.meta │ │ │ ├── MRTK_Rotate_Stop.wav │ │ │ ├── MRTK_Rotate_Stop.wav.meta │ │ │ ├── MRTK_Scale_Start.wav │ │ │ ├── MRTK_Scale_Start.wav.meta │ │ │ ├── MRTK_Scale_Stop.wav │ │ │ ├── MRTK_Scale_Stop.wav.meta │ │ │ ├── MRTK_Select_Main.wav │ │ │ ├── MRTK_Select_Main.wav.meta │ │ │ ├── MRTK_Select_Secondary.wav │ │ │ ├── MRTK_Select_Secondary.wav.meta │ │ │ ├── MRTK_Shell_Click_In.wav │ │ │ ├── MRTK_Shell_Click_In.wav.meta │ │ │ ├── MRTK_Shell_Click_Init.wav │ │ │ ├── MRTK_Shell_Click_Init.wav.meta │ │ │ ├── MRTK_Shell_Click_Out.wav │ │ │ ├── MRTK_Shell_Click_Out.wav.meta │ │ │ ├── MRTK_Slate_Release.wav │ │ │ ├── MRTK_Slate_Release.wav.meta │ │ │ ├── MRTK_Slate_Touch.wav │ │ │ ├── MRTK_Slate_Touch.wav.meta │ │ │ ├── MRTK_Slider_Grab.wav │ │ │ ├── MRTK_Slider_Grab.wav.meta │ │ │ ├── MRTK_Slider_Pass_Notch.wav │ │ │ ├── MRTK_Slider_Pass_Notch.wav.meta │ │ │ ├── MRTK_Slider_Release.wav │ │ │ ├── MRTK_Slider_Release.wav.meta │ │ │ ├── MRTK_Tap.wav │ │ │ ├── MRTK_Tap.wav.meta │ │ │ ├── MRTK_Voice_Confirmation.wav │ │ │ └── MRTK_Voice_Confirmation.wav.meta │ │ ├── EditorUtilities.meta │ │ ├── EditorUtilities │ │ │ ├── MRTK.StandardAssets.Editor.asmdef │ │ │ ├── MRTK.StandardAssets.Editor.asmdef.meta │ │ │ ├── OnLoadUtilities.cs │ │ │ └── OnLoadUtilities.cs.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── LICENSE.txt │ │ │ ├── LICENSE.txt.meta │ │ │ ├── selawk.ttf │ │ │ ├── selawk.ttf.meta │ │ │ ├── selawkb.ttf │ │ │ ├── selawkb.ttf.meta │ │ │ ├── selawkl.ttf │ │ │ ├── selawkl.ttf.meta │ │ │ ├── selawksb.ttf │ │ │ ├── selawksb.ttf.meta │ │ │ ├── selawksl.ttf │ │ │ └── selawksl.ttf.meta │ │ ├── FontsSDFTextures.meta │ │ ├── FontsSDFTextures │ │ │ ├── segoeui SDF.asset │ │ │ ├── segoeui SDF.asset.meta │ │ │ ├── segoeuib SDF.asset │ │ │ ├── segoeuib SDF.asset.meta │ │ │ ├── segoeuil SDF.asset │ │ │ ├── segoeuil SDF.asset.meta │ │ │ ├── segoeuisl SDF.asset │ │ │ ├── segoeuisl SDF.asset.meta │ │ │ ├── seguibl SDF.asset │ │ │ ├── seguibl SDF.asset.meta │ │ │ ├── seguisb SDF zwriteOff.asset │ │ │ ├── seguisb SDF zwriteOff.asset.meta │ │ │ ├── seguisb SDF.asset │ │ │ └── seguisb SDF.asset.meta │ │ ├── Icons.meta │ │ ├── Icons │ │ │ ├── mic_icon.png │ │ │ ├── mic_icon.png.meta │ │ │ ├── mixed_reality_icon.png │ │ │ ├── mixed_reality_icon.png.meta │ │ │ ├── script_icon.png │ │ │ ├── script_icon.png.meta │ │ │ ├── settings_icon.png │ │ │ ├── settings_icon.png.meta │ │ │ ├── shapes_icon.png │ │ │ ├── shapes_icon.png.meta │ │ │ ├── spatial_icon.png │ │ │ ├── spatial_icon.png.meta │ │ │ ├── spatial_understanding_icon.png │ │ │ ├── spatial_understanding_icon.png.meta │ │ │ ├── test_icon.png │ │ │ ├── test_icon.png.meta │ │ │ ├── toolkit_icon.png │ │ │ ├── toolkit_icon.png.meta │ │ │ ├── ux_icon.png │ │ │ └── ux_icon.png.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.StandardAssets.sentinel │ │ ├── MRTK.StandardAssets.sentinel.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── MRTK_Occlusion.mat │ │ │ ├── MRTK_Occlusion.mat.meta │ │ │ ├── MRTK_Standard_Black.mat │ │ │ ├── MRTK_Standard_Black.mat.meta │ │ │ ├── MRTK_Standard_Blue.mat │ │ │ ├── MRTK_Standard_Blue.mat.meta │ │ │ ├── MRTK_Standard_Charcoal.mat │ │ │ ├── MRTK_Standard_Charcoal.mat.meta │ │ │ ├── MRTK_Standard_Cyan.mat │ │ │ ├── MRTK_Standard_Cyan.mat.meta │ │ │ ├── MRTK_Standard_DarkBrown.mat │ │ │ ├── MRTK_Standard_DarkBrown.mat.meta │ │ │ ├── MRTK_Standard_DarkGray.mat │ │ │ ├── MRTK_Standard_DarkGray.mat.meta │ │ │ ├── MRTK_Standard_Emerald.mat │ │ │ ├── MRTK_Standard_Emerald.mat.meta │ │ │ ├── MRTK_Standard_GlowingCyan.mat │ │ │ ├── MRTK_Standard_GlowingCyan.mat.meta │ │ │ ├── MRTK_Standard_GlowingOrange.mat │ │ │ ├── MRTK_Standard_GlowingOrange.mat.meta │ │ │ ├── MRTK_Standard_Gray.mat │ │ │ ├── MRTK_Standard_Gray.mat.meta │ │ │ ├── MRTK_Standard_Green.mat │ │ │ ├── MRTK_Standard_Green.mat.meta │ │ │ ├── MRTK_Standard_LightGray.mat │ │ │ ├── MRTK_Standard_LightGray.mat.meta │ │ │ ├── MRTK_Standard_Lime.mat │ │ │ ├── MRTK_Standard_Lime.mat.meta │ │ │ ├── MRTK_Standard_LimeDesaturated.mat │ │ │ ├── MRTK_Standard_LimeDesaturated.mat.meta │ │ │ ├── MRTK_Standard_Magenta.mat │ │ │ ├── MRTK_Standard_Magenta.mat.meta │ │ │ ├── MRTK_Standard_Orange.mat │ │ │ ├── MRTK_Standard_Orange.mat.meta │ │ │ ├── MRTK_Standard_Pink.mat │ │ │ ├── MRTK_Standard_Pink.mat.meta │ │ │ ├── MRTK_Standard_Purple.mat │ │ │ ├── MRTK_Standard_Purple.mat.meta │ │ │ ├── MRTK_Standard_PurpleDesaturated.mat │ │ │ ├── MRTK_Standard_PurpleDesaturated.mat.meta │ │ │ ├── MRTK_Standard_Red.mat │ │ │ ├── MRTK_Standard_Red.mat.meta │ │ │ ├── MRTK_Standard_TransparentBlue.mat │ │ │ ├── MRTK_Standard_TransparentBlue.mat.meta │ │ │ ├── MRTK_Standard_TransparentCharcoal.mat │ │ │ ├── MRTK_Standard_TransparentCharcoal.mat.meta │ │ │ ├── MRTK_Standard_TransparentCyan.mat │ │ │ ├── MRTK_Standard_TransparentCyan.mat.meta │ │ │ ├── MRTK_Standard_TransparentDarkGray.mat │ │ │ ├── MRTK_Standard_TransparentDarkGray.mat.meta │ │ │ ├── MRTK_Standard_TransparentEmerald.mat │ │ │ ├── MRTK_Standard_TransparentEmerald.mat.meta │ │ │ ├── MRTK_Standard_TransparentGray.mat │ │ │ ├── MRTK_Standard_TransparentGray.mat.meta │ │ │ ├── MRTK_Standard_TransparentGreen.mat │ │ │ ├── MRTK_Standard_TransparentGreen.mat.meta │ │ │ ├── MRTK_Standard_TransparentLightGray.mat │ │ │ ├── MRTK_Standard_TransparentLightGray.mat.meta │ │ │ ├── MRTK_Standard_TransparentLime.mat │ │ │ ├── MRTK_Standard_TransparentLime.mat.meta │ │ │ ├── MRTK_Standard_TransparentMagenta.mat │ │ │ ├── MRTK_Standard_TransparentMagenta.mat.meta │ │ │ ├── MRTK_Standard_TransparentOrange.mat │ │ │ ├── MRTK_Standard_TransparentOrange.mat.meta │ │ │ ├── MRTK_Standard_TransparentPink.mat │ │ │ ├── MRTK_Standard_TransparentPink.mat.meta │ │ │ ├── MRTK_Standard_TransparentPurple.mat │ │ │ ├── MRTK_Standard_TransparentPurple.mat.meta │ │ │ ├── MRTK_Standard_TransparentRed.mat │ │ │ ├── MRTK_Standard_TransparentRed.mat.meta │ │ │ ├── MRTK_Standard_TransparentWhite.mat │ │ │ ├── MRTK_Standard_TransparentWhite.mat.meta │ │ │ ├── MRTK_Standard_TransparentYellow.mat │ │ │ ├── MRTK_Standard_TransparentYellow.mat.meta │ │ │ ├── MRTK_Standard_UnlitWhite.mat │ │ │ ├── MRTK_Standard_UnlitWhite.mat.meta │ │ │ ├── MRTK_Standard_White.mat │ │ │ ├── MRTK_Standard_White.mat.meta │ │ │ ├── MRTK_Standard_Yellow.mat │ │ │ ├── MRTK_Standard_Yellow.mat.meta │ │ │ ├── MRTK_Wireframe.mat │ │ │ ├── MRTK_Wireframe.mat.meta │ │ │ ├── MRTK_WireframeBlue.mat │ │ │ ├── MRTK_WireframeBlue.mat.meta │ │ │ ├── Text3DSelawik.mat │ │ │ ├── Text3DSelawik.mat.meta │ │ │ ├── Text3DSelawikBold.mat │ │ │ ├── Text3DSelawikBold.mat.meta │ │ │ ├── Text3DSelawikLight.mat │ │ │ ├── Text3DSelawikLight.mat.meta │ │ │ ├── Text3DSelawikSemibold.mat │ │ │ ├── Text3DSelawikSemibold.mat.meta │ │ │ ├── Text3DSelawikSemilight.mat │ │ │ ├── Text3DSelawikSemilight.mat.meta │ │ │ ├── UIDarkGray.mat │ │ │ └── UIDarkGray.mat.meta │ │ ├── README.md │ │ ├── README.md.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ChannelPacker.shader │ │ │ ├── ChannelPacker.shader.meta │ │ │ ├── DepthBufferPostProcess.shader │ │ │ ├── DepthBufferPostProcess.shader.meta │ │ │ ├── InstancedColored.shader │ │ │ ├── InstancedColored.shader.meta │ │ │ ├── InvisibleShader.shader │ │ │ ├── InvisibleShader.shader.meta │ │ │ ├── MRTK.Shaders.sentinel │ │ │ ├── MRTK.Shaders.sentinel.meta │ │ │ ├── MRTK_Wireframe.shader │ │ │ ├── MRTK_Wireframe.shader.meta │ │ │ ├── MixedRealityShaderUtils.cginc │ │ │ ├── MixedRealityShaderUtils.cginc.meta │ │ │ ├── MixedRealityStandard.shader │ │ │ ├── MixedRealityStandard.shader.meta │ │ │ ├── MixedRealityTextMeshPro.shader │ │ │ ├── MixedRealityTextMeshPro.shader.meta │ │ │ ├── Text3DShader.shader │ │ │ └── Text3DShader.shader.meta │ │ ├── Textures.meta │ │ ├── Textures │ │ │ ├── DefaultPointerDottedLine.png │ │ │ ├── DefaultPointerDottedLine.png.meta │ │ │ ├── Generic_controller_black_scaled.png │ │ │ ├── Generic_controller_black_scaled.png.meta │ │ │ ├── Generic_controller_white_scaled.png │ │ │ ├── Generic_controller_white_scaled.png.meta │ │ │ ├── IridescentSpectrum.png │ │ │ ├── IridescentSpectrum.png.meta │ │ │ ├── IridescentSpectrumRainbow.png │ │ │ ├── IridescentSpectrumRainbow.png.meta │ │ │ ├── MRTK_Logo_Black.png │ │ │ ├── MRTK_Logo_Black.png.meta │ │ │ ├── MRTK_Logo_White.png │ │ │ ├── MRTK_Logo_White.png.meta │ │ │ ├── MRTK_TimelineJumpBack.png │ │ │ ├── MRTK_TimelineJumpBack.png.meta │ │ │ ├── MRTK_TimelineJumpFwd.png │ │ │ ├── MRTK_TimelineJumpFwd.png.meta │ │ │ ├── MRTK_TimelinePause.png │ │ │ ├── MRTK_TimelinePause.png.meta │ │ │ ├── MRTK_TimelinePlay.png │ │ │ ├── MRTK_TimelinePlay.png.meta │ │ │ ├── MRTK_TimelineRecord.png │ │ │ ├── MRTK_TimelineRecord.png.meta │ │ │ ├── MRTK_TimelineRecordActive.png │ │ │ ├── MRTK_TimelineRecordActive.png.meta │ │ │ ├── MRTK_TimelineStepBack.png │ │ │ ├── MRTK_TimelineStepBack.png.meta │ │ │ ├── MRTK_TimelineStepFwd.png │ │ │ ├── MRTK_TimelineStepFwd.png.meta │ │ │ ├── MRTK_TimelineStop.png │ │ │ ├── MRTK_TimelineStop.png.meta │ │ │ ├── MotionController_left_black.png │ │ │ ├── MotionController_left_black.png.meta │ │ │ ├── MotionController_left_black_scaled.png │ │ │ ├── MotionController_left_black_scaled.png.meta │ │ │ ├── MotionController_left_white.png │ │ │ ├── MotionController_left_white.png.meta │ │ │ ├── MotionController_left_white_scaled.png │ │ │ ├── MotionController_left_white_scaled.png.meta │ │ │ ├── MotionController_right_black.png │ │ │ ├── MotionController_right_black.png.meta │ │ │ ├── MotionController_right_black_scaled.png │ │ │ ├── MotionController_right_black_scaled.png.meta │ │ │ ├── MotionController_right_white.png │ │ │ ├── MotionController_right_white.png.meta │ │ │ ├── MotionController_right_white_scaled.png │ │ │ ├── MotionController_right_white_scaled.png.meta │ │ │ ├── MouseCursor.png │ │ │ ├── MouseCursor.png.meta │ │ │ ├── Oculus lineart attribution.txt │ │ │ ├── Oculus lineart attribution.txt.meta │ │ │ ├── OculusControllersTouch_left_black.png │ │ │ ├── OculusControllersTouch_left_black.png.meta │ │ │ ├── OculusControllersTouch_left_black_scaled.png │ │ │ ├── OculusControllersTouch_left_black_scaled.png.meta │ │ │ ├── OculusControllersTouch_left_white.png │ │ │ ├── OculusControllersTouch_left_white.png.meta │ │ │ ├── OculusControllersTouch_left_white_scaled.png │ │ │ ├── OculusControllersTouch_left_white_scaled.png.meta │ │ │ ├── OculusControllersTouch_right_black.png │ │ │ ├── OculusControllersTouch_right_black.png.meta │ │ │ ├── OculusControllersTouch_right_black_scaled.png │ │ │ ├── OculusControllersTouch_right_black_scaled.png.meta │ │ │ ├── OculusControllersTouch_right_white.png │ │ │ ├── OculusControllersTouch_right_white.png.meta │ │ │ ├── OculusControllersTouch_right_white_scaled.png │ │ │ ├── OculusControllersTouch_right_white_scaled.png.meta │ │ │ ├── OculusRemoteController_black.png │ │ │ ├── OculusRemoteController_black.png.meta │ │ │ ├── OculusRemoteController_black_scaled.png │ │ │ ├── OculusRemoteController_black_scaled.png.meta │ │ │ ├── OculusRemoteController_white.png │ │ │ ├── OculusRemoteController_white.png.meta │ │ │ ├── OculusRemoteController_white_scaled.png │ │ │ └── OculusRemoteController_white_scaled.png.meta │ │ ├── packagetemplate.json │ │ └── packagetemplate.json.meta │ ├── Tests.meta │ ├── Tests │ │ ├── EditModeTests.meta │ │ ├── EditModeTests │ │ │ ├── BoundarySystem.meta │ │ │ ├── BoundarySystem │ │ │ │ ├── InscribedRectangleTests.cs │ │ │ │ └── InscribedRectangleTests.cs.meta │ │ │ ├── Core.meta │ │ │ ├── Core │ │ │ │ ├── Definitions.meta │ │ │ │ ├── Definitions │ │ │ │ │ ├── Devices.meta │ │ │ │ │ ├── Devices │ │ │ │ │ │ ├── MixedRealityControllerMappingProfileTests.cs │ │ │ │ │ │ ├── MixedRealityControllerMappingProfileTests.cs.meta │ │ │ │ │ │ ├── MixedRealityHandTrackingProfileTests.cs │ │ │ │ │ │ └── MixedRealityHandTrackingProfileTests.cs.meta │ │ │ │ │ ├── Utilities.meta │ │ │ │ │ └── Utilities │ │ │ │ │ │ ├── MixedRealityPoseTests.cs │ │ │ │ │ │ └── MixedRealityPoseTests.cs.meta │ │ │ │ ├── EventSystemTests.cs │ │ │ │ ├── EventSystemTests.cs.meta │ │ │ │ ├── Extensions.meta │ │ │ │ ├── Extensions │ │ │ │ │ ├── BoundsExtensionsTests.cs │ │ │ │ │ ├── BoundsExtensionsTests.cs.meta │ │ │ │ │ ├── CameraExtensionTests.cs │ │ │ │ │ └── CameraExtensionTests.cs.meta │ │ │ │ ├── MixedRealityToolkitFilesTests.cs │ │ │ │ ├── MixedRealityToolkitFilesTests.cs.meta │ │ │ │ ├── MixedRealityToolkitTests.cs │ │ │ │ ├── MixedRealityToolkitTests.cs.meta │ │ │ │ ├── Physics.meta │ │ │ │ ├── Physics │ │ │ │ │ ├── Utilities.meta │ │ │ │ │ └── Utilities │ │ │ │ │ │ ├── InterpolationUtilitiesTests.cs │ │ │ │ │ │ ├── InterpolationUtilitiesTests.cs.meta │ │ │ │ │ │ ├── InterpolatorTests.cs │ │ │ │ │ │ └── InterpolatorTests.cs.meta │ │ │ │ ├── Utilities.meta │ │ │ │ └── Utilities │ │ │ │ │ ├── BuildAndDeploy.meta │ │ │ │ │ ├── BuildAndDeploy │ │ │ │ │ ├── UwpAppxBuildToolsTest.cs │ │ │ │ │ └── UwpAppxBuildToolsTest.cs.meta │ │ │ │ │ ├── ProjectPreferencesTest.cs │ │ │ │ │ ├── ProjectPreferencesTest.cs.meta │ │ │ │ │ ├── ScreenshotUtility.meta │ │ │ │ │ └── ScreenshotUtility │ │ │ │ │ ├── ScreenshotUtilityTest.cs │ │ │ │ │ └── ScreenshotUtilityTest.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── ToolboxWindowTests.cs │ │ │ │ └── ToolboxWindowTests.cs.meta │ │ │ ├── Examples.meta │ │ │ ├── Examples │ │ │ │ ├── Demos.meta │ │ │ │ └── Demos │ │ │ │ │ ├── EyeTracking.meta │ │ │ │ │ └── EyeTracking │ │ │ │ │ ├── DemoVisualizer.meta │ │ │ │ │ └── DemoVisualizer │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ └── Scripts │ │ │ │ │ ├── UserInputRecorderTest.cs │ │ │ │ │ └── UserInputRecorderTest.cs.meta │ │ │ ├── InputSystem.meta │ │ │ ├── InputSystem │ │ │ │ ├── ControllerMappingTests.cs │ │ │ │ ├── ControllerMappingTests.cs.meta │ │ │ │ ├── DefaultPrimaryPointerSelectorTests.cs │ │ │ │ ├── DefaultPrimaryPointerSelectorTests.cs.meta │ │ │ │ ├── GazePointerStateMachineTests.cs │ │ │ │ ├── GazePointerStateMachineTests.cs.meta │ │ │ │ ├── InputSystemTests.cs │ │ │ │ ├── InputSystemTests.cs.meta │ │ │ │ ├── InteractionDefinitionTests.cs │ │ │ │ ├── InteractionDefinitionTests.cs.meta │ │ │ │ ├── TestPointer.cs │ │ │ │ ├── TestPointer.cs.meta │ │ │ │ ├── UnityInputManagerHelperTests.cs │ │ │ │ └── UnityInputManagerHelperTests.cs.meta │ │ │ ├── MRTK.EditModeTests.asmdef │ │ │ ├── MRTK.EditModeTests.asmdef.meta │ │ │ ├── Services.meta │ │ │ ├── Services │ │ │ │ ├── BaseTestExtensionService.cs │ │ │ │ ├── BaseTestExtensionService.cs.meta │ │ │ │ ├── ITestDataProvider1.cs │ │ │ │ ├── ITestDataProvider1.cs.meta │ │ │ │ ├── ITestExtensionService1.cs │ │ │ │ ├── ITestExtensionService1.cs.meta │ │ │ │ ├── ITestExtensionService2.cs │ │ │ │ ├── ITestExtensionService2.cs.meta │ │ │ │ ├── ITestExtensionService3.cs │ │ │ │ ├── ITestExtensionService3.cs.meta │ │ │ │ ├── ITestFailService.cs │ │ │ │ ├── ITestFailService.cs.meta │ │ │ │ ├── ITestInputDataProvider.cs │ │ │ │ ├── ITestInputDataProvider.cs.meta │ │ │ │ ├── ITestService.cs │ │ │ │ ├── ITestService.cs.meta │ │ │ │ ├── TestBaseDataProvider.cs │ │ │ │ ├── TestBaseDataProvider.cs.meta │ │ │ │ ├── TestDataProvider1.cs │ │ │ │ ├── TestDataProvider1.cs.meta │ │ │ │ ├── TestExtensionService1.cs │ │ │ │ ├── TestExtensionService1.cs.meta │ │ │ │ ├── TestExtensionService2.cs │ │ │ │ ├── TestExtensionService2.cs.meta │ │ │ │ ├── TestExtensionService3.cs │ │ │ │ ├── TestExtensionService3.cs.meta │ │ │ │ ├── TestFailService.cs │ │ │ │ ├── TestFailService.cs.meta │ │ │ │ ├── TestInputDataProvider.cs │ │ │ │ ├── TestInputDataProvider.cs.meta │ │ │ │ ├── TestProfiles.meta │ │ │ │ ├── TestProfiles │ │ │ │ │ ├── TestEmptyMixedRealityInputSystemProfile.asset │ │ │ │ │ ├── TestEmptyMixedRealityInputSystemProfile.asset.meta │ │ │ │ │ ├── TestMixedRealityInputSystemProfile.asset │ │ │ │ │ ├── TestMixedRealityInputSystemProfile.asset.meta │ │ │ │ │ ├── TestMixedRealitySpatialAwarenessSystemProfile.asset │ │ │ │ │ └── TestMixedRealitySpatialAwarenessSystemProfile.asset.meta │ │ │ │ ├── TestSpatialAwarenessDataProvider.cs │ │ │ │ └── TestSpatialAwarenessDataProvider.cs.meta │ │ │ ├── SpatialAwareness.meta │ │ │ ├── SpatialAwareness │ │ │ │ ├── SpatialAwarenessSystemTests.cs │ │ │ │ └── SpatialAwarenessSystemTests.cs.meta │ │ │ ├── Tools.meta │ │ │ ├── Tools │ │ │ │ ├── ExtensionServiceCreatorTests.cs │ │ │ │ ├── ExtensionServiceCreatorTests.cs.meta │ │ │ │ ├── MigrationToolTests.cs │ │ │ │ └── MigrationToolTests.cs.meta │ │ │ ├── UX.meta │ │ │ └── UX │ │ │ │ ├── BoundsControlTests.cs │ │ │ │ └── BoundsControlTests.cs.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.Tests.sentinel │ │ ├── MRTK.Tests.sentinel.meta │ │ ├── MixedReality.Toolkit.Tests.nuspec │ │ ├── MixedReality.Toolkit.Tests.nuspec.meta │ │ ├── PlayModeTests.meta │ │ ├── PlayModeTests │ │ │ ├── BaseCursorTests.cs │ │ │ ├── BaseCursorTests.cs.meta │ │ │ ├── BaseEventSystemTests.cs │ │ │ ├── BaseEventSystemTests.cs.meta │ │ │ ├── BasePlayModeTests.cs │ │ │ ├── BasePlayModeTests.cs.meta │ │ │ ├── BoundingBoxTests.cs │ │ │ ├── BoundingBoxTests.cs.meta │ │ │ ├── BoundsControlTests.cs │ │ │ ├── BoundsControlTests.cs.meta │ │ │ ├── ButtonConfigHelperTests.cs │ │ │ ├── ButtonConfigHelperTests.cs.meta │ │ │ ├── ChangeActiveProfileTests.cs │ │ │ ├── ChangeActiveProfileTests.cs.meta │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ │ ├── FocusRaycastTestProxy.cs │ │ │ │ ├── FocusRaycastTestProxy.cs.meta │ │ │ │ ├── TestInputGlobalListener.cs │ │ │ │ ├── TestInputGlobalListener.cs.meta │ │ │ │ ├── TestPointer.cs │ │ │ │ └── TestPointer.cs.meta │ │ │ ├── ConstraintTests.cs │ │ │ ├── ConstraintTests.cs.meta │ │ │ ├── Core.meta │ │ │ ├── Core │ │ │ │ ├── Providers.meta │ │ │ │ ├── Providers │ │ │ │ │ ├── Hands.meta │ │ │ │ │ └── Hands │ │ │ │ │ │ ├── BaseHandVisualizerTests.cs │ │ │ │ │ │ ├── BaseHandVisualizerTests.cs.meta │ │ │ │ │ │ ├── RiggedHandVisualizerTests.cs │ │ │ │ │ │ └── RiggedHandVisualizerTests.cs.meta │ │ │ │ ├── Utilities.meta │ │ │ │ └── Utilities │ │ │ │ │ ├── Async.meta │ │ │ │ │ └── Async │ │ │ │ │ ├── AsyncCoroutineRunnerTests.cs │ │ │ │ │ └── AsyncCoroutineRunnerTests.cs.meta │ │ │ ├── CoreServicesTests.cs │ │ │ ├── CoreServicesTests.cs.meta │ │ │ ├── DemoSceneTests.cs │ │ │ ├── DemoSceneTests.cs.meta │ │ │ ├── DialogTests.cs │ │ │ ├── DialogTests.cs.meta │ │ │ ├── EventCatcherTestUtilities.cs │ │ │ ├── EventCatcherTestUtilities.cs.meta │ │ │ ├── Experimental.meta │ │ │ ├── Experimental │ │ │ │ ├── ElasticTests.cs │ │ │ │ └── ElasticTests.cs.meta │ │ │ ├── FocusProviderRaycastTests.cs │ │ │ ├── FocusProviderRaycastTests.cs.meta │ │ │ ├── FocusProviderTests.cs │ │ │ ├── FocusProviderTests.cs.meta │ │ │ ├── GltfTests.cs │ │ │ ├── GltfTests.cs.meta │ │ │ ├── GridObjectCollectionTests.cs │ │ │ ├── GridObjectCollectionTests.cs.meta │ │ │ ├── HandCoachTests.cs │ │ │ ├── HandCoachTests.cs.meta │ │ │ ├── InputEventSystemTests.cs │ │ │ ├── InputEventSystemTests.cs.meta │ │ │ ├── InputRayUtilsTests.cs │ │ │ ├── InputRayUtilsTests.cs.meta │ │ │ ├── InputRecordingSystemTests.cs │ │ │ ├── InputRecordingSystemTests.cs.meta │ │ │ ├── InputSystem.meta │ │ │ ├── InputSystem │ │ │ │ ├── DefaultRaycastProviderTest.cs │ │ │ │ ├── DefaultRaycastProviderTest.cs.meta │ │ │ │ ├── DisableEnableInputSystemTest.cs │ │ │ │ ├── DisableEnableInputSystemTest.cs.meta │ │ │ │ ├── TestCustomPointerMediator.cs │ │ │ │ └── TestCustomPointerMediator.cs.meta │ │ │ ├── InteractableEventTests.cs │ │ │ ├── InteractableEventTests.cs.meta │ │ │ ├── InteractableTests.cs │ │ │ ├── InteractableTests.cs.meta │ │ │ ├── InteractiveElementTests.cs │ │ │ ├── InteractiveElementTests.cs.meta │ │ │ ├── JoystickTests.cs │ │ │ ├── JoystickTests.cs.meta │ │ │ ├── LoadingIndicatorTests.cs │ │ │ ├── LoadingIndicatorTests.cs.meta │ │ │ ├── MRTK.PlayModeTests.asmdef │ │ │ ├── MRTK.PlayModeTests.asmdef.meta │ │ │ ├── ManipulationHandlerTests.cs │ │ │ ├── ManipulationHandlerTests.cs.meta │ │ │ ├── NearInteractionGrabbableTests.cs │ │ │ ├── NearInteractionGrabbableTests.cs.meta │ │ │ ├── NearInteractionTouchableTests.cs │ │ │ ├── NearInteractionTouchableTests.cs.meta │ │ │ ├── ObjectManipulatorTests.cs │ │ │ ├── ObjectManipulatorTests.cs.meta │ │ │ ├── PinchSliderTests.cs │ │ │ ├── PinchSliderTests.cs.meta │ │ │ ├── PointerBehaviorTests.cs │ │ │ ├── PointerBehaviorTests.cs.meta │ │ │ ├── PointerEventsTests.cs │ │ │ ├── PointerEventsTests.cs.meta │ │ │ ├── PointerProfileTests.cs │ │ │ ├── PointerProfileTests.cs.meta │ │ │ ├── PointerTests.cs │ │ │ ├── PointerTests.cs.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── FocusProviderRaycastTest.prefab │ │ │ │ ├── FocusProviderRaycastTest.prefab.meta │ │ │ │ ├── FocusProviderRaycastTestUI.prefab │ │ │ │ ├── FocusProviderRaycastTestUI.prefab.meta │ │ │ │ ├── Model_PushButton_DisabledOnStart.prefab │ │ │ │ ├── Model_PushButton_DisabledOnStart.prefab.meta │ │ │ │ ├── TestInteractableInitialize.prefab │ │ │ │ ├── TestInteractableInitialize.prefab.meta │ │ │ │ ├── UnitTestCanvas.prefab │ │ │ │ └── UnitTestCanvas.prefab.meta │ │ │ ├── PressableButtonTests.cs │ │ │ ├── PressableButtonTests.cs.meta │ │ │ ├── ProfileTests.cs │ │ │ ├── ProfileTests.cs.meta │ │ │ ├── RenderingTests.cs │ │ │ ├── RenderingTests.cs.meta │ │ │ ├── ScrollViewTests.cs │ │ │ ├── ScrollViewTests.cs.meta │ │ │ ├── SlateTests.cs │ │ │ ├── SlateTests.cs.meta │ │ │ ├── SolverTests.cs │ │ │ ├── SolverTests.cs.meta │ │ │ ├── SpatialObserverTests.cs │ │ │ ├── SpatialObserverTests.cs.meta │ │ │ ├── SpeechTests.cs │ │ │ ├── SpeechTests.cs.meta │ │ │ ├── SpherePointerTests.cs │ │ │ ├── SpherePointerTests.cs.meta │ │ │ ├── StandardShaderTests.cs │ │ │ ├── StandardShaderTests.cs.meta │ │ │ ├── TestProfiles.meta │ │ │ ├── TestProfiles │ │ │ │ ├── TestBoundaryOnly.asset │ │ │ │ ├── TestBoundaryOnly.asset.meta │ │ │ │ ├── TestBoundaryVisualization.asset │ │ │ │ ├── TestBoundaryVisualization.asset.meta │ │ │ │ ├── TestCustomPointerMediatorInputProfile.asset │ │ │ │ ├── TestCustomPointerMediatorInputProfile.asset.meta │ │ │ │ ├── TestInputRecordingProfile.meta │ │ │ │ ├── TestInputRecordingProfile │ │ │ │ │ ├── TestAllProfile.asset │ │ │ │ │ ├── TestAllProfile.asset.meta │ │ │ │ │ ├── TestCameraProfile.asset │ │ │ │ │ ├── TestCameraProfile.asset.meta │ │ │ │ │ ├── TestGazeProfile.asset │ │ │ │ │ ├── TestGazeProfile.asset.meta │ │ │ │ │ ├── TestHandsProfile.asset │ │ │ │ │ ├── TestHandsProfile.asset.meta │ │ │ │ │ ├── TestInputRecordingInputSystemProfile.asset │ │ │ │ │ ├── TestInputRecordingInputSystemProfile.asset.meta │ │ │ │ │ ├── TestInputRecordingProfile.asset │ │ │ │ │ └── TestInputRecordingProfile.asset.meta │ │ │ │ ├── TestMixedRealitySpatialAwarenessSystemProfile.asset │ │ │ │ ├── TestMixedRealitySpatialAwarenessSystemProfile.asset.meta │ │ │ │ ├── TestMixedRealitySpatialAwarenessSystemProfile_ManualStart.asset │ │ │ │ ├── TestMixedRealitySpatialAwarenessSystemProfile_ManualStart.asset.meta │ │ │ │ ├── TestRiggedHandInputSystemProfile.asset │ │ │ │ ├── TestRiggedHandInputSystemProfile.asset.meta │ │ │ │ ├── TestRiggedHandVisualizationConfigurationProfile.asset │ │ │ │ ├── TestRiggedHandVisualizationConfigurationProfile.asset.meta │ │ │ │ ├── TestSpatialObjectMeshObserverProfile.asset │ │ │ │ └── TestSpatialObjectMeshObserverProfile.asset.meta │ │ │ ├── UserInputSimulationTest.cs │ │ │ ├── UserInputSimulationTest.cs.meta │ │ │ ├── Utils.meta │ │ │ ├── Utils │ │ │ │ ├── TestButtonUtilities.cs │ │ │ │ ├── TestButtonUtilities.cs.meta │ │ │ │ ├── TestInputUtilities.cs │ │ │ │ ├── TestInputUtilities.cs.meta │ │ │ │ ├── UnityUiUtilities.cs │ │ │ │ └── UnityUiUtilities.cs.meta │ │ │ ├── VisualThemeTests.cs │ │ │ └── VisualThemeTests.cs.meta │ │ ├── TestUtilities.meta │ │ └── TestUtilities │ │ │ ├── .npmignore │ │ │ ├── MRTK.Tests.Utilities.asmdef │ │ │ ├── MRTK.Tests.Utilities.asmdef.meta │ │ │ ├── MixedReality.Toolkit.Tests.Utilities.nuspec │ │ │ ├── MixedReality.Toolkit.Tests.Utilities.nuspec.meta │ │ │ ├── PlayModeTestUtilities.cs │ │ │ ├── PlayModeTestUtilities.cs.meta │ │ │ ├── TestController.cs │ │ │ ├── TestController.cs.meta │ │ │ ├── TestHand.cs │ │ │ ├── TestHand.cs.meta │ │ │ ├── TestMotionController.cs │ │ │ ├── TestMotionController.cs.meta │ │ │ ├── TestUtilities.cs │ │ │ ├── TestUtilities.cs.meta │ │ │ ├── packagetemplate.json │ │ │ └── packagetemplate.json.meta │ ├── Tools.meta │ ├── Tools │ │ ├── .npmignore │ │ ├── AssetSwapUtility.meta │ │ ├── AssetSwapUtility │ │ │ ├── AssetSwapUtility.cs │ │ │ └── AssetSwapUtility.cs.meta │ │ ├── BuildWindow.meta │ │ ├── BuildWindow │ │ │ ├── Arm64Workaround.cs │ │ │ ├── Arm64Workaround.cs.meta │ │ │ ├── BuildDeployWindow.cs │ │ │ └── BuildDeployWindow.cs.meta │ │ ├── DependencyWindow.meta │ │ ├── DependencyWindow │ │ │ ├── DependencyWindow.cs │ │ │ └── DependencyWindow.cs.meta │ │ ├── ExtensionServiceCreator.meta │ │ ├── ExtensionServiceCreator │ │ │ ├── ExtensionServiceCreator.cs │ │ │ ├── ExtensionServiceCreator.cs.meta │ │ │ ├── ExtensionServiceWizard.cs │ │ │ ├── ExtensionServiceWizard.cs.meta │ │ │ ├── Templates.meta │ │ │ └── Templates │ │ │ │ ├── ExtensionConstructorTemplate.txt │ │ │ │ ├── ExtensionConstructorTemplate.txt.meta │ │ │ │ ├── ExtensionInspectorTemplate.txt │ │ │ │ ├── ExtensionInspectorTemplate.txt.meta │ │ │ │ ├── ExtensionInterfaceTemplate.txt │ │ │ │ ├── ExtensionInterfaceTemplate.txt.meta │ │ │ │ ├── ExtensionProfileTemplate.txt │ │ │ │ ├── ExtensionProfileTemplate.txt.meta │ │ │ │ ├── ExtensionScriptTemplate.txt │ │ │ │ └── ExtensionScriptTemplate.txt.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── MRTK.Tools.asmdef │ │ ├── MRTK.Tools.asmdef.meta │ │ ├── MRTK.Tools.sentinel │ │ ├── MRTK.Tools.sentinel.meta │ │ ├── MSBuild.meta │ │ ├── MSBuild │ │ │ ├── MRTK.Tools.MSBuild.asmdef │ │ │ ├── MRTK.Tools.MSBuild.asmdef.meta │ │ │ ├── MSBuildMRTKTemplates.meta │ │ │ ├── MSBuildMRTKTemplates │ │ │ │ ├── Editor.InEditor.Template.props.template │ │ │ │ ├── Editor.InEditor.Template.props.template.meta │ │ │ │ ├── Platform.Configuration.Template.props.template │ │ │ │ ├── Platform.Configuration.Template.props.template.meta │ │ │ │ ├── Plugin.Android.meta.template │ │ │ │ ├── Plugin.Android.meta.template.meta │ │ │ │ ├── Plugin.Editor.meta.template │ │ │ │ ├── Plugin.Editor.meta.template.meta │ │ │ │ ├── Plugin.Standalone.meta.template │ │ │ │ ├── Plugin.Standalone.meta.template.meta │ │ │ │ ├── Plugin.WSA.meta.template │ │ │ │ ├── Plugin.WSA.meta.template.meta │ │ │ │ ├── Plugin.iOS.meta.template │ │ │ │ ├── Plugin.iOS.meta.template.meta │ │ │ │ ├── SDKProjectTemplate.csproj.template │ │ │ │ ├── SDKProjectTemplate.csproj.template.meta │ │ │ │ ├── SolutionTemplate.sln.template │ │ │ │ ├── SolutionTemplate.sln.template.meta │ │ │ │ ├── WSA.InEditor.Template.props.template │ │ │ │ ├── WSA.InEditor.Template.props.template.meta │ │ │ │ ├── WSA.Player.Template.props.template │ │ │ │ └── WSA.Player.Template.props.template.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── AssemblyDefinitionInfo.cs │ │ │ │ ├── AssemblyDefinitionInfo.cs.meta │ │ │ │ ├── AssetScriptReferenceRetargeter.cs │ │ │ │ ├── AssetScriptReferenceRetargeter.cs.meta │ │ │ │ ├── CSProjectDependency.cs │ │ │ │ ├── CSProjectDependency.cs.meta │ │ │ │ ├── CSProjectInfo.cs │ │ │ │ ├── CSProjectInfo.cs.meta │ │ │ │ ├── CompilationPlatformInfo.cs │ │ │ │ ├── CompilationPlatformInfo.cs.meta │ │ │ │ ├── MSBuildTools.cs │ │ │ │ ├── MSBuildTools.cs.meta │ │ │ │ ├── PluginAssemblyInfo.cs │ │ │ │ ├── PluginAssemblyInfo.cs.meta │ │ │ │ ├── ReferenceItemInfo.cs │ │ │ │ ├── ReferenceItemInfo.cs.meta │ │ │ │ ├── SourceFileInfo.cs │ │ │ │ ├── SourceFileInfo.cs.meta │ │ │ │ ├── TargetFramework.cs │ │ │ │ ├── TargetFramework.cs.meta │ │ │ │ ├── TemplateFiles.cs │ │ │ │ ├── TemplateFiles.cs.meta │ │ │ │ ├── UnityProjectInfo.cs │ │ │ │ ├── UnityProjectInfo.cs.meta │ │ │ │ ├── Utilities.cs │ │ │ │ └── Utilities.cs.meta │ │ │ ├── mrtk_guid_remapping_dictionary.txt │ │ │ └── mrtk_guid_remapping_dictionary.txt.meta │ │ ├── MigrationWindow.meta │ │ ├── MigrationWindow │ │ │ ├── Icons.meta │ │ │ ├── Icons │ │ │ │ ├── IconMigrationFail.png │ │ │ │ ├── IconMigrationFail.png.meta │ │ │ │ ├── IconMigrationPass.png │ │ │ │ ├── IconMigrationPass.png.meta │ │ │ │ ├── IconMigrationTabDark.png │ │ │ │ ├── IconMigrationTabDark.png.meta │ │ │ │ ├── IconMigrationTabLight.png │ │ │ │ └── IconMigrationTabLight.png.meta │ │ │ ├── MigrationWindow.cs │ │ │ └── MigrationWindow.cs.meta │ │ ├── MixedReality.Toolkit.Tools.nuspec │ │ ├── MixedReality.Toolkit.Tools.nuspec.meta │ │ ├── OptimizeWindow.meta │ │ ├── OptimizeWindow │ │ │ ├── MixedRealityOptimizeWindow.cs │ │ │ └── MixedRealityOptimizeWindow.cs.meta │ │ ├── ReserializeAssetsUtility.meta │ │ ├── ReserializeAssetsUtility │ │ │ ├── ReserializeAssetsUtility.cs │ │ │ └── ReserializeAssetsUtility.cs.meta │ │ ├── RuntimeTools.meta │ │ ├── RuntimeTools │ │ │ ├── Inspectors.meta │ │ │ ├── Inspectors │ │ │ │ ├── DisplayInputResultInspector.cs │ │ │ │ └── DisplayInputResultInspector.cs.meta │ │ │ ├── StandardAssets.meta │ │ │ ├── StandardAssets │ │ │ │ ├── Prefabs.meta │ │ │ │ └── Prefabs │ │ │ │ │ ├── SceneDescriptionPanel.prefab │ │ │ │ │ └── SceneDescriptionPanel.prefab.meta │ │ │ ├── Tools.meta │ │ │ └── Tools │ │ │ │ ├── ControllerMappingTool.meta │ │ │ │ ├── ControllerMappingTool │ │ │ │ ├── ControllerMappingTool.unity │ │ │ │ ├── ControllerMappingTool.unity.meta │ │ │ │ ├── DisplayInputResult.cs │ │ │ │ └── DisplayInputResult.cs.meta │ │ │ │ ├── InputFeatureUsageTool.meta │ │ │ │ ├── InputFeatureUsageTool │ │ │ │ ├── InputFeatureUsageTool.unity │ │ │ │ ├── InputFeatureUsageTool.unity.meta │ │ │ │ ├── ListInputFeatureUsages.cs │ │ │ │ └── ListInputFeatureUsages.cs.meta │ │ │ │ ├── MRTK.Tools.Runtime.asmdef │ │ │ │ ├── MRTK.Tools.Runtime.asmdef.meta │ │ │ │ ├── MixedRealityInteractionTool.meta │ │ │ │ └── MixedRealityInteractionTool │ │ │ │ ├── MixedRealityInteractionTool.cs │ │ │ │ ├── MixedRealityInteractionTool.cs.meta │ │ │ │ ├── MixedRealityInteractionTool.unity │ │ │ │ └── MixedRealityInteractionTool.unity.meta │ │ ├── ScreenshotUtility.meta │ │ ├── ScreenshotUtility │ │ │ ├── ScreenshotUtility.cs │ │ │ └── ScreenshotUtility.cs.meta │ │ ├── TextureCombinerWindow.meta │ │ ├── TextureCombinerWindow │ │ │ ├── TextureCombinerWindow.cs │ │ │ └── TextureCombinerWindow.cs.meta │ │ ├── Toolbox.meta │ │ ├── Toolbox │ │ │ ├── Data.meta │ │ │ ├── Data │ │ │ │ ├── DefaultToolboxItems.json │ │ │ │ └── DefaultToolboxItems.json.meta │ │ │ ├── Icons.meta │ │ │ ├── Icons │ │ │ │ ├── MRTK_Toolbox_AppBar.png │ │ │ │ ├── MRTK_Toolbox_AppBar.png.meta │ │ │ │ ├── MRTK_Toolbox_Bezier_Tooltip.png │ │ │ │ ├── MRTK_Toolbox_Bezier_Tooltip.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens1.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens1.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens1Toggle.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens1Toggle.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2Circular_32x32mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2Circular_32x32mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2Circular_48x48mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2Circular_48x48mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2Toggle_32x32mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2Toggle_32x32mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_32x32mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_32x32mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_32x96mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_32x96mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_48x48mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_48x48mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_64x64mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_64x64mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar3H.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar3H.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar3V.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar3V.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar4H.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar4H.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar4V.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar4V.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar5H.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar5H.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar5V.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Bar5V.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_CheckBox_32x32mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_CheckBox_32x32mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_CheckBox_32x96mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_CheckBox_32x96mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Radio_32x32mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Radio_32x32mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Radio_32x96mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Radio_32x96mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Switch_32x32mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Switch_32x32mm.png.meta │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Switch_32x96mm.png │ │ │ │ ├── MRTK_Toolbox_ButtonHoloLens2_Switch_32x96mm.png.meta │ │ │ │ ├── MRTK_Toolbox_Checkbox.png │ │ │ │ ├── MRTK_Toolbox_Checkbox.png.meta │ │ │ │ ├── MRTK_Toolbox_Indicator_Bar.png │ │ │ │ ├── MRTK_Toolbox_Indicator_Bar.png.meta │ │ │ │ ├── MRTK_Toolbox_Indicator_Object.png │ │ │ │ ├── MRTK_Toolbox_Indicator_Object.png.meta │ │ │ │ ├── MRTK_Toolbox_Indicator_Orbs.png │ │ │ │ ├── MRTK_Toolbox_Indicator_Orbs.png.meta │ │ │ │ ├── MRTK_Toolbox_Indicator_Ring.png │ │ │ │ ├── MRTK_Toolbox_Indicator_Ring.png.meta │ │ │ │ ├── MRTK_Toolbox_NearMenu2x4.png │ │ │ │ ├── MRTK_Toolbox_NearMenu2x4.png.meta │ │ │ │ ├── MRTK_Toolbox_NearMenu3x1.png │ │ │ │ ├── MRTK_Toolbox_NearMenu3x1.png.meta │ │ │ │ ├── MRTK_Toolbox_NearMenu3x2.png │ │ │ │ ├── MRTK_Toolbox_NearMenu3x2.png.meta │ │ │ │ ├── MRTK_Toolbox_NearMenu3x3.png │ │ │ │ ├── MRTK_Toolbox_NearMenu3x3.png.meta │ │ │ │ ├── MRTK_Toolbox_NearMenu4x1.png │ │ │ │ ├── MRTK_Toolbox_NearMenu4x1.png.meta │ │ │ │ ├── MRTK_Toolbox_NearMenu4x2.png │ │ │ │ ├── MRTK_Toolbox_NearMenu4x2.png.meta │ │ │ │ ├── MRTK_Toolbox_Radial.png │ │ │ │ ├── MRTK_Toolbox_Radial.png.meta │ │ │ │ ├── MRTK_Toolbox_RoundButton.png │ │ │ │ ├── MRTK_Toolbox_RoundButton.png.meta │ │ │ │ ├── MRTK_Toolbox_SimpleLine_Tooltip.png │ │ │ │ ├── MRTK_Toolbox_SimpleLine_Tooltip.png.meta │ │ │ │ ├── MRTK_Toolbox_Slate.png │ │ │ │ ├── MRTK_Toolbox_Slate.png.meta │ │ │ │ ├── MRTK_Toolbox_Slider.png │ │ │ │ ├── MRTK_Toolbox_Slider.png.meta │ │ │ │ ├── MRTK_Toolbox_Spline_Tooltip.png │ │ │ │ ├── MRTK_Toolbox_Spline_Tooltip.png.meta │ │ │ │ ├── MRTK_Toolbox_ToggleSwitch.png │ │ │ │ ├── MRTK_Toolbox_ToggleSwitch.png.meta │ │ │ │ ├── MRTK_UnityUI_Button_Icon.png │ │ │ │ ├── MRTK_UnityUI_Button_Icon.png.meta │ │ │ │ ├── MRTK_UnityUI_Checkbox_Icon.png │ │ │ │ ├── MRTK_UnityUI_Checkbox_Icon.png.meta │ │ │ │ ├── MRTK_UnityUI_Radial_Icon.png │ │ │ │ └── MRTK_UnityUI_Radial_Icon.png.meta │ │ │ ├── MixedRealityToolboxWindow.cs │ │ │ └── MixedRealityToolboxWindow.cs.meta │ │ ├── packagetemplate.json │ │ └── packagetemplate.json.meta │ ├── packagetemplate.json │ └── packagetemplate.json.meta ├── MixedRealityToolkit.Generated.meta ├── MixedRealityToolkit.Generated │ ├── CustomIconSets.meta │ ├── CustomIconSets │ │ ├── CustomIconSet.asset │ │ └── CustomIconSet.asset.meta │ ├── CustomProfiles.meta │ ├── MRTK.Generated.sentinel │ ├── MRTK.Generated.sentinel.meta │ ├── ProjectPreferences.asset │ ├── ProjectPreferences.asset.meta │ ├── link.xml │ └── link.xml.meta ├── NuGet.config ├── NuGet.config.meta ├── PTET.Dependencies.msb4u.csproj.meta ├── TextMesh Pro.meta ├── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── LiberationSans - OFL.txt │ │ ├── LiberationSans - OFL.txt.meta │ │ ├── LiberationSans.ttf │ │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ ├── LiberationSans SDF.asset │ │ │ └── LiberationSans SDF.asset.meta │ │ ├── LineBreaking Following Characters.txt │ │ ├── LineBreaking Following Characters.txt.meta │ │ ├── LineBreaking Leading Characters.txt │ │ ├── LineBreaking Leading Characters.txt.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ ├── TMP_Bitmap.shader │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ ├── TMP_SDF Overlay.shader │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile Masking.shader │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ ├── TMP_SDF-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface.shader │ │ │ ├── TMP_SDF-Surface.shader.meta │ │ │ ├── TMP_SDF.shader │ │ │ ├── TMP_SDF.shader.meta │ │ │ ├── TMP_Sprite.shader │ │ │ ├── TMP_Sprite.shader.meta │ │ │ ├── TMPro.cginc │ │ │ ├── TMPro.cginc.meta │ │ │ ├── TMPro_Properties.cginc │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ ├── TMPro_Surface.cginc │ │ │ └── TMPro_Surface.cginc.meta │ │ ├── Sprite Assets.meta │ │ ├── Sprite Assets │ │ │ ├── EmojiOne.asset │ │ │ └── EmojiOne.asset.meta │ │ ├── Style Sheets.meta │ │ ├── Style Sheets │ │ │ ├── Default Style Sheet.asset │ │ │ └── Default Style Sheet.asset.meta │ │ ├── TMP Settings.asset │ │ └── TMP Settings.asset.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── EmojiOne Attribution.txt │ │ ├── EmojiOne Attribution.txt.meta │ │ ├── EmojiOne.json │ │ ├── EmojiOne.json.meta │ │ ├── EmojiOne.png │ │ └── EmojiOne.png.meta ├── WSATestCertificate.pfx ├── WSATestCertificate.pfx.meta ├── mcs.rsp └── mcs.rsp.meta ├── External └── ReadMeImages │ ├── PeriodicTable_Hero.jpg │ ├── PeriodicTable_Technical1.jpg │ ├── PeriodicTable_Technical2.jpg │ └── PeriodicTable_Technical3.jpg ├── LICENSE ├── Logs └── Packages-Update.log ├── MSBuild ├── Output │ └── obj │ │ └── Dependencies │ │ ├── PTET.Dependencies.msb4u.csproj.nuget.cache │ │ ├── PTET.Dependencies.msb4u.csproj.nuget.dgspec.json │ │ ├── PTET.Dependencies.msb4u.csproj.nuget.g.props │ │ ├── PTET.Dependencies.msb4u.csproj.nuget.g.targets │ │ ├── Release │ │ └── net46 │ │ │ ├── PTET.Dependencies.msb4u.assets.cache │ │ │ └── PTET.Dependencies.msb4u.csproj.FileListAbsolute.txt │ │ ├── project.assets.json │ │ └── project.nuget.cache ├── Projects │ ├── PTET.Dependencies.msb4u.g.props │ ├── PTET.Dependencies.msb4u.g.targets │ └── UnixNetSupport.props └── settings.json ├── MSBuildForUnity.Common.props ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset ├── README.md └── SECURITY.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/.vsconfig -------------------------------------------------------------------------------- /Assets/Dependencies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/Dependencies.meta -------------------------------------------------------------------------------- /Assets/Dependencies/net46.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/Dependencies/net46.meta -------------------------------------------------------------------------------- /Assets/Dependencies/net46/InEditor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/Dependencies/net46/InEditor.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Animations.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/LICENSE.txt -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/LICENSE.txt.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/README.md -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/README.md.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawk.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawk.ttf -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawk.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawk.ttf.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawkb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawkb.ttf -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawkb.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawkb.ttf.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawkl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawkl.ttf -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawkl.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawkl.ttf.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawksb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawksb.ttf -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawksb.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawksb.ttf.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawksl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawksl.ttf -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Fonts/selawksl.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Fonts/selawksl.ttf.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/MRTKProfiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/MRTKProfiles.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/DisplayCube.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/DisplayCube.psd -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/ElementBox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/ElementBox.mat -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/Materials.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/NeutronMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/NeutronMat.mat -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/ProtonMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/ProtonMat.mat -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/StarCard.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/StarCard.tga -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Materials/StarMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Materials/StarMat.mat -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Meshes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Meshes.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Meshes/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Meshes/Materials.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Meshes/StarBackground.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Meshes/StarBackground.fbx -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Profiles/ElementBox.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Profiles/ElementBox.asset -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Resources.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Resources/JSON.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Resources/JSON.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Resources/JSON/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Resources/JSON/LICENSE.md -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Resources/JSON/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Resources/JSON/README.md -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scenes/Main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scenes/Main.unity -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scenes/Main.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scenes/Main.unity.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scripts/Atom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scripts/Atom.cs -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scripts/Atom.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scripts/Atom.cs.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scripts/Element.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scripts/Element.cs -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Scripts/Element.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Scripts/Element.cs.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures.meta -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures/IconCylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures/IconCylinder.png -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures/IconPlane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures/IconPlane.png -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures/IconRadial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures/IconRadial.png -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures/IconReset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures/IconReset.png -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures/IconSphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures/IconSphere.png -------------------------------------------------------------------------------- /Assets/MRDL_PeriodicTable/Textures/scrollbar.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRDL_PeriodicTable/Textures/scrollbar.psd -------------------------------------------------------------------------------- /Assets/MRTK.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK.meta -------------------------------------------------------------------------------- /Assets/MRTK/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/.npmignore -------------------------------------------------------------------------------- /Assets/MRTK/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/DocLinkAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/DocLinkAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/EnumFlagsAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/EnumFlagsAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/ExtendsAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/ExtendsAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/HelpAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/HelpAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/HelpAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/HelpAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/ImplementsAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/ImplementsAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/PrefabAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/PrefabAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/PrefabAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/PrefabAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/ReadOnlyAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/ReadOnlyAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/ScenePickAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/ScenePickAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/SystemTypeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/SystemTypeAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Attributes/TagPropertyAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Attributes/TagPropertyAttribute.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/BoundarySystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/BoundarySystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/BoundarySystem/Edge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/BoundarySystem/Edge.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/CameraSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/CameraSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Devices.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Devices.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Devices/Headset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Devices/Headset.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Devices/SDKType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Devices/SDKType.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Diagnostics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Diagnostics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/InputSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/InputSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Lines.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Lines.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Lines/StepMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Lines/StepMode.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Lines/StepMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Lines/StepMode.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Physics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Physics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Physics/RayStep.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Physics/RayStep.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/SceneSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/SceneSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/SpatialAwareness.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/SpatialAwareness.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Utilities/AxisFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Utilities/AxisFlags.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Utilities/AxisType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Utilities/AxisType.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Definitions/Utilities/PivotAxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Definitions/Utilities/PivotAxis.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/Boundary.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/Boundary.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/Diagnostics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/Diagnostics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/GenericBaseEventData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/GenericBaseEventData.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/Input.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/Input.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/Input/FocusEventData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/Input/FocusEventData.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/Input/InputEventData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/Input/InputEventData.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/PlacementEventData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/PlacementEventData.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/SpatialAwareness.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/SpatialAwareness.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/EventDatum/Teleport.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/EventDatum/Teleport.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/ArrayExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/ArrayExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/ArrayExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/ArrayExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/AssemblyExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/AssemblyExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/BoundsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/BoundsExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/CameraExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/CameraExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/CanvasExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/CanvasExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/Color32Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/Color32Extensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/ComparerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/ComparerExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/ComponentExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/ComponentExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/DateTimeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/DateTimeExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/DoubleExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/DoubleExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/EnumerableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/EnumerableExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/FloatExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/FloatExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/FloatExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/FloatExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/GameObjectExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/GameObjectExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/HandednessExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/HandednessExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/LayerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/LayerExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/LayerExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/LayerExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/MathfExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/MathfExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/MathfExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/MathfExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/ProcessExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/ProcessExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/QuaternionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/QuaternionExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/RayExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/RayExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/RayExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/RayExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/ReflectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/ReflectionExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/StringExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/Texture2DExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/Texture2DExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/TransformExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/TransformExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/TypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/TypeExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/TypeExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/TypeExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Extensions/VectorExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Extensions/VectorExtensions.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/ClippingBoxInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/ClippingBoxInspector.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/Data.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/HoverLightInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/HoverLightInspector.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/MRTK.Inspectors.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/MRTK.Inspectors.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/PropertyDrawers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/PropertyDrawers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/ServiceInspectors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/ServiceInspectors.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/Setup.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/Setup.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/Utilities/Lines.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/Utilities/Lines.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Inspectors/Utilities/Search.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Inspectors/Utilities/Search.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Audio.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/BoundarySystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/BoundarySystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/CameraSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/CameraSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Devices.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Devices.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Diagnostics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Diagnostics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/EventSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/EventSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/InputSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/InputSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Physics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Physics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Registrars.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Registrars.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Rendering.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Rendering.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/SceneSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/SceneSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/Services.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/Services.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/SpatialAwareness.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/SpatialAwareness.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Interfaces/TeleportSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Interfaces/TeleportSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Core/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/MRTK.Core.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/MRTK.Core.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Core/MRTK.Core.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/MRTK.Core.asmdef.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/MRTK.Core.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Core/MRTK.Core.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/MRTK.Core.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/MixedReality.Toolkit.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/MixedReality.Toolkit.targets -------------------------------------------------------------------------------- /Assets/MRTK/Core/MixedReality.Toolkit.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/MixedReality.Toolkit.targets.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/BaseController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/BaseController.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/BaseController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/BaseController.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/BaseSpatialObserver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/BaseSpatialObserver.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/GenericPointer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/GenericPointer.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/GenericPointer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/GenericPointer.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/BaseHand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/BaseHand.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/BaseHand.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/BaseHand.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/HandBounds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/HandBounds.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/HandBounds.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/HandBounds.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/HandJointUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/HandJointUtils.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/HandPoseUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/HandPoseUtils.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/HandRay.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/HandRay.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/HandRay/HandRay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/HandRay/HandRay.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/Hands/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/Hands/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/InputAnimation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/InputAnimation.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/InputAnimation/InputRecordingBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9595bf601f844d96aa0cc1cfd5e80775 3 | timeCreated: 1598494337 -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/InputSimulation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/InputSimulation.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/ObjectMeshObserver.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/ObjectMeshObserver.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Providers/UnityInput.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Providers/UnityInput.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseBoundarySystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseBoundarySystem.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseCoreSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseCoreSystem.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseCoreSystem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseCoreSystem.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseDataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseDataProvider.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseDataProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseDataProvider.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseEventSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseEventSystem.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseEventSystem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseEventSystem.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseExtensionService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseExtensionService.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseService.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/BaseService.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/BaseService.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Services/MixedRealityToolkit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Services/MixedRealityToolkit.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async/Internal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async/Internal.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async/License.md -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async/License.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async/License.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async/MRTK.Async.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async/MRTK.Async.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async/ReadMe.md -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Async/ReadMe.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Async/ReadMe.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/BuildAndDeploy.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/BuildAndDeploy.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CameraCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CameraCache.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CameraCache.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CameraCache.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CameraEventRouter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CameraEventRouter.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CameraFOVChecker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CameraFOVChecker.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CameraFOVChecker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CameraFOVChecker.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CoreServices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CoreServices.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/CoreServices.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/CoreServices.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/DebugUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/DebugUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/DebugUtilities.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/DebugUtilities.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/DeviceUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/DeviceUtility.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/DeviceUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/DeviceUtility.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/EdgeUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/EdgeUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/EdgeUtilities.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/EdgeUtilities.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Editor/FileUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Editor/FileUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Editor/Preferences.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Editor/Preferences.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Editor/Setup.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Editor/Setup.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Editor/SizeUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Editor/SizeUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Editor/USB.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Editor/USB.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Facades.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Facades.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Facades/ServiceFacade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Facades/ServiceFacade.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/FastSimplexNoise.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/FastSimplexNoise.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/FastSimplexNoise.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/FastSimplexNoise.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/AssemblyInfo.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/MRTK.Gltf.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/MRTK.Gltf.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Schema.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Schema.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Schema/GltfImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Schema/GltfImage.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Schema/GltfMesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Schema/GltfMesh.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Schema/GltfNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Schema/GltfNode.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Schema/GltfScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Schema/GltfScene.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Schema/GltfSkin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Schema/GltfSkin.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Gltf/Serialization.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Gltf/Serialization.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/InspectorFields.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/InspectorFields.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Lines.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Lines.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Lines/DataProviders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Lines/DataProviders.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Lines/LineFollower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Lines/LineFollower.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Lines/LineUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Lines/LineUtility.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Lines/Renderers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Lines/Renderers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/MathUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/MathUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/MathUtilities.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/MathUtilities.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Migration.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Migration.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/MixedRealityPlayspace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/MixedRealityPlayspace.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/OBJWriterUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/OBJWriterUtility.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/OBJWriterUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/OBJWriterUtility.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Physics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Physics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Physics/Distorters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Physics/Distorters.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Physics/Interpolator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Physics/Interpolator.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/PlatformUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/PlatformUtility.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/PlatformUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/PlatformUtility.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Rendering.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Rendering.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/ScriptingUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/ScriptingUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/StabilizedRay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/StabilizedRay.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/StabilizedRay.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/StabilizedRay.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/StandardShader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/StandardShader.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/TypeCacheUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/TypeCacheUtility.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/TypeCacheUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/TypeCacheUtility.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/WebRequestRest.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/WebRequestRest.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/WebRequestRest/Rest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/WebRequestRest/Rest.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/WindowsApiChecker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/WindowsApiChecker.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/WindowsDevicePortal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/WindowsDevicePortal.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/Utilities/XRSubsystemHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/Utilities/XRSubsystemHelpers.cs -------------------------------------------------------------------------------- /Assets/MRTK/Core/WhereToStart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/WhereToStart.txt -------------------------------------------------------------------------------- /Assets/MRTK/Core/WhereToStart.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/WhereToStart.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Core/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/toc.yml -------------------------------------------------------------------------------- /Assets/MRTK/Core/toc.yml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Core/toc.yml.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Prefabs/Piano.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Prefabs/Piano.prefab -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Prefabs/PianoKey.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Prefabs/PianoKey.prefab -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Scripts/ColorChanger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Scripts/ColorChanger.cs -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Scripts/Slider.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Scripts/Slider.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Scripts/Toggle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Scripts/Toggle.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Common/Themes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Common/Themes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Audio.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Audio/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Audio/Audio.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Audio/Audio/Vocals.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Audio/Audio/Vocals.wav -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Audio/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Audio/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Audio/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Audio/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Boundary.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Boundary.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Boundary/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Boundary/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Boundary/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Boundary/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Diagnostics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Diagnostics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Diagnostics/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Diagnostics/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/EyeTracking.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/EyeTracking.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/EyeTracking/General.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/EyeTracking/General.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/EyeTracking/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/EyeTracking/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf/Models.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf/Models/Avocado.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf/Models/Avocado.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf/Models/Cube.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf/Models/Cube.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Gltf/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Gltf/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/HandCoach.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/HandCoach.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/HandCoach/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/HandCoach/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/HandTracking.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/HandTracking.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/HandTracking/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/HandTracking/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Input.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Input.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Input/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Input/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Input/Scenes/Speech.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Input/Scenes/Speech.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/PulseShader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/PulseShader.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/PulseShader/Profile.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/PulseShader/Profile.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/PulseShader/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/PulseShader/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/PulseShader/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/PulseShader/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/ReadingMode.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/ReadingMode.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/ReadingMode/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/ReadingMode/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/ReadingMode/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/ReadingMode/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Solvers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Solvers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Solvers/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Solvers/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Solvers/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Solvers/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/SpatialAwareness.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/SpatialAwareness.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/StandardShader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/StandardShader.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/StandardShader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/StandardShader/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/BoundingBox.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/BoundingBox.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/BoundsControl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/BoundsControl.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Collections.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Collections.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Dialog.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Dialog.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Dialog/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Dialog/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Dialog/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Dialog/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Interactables.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Interactables.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Lines.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Lines.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Lines/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Lines/Materials.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Lines/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Lines/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/PressableButton.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/PressableButton.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Slate.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Slate.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Slider.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Slider.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Slider/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Slider/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Slider/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Slider/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Text.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Text.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Text/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Text/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Tooltips.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Tooltips.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/UX/Tooltips/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/UX/Tooltips/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Utilities/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Utilities/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Utilities/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Utilities/Scenes.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Demos/Utilities/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Demos/Utilities/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/CameraOffset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/CameraOffset.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/ColorPicker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/ColorPicker.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/Dock.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/Dock.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/Dwell.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/Dwell.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/Dwell/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/Dwell/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/Elastic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/Elastic.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/ExamplesHub.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/ExamplesHub.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/Joystick.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/Joystick.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/Experimental/StepSlider.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/Experimental/StepSlider.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Examples/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/MRTK.Examples.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/MRTK.Examples.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Examples/MRTK.Examples.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/MRTK.Examples.asmdef.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/MRTK.Examples.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Examples/MRTK.Examples.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/MRTK.Examples.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Animations.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Audio.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/IconSets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/IconSets.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Materials.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Models.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Models/Tree.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Models/Tree.fbx -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/StandardAssets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/StandardAssets/Textures.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/packagetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/packagetemplate.json -------------------------------------------------------------------------------- /Assets/MRTK/Examples/packagetemplate.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/packagetemplate.json.meta -------------------------------------------------------------------------------- /Assets/MRTK/Examples/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/toc.yml -------------------------------------------------------------------------------- /Assets/MRTK/Examples/toc.yml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Examples/toc.yml.meta -------------------------------------------------------------------------------- /Assets/MRTK/Extensions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions.meta -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/.npmignore -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/HandPhysicsService.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/HandPhysicsService.meta -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/HandPhysicsService/.npmignore: -------------------------------------------------------------------------------- 1 | Examples* 2 | *.tgz -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/HandPhysicsService/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/HandPhysicsService/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/LostTrackingService.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/LostTrackingService.meta -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/MRTK.Extensions.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/SceneTransitionService.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/SceneTransitionService.meta -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/packagetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/packagetemplate.json -------------------------------------------------------------------------------- /Assets/MRTK/Extensions/packagetemplate.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Extensions/packagetemplate.json.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Experimental.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Experimental.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/LeapMotion.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/LeapMotion.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/LeapMotion/Definitions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/LeapMotion/Definitions.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/LeapMotion/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/LeapMotion/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/LeapMotion/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/LeapMotion/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Providers/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/MRTK.Providers.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Providers/MRTK.Providers.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/MRTK.Providers.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Oculus.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Oculus.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Oculus/XRSDK.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Oculus/XRSDK.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Oculus/XRSDK/Controllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Oculus/XRSDK/Controllers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Oculus/XRSDK/MRTK-Quest.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Oculus/XRSDK/MRTK-Quest.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Oculus/XRSDK/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Oculus/XRSDK/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/HPMotionController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/HPMotionController.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/Headers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/Headers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/Headers/openvr_api.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/Headers/openvr_api.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/MRTK.OpenVR.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/MRTK.OpenVR.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/OpenVRDeviceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/OpenVRDeviceManager.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/OpenVRRenderModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/OpenVRRenderModel.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenVR/ViveWandController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenVR/ViveWandController.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenXR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenXR.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenXR/MRTK.OpenXR.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenXR/MRTK.OpenXR.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenXR/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenXR/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/OpenXR/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/OpenXR/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/Definitions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/Definitions.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/MRTK.UnityAR.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/MRTK.UnityAR.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/README.md -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/UnityAR/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/UnityAR/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/Windows.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/Windows.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/WindowsMixedReality.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/WindowsMixedReality.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/WindowsMixedReality/XR2018/csc.rsp: -------------------------------------------------------------------------------- 1 | -nowarn:618 2 | -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/Controllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/Controllers.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/CustomUsages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/CustomUsages.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/CustomUsages.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/CustomUsages.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/MRTK.XRSDK.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/MRTK.XRSDK.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/MRTK.XRSDK.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/MRTK.XRSDK.asmdef.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/XRSDKBoundarySystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/XRSDKBoundarySystem.cs -------------------------------------------------------------------------------- /Assets/MRTK/Providers/XRSDK/XRSDKDeviceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Providers/XRSDK/XRSDKDeviceManager.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/Dwell.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/Dwell.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/Experimental.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/Experimental.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/Input.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/Input.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/UX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/UX.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/UX/HandCoach.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/UX/HandCoach.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/UX/Pointers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/UX/Pointers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/UX/Sliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/UX/Sliders.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/UX/Tooltips.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/UX/Tooltips.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Inspectors/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Inspectors/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/MRTK.SDK.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/MRTK.SDK.Editor.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/MRTK.SDK.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/MRTK.SDK.Editor.asmdef.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Migration.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Migration.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Editor/Migration/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Editor/Migration/Tools.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/ColorPicker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/ColorPicker.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/Dock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/Dock.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/Dock.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/Dock.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/DockPosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/DockPosition.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/Dockable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/Dockable.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/Dockable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/Dockable.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/DockingState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/DockingState.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Dock/README_Dock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Dock/README_Dock.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Editor/Inspectors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Editor/Inspectors.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Elastic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Elastic.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Elastic/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Elastic/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Features.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Features.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Features/Dwell.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Features/Dwell.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/Joystick.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/Joystick.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/NonNativeKeyboard.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/NonNativeKeyboard.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/ServiceManagers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/ServiceManagers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/SpatialAwareness.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/SpatialAwareness.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/StepSlider.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/StepSlider.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Experimental/StepSlider/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Experimental/StepSlider/README.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Audio.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Audio/Influencers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Audio/Influencers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Input.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Input.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Input/Events.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Input/Events.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Input/Events/TouchEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Input/Events/TouchEvent.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Input/Handlers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Input/Handlers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/README.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Animations.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Animations/Cursors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Animations/Cursors.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Animations/Sliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Animations/Sliders.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Buttons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Buttons.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Interactable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Interactable.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Interactable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Interactable/README.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Materials.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Materials/HandJoint.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Materials/HandJoint.mat -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Materials/Teleport.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Materials/Teleport.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Meshes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Meshes.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Meshes/Cursors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Meshes/Cursors.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Meshes/HandCoach.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Meshes/HandCoach.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Meshes/Pointers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Meshes/Pointers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Meshes/Sliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Meshes/Sliders.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/AppBar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/AppBar.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Cursors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Cursors.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Dialog.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Dialog.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/HandCoach.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/HandCoach.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Hands.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Hands.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Loader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Loader.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Menus.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Menus.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Panels.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Panels.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Pointers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Pointers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/README.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Slate.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Slate.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Sliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Sliders.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Prefabs/Tooltips.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Prefabs/Tooltips.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/README.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/AppBar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/AppBar.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Buttons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Buttons.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Cursors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Cursors.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Dialog.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Dialog.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/HandCoach.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/HandCoach.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Loader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Loader.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Pointers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Pointers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Slate.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Slate.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Sliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Sliders.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Tooltips.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Tooltips.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/UnityUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/UnityUI.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/UX/Scripts/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/UX/Scripts/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Utilities/InputRayUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Utilities/InputRayUtils.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Utilities/PointerUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Utilities/PointerUtils.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Utilities/Smoothing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Utilities/Smoothing.cs -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/Utilities/Solvers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/Utilities/Solvers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/toc.yml -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Features/toc.yml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Features/toc.yml.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/SDK/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/MRTK.SDK.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/MRTK.SDK.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/SDK/MRTK.SDK.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/MRTK.SDK.asmdef.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/MRTK.SDK.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/SDK/MRTK.SDK.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/MRTK.SDK.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles/HoloLens1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles/HoloLens1.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles/HoloLens2.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles/HoloLens2.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles/README.md -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles/toc.yml -------------------------------------------------------------------------------- /Assets/MRTK/SDK/Profiles/toc.yml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/Profiles/toc.yml.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Controllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Controllers.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Materials.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Models.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Models/Cheese.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Models/Cheese.fbx -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Prefabs/Text.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Prefabs/Text.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Shaders.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Sprites.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Textures.meta -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Textures/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Textures/Circle.png -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Textures/IconAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Textures/IconAdd.png -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Textures/IconDot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Textures/IconDot.png -------------------------------------------------------------------------------- /Assets/MRTK/SDK/StandardAssets/Textures/IconPin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/StandardAssets/Textures/IconPin.png -------------------------------------------------------------------------------- /Assets/MRTK/SDK/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/toc.yml -------------------------------------------------------------------------------- /Assets/MRTK/SDK/toc.yml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/SDK/toc.yml.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/BoundarySystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/BoundarySystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/BoundarySystem/XR2018.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/BoundarySystem/XR2018.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/BoundarySystem/XR2018/csc.rsp: -------------------------------------------------------------------------------- 1 | -nowarn:618 2 | -------------------------------------------------------------------------------- /Assets/MRTK/Services/CameraSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/CameraSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/DiagnosticsSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/DiagnosticsSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/InputSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/InputSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/InputSystem/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/InputSystem/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/InputSystem/FocusProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/InputSystem/FocusProvider.cs -------------------------------------------------------------------------------- /Assets/MRTK/Services/InputSystem/GazeProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/InputSystem/GazeProvider.cs -------------------------------------------------------------------------------- /Assets/MRTK/Services/InputSystem/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/InputSystem/Utilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Services/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/MRTK.Services.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Services/MRTK.Services.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/MRTK.Services.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/SceneSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/SceneSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/SpatialAwarenessSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/SpatialAwarenessSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Services/TeleportSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Services/TeleportSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Audio.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Audio/MRTK_Gem.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Audio/MRTK_Gem.wav -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Audio/MRTK_Tap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Audio/MRTK_Tap.wav -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/EditorUtilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/EditorUtilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/LICENSE.txt -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/LICENSE.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawk.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawk.ttf -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawk.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawk.ttf.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawkb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawkb.ttf -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawkb.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawkb.ttf.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawkl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawkl.ttf -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawkl.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawkl.ttf.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawksb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawksb.ttf -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Fonts/selawksl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Fonts/selawksl.ttf -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/FontsSDFTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/FontsSDFTextures.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/mic_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/mic_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/script_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/script_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/shapes_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/shapes_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/spatial_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/spatial_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/test_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/test_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/toolkit_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/toolkit_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/ux_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/ux_icon.png -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Icons/ux_icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Icons/ux_icon.png.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/MRTK.StandardAssets.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Materials.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/README.md -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/README.md.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Shaders.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Shaders/MRTK.Shaders.sentinel: -------------------------------------------------------------------------------- 1 | ver: 0 -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/Textures.meta -------------------------------------------------------------------------------- /Assets/MRTK/StandardAssets/packagetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/StandardAssets/packagetemplate.json -------------------------------------------------------------------------------- /Assets/MRTK/Tests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/Core.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/Core/Physics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/Core/Physics.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/Editor.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/Examples.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/InputSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/InputSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/Services.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/Services.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/Tools.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/EditModeTests/UX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/EditModeTests/UX.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Tests/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/MRTK.Tests.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Tests/MRTK.Tests.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/MRTK.Tests.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/Components.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/Components.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/Core.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/DemoSceneTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/DemoSceneTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/DialogTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/DialogTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/Experimental.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/Experimental.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/GltfTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/GltfTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/GltfTests.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/GltfTests.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/HandCoachTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/HandCoachTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/InputSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/InputSystem.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/JoystickTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/JoystickTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/PointerTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/PointerTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/Prefabs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/ProfileTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/ProfileTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/RenderingTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/RenderingTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/SlateTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/SlateTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/SolverTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/SolverTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/SpeechTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/SpeechTests.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/TestProfiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/TestProfiles.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/PlayModeTests/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/PlayModeTests/Utils.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/TestUtilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/TestUtilities.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/TestUtilities/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/TestUtilities/.npmignore -------------------------------------------------------------------------------- /Assets/MRTK/Tests/TestUtilities/TestController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/TestUtilities/TestController.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/TestUtilities/TestHand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/TestUtilities/TestHand.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tests/TestUtilities/TestHand.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/TestUtilities/TestHand.cs.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tests/TestUtilities/TestUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tests/TestUtilities/TestUtilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/.npmignore -------------------------------------------------------------------------------- /Assets/MRTK/Tools/AssetSwapUtility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/AssetSwapUtility.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/BuildWindow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/BuildWindow.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/BuildWindow/Arm64Workaround.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/BuildWindow/Arm64Workaround.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tools/DependencyWindow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/DependencyWindow.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/ExtensionServiceCreator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/ExtensionServiceCreator.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/License.txt -------------------------------------------------------------------------------- /Assets/MRTK/Tools/License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/License.txt.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MRTK.Tools.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MRTK.Tools.asmdef -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MRTK.Tools.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MRTK.Tools.asmdef.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MRTK.Tools.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MRTK.Tools.sentinel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MRTK.Tools.sentinel.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MSBuild.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MSBuild.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MSBuild/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MSBuild/Scripts.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MSBuild/Scripts/MSBuildTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MSBuild/Scripts/MSBuildTools.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MSBuild/Scripts/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MSBuild/Scripts/Utilities.cs -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MigrationWindow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MigrationWindow.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/MigrationWindow/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/MigrationWindow/Icons.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/OptimizeWindow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/OptimizeWindow.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/ReserializeAssetsUtility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/ReserializeAssetsUtility.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/RuntimeTools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/RuntimeTools.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/RuntimeTools/Inspectors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/RuntimeTools/Inspectors.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/RuntimeTools/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/RuntimeTools/Tools.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/ScreenshotUtility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/ScreenshotUtility.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/TextureCombinerWindow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/TextureCombinerWindow.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/Toolbox.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/Toolbox.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/Toolbox/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/Toolbox/Data.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/Toolbox/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/Toolbox/Icons.meta -------------------------------------------------------------------------------- /Assets/MRTK/Tools/packagetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/packagetemplate.json -------------------------------------------------------------------------------- /Assets/MRTK/Tools/packagetemplate.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/Tools/packagetemplate.json.meta -------------------------------------------------------------------------------- /Assets/MRTK/packagetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/packagetemplate.json -------------------------------------------------------------------------------- /Assets/MRTK/packagetemplate.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MRTK/packagetemplate.json.meta -------------------------------------------------------------------------------- /Assets/MixedRealityToolkit.Generated.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MixedRealityToolkit.Generated.meta -------------------------------------------------------------------------------- /Assets/MixedRealityToolkit.Generated/MRTK.Generated.sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/MixedRealityToolkit.Generated/link.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/MixedRealityToolkit.Generated/link.xml -------------------------------------------------------------------------------- /Assets/NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/NuGet.config -------------------------------------------------------------------------------- /Assets/NuGet.config.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/NuGet.config.meta -------------------------------------------------------------------------------- /Assets/PTET.Dependencies.msb4u.csproj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/PTET.Dependencies.msb4u.csproj.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Resources/Shaders.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /Assets/WSATestCertificate.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/WSATestCertificate.pfx -------------------------------------------------------------------------------- /Assets/WSATestCertificate.pfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/WSATestCertificate.pfx.meta -------------------------------------------------------------------------------- /Assets/mcs.rsp: -------------------------------------------------------------------------------- 1 | -unsafe -------------------------------------------------------------------------------- /Assets/mcs.rsp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Assets/mcs.rsp.meta -------------------------------------------------------------------------------- /External/ReadMeImages/PeriodicTable_Hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/External/ReadMeImages/PeriodicTable_Hero.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/LICENSE -------------------------------------------------------------------------------- /Logs/Packages-Update.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Logs/Packages-Update.log -------------------------------------------------------------------------------- /MSBuild/Output/obj/Dependencies/Release/net46/PTET.Dependencies.msb4u.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MSBuild/Projects/PTET.Dependencies.msb4u.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/MSBuild/Projects/PTET.Dependencies.msb4u.g.props -------------------------------------------------------------------------------- /MSBuild/Projects/UnixNetSupport.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/MSBuild/Projects/UnixNetSupport.props -------------------------------------------------------------------------------- /MSBuild/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/MSBuild/settings.json -------------------------------------------------------------------------------- /MSBuildForUnity.Common.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/MSBuildForUnity.Common.props -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MRDL_Unity_PeriodicTable/HEAD/SECURITY.md --------------------------------------------------------------------------------