├── .gitignore ├── Assets ├── ARRealismDemos.meta ├── ARRealismDemos │ ├── AvatarLocomotion.meta │ ├── AvatarLocomotion │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── Robochef.meta │ │ │ └── Robochef │ │ │ │ ├── Animators.meta │ │ │ │ ├── Animators │ │ │ │ ├── ChefMainMenu.controller │ │ │ │ ├── ChefMainMenu.controller.meta │ │ │ │ ├── MainMenuEnter.playable │ │ │ │ ├── MainMenuEnter.playable.meta │ │ │ │ ├── MainMenuExit.playable │ │ │ │ └── MainMenuExit.playable.meta │ │ │ │ ├── Content.meta │ │ │ │ ├── Content │ │ │ │ ├── RobotChef.meta │ │ │ │ └── RobotChef │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ ├── MatRobotChef.mat │ │ │ │ │ ├── MatRobotChef.mat.meta │ │ │ │ │ ├── MatRobotChefGlass.mat │ │ │ │ │ ├── MatRobotChefGlass.mat.meta │ │ │ │ │ ├── Menu Lens.mat │ │ │ │ │ ├── Menu Lens.mat.meta │ │ │ │ │ ├── RobotChefGlass_AlbedoTransparency.png │ │ │ │ │ ├── RobotChefGlass_AlbedoTransparency.png.meta │ │ │ │ │ ├── RobotChef_AlbedoSmoothness.png │ │ │ │ │ ├── RobotChef_AlbedoSmoothness.png.meta │ │ │ │ │ ├── RobotChef_DepthOcclusion.mat │ │ │ │ │ ├── RobotChef_DepthOcclusion.mat.meta │ │ │ │ │ ├── RobotChef_Emissive.png │ │ │ │ │ ├── RobotChef_Emissive.png.meta │ │ │ │ │ ├── RobotChef_Menu.mat │ │ │ │ │ ├── RobotChef_Menu.mat.meta │ │ │ │ │ ├── RobotChef_Normal.png │ │ │ │ │ ├── RobotChef_Normal.png.meta │ │ │ │ │ ├── RobotChef_Occlusion.png │ │ │ │ │ ├── RobotChef_Occlusion.png.meta │ │ │ │ │ ├── RobotChef_Teleport.mat │ │ │ │ │ ├── RobotChef_Teleport.mat.meta │ │ │ │ │ ├── RobotChef_Teleport.png │ │ │ │ │ └── RobotChef_Teleport.png.meta │ │ │ │ │ ├── RobotChef.controller │ │ │ │ │ ├── RobotChef.controller.meta │ │ │ │ │ ├── RobotChef.fbx │ │ │ │ │ ├── RobotChef.fbx.meta │ │ │ │ │ ├── RobotChef@Attack.fbx │ │ │ │ │ ├── RobotChef@Attack.fbx.meta │ │ │ │ │ ├── RobotChef@Die.fbx │ │ │ │ │ ├── RobotChef@Die.fbx.meta │ │ │ │ │ ├── RobotChef@FastAttack.fbx │ │ │ │ │ ├── RobotChef@FastAttack.fbx.meta │ │ │ │ │ ├── RobotChef@FloatBackwardsFast.fbx │ │ │ │ │ ├── RobotChef@FloatBackwardsFast.fbx.meta │ │ │ │ │ ├── RobotChef@FloatBackwardsNormal.fbx │ │ │ │ │ ├── RobotChef@FloatBackwardsNormal.fbx.meta │ │ │ │ │ ├── RobotChef@FloatForwardFast.fbx │ │ │ │ │ ├── RobotChef@FloatForwardFast.fbx.meta │ │ │ │ │ ├── RobotChef@FloatForwardNormal.fbx │ │ │ │ │ ├── RobotChef@FloatForwardNormal.fbx.meta │ │ │ │ │ ├── RobotChef@FloatLeftFast.fbx │ │ │ │ │ ├── RobotChef@FloatLeftFast.fbx.meta │ │ │ │ │ ├── RobotChef@FloatLeftNormal.fbx │ │ │ │ │ ├── RobotChef@FloatLeftNormal.fbx.meta │ │ │ │ │ ├── RobotChef@FloatRightFast.fbx │ │ │ │ │ ├── RobotChef@FloatRightFast.fbx.meta │ │ │ │ │ ├── RobotChef@FloatRightNormal.fbx │ │ │ │ │ ├── RobotChef@FloatRightNormal.fbx.meta │ │ │ │ │ ├── RobotChef@FrenzyEnd.fbx │ │ │ │ │ ├── RobotChef@FrenzyEnd.fbx.meta │ │ │ │ │ ├── RobotChef@FrenzyMain.fbx │ │ │ │ │ ├── RobotChef@FrenzyMain.fbx.meta │ │ │ │ │ ├── RobotChef@FrenzyStart.fbx │ │ │ │ │ ├── RobotChef@FrenzyStart.fbx.meta │ │ │ │ │ ├── RobotChef@Hit.fbx │ │ │ │ │ ├── RobotChef@Hit.fbx.meta │ │ │ │ │ ├── RobotChef@Idle.fbx │ │ │ │ │ ├── RobotChef@Idle.fbx.meta │ │ │ │ │ ├── RobotChef@Intro.fbx │ │ │ │ │ ├── RobotChef@Intro.fbx.meta │ │ │ │ │ ├── RobotChef@Teleport.fbx │ │ │ │ │ ├── RobotChef@Teleport.fbx.meta │ │ │ │ │ ├── RobotChef_Prefab.prefab │ │ │ │ │ ├── RobotChef_Prefab.prefab.meta │ │ │ │ │ ├── RobotParticles.meta │ │ │ │ │ └── RobotParticles │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ ├── HalfDot01.png │ │ │ │ │ ├── HalfDot01.png.meta │ │ │ │ │ ├── MatRobotJetDots.mat │ │ │ │ │ ├── MatRobotJetDots.mat.meta │ │ │ │ │ ├── MatRobotJetDots_occlusion.mat │ │ │ │ │ ├── MatRobotJetDots_occlusion.mat.meta │ │ │ │ │ ├── MatRobotJetRings.mat │ │ │ │ │ ├── MatRobotJetRings.mat.meta │ │ │ │ │ ├── MatRobotJetRings_occlusion.mat │ │ │ │ │ ├── MatRobotJetRings_occlusion.mat.meta │ │ │ │ │ ├── Ring01.psd │ │ │ │ │ └── Ring01.psd.meta │ │ │ │ │ ├── RobotParticlesA.prefab │ │ │ │ │ └── RobotParticlesA.prefab.meta │ │ │ │ ├── Prefabs.meta │ │ │ │ ├── Prefabs │ │ │ │ ├── Robot.prefab │ │ │ │ └── Robot.prefab.meta │ │ │ │ ├── Shaders.meta │ │ │ │ └── Shaders │ │ │ │ ├── ARSurface.shader │ │ │ │ ├── ARSurface.shader.meta │ │ │ │ ├── Custom_ShadowDrawer.mat │ │ │ │ ├── Custom_ShadowDrawer.mat.meta │ │ │ │ ├── FullTransparency.shader │ │ │ │ ├── FullTransparency.shader.meta │ │ │ │ ├── Neuston_ARSurface.mat │ │ │ │ ├── Neuston_ARSurface.mat.meta │ │ │ │ ├── Particle Occluded Alpha Blend.shader │ │ │ │ ├── Particle Occluded Alpha Blend.shader.meta │ │ │ │ ├── ParticleOcclusionShader.shader │ │ │ │ ├── ParticleOcclusionShader.shader.meta │ │ │ │ ├── ShadowDrawer.shader │ │ │ │ ├── ShadowDrawer.shader.meta │ │ │ │ ├── TeleportShader.shader │ │ │ │ ├── TeleportShader.shader.meta │ │ │ │ ├── TeleportTransparentShader.shader │ │ │ │ ├── TeleportTransparentShader.shader.meta │ │ │ │ ├── TeleportTransparentShaderMenu.shader │ │ │ │ ├── TeleportTransparentShaderMenu.shader.meta │ │ │ │ ├── TeleportTransparentShaderOccluded.shader │ │ │ │ └── TeleportTransparentShaderOccluded.shader.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── AvatarLocomotion.unity │ │ │ ├── AvatarLocomotion.unity.meta │ │ │ ├── AvatarLocomotionSettings.lighting │ │ │ └── AvatarLocomotionSettings.lighting.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── AvatarController.cs │ │ │ ├── AvatarController.cs.meta │ │ │ ├── AvatarPathController.cs │ │ │ └── AvatarPathController.cs.meta │ ├── Collider.meta │ ├── Collider │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── CustomMeshMaterial.mat │ │ │ └── CustomMeshMaterial.mat.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── CapsuleProjectile.prefab │ │ │ ├── CapsuleProjectile.prefab.meta │ │ │ ├── ColliderMesh.prefab │ │ │ ├── ColliderMesh.prefab.meta │ │ │ ├── CubeProjectile.prefab │ │ │ ├── CubeProjectile.prefab.meta │ │ │ ├── SphereProjectile.prefab │ │ │ └── SphereProjectile.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── Collider.unity │ │ │ ├── Collider.unity.meta │ │ │ ├── ColliderSettings.lighting │ │ │ └── ColliderSettings.lighting.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── DepthMeshCollider.cs │ │ │ ├── DepthMeshCollider.cs.meta │ │ │ ├── Projectile.cs │ │ │ └── Projectile.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── ColliderShader.shader │ │ │ ├── ColliderShader.shader.meta │ │ │ ├── DepthProcessingCompute.compute │ │ │ └── DepthProcessingCompute.compute.meta │ ├── Common.meta │ ├── Common │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── Comfortaa-Bold.ttf │ │ │ ├── Comfortaa-Bold.ttf.meta │ │ │ ├── Roboto-Medium.ttf │ │ │ └── Roboto-Medium.ttf.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── BlackMaterial.mat │ │ │ ├── BlackMaterial.mat.meta │ │ │ ├── BlueMesh.mat │ │ │ ├── BlueMesh.mat.meta │ │ │ ├── GreenMesh.mat │ │ │ ├── GreenMesh.mat.meta │ │ │ ├── RedMesh.mat │ │ │ ├── RedMesh.mat.meta │ │ │ ├── arcore_pawn_material.mat │ │ │ └── arcore_pawn_material.mat.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── arcore_pawn.fbx │ │ │ └── arcore_pawn.fbx.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── ARCorePawn.prefab │ │ │ ├── ARCorePawn.prefab.meta │ │ │ ├── ARFDepthComponents.prefab │ │ │ ├── ARFDepthComponents.prefab.meta │ │ │ ├── Help Balloon Prefab.prefab │ │ │ ├── Help Balloon Prefab.prefab.meta │ │ │ ├── LightEsitmation.prefab │ │ │ └── LightEsitmation.prefab.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── ARCoreExtensionsCameraConfigFilter.asset │ │ │ ├── ARCoreExtensionsCameraConfigFilter.asset.meta │ │ │ ├── ARCoreExtensionsConfig.asset │ │ │ ├── ARCoreExtensionsConfig.asset.meta │ │ │ ├── DepthDataSourceConfig.asset │ │ │ └── DepthDataSourceConfig.asset.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── ARBackgroundMaterialReplacer.cs │ │ │ ├── ARBackgroundMaterialReplacer.cs.meta │ │ │ ├── AttachDepthTexture.cs │ │ │ ├── AttachDepthTexture.cs.meta │ │ │ ├── AvatarNavigationHelper.cs │ │ │ ├── AvatarNavigationHelper.cs.meta │ │ │ ├── BackgroundTextureProvider.cs │ │ │ ├── BackgroundTextureProvider.cs.meta │ │ │ ├── DebugPanel.cs │ │ │ ├── DebugPanel.cs.meta │ │ │ ├── DepthDataSourceConfig.cs │ │ │ ├── DepthDataSourceConfig.cs.meta │ │ │ ├── DepthSource.cs │ │ │ ├── DepthSource.cs.meta │ │ │ ├── DepthTarget.cs │ │ │ ├── DepthTarget.cs.meta │ │ │ ├── DestroyInDemoScene.cs │ │ │ ├── DestroyInDemoScene.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── DemoScenePreprocessBuild.cs │ │ │ │ ├── DemoScenePreprocessBuild.cs.meta │ │ │ │ ├── ReimportShaders.cs │ │ │ │ └── ReimportShaders.cs.meta │ │ │ ├── FpsText.cs │ │ │ ├── FpsText.cs.meta │ │ │ ├── HelpBalloonController.cs │ │ │ ├── HelpBalloonController.cs.meta │ │ │ ├── IDepthDataSource.cs │ │ │ ├── IDepthDataSource.cs.meta │ │ │ ├── LightEstimation.cs │ │ │ ├── LightEstimation.cs.meta │ │ │ ├── MotionStereoDepthDataSource.cs │ │ │ ├── MotionStereoDepthDataSource.cs.meta │ │ │ ├── NoticeHelper.cs │ │ │ ├── NoticeHelper.cs.meta │ │ │ ├── Recorder.cs │ │ │ ├── Recorder.cs.meta │ │ │ ├── SmoothingFilter.meta │ │ │ ├── SmoothingFilter │ │ │ │ ├── LowPassFilter.cs │ │ │ │ ├── LowPassFilter.cs.meta │ │ │ │ ├── PositionFilter.cs │ │ │ │ ├── PositionFilter.cs.meta │ │ │ │ ├── QuaternionFilter.cs │ │ │ │ ├── QuaternionFilter.cs.meta │ │ │ │ ├── SingleValueFilter.cs │ │ │ │ ├── SingleValueFilter.cs.meta │ │ │ │ ├── SmoothingFilterTest.cs │ │ │ │ ├── SmoothingFilterTest.cs.meta │ │ │ │ ├── SpeedAdaptiveFilter.cs │ │ │ │ └── SpeedAdaptiveFilter.cs.meta │ │ │ ├── Utilities.cs │ │ │ └── Utilities.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ARCoreDepth.cginc │ │ │ ├── ARCoreDepth.cginc.meta │ │ │ ├── ObjectOcclusionShader.shader │ │ │ ├── ObjectOcclusionShader.shader.meta │ │ │ ├── TurboColormap.glslinc │ │ │ ├── TurboColormap.glslinc.meta │ │ │ ├── Utilities.cginc │ │ │ └── Utilities.cginc.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── DepthColorRamp.png │ │ │ ├── DepthColorRamp.png.meta │ │ │ ├── arcore_pawn_albedo.png │ │ │ ├── arcore_pawn_albedo.png.meta │ │ │ ├── arcore_pawn_ao.png │ │ │ ├── arcore_pawn_ao.png.meta │ │ │ ├── button_circle.png │ │ │ ├── button_circle.png.meta │ │ │ ├── button_large_oval.png │ │ │ ├── button_large_oval.png.meta │ │ │ ├── button_oval.png │ │ │ ├── button_oval.png.meta │ │ │ ├── helpballoon.png │ │ │ ├── helpballoon.png.meta │ │ │ ├── helpballoon_bottom.png │ │ │ ├── helpballoon_bottom.png.meta │ │ │ ├── helpballoon_side.png │ │ │ ├── helpballoon_side.png.meta │ │ │ ├── icon.png │ │ │ ├── icon.png.meta │ │ │ ├── info_icon.png │ │ │ ├── info_icon.png.meta │ │ │ ├── pause.png │ │ │ ├── pause.png.meta │ │ │ ├── playback.png │ │ │ ├── playback.png.meta │ │ │ ├── record.png │ │ │ ├── record.png.meta │ │ │ ├── stop.png │ │ │ └── stop.png.meta │ ├── DemoCarousel.meta │ ├── DemoCarousel │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── 3DCursorButton.mat │ │ │ ├── 3DCursorButton.mat.meta │ │ │ ├── AvatarSceneButton.mat │ │ │ ├── AvatarSceneButton.mat.meta │ │ │ ├── ColliderSceneButton.mat │ │ │ ├── ColliderSceneButton.mat.meta │ │ │ ├── DepthMapSceneButton.mat │ │ │ ├── DepthMapSceneButton.mat.meta │ │ │ ├── FogSceneButton.mat │ │ │ ├── FogSceneButton.mat.meta │ │ │ ├── PointCloudSceneButton.mat │ │ │ └── PointCloudSceneButton.mat.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── LoadingSpinner.prefab │ │ │ └── LoadingSpinner.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── DemoCarousel.unity │ │ │ └── DemoCarousel.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── CarouselLabelOrientation.cs │ │ │ ├── CarouselLabelOrientation.cs.meta │ │ │ ├── DeviceOrientationInit.cs │ │ │ ├── DeviceOrientationInit.cs.meta │ │ │ ├── LoadingSpinner.cs │ │ │ ├── LoadingSpinner.cs.meta │ │ │ ├── RotateCanvas.cs │ │ │ ├── RotateCanvas.cs.meta │ │ │ ├── RotateCarouselButton.cs │ │ │ ├── RotateCarouselButton.cs.meta │ │ │ ├── SpinnerProgress.cs │ │ │ ├── SpinnerProgress.cs.meta │ │ │ ├── ToggleUIVisibility.cs │ │ │ └── ToggleUIVisibility.cs.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── 3dcursor.jpg │ │ │ ├── 3dcursor.jpg.meta │ │ │ ├── Spinner.png │ │ │ ├── Spinner.png.meta │ │ │ ├── andyhover.jpg │ │ │ ├── andyhover.jpg.meta │ │ │ ├── collider.jpg │ │ │ ├── collider.jpg.meta │ │ │ ├── depthmap.jpg │ │ │ ├── depthmap.jpg.meta │ │ │ ├── fog.jpg │ │ │ ├── fog.jpg.meta │ │ │ ├── pointcloud.jpg │ │ │ └── pointcloud.jpg.meta │ ├── DepthEffects.meta │ ├── DepthEffects │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── BackgroundToDepthMapMaterial.mat │ │ │ ├── BackgroundToDepthMapMaterial.mat.meta │ │ │ ├── BackgroundToFogEffectMaterial.mat │ │ │ └── BackgroundToFogEffectMaterial.mat.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── DepthEffects.unity │ │ │ ├── DepthEffects.unity.meta │ │ │ ├── DepthEffectsSettings.lighting │ │ │ ├── DepthEffectsSettings.lighting.meta │ │ │ ├── FogEffect.unity │ │ │ └── FogEffect.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── BackgroundToDepthMapEffectController.cs │ │ │ ├── BackgroundToDepthMapEffectController.cs.meta │ │ │ ├── BackgroundToFogEffectController.cs │ │ │ ├── BackgroundToFogEffectController.cs.meta │ │ │ ├── DepthEffectSceneController.cs │ │ │ └── DepthEffectSceneController.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── BackgroundToDepth.shader │ │ │ ├── BackgroundToDepth.shader.meta │ │ │ ├── BackgroundToDepthMapCore.glslinc │ │ │ ├── BackgroundToDepthMapCore.glslinc.meta │ │ │ ├── BackgroundToFogEffectShader.shader │ │ │ └── BackgroundToFogEffectShader.shader.meta │ ├── OrientedReticle.meta │ ├── OrientedReticle │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── DepthAwareReticle.mat │ │ │ ├── DepthAwareReticle.mat.meta │ │ │ ├── Reticle.mat │ │ │ ├── Reticle.mat.meta │ │ │ ├── ReticleCone.mat │ │ │ ├── ReticleCone.mat.meta │ │ │ ├── ReticleRing.mat │ │ │ ├── ReticleRing.mat.meta │ │ │ ├── ReticleTrail.mat │ │ │ ├── ReticleTrail.mat.meta │ │ │ ├── ReticleWithShadow.mat │ │ │ ├── ReticleWithShadow.mat.meta │ │ │ ├── Spray.mat │ │ │ ├── Spray.mat.meta │ │ │ ├── cone.obj │ │ │ ├── cone.obj.meta │ │ │ ├── coneBevel.obj │ │ │ └── coneBevel.obj.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── Cone.asset │ │ │ ├── Cone.asset.meta │ │ │ ├── Pipe.asset │ │ │ └── Pipe.asset.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── 3dCursor.prefab │ │ │ ├── 3dCursor.prefab.meta │ │ │ ├── PaintParticle.prefab │ │ │ ├── PaintParticle.prefab.meta │ │ │ ├── Reticle.prefab │ │ │ └── Reticle.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── OrientedReticle.unity │ │ │ └── OrientedReticle.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── OrientedReticle.cs │ │ │ ├── OrientedReticle.cs.meta │ │ │ ├── PaintEmitter.cs │ │ │ ├── PaintEmitter.cs.meta │ │ │ ├── UpdateDistanceMetrics.cs │ │ │ └── UpdateDistanceMetrics.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── PaintShader.shader │ │ │ ├── PaintShader.shader.meta │ │ │ ├── Reticle.shader │ │ │ └── Reticle.shader.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── ReticleTrail.png │ │ │ ├── ReticleTrail.png.meta │ │ │ ├── circle.png │ │ │ ├── circle.png.meta │ │ │ ├── reticle.png │ │ │ ├── reticle.png.meta │ │ │ ├── reticleWithShadow.png │ │ │ └── reticleWithShadow.png.meta │ ├── PointCloud.meta │ ├── PointCloud │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── CameraFadeInMaterial.mat │ │ │ ├── CameraFadeInMaterial.mat.meta │ │ │ ├── PointCloudMaterial.mat │ │ │ └── PointCloudMaterial.mat.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── RawPointClouds.unity │ │ │ ├── RawPointClouds.unity.meta │ │ │ ├── RawPointCloudsSettings.lighting │ │ │ └── RawPointCloudsSettings.lighting.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── RawPointCloudBlender.cs │ │ │ └── RawPointCloudBlender.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── CameraFadeInShader.shader │ │ │ ├── CameraFadeInShader.shader.meta │ │ │ ├── PointCloudShader.shader │ │ │ └── PointCloudShader.shader.meta │ ├── SceneManager.meta │ ├── SceneManager │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── CarouselMovement.cs │ │ │ ├── CarouselMovement.cs.meta │ │ │ ├── HapticManager.cs │ │ │ ├── HapticManager.cs.meta │ │ │ ├── SceneButton.cs │ │ │ ├── SceneButton.cs.meta │ │ │ ├── SceneSwitcher.cs │ │ │ └── SceneSwitcher.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── CarouselButton.shader │ │ │ └── CarouselButton.shader.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── CarouselGUI.renderTexture │ │ │ ├── CarouselGUI.renderTexture.meta │ │ │ ├── rounded_button.png │ │ │ └── rounded_button.png.meta │ ├── ScreenSpaceDepthMesh.meta │ └── ScreenSpaceDepthMesh │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── ShadowReceiveMeshMaterial.mat │ │ └── ShadowReceiveMeshMaterial.mat.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ ├── ShadowReceiverMesh.prefab │ │ └── ShadowReceiverMesh.prefab.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ ├── ShadowReceiverMesh.cs │ │ └── ShadowReceiverMesh.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ ├── ShadowReceiverMeshShader.shader │ │ └── ShadowReceiverMeshShader.shader.meta ├── XR.meta └── XR │ ├── Loaders.meta │ ├── Loaders │ ├── AR Core Loader.asset │ └── AR Core Loader.asset.meta │ ├── Settings.meta │ ├── Settings │ ├── AR Core Loader Settings.asset │ ├── AR Core Loader Settings.asset.meta │ ├── AR Core Settings.asset │ └── AR Core Settings.asset.meta │ ├── XRGeneralSettings.asset │ └── XRGeneralSettings.asset.meta ├── CONTRIBUTING.md ├── LICENSE ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── GvhProjectSettings.xml ├── InputManager.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Packages │ └── com.unity.learn.iet-framework │ │ └── Settings.json ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── TimelineSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset ├── XRPackageSettings.asset └── XRSettings.asset ├── README.md └── depthlab.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/ARRealismDemos.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/ChefMainMenu.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/ChefMainMenu.controller -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/ChefMainMenu.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/ChefMainMenu.controller.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuEnter.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuEnter.playable -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuEnter.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuEnter.playable.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuExit.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuExit.playable -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuExit.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Animators/MainMenuExit.playable.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChef.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChef.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChef.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChef.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChefGlass.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChefGlass.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChefGlass.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/MatRobotChefGlass.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/Menu Lens.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/Menu Lens.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/Menu Lens.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/Menu Lens.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChefGlass_AlbedoTransparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChefGlass_AlbedoTransparency.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChefGlass_AlbedoTransparency.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChefGlass_AlbedoTransparency.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_AlbedoSmoothness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_AlbedoSmoothness.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_AlbedoSmoothness.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_AlbedoSmoothness.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_DepthOcclusion.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_DepthOcclusion.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_DepthOcclusion.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_DepthOcclusion.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Emissive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Emissive.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Emissive.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Emissive.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Menu.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Menu.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Menu.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Menu.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Normal.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Normal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Normal.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Occlusion.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/Materials/RobotChef_Teleport.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.controller -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.controller.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Attack.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Attack.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Attack.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Attack.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Die.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Die.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Die.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Die.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FastAttack.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FastAttack.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FastAttack.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FastAttack.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsFast.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsFast.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsFast.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsFast.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsNormal.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsNormal.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsNormal.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatBackwardsNormal.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardFast.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardFast.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardFast.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardFast.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardNormal.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardNormal.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardNormal.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatForwardNormal.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftFast.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftFast.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftFast.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftFast.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftNormal.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftNormal.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftNormal.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatLeftNormal.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightFast.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightFast.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightFast.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightFast.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightNormal.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightNormal.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightNormal.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FloatRightNormal.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyEnd.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyEnd.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyEnd.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyEnd.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyMain.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyMain.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyMain.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyMain.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyStart.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyStart.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyStart.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@FrenzyStart.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Hit.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Hit.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Hit.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Hit.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Idle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Idle.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Idle.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Idle.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Intro.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Intro.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Intro.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Intro.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Teleport.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Teleport.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Teleport.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef@Teleport.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef_Prefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef_Prefab.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef_Prefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotChef_Prefab.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/HalfDot01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/HalfDot01.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/HalfDot01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/HalfDot01.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots_occlusion.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots_occlusion.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots_occlusion.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetDots_occlusion.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings_occlusion.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings_occlusion.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings_occlusion.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/MatRobotJetRings_occlusion.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/Ring01.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/Ring01.psd -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/Ring01.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/Materials/Ring01.psd.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/RobotParticlesA.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/RobotParticlesA.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/RobotParticlesA.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Content/RobotChef/RobotParticles/RobotParticlesA.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Prefabs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Prefabs/Robot.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Prefabs/Robot.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Prefabs/Robot.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Prefabs/Robot.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ARSurface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ARSurface.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ARSurface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ARSurface.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Custom_ShadowDrawer.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Custom_ShadowDrawer.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Custom_ShadowDrawer.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Custom_ShadowDrawer.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/FullTransparency.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/FullTransparency.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/FullTransparency.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/FullTransparency.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Neuston_ARSurface.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Neuston_ARSurface.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Neuston_ARSurface.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Neuston_ARSurface.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Particle Occluded Alpha Blend.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Particle Occluded Alpha Blend.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Particle Occluded Alpha Blend.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/Particle Occluded Alpha Blend.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ParticleOcclusionShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ParticleOcclusionShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ParticleOcclusionShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ParticleOcclusionShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ShadowDrawer.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ShadowDrawer.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ShadowDrawer.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/ShadowDrawer.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderMenu.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderMenu.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderMenu.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderMenu.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderOccluded.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderOccluded.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderOccluded.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Models/Robochef/Shaders/TeleportTransparentShaderOccluded.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scenes.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotion.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotion.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotion.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotion.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotionSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotionSettings.lighting -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotionSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scenes/AvatarLocomotionSettings.lighting.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarController.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarController.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarPathController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarPathController.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarPathController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/AvatarLocomotion/Scripts/AvatarPathController.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Materials/CustomMeshMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Materials/CustomMeshMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Materials/CustomMeshMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Materials/CustomMeshMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/CapsuleProjectile.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/CapsuleProjectile.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/CapsuleProjectile.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/CapsuleProjectile.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/ColliderMesh.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/ColliderMesh.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/ColliderMesh.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/ColliderMesh.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/CubeProjectile.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/CubeProjectile.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/CubeProjectile.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/CubeProjectile.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/SphereProjectile.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/SphereProjectile.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Prefabs/SphereProjectile.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Prefabs/SphereProjectile.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scenes.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scenes/Collider.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scenes/Collider.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scenes/Collider.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scenes/Collider.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scenes/ColliderSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scenes/ColliderSettings.lighting -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scenes/ColliderSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scenes/ColliderSettings.lighting.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scripts/DepthMeshCollider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scripts/DepthMeshCollider.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scripts/DepthMeshCollider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scripts/DepthMeshCollider.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scripts/Projectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scripts/Projectile.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Scripts/Projectile.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Scripts/Projectile.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Shaders/ColliderShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Shaders/ColliderShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Shaders/ColliderShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Shaders/ColliderShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Shaders/DepthProcessingCompute.compute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Shaders/DepthProcessingCompute.compute -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Collider/Shaders/DepthProcessingCompute.compute.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Collider/Shaders/DepthProcessingCompute.compute.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Fonts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Fonts/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Fonts/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Fonts/Comfortaa-Bold.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Fonts/Comfortaa-Bold.ttf.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Fonts/Roboto-Medium.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Fonts/Roboto-Medium.ttf.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/BlackMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/BlackMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/BlackMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/BlackMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/BlueMesh.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/BlueMesh.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/BlueMesh.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/BlueMesh.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/GreenMesh.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/GreenMesh.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/GreenMesh.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/GreenMesh.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/RedMesh.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/RedMesh.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/RedMesh.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/RedMesh.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/arcore_pawn_material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/arcore_pawn_material.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Materials/arcore_pawn_material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Materials/arcore_pawn_material.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Models.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Models/arcore_pawn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Models/arcore_pawn.fbx -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Models/arcore_pawn.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Models/arcore_pawn.fbx.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/ARCorePawn.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/ARCorePawn.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/ARCorePawn.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/ARCorePawn.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/ARFDepthComponents.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/ARFDepthComponents.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/ARFDepthComponents.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/ARFDepthComponents.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/Help Balloon Prefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/Help Balloon Prefab.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/Help Balloon Prefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/Help Balloon Prefab.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/LightEsitmation.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/LightEsitmation.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Prefabs/LightEsitmation.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Prefabs/LightEsitmation.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsCameraConfigFilter.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsCameraConfigFilter.asset -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsCameraConfigFilter.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsCameraConfigFilter.asset.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsConfig.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsConfig.asset -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsConfig.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources/ARCoreExtensionsConfig.asset.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources/DepthDataSourceConfig.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources/DepthDataSourceConfig.asset -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Resources/DepthDataSourceConfig.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Resources/DepthDataSourceConfig.asset.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/ARBackgroundMaterialReplacer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/ARBackgroundMaterialReplacer.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/ARBackgroundMaterialReplacer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/ARBackgroundMaterialReplacer.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/AttachDepthTexture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/AttachDepthTexture.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/AttachDepthTexture.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/AttachDepthTexture.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/AvatarNavigationHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/AvatarNavigationHelper.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/AvatarNavigationHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/AvatarNavigationHelper.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/BackgroundTextureProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/BackgroundTextureProvider.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/BackgroundTextureProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/BackgroundTextureProvider.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DebugPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DebugPanel.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DebugPanel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DebugPanel.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DepthDataSourceConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DepthDataSourceConfig.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DepthDataSourceConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DepthDataSourceConfig.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DepthSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DepthSource.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DepthSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DepthSource.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DepthTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DepthTarget.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DepthTarget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DepthTarget.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DestroyInDemoScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DestroyInDemoScene.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/DestroyInDemoScene.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/DestroyInDemoScene.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Editor/DemoScenePreprocessBuild.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Editor/DemoScenePreprocessBuild.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Editor/DemoScenePreprocessBuild.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Editor/DemoScenePreprocessBuild.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Editor/ReimportShaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Editor/ReimportShaders.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Editor/ReimportShaders.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Editor/ReimportShaders.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/FpsText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/FpsText.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/FpsText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/FpsText.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/HelpBalloonController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/HelpBalloonController.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/HelpBalloonController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/HelpBalloonController.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/IDepthDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/IDepthDataSource.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/IDepthDataSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/IDepthDataSource.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/LightEstimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/LightEstimation.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/LightEstimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/LightEstimation.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/MotionStereoDepthDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/MotionStereoDepthDataSource.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/MotionStereoDepthDataSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/MotionStereoDepthDataSource.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/NoticeHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/NoticeHelper.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/NoticeHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/NoticeHelper.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Recorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Recorder.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Recorder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Recorder.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/LowPassFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/LowPassFilter.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/LowPassFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/LowPassFilter.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/PositionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/PositionFilter.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/PositionFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/PositionFilter.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/QuaternionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/QuaternionFilter.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/QuaternionFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/QuaternionFilter.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SingleValueFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SingleValueFilter.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SingleValueFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SingleValueFilter.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SmoothingFilterTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SmoothingFilterTest.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SmoothingFilterTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SmoothingFilterTest.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SpeedAdaptiveFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SpeedAdaptiveFilter.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SpeedAdaptiveFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/SmoothingFilter/SpeedAdaptiveFilter.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Utilities.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Scripts/Utilities.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Scripts/Utilities.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/ARCoreDepth.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/ARCoreDepth.cginc -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/ARCoreDepth.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/ARCoreDepth.cginc.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/ObjectOcclusionShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/ObjectOcclusionShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/ObjectOcclusionShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/ObjectOcclusionShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/TurboColormap.glslinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/TurboColormap.glslinc -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/TurboColormap.glslinc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a593b90cb4e47ae8cb8cf41a581f992 3 | timeCreated: 1620840657 -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/Utilities.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/Utilities.cginc -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Shaders/Utilities.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Shaders/Utilities.cginc.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/DepthColorRamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/DepthColorRamp.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/DepthColorRamp.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/DepthColorRamp.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/arcore_pawn_albedo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/arcore_pawn_albedo.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/arcore_pawn_albedo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/arcore_pawn_albedo.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/arcore_pawn_ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/arcore_pawn_ao.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/arcore_pawn_ao.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/arcore_pawn_ao.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/button_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/button_circle.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/button_circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/button_circle.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/button_large_oval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/button_large_oval.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/button_large_oval.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/button_large_oval.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/button_oval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/button_oval.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/button_oval.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/button_oval.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/helpballoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/helpballoon.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/helpballoon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/helpballoon.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/helpballoon_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/helpballoon_bottom.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/helpballoon_bottom.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/helpballoon_bottom.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/helpballoon_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/helpballoon_side.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/helpballoon_side.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/helpballoon_side.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/icon.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/icon.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/info_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/info_icon.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/info_icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/info_icon.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/pause.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/pause.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/pause.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/playback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/playback.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/playback.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/playback.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/record.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/record.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/record.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/stop.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/Common/Textures/stop.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/Common/Textures/stop.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/3DCursorButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/3DCursorButton.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/3DCursorButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/3DCursorButton.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/AvatarSceneButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/AvatarSceneButton.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/AvatarSceneButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/AvatarSceneButton.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/ColliderSceneButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/ColliderSceneButton.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/ColliderSceneButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/ColliderSceneButton.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/DepthMapSceneButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/DepthMapSceneButton.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/DepthMapSceneButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/DepthMapSceneButton.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/FogSceneButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/FogSceneButton.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/FogSceneButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/FogSceneButton.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/PointCloudSceneButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/PointCloudSceneButton.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Materials/PointCloudSceneButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Materials/PointCloudSceneButton.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Prefabs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Prefabs/LoadingSpinner.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Prefabs/LoadingSpinner.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Prefabs/LoadingSpinner.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Prefabs/LoadingSpinner.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scenes.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scenes/DemoCarousel.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scenes/DemoCarousel.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scenes/DemoCarousel.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scenes/DemoCarousel.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/CarouselLabelOrientation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/CarouselLabelOrientation.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/CarouselLabelOrientation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/CarouselLabelOrientation.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/DeviceOrientationInit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/DeviceOrientationInit.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/DeviceOrientationInit.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/DeviceOrientationInit.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/LoadingSpinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/LoadingSpinner.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/LoadingSpinner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/LoadingSpinner.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCanvas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCanvas.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCanvas.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCanvas.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCarouselButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCarouselButton.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCarouselButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/RotateCarouselButton.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/SpinnerProgress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/SpinnerProgress.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/SpinnerProgress.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/SpinnerProgress.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/ToggleUIVisibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/ToggleUIVisibility.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Scripts/ToggleUIVisibility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Scripts/ToggleUIVisibility.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/3dcursor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/3dcursor.jpg -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/3dcursor.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/3dcursor.jpg.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/Spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/Spinner.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/Spinner.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/Spinner.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/andyhover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/andyhover.jpg -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/andyhover.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/andyhover.jpg.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/collider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/collider.jpg -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/collider.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/collider.jpg.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/depthmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/depthmap.jpg -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/depthmap.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/depthmap.jpg.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/fog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/fog.jpg -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/fog.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/fog.jpg.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/pointcloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/pointcloud.jpg -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DemoCarousel/Textures/pointcloud.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DemoCarousel/Textures/pointcloud.jpg.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToDepthMapMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToDepthMapMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToDepthMapMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToDepthMapMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToFogEffectMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToFogEffectMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToFogEffectMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Materials/BackgroundToFogEffectMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffects.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffects.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffects.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffects.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffectsSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffectsSettings.lighting -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffectsSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes/DepthEffectsSettings.lighting.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes/FogEffect.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes/FogEffect.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scenes/FogEffect.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scenes/FogEffect.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToDepthMapEffectController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToDepthMapEffectController.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToDepthMapEffectController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToDepthMapEffectController.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToFogEffectController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToFogEffectController.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToFogEffectController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts/BackgroundToFogEffectController.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts/DepthEffectSceneController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts/DepthEffectSceneController.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Scripts/DepthEffectSceneController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Scripts/DepthEffectSceneController.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepth.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepth.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepth.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepth.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepthMapCore.glslinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepthMapCore.glslinc -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToDepthMapCore.glslinc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9eda7496e65e4e639c247199a35fcd97 3 | timeCreated: 1620843579 -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToFogEffectShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToFogEffectShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToFogEffectShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/DepthEffects/Shaders/BackgroundToFogEffectShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/DepthAwareReticle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/DepthAwareReticle.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/DepthAwareReticle.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/DepthAwareReticle.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/Reticle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/Reticle.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/Reticle.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/Reticle.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleCone.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleCone.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleCone.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleCone.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleRing.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleRing.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleRing.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleRing.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleTrail.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleTrail.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleTrail.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleTrail.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleWithShadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleWithShadow.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/ReticleWithShadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/ReticleWithShadow.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/Spray.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/Spray.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/Spray.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/Spray.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/cone.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/cone.obj -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/cone.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/cone.obj.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/coneBevel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/coneBevel.obj -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Materials/coneBevel.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Materials/coneBevel.obj.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Models.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Models/Cone.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Models/Cone.asset -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Models/Cone.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Models/Cone.asset.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Models/Pipe.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Models/Pipe.asset -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Models/Pipe.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Models/Pipe.asset.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs/3dCursor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs/3dCursor.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs/3dCursor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs/3dCursor.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs/PaintParticle.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs/PaintParticle.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs/PaintParticle.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs/PaintParticle.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs/Reticle.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs/Reticle.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Prefabs/Reticle.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Prefabs/Reticle.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scenes.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scenes/OrientedReticle.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scenes/OrientedReticle.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scenes/OrientedReticle.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scenes/OrientedReticle.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts/OrientedReticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts/OrientedReticle.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts/OrientedReticle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts/OrientedReticle.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts/PaintEmitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts/PaintEmitter.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts/PaintEmitter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts/PaintEmitter.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts/UpdateDistanceMetrics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts/UpdateDistanceMetrics.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Scripts/UpdateDistanceMetrics.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Scripts/UpdateDistanceMetrics.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Shaders/PaintShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Shaders/PaintShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Shaders/PaintShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Shaders/PaintShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Shaders/Reticle.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Shaders/Reticle.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Shaders/Reticle.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Shaders/Reticle.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/ReticleTrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/ReticleTrail.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/ReticleTrail.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/ReticleTrail.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/circle.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/circle.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/reticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/reticle.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/reticle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/reticle.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/reticleWithShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/reticleWithShadow.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/OrientedReticle/Textures/reticleWithShadow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/OrientedReticle/Textures/reticleWithShadow.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Materials/CameraFadeInMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Materials/CameraFadeInMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Materials/CameraFadeInMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Materials/CameraFadeInMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Materials/PointCloudMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Materials/PointCloudMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Materials/PointCloudMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Materials/PointCloudMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scenes.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scenes/RawPointClouds.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scenes/RawPointClouds.unity -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scenes/RawPointClouds.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scenes/RawPointClouds.unity.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scenes/RawPointCloudsSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scenes/RawPointCloudsSettings.lighting -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scenes/RawPointCloudsSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scenes/RawPointCloudsSettings.lighting.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scripts/RawPointCloudBlender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scripts/RawPointCloudBlender.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Scripts/RawPointCloudBlender.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Scripts/RawPointCloudBlender.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Shaders/CameraFadeInShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Shaders/CameraFadeInShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Shaders/CameraFadeInShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Shaders/CameraFadeInShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Shaders/PointCloudShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Shaders/PointCloudShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/PointCloud/Shaders/PointCloudShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/PointCloud/Shaders/PointCloudShader.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/CarouselMovement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/CarouselMovement.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/CarouselMovement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/CarouselMovement.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/HapticManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/HapticManager.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/HapticManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/HapticManager.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/SceneButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/SceneButton.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/SceneButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/SceneButton.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/SceneSwitcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/SceneSwitcher.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Scripts/SceneSwitcher.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Scripts/SceneSwitcher.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Shaders/CarouselButton.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Shaders/CarouselButton.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Shaders/CarouselButton.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Shaders/CarouselButton.shader.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Textures.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Textures/CarouselGUI.renderTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Textures/CarouselGUI.renderTexture -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Textures/CarouselGUI.renderTexture.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Textures/CarouselGUI.renderTexture.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Textures/rounded_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Textures/rounded_button.png -------------------------------------------------------------------------------- /Assets/ARRealismDemos/SceneManager/Textures/rounded_button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/SceneManager/Textures/rounded_button.png.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Materials.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Materials/ShadowReceiveMeshMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Materials/ShadowReceiveMeshMaterial.mat -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Materials/ShadowReceiveMeshMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Materials/ShadowReceiveMeshMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Prefabs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Prefabs/ShadowReceiverMesh.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Prefabs/ShadowReceiverMesh.prefab -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Prefabs/ShadowReceiverMesh.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Prefabs/ShadowReceiverMesh.prefab.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Scripts.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Scripts/ShadowReceiverMesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Scripts/ShadowReceiverMesh.cs -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Scripts/ShadowReceiverMesh.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Scripts/ShadowReceiverMesh.cs.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Shaders.meta -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Shaders/ShadowReceiverMeshShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Shaders/ShadowReceiverMeshShader.shader -------------------------------------------------------------------------------- /Assets/ARRealismDemos/ScreenSpaceDepthMesh/Shaders/ShadowReceiverMeshShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/ARRealismDemos/ScreenSpaceDepthMesh/Shaders/ShadowReceiverMeshShader.shader.meta -------------------------------------------------------------------------------- /Assets/XR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR.meta -------------------------------------------------------------------------------- /Assets/XR/Loaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Loaders.meta -------------------------------------------------------------------------------- /Assets/XR/Loaders/AR Core Loader.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Loaders/AR Core Loader.asset -------------------------------------------------------------------------------- /Assets/XR/Loaders/AR Core Loader.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Loaders/AR Core Loader.asset.meta -------------------------------------------------------------------------------- /Assets/XR/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Settings.meta -------------------------------------------------------------------------------- /Assets/XR/Settings/AR Core Loader Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Settings/AR Core Loader Settings.asset -------------------------------------------------------------------------------- /Assets/XR/Settings/AR Core Loader Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Settings/AR Core Loader Settings.asset.meta -------------------------------------------------------------------------------- /Assets/XR/Settings/AR Core Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Settings/AR Core Settings.asset -------------------------------------------------------------------------------- /Assets/XR/Settings/AR Core Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/Settings/AR Core Settings.asset.meta -------------------------------------------------------------------------------- /Assets/XR/XRGeneralSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/XRGeneralSettings.asset -------------------------------------------------------------------------------- /Assets/XR/XRGeneralSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Assets/XR/XRGeneralSettings.asset.meta -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GvhProjectSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/GvhProjectSettings.xml -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Packages/com.unity.learn.iet-framework/Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/Packages/com.unity.learn.iet-framework/Settings.json -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRPackageSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/XRPackageSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/README.md -------------------------------------------------------------------------------- /depthlab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlesamples/arcore-depth-lab/HEAD/depthlab.gif --------------------------------------------------------------------------------