├── .gitattributes ├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── SimpleWebXR-Demo ├── Assets │ ├── AssetStoreTools.meta │ ├── AssetStoreTools │ │ ├── AS_Checklist.asset │ │ ├── AS_Checklist.asset.meta │ │ ├── Editor.meta │ │ └── Editor │ │ │ ├── AssetStoreTools.dll │ │ │ └── AssetStoreTools.dll.meta │ ├── SimpleWebXR.meta │ ├── SimpleWebXR │ │ ├── Examples.meta │ │ ├── Examples │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── MRTK-ColorPicker.meta │ │ │ │ ├── MRTK-ColorPicker │ │ │ │ │ ├── ColorPickerGradientMaterial.mat │ │ │ │ │ ├── ColorPickerGradientMaterial.mat.meta │ │ │ │ │ ├── ColorPickerToggleButtonMaterial.mat │ │ │ │ │ ├── ColorPickerToggleButtonMaterial.mat.meta │ │ │ │ │ ├── Dragger.png │ │ │ │ │ ├── Dragger.png.meta │ │ │ │ │ ├── Gradient.png │ │ │ │ │ ├── Gradient.png.meta │ │ │ │ │ ├── RainbowButton.png │ │ │ │ │ ├── RainbowButton.png.meta │ │ │ │ │ ├── RainbowLine.png │ │ │ │ │ └── RainbowLine.png.meta │ │ │ │ ├── MRTK-ElasticSystem.meta │ │ │ │ ├── MRTK-ElasticSystem │ │ │ │ │ ├── springs.mat │ │ │ │ │ ├── springs.mat.meta │ │ │ │ │ ├── springs.png │ │ │ │ │ └── springs.png.meta │ │ │ │ ├── MRTK-HandCoach.meta │ │ │ │ ├── MRTK-HandCoach │ │ │ │ │ ├── HandCoach.mat │ │ │ │ │ └── HandCoach.mat.meta │ │ │ │ ├── MRTK-HandMenu.meta │ │ │ │ ├── MRTK-HandMenu │ │ │ │ │ ├── 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_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 │ │ │ │ │ ├── HandMenu_ToggleDialog_Backplate.mat │ │ │ │ │ ├── HandMenu_ToggleDialog_Backplate.mat.meta │ │ │ │ │ ├── PlaceholderIcon.png │ │ │ │ │ └── PlaceholderIcon.png.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection │ │ │ │ │ ├── HolographicBackPlateNoBorder_Light_Blue.mat │ │ │ │ │ ├── HolographicBackPlateNoBorder_Light_Blue.mat.meta │ │ │ │ │ ├── ScrollItemCardBackplate.mat │ │ │ │ │ ├── ScrollItemCardBackplate.mat.meta │ │ │ │ │ ├── ScrollWindowBackground.mat │ │ │ │ │ └── ScrollWindowBackground.mat.meta │ │ │ │ ├── PaintExample.meta │ │ │ │ ├── PaintExample │ │ │ │ │ ├── ControllerMaterial.mat │ │ │ │ │ ├── ControllerMaterial.mat.meta │ │ │ │ │ ├── LineMaterial.mat │ │ │ │ │ └── LineMaterial.mat.meta │ │ │ │ ├── SplashScreen.png │ │ │ │ └── SplashScreen.png.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── HandDetectionExample.meta │ │ │ │ ├── HandDetectionExample │ │ │ │ │ ├── HandJointPrefab.prefab │ │ │ │ │ ├── HandJointPrefab.prefab.meta │ │ │ │ │ ├── HandOrientationBlue.mat │ │ │ │ │ ├── HandOrientationBlue.mat.meta │ │ │ │ │ ├── HandOrientationGreen.mat │ │ │ │ │ ├── HandOrientationGreen.mat.meta │ │ │ │ │ ├── HandOrientationRed.mat │ │ │ │ │ └── HandOrientationRed.mat.meta │ │ │ │ ├── MRTK-ColorPicker.meta │ │ │ │ ├── MRTK-ColorPicker │ │ │ │ │ ├── ColorDraggerPrefab.prefab │ │ │ │ │ ├── ColorDraggerPrefab.prefab.meta │ │ │ │ │ ├── ColorPickerPrefab.prefab │ │ │ │ │ ├── ColorPickerPrefab.prefab.meta │ │ │ │ │ ├── ColorWedge.fbx │ │ │ │ │ ├── ColorWedge.fbx.meta │ │ │ │ │ ├── PressableMeshButton.prefab │ │ │ │ │ └── PressableMeshButton.prefab.meta │ │ │ │ ├── MRTK-HandMenu.meta │ │ │ │ ├── MRTK-HandMenu │ │ │ │ │ ├── Circle.fbx │ │ │ │ │ ├── Circle.fbx.meta │ │ │ │ │ ├── CompressableCylinderVisuals.fbx │ │ │ │ │ ├── CompressableCylinderVisuals.fbx.meta │ │ │ │ │ ├── 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 │ │ │ │ ├── MRTK-MaterialGallery.meta │ │ │ │ ├── MRTK-MaterialGallery │ │ │ │ │ ├── Placard.prefab │ │ │ │ │ └── Placard.prefab.meta │ │ │ │ ├── MRTK-OnScreenHelper.meta │ │ │ │ ├── MRTK-OnScreenHelper │ │ │ │ │ ├── OnScreenHelper.prefab │ │ │ │ │ └── OnScreenHelper.prefab.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection │ │ │ │ │ ├── DynamicScrollPopulator.prefab │ │ │ │ │ ├── DynamicScrollPopulator.prefab.meta │ │ │ │ │ ├── ScrollingOC_Objects_Plated32x32.prefab │ │ │ │ │ ├── ScrollingOC_Objects_Plated32x32.prefab.meta │ │ │ │ │ ├── ScrollingOC_PressableBtn_32x96.prefab │ │ │ │ │ └── ScrollingOC_PressableBtn_32x96.prefab.meta │ │ │ │ ├── PaintExample.meta │ │ │ │ └── PaintExample │ │ │ │ │ ├── LinePrefab.prefab │ │ │ │ │ └── LinePrefab.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── HandDetectionExample.unity │ │ │ │ ├── HandDetectionExample.unity.meta │ │ │ │ ├── HitTestExample.unity │ │ │ │ ├── HitTestExample.unity.meta │ │ │ │ ├── MRTK-ColorPicker.unity │ │ │ │ ├── MRTK-ColorPicker.unity.meta │ │ │ │ ├── MRTK-Dock.unity │ │ │ │ ├── MRTK-Dock.unity.meta │ │ │ │ ├── MRTK-ElasticSystem.unity │ │ │ │ ├── MRTK-ElasticSystem.unity.meta │ │ │ │ ├── MRTK-HandCoach.unity │ │ │ │ ├── MRTK-HandCoach.unity.meta │ │ │ │ ├── MRTK-HandInteraction.unity │ │ │ │ ├── MRTK-HandInteraction.unity.meta │ │ │ │ ├── MRTK-HandInteractionSettings.lighting │ │ │ │ ├── MRTK-HandInteractionSettings.lighting.meta │ │ │ │ ├── MRTK-HandMenuLayout.unity │ │ │ │ ├── MRTK-HandMenuLayout.unity.meta │ │ │ │ ├── MRTK-MaterialGallery.unity │ │ │ │ ├── MRTK-MaterialGallery.unity.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection.unity │ │ │ │ ├── MRTK-ScrollingObjectCollection.unity.meta │ │ │ │ ├── MRTK-Solver.unity │ │ │ │ ├── MRTK-Solver.unity.meta │ │ │ │ ├── PaintExample.unity │ │ │ │ ├── PaintExample.unity.meta │ │ │ │ ├── SpectatorViewHololens2Server.unity │ │ │ │ ├── SpectatorViewHololens2Server.unity.meta │ │ │ │ ├── SpectatorViewWebXRClient.unity │ │ │ │ └── SpectatorViewWebXRClient.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── HandDetectionExample.meta │ │ │ │ ├── HandDetectionExample │ │ │ │ ├── HandDetectionExample.cs │ │ │ │ └── HandDetectionExample.cs.meta │ │ │ │ ├── HitTestExample.meta │ │ │ │ ├── HitTestExample │ │ │ │ ├── HitTestExample.cs │ │ │ │ └── HitTestExample.cs.meta │ │ │ │ ├── MRTK-ElasticSystem.meta │ │ │ │ ├── MRTK-ElasticSystem │ │ │ │ ├── WidgetElasticDemo.cs │ │ │ │ └── WidgetElasticDemo.cs.meta │ │ │ │ ├── MRTK-HandInteraction.meta │ │ │ │ ├── MRTK-HandInteraction │ │ │ │ ├── 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 │ │ │ │ ├── HapticFeedback.cs │ │ │ │ ├── HapticFeedback.cs.meta │ │ │ │ ├── LaunchUri.cs │ │ │ │ ├── LaunchUri.cs.meta │ │ │ │ ├── LeapCoreAssetsDetector.cs │ │ │ │ ├── LeapCoreAssetsDetector.cs.meta │ │ │ │ ├── OculusQuestThumstickHandler.cs │ │ │ │ ├── OculusQuestThumstickHandler.cs.meta │ │ │ │ ├── RotateWithPan.cs │ │ │ │ ├── RotateWithPan.cs.meta │ │ │ │ ├── SystemKeyboardExample.cs │ │ │ │ ├── SystemKeyboardExample.cs.meta │ │ │ │ ├── TetheredPlacement.cs │ │ │ │ ├── TetheredPlacement.cs.meta │ │ │ │ ├── ToggleBoundingBox.cs │ │ │ │ └── ToggleBoundingBox.cs.meta │ │ │ │ ├── MRTK-OnScreenHelper.meta │ │ │ │ ├── MRTK-OnScreenHelper │ │ │ │ ├── OnScreenHelper.cs │ │ │ │ └── OnScreenHelper.cs.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection.meta │ │ │ │ ├── MRTK-ScrollingObjectCollection │ │ │ │ ├── ScrollableListPopulator.cs │ │ │ │ ├── ScrollableListPopulator.cs.meta │ │ │ │ ├── ScrollablePagination.cs │ │ │ │ └── ScrollablePagination.cs.meta │ │ │ │ ├── MRTK-Solver.meta │ │ │ │ ├── MRTK-Solver │ │ │ │ ├── HideTapToPlaceLabel.cs │ │ │ │ ├── HideTapToPlaceLabel.cs.meta │ │ │ │ ├── SolverExampleManager.cs │ │ │ │ └── SolverExampleManager.cs.meta │ │ │ │ ├── PaintExample.meta │ │ │ │ ├── PaintExample │ │ │ │ ├── PenController.cs │ │ │ │ └── PenController.cs.meta │ │ │ │ ├── SpectatorViewHololens2Server.meta │ │ │ │ ├── SpectatorViewHololens2Server │ │ │ │ ├── SpectatorViewHololens2Server.cs │ │ │ │ └── SpectatorViewHololens2Server.cs.meta │ │ │ │ ├── SpectatorViewWebXRClient.meta │ │ │ │ └── SpectatorViewWebXRClient │ │ │ │ ├── Plugins.meta │ │ │ │ ├── Plugins │ │ │ │ ├── Prompt.jslib │ │ │ │ ├── Prompt.jslib.meta │ │ │ │ ├── WebSocket.cs │ │ │ │ ├── WebSocket.cs.meta │ │ │ │ ├── WebSocket.jslib │ │ │ │ └── WebSocket.jslib.meta │ │ │ │ ├── SpectatorViewWebXRClient.cs │ │ │ │ └── SpectatorViewWebXRClient.cs.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── Build.cs │ │ │ └── Build.cs.meta │ │ │ ├── MRTK.meta │ │ │ └── MRTK │ │ │ ├── Profiles.meta │ │ │ ├── Profiles │ │ │ ├── SimpleWebXRConfigurationProfile.asset │ │ │ ├── SimpleWebXRConfigurationProfile.asset.meta │ │ │ ├── SimpleWebXRHandTrackingProfile.asset │ │ │ ├── SimpleWebXRHandTrackingProfile.asset.meta │ │ │ ├── SimpleWebXRInputSimulationProfile.asset │ │ │ ├── SimpleWebXRInputSimulationProfile.asset.meta │ │ │ ├── SimpleWebXRInputSystemProfile.asset │ │ │ ├── SimpleWebXRInputSystemProfile.asset.meta │ │ │ ├── SimpleWebXRPointerProfile.asset │ │ │ └── SimpleWebXRPointerProfile.asset.meta │ │ │ ├── SimpleWebXRController.cs │ │ │ ├── SimpleWebXRController.cs.meta │ │ │ ├── SimpleWebXRHand.cs │ │ │ ├── SimpleWebXRHand.cs.meta │ │ │ ├── SimpleWebXRInputDeviceManager.cs │ │ │ └── SimpleWebXRInputDeviceManager.cs.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 │ │ ├── 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 SSD.shader │ │ │ ├── TMP_SDF SSD.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 SSD.shader │ │ │ ├── TMP_SDF-Mobile SSD.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_Mobile.cginc │ │ │ ├── TMPro_Mobile.cginc.meta │ │ │ ├── TMPro_Properties.cginc │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ ├── TMPro_Surface.cginc │ │ │ └── TMPro_Surface.cginc.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 │ ├── WebGLTemplates.meta │ └── WebGLTemplates │ │ ├── SimpleWebXR_Demo.meta │ │ ├── SimpleWebXR_Demo │ │ ├── TemplateData.meta │ │ ├── TemplateData │ │ │ ├── favicon.ico │ │ │ ├── favicon.ico.meta │ │ │ ├── fullscreen-button.png │ │ │ ├── fullscreen-button.png.meta │ │ │ ├── progress-bar-empty-dark.png │ │ │ ├── progress-bar-empty-dark.png.meta │ │ │ ├── progress-bar-empty-light.png │ │ │ ├── progress-bar-empty-light.png.meta │ │ │ ├── progress-bar-full-dark.png │ │ │ ├── progress-bar-full-dark.png.meta │ │ │ ├── progress-bar-full-light.png │ │ │ ├── progress-bar-full-light.png.meta │ │ │ ├── style.css │ │ │ ├── style.css.meta │ │ │ ├── unity-logo-dark.png │ │ │ ├── unity-logo-dark.png.meta │ │ │ ├── unity-logo-light.png │ │ │ ├── unity-logo-light.png.meta │ │ │ ├── webgl-logo.png │ │ │ └── webgl-logo.png.meta │ │ ├── index.html │ │ └── index.html.meta │ │ ├── SimpleWebXR_Demo_Unity2019AndBefore.meta │ │ └── SimpleWebXR_Demo_Unity2019AndBefore │ │ ├── TemplateData.meta │ │ ├── TemplateData │ │ ├── UnityProgress.js │ │ ├── UnityProgress.js.meta │ │ ├── favicon.ico │ │ ├── favicon.ico.meta │ │ ├── fullscreen.png │ │ ├── fullscreen.png.meta │ │ ├── progressEmpty.Dark.png │ │ ├── progressEmpty.Dark.png.meta │ │ ├── progressEmpty.Light.png │ │ ├── progressEmpty.Light.png.meta │ │ ├── progressFull.Dark.png │ │ ├── progressFull.Dark.png.meta │ │ ├── progressFull.Light.png │ │ ├── progressFull.Light.png.meta │ │ ├── progressLogo.Dark.png │ │ ├── progressLogo.Dark.png.meta │ │ ├── progressLogo.Light.png │ │ ├── progressLogo.Light.png.meta │ │ ├── style.css │ │ ├── style.css.meta │ │ ├── webgl-logo.png │ │ └── webgl-logo.png.meta │ │ ├── index.html │ │ └── index.html.meta ├── Packages │ ├── manifest.json │ └── packages-lock.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── TimelineSettings.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset ├── com.rufus31415.simplewebxr ├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Editor.meta ├── Editor │ ├── Rufus31415.SimpleWebXR.Editor.asmdef │ ├── Rufus31415.SimpleWebXR.Editor.asmdef.meta │ ├── SimpleWebXRSimulator.cs │ └── SimpleWebXRSimulator.cs.meta ├── LICENSE.md ├── LICENSE.md.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime │ ├── Plugins.meta │ ├── Plugins │ │ ├── WebGL.meta │ │ └── WebGL │ │ │ ├── SimpleWebXR.jslib │ │ │ ├── SimpleWebXR.jslib.meta │ │ │ ├── SimpleWebXR.jspre │ │ │ └── SimpleWebXR.jspre.meta │ ├── Rufus31415.SimpleWebXR.asmdef │ ├── Rufus31415.SimpleWebXR.asmdef.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── SimpleWebXR.cs │ │ └── SimpleWebXR.cs.meta ├── package.json └── package.json.meta └── images ├── 3d-viewer.gif ├── banner.png ├── bg.jpg ├── bg.pfi ├── card.png ├── carousel.jpg ├── cover.png ├── hand-layout.svg ├── hand-tracking.gif ├── hptk.jpg ├── icon.png ├── monobehavior.png ├── mrtk-hand-simulation.gif ├── mrtk-hololens.gif ├── mrtk-ios.gif ├── mrtk-mouse.gif ├── mrtk-move.gif ├── mrtk-quest.gif ├── mrtk-simulator.gif ├── paint-android.gif ├── paint-hololens.gif ├── paint-ios.gif ├── paint-quest.gif ├── paint-simulator.gif ├── paint-youtube.png ├── simple-webxr1.gif ├── simple-webxr2.gif ├── social.png ├── spectator-view-desktop.gif ├── spectator-view-ios.gif ├── xr-devices.jpg ├── xrtk-solvers-ios.gif └── xrtk-solvers-simulator.gif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: "paypal.me/FlorentGIRAUD" 2 | github: Rufus31415 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/README.md -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/AssetStoreTools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/AssetStoreTools.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/AssetStoreTools/AS_Checklist.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/AssetStoreTools/AS_Checklist.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/AssetStoreTools/AS_Checklist.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/AssetStoreTools/AS_Checklist.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/AssetStoreTools/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/AssetStoreTools/Editor.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/AssetStoreTools/Editor/AssetStoreTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/AssetStoreTools/Editor/AssetStoreTools.dll -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/AssetStoreTools/Editor/AssetStoreTools.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/AssetStoreTools/Editor/AssetStoreTools.dll.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerGradientMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerGradientMaterial.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerGradientMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerGradientMaterial.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerToggleButtonMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerToggleButtonMaterial.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerToggleButtonMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/ColorPickerToggleButtonMaterial.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Dragger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Dragger.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Dragger.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Dragger.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Gradient.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Gradient.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/Gradient.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowButton.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowButton.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowButton.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowLine.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowLine.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ColorPicker/RainbowLine.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ElasticSystem/springs.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandCoach.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandCoach.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandCoach/HandCoach.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandCoach/HandCoach.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandCoach/HandCoach.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandCoach/HandCoach.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/ButtonBox_BodyFace_mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/ButtonBox_BodyFace_mat.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/ButtonBox_BodyFace_mat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/ButtonBox_BodyFace_mat.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1_Circles.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1_Circles.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1_Circles.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x1_Circles.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x2.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x2.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x2.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x3.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x3.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x3.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x4.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x4.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x4.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x6.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x6.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_3x6.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_4x1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_4x1.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_4x1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_4x1.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_Placeholder.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_Placeholder.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_Placeholder.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenuIcon_Placeholder.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Blue.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Blue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Blue.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Pink.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Pink.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Pink.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Pink.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Purple.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Purple.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Purple.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Purple.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Yellow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Yellow.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Yellow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_AppButton_Backplate_Yellow.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate_Circle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate_Circle.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate_Circle.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Backplate_Circle.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1_Circles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1_Circles.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1_Circles.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x1_Circles.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x2.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x2.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x3.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x3.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x4.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x4.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x6.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x6.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_3x6.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_4x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_4x1.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_4x1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_Icon_4x1.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_ToggleDialog_Backplate.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_ToggleDialog_Backplate.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_ToggleDialog_Backplate.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/HandMenu_ToggleDialog_Backplate.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/PlaceholderIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/PlaceholderIcon.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/PlaceholderIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-HandMenu/PlaceholderIcon.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/HolographicBackPlateNoBorder_Light_Blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/HolographicBackPlateNoBorder_Light_Blue.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/HolographicBackPlateNoBorder_Light_Blue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/HolographicBackPlateNoBorder_Light_Blue.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollItemCardBackplate.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollItemCardBackplate.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollItemCardBackplate.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollItemCardBackplate.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollWindowBackground.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollWindowBackground.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollWindowBackground.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/MRTK-ScrollingObjectCollection/ScrollWindowBackground.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/ControllerMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/ControllerMaterial.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/ControllerMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/ControllerMaterial.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/LineMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/LineMaterial.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/LineMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/PaintExample/LineMaterial.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/SplashScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/SplashScreen.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/SplashScreen.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Materials/SplashScreen.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandJointPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandJointPrefab.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandJointPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandJointPrefab.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationBlue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationBlue.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationBlue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationBlue.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationGreen.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationGreen.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationGreen.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationGreen.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationRed.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationRed.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationRed.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/HandDetectionExample/HandOrientationRed.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorDraggerPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorDraggerPrefab.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorDraggerPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorDraggerPrefab.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorPickerPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorPickerPrefab.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorPickerPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorPickerPrefab.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorWedge.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorWedge.fbx -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorWedge.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/ColorWedge.fbx.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/PressableMeshButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/PressableMeshButton.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/PressableMeshButton.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ColorPicker/PressableMeshButton.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/Circle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/Circle.fbx -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/Circle.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/Circle.fbx.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/CompressableCylinderVisuals.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/CompressableCylinderVisuals.fbx -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/CompressableCylinderVisuals.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/CompressableCylinderVisuals.fbx.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x2.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x2.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x4.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_AboveFingertips_3x4.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_InPalm_3x3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_InPalm_3x3.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_InPalm_3x3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_InPalm_3x3.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3_Circles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3_Circles.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3_Circles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x3_Circles.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x4.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PalmUpHandMenu_Side_1x4.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PressableButtonHoloLens2_AppButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PressableButtonHoloLens2_AppButton.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PressableButtonHoloLens2_AppButton.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-HandMenu/PressableButtonHoloLens2_AppButton.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-MaterialGallery.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-MaterialGallery.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-MaterialGallery/Placard.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-MaterialGallery/Placard.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-MaterialGallery/Placard.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-MaterialGallery/Placard.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-OnScreenHelper.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-OnScreenHelper.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-OnScreenHelper/OnScreenHelper.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-OnScreenHelper/OnScreenHelper.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-OnScreenHelper/OnScreenHelper.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-OnScreenHelper/OnScreenHelper.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/DynamicScrollPopulator.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/DynamicScrollPopulator.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/DynamicScrollPopulator.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/DynamicScrollPopulator.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_Objects_Plated32x32.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_Objects_Plated32x32.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_Objects_Plated32x32.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_Objects_Plated32x32.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_PressableBtn_32x96.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_PressableBtn_32x96.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_PressableBtn_32x96.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/MRTK-ScrollingObjectCollection/ScrollingOC_PressableBtn_32x96.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/PaintExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/PaintExample.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/PaintExample/LinePrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/PaintExample/LinePrefab.prefab -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/PaintExample/LinePrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Prefabs/PaintExample/LinePrefab.prefab.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HandDetectionExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HandDetectionExample.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HandDetectionExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HandDetectionExample.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HitTestExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HitTestExample.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HitTestExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/HitTestExample.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ColorPicker.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ColorPicker.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ColorPicker.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ColorPicker.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Dock.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Dock.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Dock.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Dock.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ElasticSystem.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ElasticSystem.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ElasticSystem.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ElasticSystem.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandCoach.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandCoach.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandCoach.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandCoach.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteraction.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteraction.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteraction.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteraction.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteractionSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteractionSettings.lighting -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteractionSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandInteractionSettings.lighting.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandMenuLayout.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandMenuLayout.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandMenuLayout.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-HandMenuLayout.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-MaterialGallery.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-MaterialGallery.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-MaterialGallery.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-MaterialGallery.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ScrollingObjectCollection.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ScrollingObjectCollection.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ScrollingObjectCollection.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-ScrollingObjectCollection.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Solver.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Solver.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Solver.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/MRTK-Solver.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/PaintExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/PaintExample.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/PaintExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/PaintExample.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewHololens2Server.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewHololens2Server.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewHololens2Server.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewHololens2Server.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewWebXRClient.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewWebXRClient.unity -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewWebXRClient.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scenes/SpectatorViewWebXRClient.unity.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HandDetectionExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HandDetectionExample.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HandDetectionExample/HandDetectionExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HandDetectionExample/HandDetectionExample.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HandDetectionExample/HandDetectionExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HandDetectionExample/HandDetectionExample.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HitTestExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HitTestExample.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HitTestExample/HitTestExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HitTestExample/HitTestExample.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HitTestExample/HitTestExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/HitTestExample/HitTestExample.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ElasticSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ElasticSystem.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ElasticSystem/WidgetElasticDemo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ElasticSystem/WidgetElasticDemo.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ElasticSystem/WidgetElasticDemo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ElasticSystem/WidgetElasticDemo.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DebugTextOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DebugTextOutput.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DebugTextOutput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DebugTextOutput.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DemoTouchButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DemoTouchButton.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DemoTouchButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/DemoTouchButton.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GestureTester.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GestureTester.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GestureTester.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GestureTester.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GrabTouchExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GrabTouchExample.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GrabTouchExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/GrabTouchExample.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouch.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouch.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouchRotate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouchRotate.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouchRotate.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HandInteractionTouchRotate.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HapticFeedback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HapticFeedback.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HapticFeedback.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/HapticFeedback.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LaunchUri.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LaunchUri.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LaunchUri.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LaunchUri.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LeapCoreAssetsDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LeapCoreAssetsDetector.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LeapCoreAssetsDetector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/LeapCoreAssetsDetector.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/OculusQuestThumstickHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/OculusQuestThumstickHandler.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/OculusQuestThumstickHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/OculusQuestThumstickHandler.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/RotateWithPan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/RotateWithPan.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/RotateWithPan.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/RotateWithPan.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/SystemKeyboardExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/SystemKeyboardExample.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/SystemKeyboardExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/SystemKeyboardExample.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/TetheredPlacement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/TetheredPlacement.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/TetheredPlacement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/TetheredPlacement.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/ToggleBoundingBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/ToggleBoundingBox.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/ToggleBoundingBox.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-HandInteraction/ToggleBoundingBox.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-OnScreenHelper.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-OnScreenHelper.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-OnScreenHelper/OnScreenHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-OnScreenHelper/OnScreenHelper.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-OnScreenHelper/OnScreenHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-OnScreenHelper/OnScreenHelper.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollableListPopulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollableListPopulator.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollableListPopulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollableListPopulator.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollablePagination.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollablePagination.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollablePagination.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-ScrollingObjectCollection/ScrollablePagination.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/HideTapToPlaceLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/HideTapToPlaceLabel.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/HideTapToPlaceLabel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/HideTapToPlaceLabel.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/SolverExampleManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/SolverExampleManager.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/SolverExampleManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/MRTK-Solver/SolverExampleManager.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/PaintExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/PaintExample.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/PaintExample/PenController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/PaintExample/PenController.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/PaintExample/PenController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/PaintExample/PenController.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewHololens2Server.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewHololens2Server.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewHololens2Server/SpectatorViewHololens2Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewHololens2Server/SpectatorViewHololens2Server.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewHololens2Server/SpectatorViewHololens2Server.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewHololens2Server/SpectatorViewHololens2Server.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/Prompt.jslib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/Prompt.jslib -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/Prompt.jslib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/Prompt.jslib.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.jslib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.jslib -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.jslib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/Plugins/WebSocket.jslib.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/SpectatorViewWebXRClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/SpectatorViewWebXRClient.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/SpectatorViewWebXRClient.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Examples/Scripts/SpectatorViewWebXRClient/SpectatorViewWebXRClient.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/Editor.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/Editor/Build.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/Editor/Build.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/Editor/Build.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/Editor/Build.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRConfigurationProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRConfigurationProfile.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRConfigurationProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRConfigurationProfile.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRHandTrackingProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRHandTrackingProfile.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRHandTrackingProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRHandTrackingProfile.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSimulationProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSimulationProfile.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSimulationProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSimulationProfile.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSystemProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSystemProfile.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSystemProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRInputSystemProfile.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRPointerProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRPointerProfile.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRPointerProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/Profiles/SimpleWebXRPointerProfile.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRController.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRController.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRHand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRHand.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRHand.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRHand.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRInputDeviceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRInputDeviceManager.cs -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRInputDeviceManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/SimpleWebXR/Scripts/MRTK/SimpleWebXRInputDeviceManager.cs.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WSATestCertificate.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WSATestCertificate.pfx -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WSATestCertificate.pfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WSATestCertificate.pfx.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/favicon.ico -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/favicon.ico.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/favicon.ico.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/fullscreen-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/fullscreen-button.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/fullscreen-button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/fullscreen-button.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-dark.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-dark.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-light.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-empty-light.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-dark.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-dark.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-light.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/progress-bar-full-light.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/style.css -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/style.css.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/style.css.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-dark.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-dark.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-light.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/unity-logo-light.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/webgl-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/webgl-logo.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/webgl-logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/TemplateData/webgl-logo.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/index.html -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/index.html.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo/index.html.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/UnityProgress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/UnityProgress.js -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/UnityProgress.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/UnityProgress.js.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/favicon.ico -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/favicon.ico.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/favicon.ico.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/fullscreen.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/fullscreen.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/fullscreen.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Dark.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Dark.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Light.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressEmpty.Light.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Dark.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Dark.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Light.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressFull.Light.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Dark.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Dark.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Light.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/progressLogo.Light.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/style.css -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/style.css.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/style.css.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/webgl-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/webgl-logo.png -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/webgl-logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/TemplateData/webgl-logo.png.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/index.html -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/index.html.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Assets/WebGLTemplates/SimpleWebXR_Demo_Unity2019AndBefore/index.html.meta -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Packages/manifest.json -------------------------------------------------------------------------------- /SimpleWebXR-Demo/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/Packages/packages-lock.json -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /SimpleWebXR-Demo/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/SimpleWebXR-Demo/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/CHANGELOG.md.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Editor.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Editor/Rufus31415.SimpleWebXR.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Editor/Rufus31415.SimpleWebXR.Editor.asmdef -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Editor/Rufus31415.SimpleWebXR.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Editor/Rufus31415.SimpleWebXR.Editor.asmdef.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Editor/SimpleWebXRSimulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Editor/SimpleWebXRSimulator.cs -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Editor/SimpleWebXRSimulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Editor/SimpleWebXRSimulator.cs.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/LICENSE.md -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/LICENSE.md.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/README.md: -------------------------------------------------------------------------------- 1 | # WebXR for Unity -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/README.md.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Plugins.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Plugins/WebGL.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Plugins/WebGL.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jslib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jslib -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jslib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jslib.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jspre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jspre -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jspre.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Plugins/WebGL/SimpleWebXR.jspre.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Rufus31415.SimpleWebXR.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Rufus31415.SimpleWebXR.asmdef -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Rufus31415.SimpleWebXR.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Rufus31415.SimpleWebXR.asmdef.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Scripts.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Scripts/SimpleWebXR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Scripts/SimpleWebXR.cs -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/Runtime/Scripts/SimpleWebXR.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/Runtime/Scripts/SimpleWebXR.cs.meta -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/package.json -------------------------------------------------------------------------------- /com.rufus31415.simplewebxr/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/com.rufus31415.simplewebxr/package.json.meta -------------------------------------------------------------------------------- /images/3d-viewer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/3d-viewer.gif -------------------------------------------------------------------------------- /images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/banner.png -------------------------------------------------------------------------------- /images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/bg.jpg -------------------------------------------------------------------------------- /images/bg.pfi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/bg.pfi -------------------------------------------------------------------------------- /images/card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/card.png -------------------------------------------------------------------------------- /images/carousel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/carousel.jpg -------------------------------------------------------------------------------- /images/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/cover.png -------------------------------------------------------------------------------- /images/hand-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/hand-layout.svg -------------------------------------------------------------------------------- /images/hand-tracking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/hand-tracking.gif -------------------------------------------------------------------------------- /images/hptk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/hptk.jpg -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/icon.png -------------------------------------------------------------------------------- /images/monobehavior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/monobehavior.png -------------------------------------------------------------------------------- /images/mrtk-hand-simulation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-hand-simulation.gif -------------------------------------------------------------------------------- /images/mrtk-hololens.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-hololens.gif -------------------------------------------------------------------------------- /images/mrtk-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-ios.gif -------------------------------------------------------------------------------- /images/mrtk-mouse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-mouse.gif -------------------------------------------------------------------------------- /images/mrtk-move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-move.gif -------------------------------------------------------------------------------- /images/mrtk-quest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-quest.gif -------------------------------------------------------------------------------- /images/mrtk-simulator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/mrtk-simulator.gif -------------------------------------------------------------------------------- /images/paint-android.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/paint-android.gif -------------------------------------------------------------------------------- /images/paint-hololens.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/paint-hololens.gif -------------------------------------------------------------------------------- /images/paint-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/paint-ios.gif -------------------------------------------------------------------------------- /images/paint-quest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/paint-quest.gif -------------------------------------------------------------------------------- /images/paint-simulator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/paint-simulator.gif -------------------------------------------------------------------------------- /images/paint-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/paint-youtube.png -------------------------------------------------------------------------------- /images/simple-webxr1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/simple-webxr1.gif -------------------------------------------------------------------------------- /images/simple-webxr2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/simple-webxr2.gif -------------------------------------------------------------------------------- /images/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/social.png -------------------------------------------------------------------------------- /images/spectator-view-desktop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/spectator-view-desktop.gif -------------------------------------------------------------------------------- /images/spectator-view-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/spectator-view-ios.gif -------------------------------------------------------------------------------- /images/xr-devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/xr-devices.jpg -------------------------------------------------------------------------------- /images/xrtk-solvers-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/xrtk-solvers-ios.gif -------------------------------------------------------------------------------- /images/xrtk-solvers-simulator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rufus31415/Simple-WebXR-Unity/HEAD/images/xrtk-solvers-simulator.gif --------------------------------------------------------------------------------