├── .gitignore ├── Assets ├── GoogleARCore.meta ├── GoogleARCore │ ├── CLI.meta │ ├── CLI │ │ ├── augmented_image_cli_linux │ │ ├── augmented_image_cli_linux.meta │ │ ├── augmented_image_cli_osx │ │ ├── augmented_image_cli_osx.meta │ │ ├── augmented_image_cli_win.exe │ │ └── augmented_image_cli_win.exe.meta │ ├── Configurations.meta │ ├── Configurations │ │ ├── DefaultSessionConfig.asset │ │ └── DefaultSessionConfig.asset.meta │ ├── Editor.meta │ ├── Editor │ │ ├── ARCoreiOSDependencies.template │ │ └── ARCoreiOSDependencies.template.meta │ ├── Examples.meta │ ├── Examples │ │ ├── AugmentedFaces.meta │ │ ├── AugmentedFaces │ │ │ ├── Configurations.meta │ │ │ ├── Configurations │ │ │ │ ├── AugmentedFaceSessionConfiguration.asset │ │ │ │ └── AugmentedFaceSessionConfiguration.asset.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── FaceOccluderMaterial.mat │ │ │ │ ├── FaceOccluderMaterial.mat.meta │ │ │ │ ├── FoxEarMaterial.mat │ │ │ │ ├── FoxEarMaterial.mat.meta │ │ │ │ ├── FoxFaceMaterial.mat │ │ │ │ ├── FoxFaceMaterial.mat.meta │ │ │ │ ├── FoxNoiseMaterial.mat │ │ │ │ ├── FoxNoiseMaterial.mat.meta │ │ │ │ ├── Shaders.meta │ │ │ │ ├── Shaders │ │ │ │ │ ├── AugmentedFaceOccluder.shader │ │ │ │ │ └── AugmentedFaceOccluder.shader.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ │ ├── ear_fur.png │ │ │ │ │ ├── ear_fur.png.meta │ │ │ │ │ ├── eyelashes_alpha.png │ │ │ │ │ ├── eyelashes_alpha.png.meta │ │ │ │ │ ├── fox_face_mesh_texture.png │ │ │ │ │ ├── fox_face_mesh_texture.png.meta │ │ │ │ │ ├── highlighter_screen.png │ │ │ │ │ ├── highlighter_screen.png.meta │ │ │ │ │ ├── nose_fur.png │ │ │ │ │ ├── nose_fur.png.meta │ │ │ │ │ ├── shadows_multiply.png │ │ │ │ │ └── shadows_multiply.png.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── canonical_face_mesh.fbx │ │ │ │ ├── canonical_face_mesh.fbx.meta │ │ │ │ ├── fox_sample.fbx │ │ │ │ └── fox_sample.fbx.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── AugmentedFaces.unity │ │ │ │ └── AugmentedFaces.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── ARCoreAugmentedFaceMeshFilter.cs │ │ │ │ ├── ARCoreAugmentedFaceMeshFilter.cs.meta │ │ │ │ ├── ARCoreAugmentedFaceRig.cs │ │ │ │ ├── ARCoreAugmentedFaceRig.cs.meta │ │ │ │ ├── AugmentedFacesExampleController.cs │ │ │ │ └── AugmentedFacesExampleController.cs.meta │ │ ├── AugmentedImage.meta │ │ ├── AugmentedImage │ │ │ ├── Configurations.meta │ │ │ ├── Configurations │ │ │ │ ├── AugmentedImagesSessionConfig.asset │ │ │ │ └── AugmentedImagesSessionConfig.asset.meta │ │ │ ├── Images.meta │ │ │ ├── Images │ │ │ │ ├── 000.jpg │ │ │ │ ├── 000.jpg.meta │ │ │ │ ├── 001.jpg │ │ │ │ ├── 001.jpg.meta │ │ │ │ ├── 002.jpg │ │ │ │ ├── 002.jpg.meta │ │ │ │ ├── 003.jpg │ │ │ │ ├── 003.jpg.meta │ │ │ │ ├── 004.jpg │ │ │ │ ├── 004.jpg.meta │ │ │ │ ├── 005.jpg │ │ │ │ ├── 005.jpg.meta │ │ │ │ ├── 006.jpg │ │ │ │ ├── 006.jpg.meta │ │ │ │ ├── 007.jpg │ │ │ │ ├── 007.jpg.meta │ │ │ │ ├── 008.jpg │ │ │ │ ├── 008.jpg.meta │ │ │ │ ├── 009.jpg │ │ │ │ ├── 009.jpg.meta │ │ │ │ ├── Example Database.asset │ │ │ │ └── Example Database.asset.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Frame.meta │ │ │ │ └── Frame │ │ │ │ │ ├── Frame Material.mat │ │ │ │ │ ├── Frame Material.mat.meta │ │ │ │ │ ├── FrameLowerLeft.obj │ │ │ │ │ ├── FrameLowerLeft.obj.meta │ │ │ │ │ ├── FrameLowerRight.obj │ │ │ │ │ ├── FrameLowerRight.obj.meta │ │ │ │ │ ├── FrameUpperLeft.obj │ │ │ │ │ ├── FrameUpperLeft.obj.meta │ │ │ │ │ ├── FrameUpperRight.obj │ │ │ │ │ └── FrameUpperRight.obj.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── AugmentedImageVisualizer.prefab │ │ │ │ └── AugmentedImageVisualizer.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── AugmentedImage.unity │ │ │ │ └── AugmentedImage.unity.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── AugmentedImageExampleController.cs │ │ │ │ ├── AugmentedImageExampleController.cs.meta │ │ │ │ ├── AugmentedImageVisualizer.cs │ │ │ │ └── AugmentedImageVisualizer.cs.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── fit_to_scan.png │ │ │ │ ├── fit_to_scan.png.meta │ │ │ │ ├── frame_base.png │ │ │ │ └── frame_base.png.meta │ │ ├── CloudAnchors.meta │ │ ├── CloudAnchors │ │ │ ├── Configurations.meta │ │ │ ├── Configurations │ │ │ │ ├── CloudAnchorsSessionConfig.asset │ │ │ │ └── CloudAnchorsSessionConfig.asset.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── AnchorDiffuse.png │ │ │ │ ├── AnchorDiffuse.png.meta │ │ │ │ ├── AnchorDiffuseMaterial.mat │ │ │ │ ├── AnchorDiffuseMaterial.mat.meta │ │ │ │ ├── AnchorMaterial.mat │ │ │ │ ├── AnchorMaterial.mat.meta │ │ │ │ ├── StarDiffuse.png │ │ │ │ ├── StarDiffuse.png.meta │ │ │ │ ├── StarDiffuseMaterial.mat │ │ │ │ ├── StarDiffuseMaterial.mat.meta │ │ │ │ ├── StarMaterial.mat │ │ │ │ └── StarMaterial.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Star_01.mtl │ │ │ │ ├── Star_01.mtl.meta │ │ │ │ ├── Star_01.obj │ │ │ │ ├── Star_01.obj.meta │ │ │ │ ├── anchor.mtl │ │ │ │ ├── anchor.mtl.meta │ │ │ │ ├── anchor.obj │ │ │ │ └── anchor.obj.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Anchor.prefab │ │ │ │ ├── Anchor.prefab.meta │ │ │ │ ├── Player.prefab │ │ │ │ ├── Player.prefab.meta │ │ │ │ ├── Row.prefab │ │ │ │ ├── Row.prefab.meta │ │ │ │ ├── Star.prefab │ │ │ │ └── Star.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── CloudAnchors.unity │ │ │ │ └── CloudAnchors.unity.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── ARCoreWorldOriginHelper.cs │ │ │ │ ├── ARCoreWorldOriginHelper.cs.meta │ │ │ │ ├── ARKitHelper.cs │ │ │ │ ├── ARKitHelper.cs.meta │ │ │ │ ├── AnchorController.cs │ │ │ │ ├── AnchorController.cs.meta │ │ │ │ ├── CloudAnchorsExampleController.cs │ │ │ │ ├── CloudAnchorsExampleController.cs.meta │ │ │ │ ├── CloudAnchorsNetworkManager.cs │ │ │ │ ├── CloudAnchorsNetworkManager.cs.meta │ │ │ │ ├── LocalPlayerController.cs │ │ │ │ ├── LocalPlayerController.cs.meta │ │ │ │ ├── MultiplatformMeshSelector.cs │ │ │ │ ├── MultiplatformMeshSelector.cs.meta │ │ │ │ ├── NetworkManagerUIController.cs │ │ │ │ └── NetworkManagerUIController.cs.meta │ │ │ ├── circle.png │ │ │ └── circle.png.meta │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Andy.meta │ │ │ │ ├── Andy │ │ │ │ │ ├── Andy.obj │ │ │ │ │ ├── Andy.obj.meta │ │ │ │ │ ├── AndyBlobShadow.obj │ │ │ │ │ ├── AndyBlobShadow.obj.meta │ │ │ │ │ ├── AndyBlobShadow.png │ │ │ │ │ ├── AndyBlobShadow.png.meta │ │ │ │ │ ├── AndyDiffuseMaterial.mat │ │ │ │ │ ├── AndyDiffuseMaterial.mat.meta │ │ │ │ │ ├── AndyMaterialBlue.mat │ │ │ │ │ ├── AndyMaterialBlue.mat.meta │ │ │ │ │ ├── AndyMaterialGreen.mat │ │ │ │ │ ├── AndyMaterialGreen.mat.meta │ │ │ │ │ ├── AndyMetallicBlueMaterial.mat │ │ │ │ │ ├── AndyMetallicBlueMaterial.mat.meta │ │ │ │ │ ├── AndyMetallicGreenMaterial.mat │ │ │ │ │ ├── AndyMetallicGreenMaterial.mat.meta │ │ │ │ │ ├── AndyMetallicPurpleMaterial.mat │ │ │ │ │ ├── AndyMetallicPurpleMaterial.mat.meta │ │ │ │ │ ├── AndyShadowMaterial.mat │ │ │ │ │ ├── AndyShadowMaterial.mat.meta │ │ │ │ │ ├── Andy_DiffuseLitBlue.png │ │ │ │ │ ├── Andy_DiffuseLitBlue.png.meta │ │ │ │ │ ├── Andy_DiffuseLitGreen.png │ │ │ │ │ ├── Andy_DiffuseLitGreen.png.meta │ │ │ │ │ ├── Andy_DiffuseLitPurple.png │ │ │ │ │ └── Andy_DiffuseLitPurple.png.meta │ │ │ │ ├── PlaneGrid.mat │ │ │ │ ├── PlaneGrid.mat.meta │ │ │ │ ├── PointCloud.mat │ │ │ │ ├── PointCloud.mat.meta │ │ │ │ ├── Shaders.meta │ │ │ │ ├── Shaders │ │ │ │ │ ├── MobileDiffuseWithLightEstimation.shader │ │ │ │ │ ├── MobileDiffuseWithLightEstimation.shader.meta │ │ │ │ │ ├── MobileSpecularWithLightEstimation.shader │ │ │ │ │ ├── MobileSpecularWithLightEstimation.shader.meta │ │ │ │ │ ├── PlaneGrid.shader │ │ │ │ │ ├── PlaneGrid.shader.meta │ │ │ │ │ ├── PointCloud.shader │ │ │ │ │ ├── PointCloud.shader.meta │ │ │ │ │ ├── TransparentShadow.shader │ │ │ │ │ └── TransparentShadow.shader.meta │ │ │ │ ├── ShadowPlane.mat │ │ │ │ ├── ShadowPlane.mat.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ │ ├── AugmentedFaceIcon.png │ │ │ │ │ ├── AugmentedFaceIcon.png.meta │ │ │ │ │ ├── AugmentedImageIcon.png │ │ │ │ │ ├── AugmentedImageIcon.png.meta │ │ │ │ │ ├── CloudAnchorIcon.png │ │ │ │ │ ├── CloudAnchorIcon.png.meta │ │ │ │ │ ├── ComputerVisionIcon.png │ │ │ │ │ ├── ComputerVisionIcon.png.meta │ │ │ │ │ ├── HelloARIcon.png │ │ │ │ │ ├── HelloARIcon.png.meta │ │ │ │ │ ├── ObjectManipulationIcon.png │ │ │ │ │ ├── ObjectManipulationIcon.png.meta │ │ │ │ │ ├── TriGrid.png │ │ │ │ │ └── TriGrid.png.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── AndyBlue.prefab │ │ │ │ ├── AndyBlue.prefab.meta │ │ │ │ ├── AndyGreen.prefab │ │ │ │ ├── AndyGreen.prefab.meta │ │ │ │ ├── AndyGreenDiffuse.prefab │ │ │ │ ├── AndyGreenDiffuse.prefab.meta │ │ │ │ ├── AndyPurple.prefab │ │ │ │ ├── AndyPurple.prefab.meta │ │ │ │ ├── DetectedPlaneVisualizer.prefab │ │ │ │ ├── DetectedPlaneVisualizer.prefab.meta │ │ │ │ ├── PlaneDiscovery.prefab │ │ │ │ ├── PlaneDiscovery.prefab.meta │ │ │ │ ├── PointCloud.prefab │ │ │ │ └── PointCloud.prefab.meta │ │ │ ├── Roboto-Regular.ttf │ │ │ ├── Roboto-Regular.ttf.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── DetectedPlaneGenerator.cs │ │ │ │ ├── DetectedPlaneGenerator.cs.meta │ │ │ │ ├── DetectedPlaneVisualizer.cs │ │ │ │ ├── DetectedPlaneVisualizer.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── PointcloudVisualizerEditor.cs │ │ │ │ │ └── PointcloudVisualizerEditor.cs.meta │ │ │ │ ├── PlaneDiscoveryGuide.cs │ │ │ │ ├── PlaneDiscoveryGuide.cs.meta │ │ │ │ ├── PointcloudVisualizer.cs │ │ │ │ ├── PointcloudVisualizer.cs.meta │ │ │ │ ├── RawImageVideoPlayer.cs │ │ │ │ ├── RawImageVideoPlayer.cs.meta │ │ │ │ ├── SafeAreaScaler.cs │ │ │ │ └── SafeAreaScaler.cs.meta │ │ │ ├── Textures.meta │ │ │ ├── Textures │ │ │ │ ├── Surface.png │ │ │ │ ├── Surface.png.meta │ │ │ │ ├── VideoRenderTexture.renderTexture │ │ │ │ ├── VideoRenderTexture.renderTexture.meta │ │ │ │ ├── background.png │ │ │ │ ├── background.png.meta │ │ │ │ ├── transparent.png │ │ │ │ └── transparent.png.meta │ │ │ ├── Videos.meta │ │ │ └── Videos │ │ │ │ ├── hand_oem.webm │ │ │ │ └── hand_oem.webm.meta │ │ ├── ComputerVision.meta │ │ ├── ComputerVision │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── EdgeDetectionBackground.shader │ │ │ │ ├── EdgeDetectionBackground.shader.meta │ │ │ │ ├── EdgeDetectionBackgroundMaterial.mat │ │ │ │ └── EdgeDetectionBackgroundMaterial.mat.meta │ │ │ ├── Plugins.meta │ │ │ ├── Plugins │ │ │ │ ├── libarcore_camera_utility.so │ │ │ │ ├── libarcore_camera_utility.so.meta │ │ │ │ ├── src.meta │ │ │ │ └── src │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── arcore_camera_utility.zip │ │ │ │ │ └── arcore_camera_utility.zip.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── ComputerVision.unity │ │ │ │ └── ComputerVision.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── ComputerVisionController.cs │ │ │ │ ├── ComputerVisionController.cs.meta │ │ │ │ ├── EdgeDetector.cs │ │ │ │ ├── EdgeDetector.cs.meta │ │ │ │ ├── PointClickHandler.cs │ │ │ │ ├── PointClickHandler.cs.meta │ │ │ │ ├── TextureReader.cs │ │ │ │ ├── TextureReader.cs.meta │ │ │ │ ├── TextureReaderApi.cs │ │ │ │ └── TextureReaderApi.cs.meta │ │ ├── HelloAR.meta │ │ ├── HelloAR │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── HelloAR.unity │ │ │ │ └── HelloAR.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── HelloARController.cs │ │ │ │ └── HelloARController.cs.meta │ │ ├── ObjectManipulation.meta │ │ └── ObjectManipulation │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ ├── DottedLineMaterial.mat │ │ │ ├── DottedLineMaterial.mat.meta │ │ │ ├── dottedline.png │ │ │ ├── dottedline.png.meta │ │ │ ├── footprint.mtl │ │ │ ├── footprint.mtl.meta │ │ │ ├── footprint.obj │ │ │ └── footprint.obj.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ ├── Andy.prefab │ │ │ ├── Andy.prefab.meta │ │ │ ├── ElevationVisualization.prefab │ │ │ ├── ElevationVisualization.prefab.meta │ │ │ ├── ManipulationSystem.prefab │ │ │ ├── ManipulationSystem.prefab.meta │ │ │ ├── Manipulator.prefab │ │ │ ├── Manipulator.prefab.meta │ │ │ ├── SelectionVisualization.prefab │ │ │ └── SelectionVisualization.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ ├── ObjectManipulation.unity │ │ │ └── ObjectManipulation.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ ├── AndyPlacementManipulator.cs │ │ │ ├── AndyPlacementManipulator.cs.meta │ │ │ ├── Gestures.meta │ │ │ ├── Gestures │ │ │ ├── DragGesture.cs │ │ │ ├── DragGesture.cs.meta │ │ │ ├── DragGestureRecognizer.cs │ │ │ ├── DragGestureRecognizer.cs.meta │ │ │ ├── Gesture.cs │ │ │ ├── Gesture.cs.meta │ │ │ ├── GestureRecognizer.cs │ │ │ ├── GestureRecognizer.cs.meta │ │ │ ├── GestureTouchesUtility.cs │ │ │ ├── GestureTouchesUtility.cs.meta │ │ │ ├── PinchGesture.cs │ │ │ ├── PinchGesture.cs.meta │ │ │ ├── PinchGestureRecognizer.cs │ │ │ ├── PinchGestureRecognizer.cs.meta │ │ │ ├── TapGesture.cs │ │ │ ├── TapGesture.cs.meta │ │ │ ├── TapGestureRecognizer.cs │ │ │ ├── TapGestureRecognizer.cs.meta │ │ │ ├── TransformationUtility.cs │ │ │ ├── TransformationUtility.cs.meta │ │ │ ├── TwistGesture.cs │ │ │ ├── TwistGesture.cs.meta │ │ │ ├── TwistGestureRecognizer.cs │ │ │ ├── TwistGestureRecognizer.cs.meta │ │ │ ├── TwoFingerDragGesture.cs │ │ │ ├── TwoFingerDragGesture.cs.meta │ │ │ ├── TwoFingerDragGestureRecognizer.cs │ │ │ └── TwoFingerDragGestureRecognizer.cs.meta │ │ │ ├── ManipulationSystem.cs │ │ │ ├── ManipulationSystem.cs.meta │ │ │ ├── Manipulators.meta │ │ │ ├── Manipulators │ │ │ ├── ElevationManipulator.cs │ │ │ ├── ElevationManipulator.cs.meta │ │ │ ├── Manipulator.cs │ │ │ ├── Manipulator.cs.meta │ │ │ ├── RotationManipulator.cs │ │ │ ├── RotationManipulator.cs.meta │ │ │ ├── ScaleManipulator.cs │ │ │ ├── ScaleManipulator.cs.meta │ │ │ ├── SelectionManipulator.cs │ │ │ ├── SelectionManipulator.cs.meta │ │ │ ├── TranslationManipulator.cs │ │ │ └── TranslationManipulator.cs.meta │ │ │ ├── ObjectManipulationController.cs │ │ │ └── ObjectManipulationController.cs.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── ARCore Device.prefab │ │ ├── ARCore Device.prefab.meta │ │ ├── Environmental Light.prefab │ │ └── Environmental Light.prefab.meta │ ├── SDK.meta │ └── SDK │ │ ├── BuildResources.meta │ │ ├── BuildResources │ │ ├── cloud_anchor_manifest.aartemplate │ │ └── cloud_anchor_manifest.aartemplate.meta │ │ ├── InstantPreview.meta │ │ ├── InstantPreview │ │ ├── Plugins.meta │ │ ├── Plugins │ │ │ ├── x86_64.meta │ │ │ └── x86_64 │ │ │ │ ├── arcore_instant_preview_unity_plugin.bundle.meta │ │ │ │ ├── arcore_instant_preview_unity_plugin.bundle │ │ │ │ ├── Contents.meta │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Info.plist.meta │ │ │ │ │ ├── MacOS.meta │ │ │ │ │ ├── MacOS │ │ │ │ │ ├── arcore_instant_preview_unity_plugin │ │ │ │ │ └── arcore_instant_preview_unity_plugin.meta │ │ │ │ │ ├── _CodeSignature.meta │ │ │ │ │ └── _CodeSignature │ │ │ │ │ ├── CodeResources │ │ │ │ │ └── CodeResources.meta │ │ │ │ ├── arcore_instant_preview_unity_plugin.dll │ │ │ │ └── arcore_instant_preview_unity_plugin.dll.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── InstantPreviewBugReport.cs │ │ │ └── InstantPreviewBugReport.cs.meta │ │ │ ├── InstantPreview.apk │ │ │ ├── InstantPreview.apk.meta │ │ │ ├── InstantPreviewInput.cs │ │ │ ├── InstantPreviewInput.cs.meta │ │ │ ├── InstantPreviewManager.cs │ │ │ ├── InstantPreviewManager.cs.meta │ │ │ ├── InstantPreviewTrackedPoseDriver.cs │ │ │ └── InstantPreviewTrackedPoseDriver.cs.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── ARBackground.mat │ │ ├── ARBackground.mat.meta │ │ ├── ARBackground.shader │ │ └── ARBackground.shader.meta │ │ ├── Plugins.meta │ │ ├── Plugins │ │ ├── Google.Protobuf.dll │ │ ├── Google.Protobuf.dll.meta │ │ ├── arcore_arkit_integration.mm │ │ ├── arcore_arkit_integration.mm.meta │ │ ├── arcore_client.aar │ │ ├── arcore_client.aar.meta │ │ ├── arcore_rendering_utils.aar │ │ ├── arcore_rendering_utils.aar.meta │ │ ├── arcore_unity.aar │ │ ├── arcore_unity.aar.meta │ │ ├── google_ar_optional.aar │ │ ├── google_ar_optional.aar.meta │ │ ├── google_ar_required.aar │ │ ├── google_ar_required.aar.meta │ │ ├── unityandroidpermissions.aar │ │ ├── unityandroidpermissions.aar.meta │ │ ├── unitygar.aar │ │ └── unitygar.aar.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── ViewInARIcon.png │ │ └── ViewInARIcon.png.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ ├── ARCoreBackgroundRenderer.cs │ │ ├── ARCoreBackgroundRenderer.cs.meta │ │ ├── ARCoreSession.cs │ │ ├── ARCoreSession.cs.meta │ │ ├── ARCoreSessionConfig.cs │ │ ├── ARCoreSessionConfig.cs.meta │ │ ├── Anchor.cs │ │ ├── Anchor.cs.meta │ │ ├── AndroidPermissionsManager.cs │ │ ├── AndroidPermissionsManager.cs.meta │ │ ├── AndroidPermissionsRequestResult.cs │ │ ├── AndroidPermissionsRequestResult.cs.meta │ │ ├── Api.meta │ │ ├── Api │ │ ├── NativeSession.cs │ │ ├── NativeSession.cs.meta │ │ ├── Types.meta │ │ ├── Types │ │ │ ├── ApiApkInstallStatusExtensions.cs │ │ │ ├── ApiApkInstallStatusExtensions.cs.meta │ │ │ ├── ApiApkInstallationStatus.cs │ │ │ ├── ApiApkInstallationStatus.cs.meta │ │ │ ├── ApiArStatus.cs │ │ │ ├── ApiArStatus.cs.meta │ │ │ ├── ApiArStatusExtensions.cs │ │ │ ├── ApiArStatusExtensions.cs.meta │ │ │ ├── ApiAugmentedFaceMode.cs │ │ │ ├── ApiAugmentedFaceMode.cs.meta │ │ │ ├── ApiAugmentedFaceRegionType.cs │ │ │ ├── ApiAugmentedFaceRegionType.cs.meta │ │ │ ├── ApiAvailability.cs │ │ │ ├── ApiAvailability.cs.meta │ │ │ ├── ApiAvailabilityExtensions.cs │ │ │ ├── ApiAvailabilityExtensions.cs.meta │ │ │ ├── ApiCameraConfigFacingDirection.cs │ │ │ ├── ApiCameraConfigFacingDirection.cs.meta │ │ │ ├── ApiCameraConfigFacingDirectionExtensions.cs │ │ │ ├── ApiCameraConfigFacingDirectionExtensions.cs.meta │ │ │ ├── ApiCameraFocusMode.cs │ │ │ ├── ApiCameraFocusMode.cs.meta │ │ │ ├── ApiCameraMetadata.cs │ │ │ ├── ApiCameraMetadata.cs.meta │ │ │ ├── ApiCloudAnchorMode.cs │ │ │ ├── ApiCloudAnchorMode.cs.meta │ │ │ ├── ApiCloudAnchorState.cs │ │ │ ├── ApiCloudAnchorState.cs.meta │ │ │ ├── ApiCloudAnchorStateExtensions.cs │ │ │ ├── ApiCloudAnchorStateExtensions.cs.meta │ │ │ ├── ApiConstants.cs │ │ │ ├── ApiConstants.cs.meta │ │ │ ├── ApiCoordinates2dType.cs │ │ │ ├── ApiCoordinates2dType.cs.meta │ │ │ ├── ApiDisplayUvCoords.cs │ │ │ ├── ApiDisplayUvCoords.cs.meta │ │ │ ├── ApiDisplayUvCoordsExtensions.cs │ │ │ ├── ApiDisplayUvCoordsExtensions.cs.meta │ │ │ ├── ApiFeaturePointOrientationMode.cs │ │ │ ├── ApiFeaturePointOrientationMode.cs.meta │ │ │ ├── ApiFeaturePointOrientationModeExtensions.cs │ │ │ ├── ApiFeaturePointOrientationModeExtensions.cs.meta │ │ │ ├── ApiLightEstimateState.cs │ │ │ ├── ApiLightEstimateState.cs.meta │ │ │ ├── ApiLightEstimateStateExtensions.cs │ │ │ ├── ApiLightEstimateStateExtensions.cs.meta │ │ │ ├── ApiLightEstimationMode.cs │ │ │ ├── ApiLightEstimationMode.cs.meta │ │ │ ├── ApiLightEstimationModeExtension.cs │ │ │ ├── ApiLightEstimationModeExtension.cs.meta │ │ │ ├── ApiPlaneFindingMode.cs │ │ │ ├── ApiPlaneFindingMode.cs.meta │ │ │ ├── ApiPlaneType.cs │ │ │ ├── ApiPlaneType.cs.meta │ │ │ ├── ApiPlaneTypeExtensions.cs │ │ │ ├── ApiPlaneTypeExtensions.cs.meta │ │ │ ├── ApiPoseData.cs │ │ │ ├── ApiPoseData.cs.meta │ │ │ ├── ApiPrestoConfig.cs │ │ │ ├── ApiPrestoConfig.cs.meta │ │ │ ├── ApiPrestoDeviceCameraDirection.cs │ │ │ ├── ApiPrestoDeviceCameraDirection.cs.meta │ │ │ ├── ApiPrestoStatus.cs │ │ │ ├── ApiPrestoStatus.cs.meta │ │ │ ├── ApiPrestoStatusExtensions.cs │ │ │ ├── ApiPrestoStatusExtensions.cs.meta │ │ │ ├── ApiTrackableType.cs │ │ │ ├── ApiTrackableType.cs.meta │ │ │ ├── ApiTrackingFailureReason.cs │ │ │ ├── ApiTrackingFailureReason.cs.meta │ │ │ ├── ApiTrackingFailureReasonExtensions.cs │ │ │ ├── ApiTrackingFailureReasonExtensions.cs.meta │ │ │ ├── ApiTrackingState.cs │ │ │ ├── ApiTrackingState.cs.meta │ │ │ ├── ApiTrackingStateExtensions.cs │ │ │ ├── ApiTrackingStateExtensions.cs.meta │ │ │ ├── ApiTrackingStateXPExtensions.cs │ │ │ ├── ApiTrackingStateXPExtensions.cs.meta │ │ │ ├── ApiUpdateMode.cs │ │ │ └── ApiUpdateMode.cs.meta │ │ ├── Wrappers.meta │ │ └── Wrappers │ │ │ ├── AnchorApi.cs │ │ │ ├── AnchorApi.cs.meta │ │ │ ├── AugmentedFaceApi.cs │ │ │ ├── AugmentedFaceApi.cs.meta │ │ │ ├── AugmentedImageApi.cs │ │ │ ├── AugmentedImageApi.cs.meta │ │ │ ├── AugmentedImageDatabaseApi.cs │ │ │ ├── AugmentedImageDatabaseApi.cs.meta │ │ │ ├── CameraApi.cs │ │ │ ├── CameraApi.cs.meta │ │ │ ├── CameraConfigApi.cs │ │ │ ├── CameraConfigApi.cs.meta │ │ │ ├── CameraConfigListApi.cs │ │ │ ├── CameraConfigListApi.cs.meta │ │ │ ├── CameraMetadataApi.cs │ │ │ ├── CameraMetadataApi.cs.meta │ │ │ ├── FrameApi.cs │ │ │ ├── FrameApi.cs.meta │ │ │ ├── HitTestApi.cs │ │ │ ├── HitTestApi.cs.meta │ │ │ ├── ImageApi.cs │ │ │ ├── ImageApi.cs.meta │ │ │ ├── LightEstimateApi.cs │ │ │ ├── LightEstimateApi.cs.meta │ │ │ ├── PlaneApi.cs │ │ │ ├── PlaneApi.cs.meta │ │ │ ├── PointApi.cs │ │ │ ├── PointApi.cs.meta │ │ │ ├── PointCloudApi.cs │ │ │ ├── PointCloudApi.cs.meta │ │ │ ├── PoseApi.cs │ │ │ ├── PoseApi.cs.meta │ │ │ ├── SessionApi.cs │ │ │ ├── SessionApi.cs.meta │ │ │ ├── SessionConfigApi.cs │ │ │ ├── SessionConfigApi.cs.meta │ │ │ ├── TrackableApi.cs │ │ │ ├── TrackableApi.cs.meta │ │ │ ├── TrackableListApi.cs │ │ │ └── TrackableListApi.cs.meta │ │ ├── ApkAvailabilityStatus.cs │ │ ├── ApkAvailabilityStatus.cs.meta │ │ ├── ApkInstallationStatus.cs │ │ ├── ApkInstallationStatus.cs.meta │ │ ├── Async.meta │ │ ├── Async │ │ ├── WaitForTaskCompletionYieldInstruction.cs │ │ └── WaitForTaskCompletionYieldInstruction.cs.meta │ │ ├── AsyncTask.cs │ │ ├── AsyncTask.cs.meta │ │ ├── AugmentedFace.cs │ │ ├── AugmentedFace.cs.meta │ │ ├── AugmentedFaceMode.cs │ │ ├── AugmentedFaceMode.cs.meta │ │ ├── AugmentedFaceRegion.cs │ │ ├── AugmentedFaceRegion.cs.meta │ │ ├── AugmentedImage.cs │ │ ├── AugmentedImage.cs.meta │ │ ├── AugmentedImageDatabase.cs │ │ ├── AugmentedImageDatabase.cs.meta │ │ ├── AugmentedImageDatabaseEntry.cs │ │ ├── AugmentedImageDatabaseEntry.cs.meta │ │ ├── AugmentedImageTrackingMethod.cs │ │ ├── AugmentedImageTrackingMethod.cs.meta │ │ ├── CameraConfig.cs │ │ ├── CameraConfig.cs.meta │ │ ├── CameraFocusMode.cs │ │ ├── CameraFocusMode.cs.meta │ │ ├── CameraImageBytes.cs │ │ ├── CameraImageBytes.cs.meta │ │ ├── CameraIntrinsics.cs │ │ ├── CameraIntrinsics.cs.meta │ │ ├── CameraMetadataTag.cs │ │ ├── CameraMetadataTag.cs.meta │ │ ├── CameraMetadataValue.cs │ │ ├── CameraMetadataValue.cs.meta │ │ ├── CloudAnchorResult.cs │ │ ├── CloudAnchorResult.cs.meta │ │ ├── CloudServiceResponse.cs │ │ ├── CloudServiceResponse.cs.meta │ │ ├── Deprecated.meta │ │ ├── Deprecated │ │ ├── TrackedPlane.cs │ │ ├── TrackedPlane.cs.meta │ │ ├── TrackedPoint.cs │ │ ├── TrackedPoint.cs.meta │ │ ├── TrackedPointOrientationMode.cs │ │ └── TrackedPointOrientationMode.cs.meta │ │ ├── DetectedPlane.cs │ │ ├── DetectedPlane.cs.meta │ │ ├── DetectedPlaneFindingMode.cs │ │ ├── DetectedPlaneFindingMode.cs.meta │ │ ├── DetectedPlaneType.cs │ │ ├── DetectedPlaneType.cs.meta │ │ ├── DeviceCameraDirection.cs │ │ ├── DeviceCameraDirection.cs.meta │ │ ├── DisplayUvCoordinateType.cs │ │ ├── DisplayUvCoordinateType.cs.meta │ │ ├── DisplayUvCoordinateTypeExtension.cs │ │ ├── DisplayUvCoordinateTypeExtension.cs.meta │ │ ├── DisplayUvCoords.cs │ │ ├── DisplayUvCoords.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── ARCoreAnalytics.cs │ │ ├── ARCoreAnalytics.cs.meta │ │ ├── ARCoreAnalyticsGUI.cs │ │ ├── ARCoreAnalyticsGUI.cs.meta │ │ ├── ARCoreAnalyticsPreferences.cs │ │ ├── ARCoreAnalyticsPreferences.cs.meta │ │ ├── ARCoreAnalyticsProvider.cs │ │ ├── ARCoreAnalyticsProvider.cs.meta │ │ ├── ARCoreIOSSupportHelper.cs │ │ ├── ARCoreIOSSupportHelper.cs.meta │ │ ├── ARCoreIOSSupportPreprocessBuild.cs │ │ ├── ARCoreIOSSupportPreprocessBuild.cs.meta │ │ ├── ARCoreProjectSettingsGUI.cs │ │ ├── ARCoreProjectSettingsGUI.cs.meta │ │ ├── ARCoreProjectSettingsProvider.cs │ │ ├── ARCoreProjectSettingsProvider.cs.meta │ │ ├── ARCoreProjectSettingsWindow.cs │ │ ├── ARCoreProjectSettingsWindow.cs.meta │ │ ├── ARCoreSessionConfigEditor.cs │ │ ├── ARCoreSessionConfigEditor.cs.meta │ │ ├── ARCoreSupportedPreprocessBuild.cs │ │ ├── ARCoreSupportedPreprocessBuild.cs.meta │ │ ├── Analytics.meta │ │ ├── Analytics │ │ │ ├── ArcoreClearcut.cs │ │ │ ├── ArcoreClearcut.cs.meta │ │ │ ├── ArcoreSdkLog.cs │ │ │ └── ArcoreSdkLog.cs.meta │ │ ├── AndroidDependenciesHelper.cs │ │ ├── AndroidDependenciesHelper.cs.meta │ │ ├── AssetHelper.cs │ │ ├── AssetHelper.cs.meta │ │ ├── AugmentedImageDatabaseContextMenu.cs │ │ ├── AugmentedImageDatabaseContextMenu.cs.meta │ │ ├── AugmentedImageDatabaseInspector.cs │ │ ├── AugmentedImageDatabaseInspector.cs.meta │ │ ├── AugmentedImageDatabasePreprocessBuild.cs │ │ ├── AugmentedImageDatabasePreprocessBuild.cs.meta │ │ ├── BackgroundJobExecutor.cs │ │ ├── BackgroundJobExecutor.cs.meta │ │ ├── CloudAnchorPreprocessBuild.cs │ │ ├── CloudAnchorPreprocessBuild.cs.meta │ │ ├── ExampleBuildHelper.cs │ │ ├── ExampleBuildHelper.cs.meta │ │ ├── ExamplePreprocessBuild.cs │ │ ├── ExamplePreprocessBuild.cs.meta │ │ ├── LogRequestUtils.cs │ │ ├── LogRequestUtils.cs.meta │ │ ├── PreprocessBuildBase.cs │ │ ├── PreprocessBuildBase.cs.meta │ │ ├── RequiredOptionalPreprocessBuild.cs │ │ └── RequiredOptionalPreprocessBuild.cs.meta │ │ ├── EnvironmentalLight.cs │ │ ├── EnvironmentalLight.cs.meta │ │ ├── ExperimentSupport.meta │ │ ├── ExperimentSupport │ │ ├── ExperimentBase.cs │ │ ├── ExperimentBase.cs.meta │ │ ├── ExperimentManager.cs │ │ └── ExperimentManager.cs.meta │ │ ├── FeaturePoint.cs │ │ ├── FeaturePoint.cs.meta │ │ ├── FeaturePointOrientationMode.cs │ │ ├── FeaturePointOrientationMode.cs.meta │ │ ├── Frame.cs │ │ ├── Frame.cs.meta │ │ ├── LightEstimate.cs │ │ ├── LightEstimate.cs.meta │ │ ├── LightEstimateState.cs │ │ ├── LightEstimateState.cs.meta │ │ ├── LightEstimationMode.cs │ │ ├── LightEstimationMode.cs.meta │ │ ├── LostTrackingReason.cs │ │ ├── LostTrackingReason.cs.meta │ │ ├── Managers.meta │ │ ├── Managers │ │ ├── ARCoreAndroidLifecycleManager.cs │ │ ├── ARCoreAndroidLifecycleManager.cs.meta │ │ ├── ARCoreIOSLifecycleManager.cs │ │ ├── ARCoreIOSLifecycleManager.cs.meta │ │ ├── ARPrestoCallbackManager.cs │ │ ├── ARPrestoCallbackManager.cs.meta │ │ ├── CloudServiceManager.cs │ │ ├── CloudServiceManager.cs.meta │ │ ├── ILifecycleManager.cs │ │ ├── ILifecycleManager.cs.meta │ │ ├── LifecycleManager.cs │ │ ├── LifecycleManager.cs.meta │ │ ├── PointCloudManager.cs │ │ ├── PointCloudManager.cs.meta │ │ ├── TrackableManager.cs │ │ └── TrackableManager.cs.meta │ │ ├── PointCloudPoint.cs │ │ ├── PointCloudPoint.cs.meta │ │ ├── Session.cs │ │ ├── Session.cs.meta │ │ ├── SessionStatus.cs │ │ ├── SessionStatus.cs.meta │ │ ├── SessionStatusExtensions.cs │ │ ├── SessionStatusExtensions.cs.meta │ │ ├── Trackable.cs │ │ ├── Trackable.cs.meta │ │ ├── TrackableHit.cs │ │ ├── TrackableHit.cs.meta │ │ ├── TrackableHitFlags.cs │ │ ├── TrackableHitFlags.cs.meta │ │ ├── TrackableQueryFilter.cs │ │ ├── TrackableQueryFilter.cs.meta │ │ ├── TrackingState.cs │ │ ├── TrackingState.cs.meta │ │ ├── Utility.meta │ │ ├── Utility │ │ ├── ARCoreProjectSettings.cs │ │ ├── ARCoreProjectSettings.cs.meta │ │ ├── ARDebug.cs │ │ ├── ARDebug.cs.meta │ │ ├── AndroidNativeHelper.cs │ │ ├── AndroidNativeHelper.cs.meta │ │ ├── ConversionHelper.cs │ │ ├── ConversionHelper.cs.meta │ │ ├── DllImportNoop.cs │ │ ├── DllImportNoop.cs.meta │ │ ├── IntPtrEqualityComparer.cs │ │ ├── IntPtrEqualityComparer.cs.meta │ │ ├── MarshalingHelper.cs │ │ ├── MarshalingHelper.cs.meta │ │ ├── ShellHelper.cs │ │ ├── ShellHelper.cs.meta │ │ ├── SuppressMemoryAllocationErrorAttribute.cs │ │ ├── SuppressMemoryAllocationErrorAttribute.cs.meta │ │ ├── ThrottledLogMessage.cs │ │ └── ThrottledLogMessage.cs.meta │ │ ├── VersionInfo.cs │ │ ├── VersionInfo.cs.meta │ │ ├── XPAnchor.cs │ │ ├── XPAnchor.cs.meta │ │ ├── XPSession.cs │ │ ├── XPSession.cs.meta │ │ ├── XPSessionStatus.cs │ │ ├── XPSessionStatus.cs.meta │ │ ├── XPTrackingState.cs │ │ └── XPTrackingState.cs.meta ├── PlayServicesResolver.meta ├── PlayServicesResolver │ ├── Editor.meta │ └── Editor │ │ ├── Google.IOSResolver_v1.2.105.0.dll │ │ ├── Google.IOSResolver_v1.2.105.0.dll.mdb │ │ ├── Google.IOSResolver_v1.2.105.0.dll.mdb.meta │ │ ├── Google.IOSResolver_v1.2.105.0.dll.meta │ │ ├── Google.JarResolver_v1.2.105.0.dll │ │ ├── Google.JarResolver_v1.2.105.0.dll.mdb │ │ ├── Google.JarResolver_v1.2.105.0.dll.mdb.meta │ │ ├── Google.JarResolver_v1.2.105.0.dll.meta │ │ ├── Google.VersionHandler.dll │ │ ├── Google.VersionHandler.dll.mdb │ │ ├── Google.VersionHandler.dll.mdb.meta │ │ ├── Google.VersionHandler.dll.meta │ │ ├── Google.VersionHandlerImpl_v1.2.105.0.dll │ │ ├── Google.VersionHandlerImpl_v1.2.105.0.dll.mdb │ │ ├── Google.VersionHandlerImpl_v1.2.105.0.dll.mdb.meta │ │ ├── Google.VersionHandlerImpl_v1.2.105.0.dll.meta │ │ ├── play-services-resolver_v1.2.105.0.txt │ │ └── play-services-resolver_v1.2.105.0.txt.meta ├── UnityARKitAndARCoreCommon.meta ├── UnityARKitAndARCoreCommon │ ├── Editor.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── ARCore.meta │ │ ├── ARCore │ │ │ ├── ARCoreController.prefab │ │ │ └── ARCoreController.prefab.meta │ │ ├── ARKit.meta │ │ ├── ARKit │ │ │ ├── ARCameraManager.prefab │ │ │ ├── ARCameraManager.prefab.meta │ │ │ ├── ARKitController.prefab │ │ │ ├── ARKitController.prefab.meta │ │ │ ├── PointCloudParticleExample.prefab │ │ │ └── PointCloudParticleExample.prefab.meta │ │ ├── Common.meta │ │ └── Common │ │ │ ├── ARDirectionalLight.prefab │ │ │ ├── ARDirectionalLight.prefab.meta │ │ │ ├── SwitchARController.prefab │ │ │ └── SwitchARController.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── ARCoreScene.unity │ │ ├── ARCoreScene.unity.meta │ │ ├── ARKitScene.unity │ │ ├── ARKitScene.unity.meta │ │ ├── ARScene.unity │ │ └── ARScene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── ARCore.meta │ │ ├── ARCore │ │ ├── ARCoreController.cs │ │ └── ARCoreController.cs.meta │ │ ├── ARKit.meta │ │ ├── ARKit │ │ ├── ARKitController.cs │ │ └── ARKitController.cs.meta │ │ ├── Common.meta │ │ └── Common │ │ ├── ARControllerBase.cs │ │ ├── ARControllerBase.cs.meta │ │ ├── ARDirectionalLight.cs │ │ ├── ARDirectionalLight.cs.meta │ │ ├── SwitchARController.cs │ │ ├── SwitchARController.cs.meta │ │ ├── Util.cs │ │ └── Util.cs.meta ├── UnityARKitPlugin.meta ├── UnityARKitPlugin │ ├── ARKitRemote.meta │ ├── ARKitRemote │ │ ├── ARKITREMOTE.txt │ │ ├── ARKITREMOTE.txt.meta │ │ ├── ARKitFaceTrackingRemoteConnection.cs │ │ ├── ARKitFaceTrackingRemoteConnection.cs.meta │ │ ├── ARKitRemoteConnection.cs │ │ ├── ARKitRemoteConnection.cs.meta │ │ ├── ARKitRemoteConnection.prefab │ │ ├── ARKitRemoteConnection.prefab.meta │ │ ├── CompressionHelper.cs │ │ ├── CompressionHelper.cs.meta │ │ ├── ConnectToEditor.cs │ │ ├── ConnectToEditor.cs.meta │ │ ├── ConnectionMessageIds.cs │ │ ├── ConnectionMessageIds.cs.meta │ │ ├── EditorARFaceAnchor.cs │ │ ├── EditorARFaceAnchor.cs.meta │ │ ├── EditorARPlaneAnchor.cs │ │ ├── EditorARPlaneAnchor.cs.meta │ │ ├── EditorHitTest.cs │ │ ├── EditorHitTest.cs.meta │ │ ├── EditorTestScene.unity │ │ ├── EditorTestScene.unity.meta │ │ ├── ObjectSerializationExtension.cs │ │ ├── ObjectSerializationExtension.cs.meta │ │ ├── SerializableObjects.cs │ │ ├── SerializableObjects.cs.meta │ │ ├── UnityARKitRemote.unity │ │ ├── UnityARKitRemote.unity.meta │ │ ├── UnityRemoteVideo.cs │ │ └── UnityRemoteVideo.cs.meta │ ├── Examples.meta │ ├── Examples │ │ ├── ARKit1.5.meta │ │ ├── ARKit1.5 │ │ │ ├── UnityARImageAnchor.meta │ │ │ ├── UnityARImageAnchor │ │ │ │ ├── ARImagesSet_UnityLogo.asset │ │ │ │ ├── ARImagesSet_UnityLogo.asset.meta │ │ │ │ ├── GenerateImageAnchor.cs │ │ │ │ ├── GenerateImageAnchor.cs.meta │ │ │ │ ├── ReferenceImages.meta │ │ │ │ ├── ReferenceImages │ │ │ │ │ ├── unitylogoblackonwhite.jpg │ │ │ │ │ ├── unitylogoblackonwhite.jpg.meta │ │ │ │ │ ├── unitylogowhiteonblack.jpg │ │ │ │ │ └── unitylogowhiteonblack.jpg.meta │ │ │ │ ├── UnityARImageAnchor.unity │ │ │ │ ├── UnityARImageAnchor.unity.meta │ │ │ │ ├── UnityLogoReferenceImage.asset │ │ │ │ ├── UnityLogoReferenceImage.asset.meta │ │ │ │ ├── UnityLogoWhiteOnBlack.asset │ │ │ │ └── UnityLogoWhiteOnBlack.asset.meta │ │ │ ├── UnityARKitRelocalize.meta │ │ │ ├── UnityARKitRelocalize │ │ │ │ ├── RelocalizationControl.cs │ │ │ │ ├── RelocalizationControl.cs.meta │ │ │ │ ├── UnityARKitRelocalize.unity │ │ │ │ └── UnityARKitRelocalize.unity.meta │ │ │ ├── UnityARPlaneMesh.meta │ │ │ ├── UnityARPlaneMesh │ │ │ │ ├── UnityARPlaneMesh.unity │ │ │ │ └── UnityARPlaneMesh.unity.meta │ │ │ ├── UnityARPointCloudIds.meta │ │ │ ├── UnityARPointCloudIds │ │ │ │ ├── PointCloudIdsExample.cs │ │ │ │ ├── PointCloudIdsExample.cs.meta │ │ │ │ ├── UnityPointCloudIds.unity │ │ │ │ └── UnityPointCloudIds.unity.meta │ │ │ ├── UnityARSetWorldOrigin.meta │ │ │ ├── UnityARSetWorldOrigin │ │ │ │ ├── SetWorldOriginControl.cs │ │ │ │ ├── SetWorldOriginControl.cs.meta │ │ │ │ ├── UnityARSetWorldOrigin.unity │ │ │ │ └── UnityARSetWorldOrigin.unity.meta │ │ │ ├── UnityARVideoFormats.meta │ │ │ └── UnityARVideoFormats │ │ │ │ ├── FaceTrackingVideoFormatsExample.cs │ │ │ │ ├── FaceTrackingVideoFormatsExample.cs.meta │ │ │ │ ├── UnityARFaceTrackingVideoFormats.unity │ │ │ │ ├── UnityARFaceTrackingVideoFormats.unity.meta │ │ │ │ ├── UnityARVideoFormats.unity │ │ │ │ ├── UnityARVideoFormats.unity.meta │ │ │ │ ├── VideoFormatButton.cs │ │ │ │ ├── VideoFormatButton.cs.meta │ │ │ │ ├── VideoFormatsExample.cs │ │ │ │ └── VideoFormatsExample.cs.meta │ │ ├── ARKit2.0.meta │ │ ├── ARKit2.0 │ │ │ ├── UnityAREnvironmentTexture.meta │ │ │ ├── UnityAREnvironmentTexture │ │ │ │ ├── GenerateEnvironmentProbeAnchors.cs │ │ │ │ ├── GenerateEnvironmentProbeAnchors.cs.meta │ │ │ │ ├── HitCreateEnvironmentProbe.cs │ │ │ │ ├── HitCreateEnvironmentProbe.cs.meta │ │ │ │ ├── ReflectionProbeGameObject.cs │ │ │ │ ├── ReflectionProbeGameObject.cs.meta │ │ │ │ ├── UnityAREnvironmentProbeAnchor.unity │ │ │ │ ├── UnityAREnvironmentProbeAnchor.unity.meta │ │ │ │ ├── UnityAREnvironmentProbeAnchorManual.unity │ │ │ │ └── UnityAREnvironmentProbeAnchorManual.unity.meta │ │ │ ├── UnityARObjectAnchor.meta │ │ │ ├── UnityARObjectAnchor │ │ │ │ ├── CokeCanObject.asset │ │ │ │ ├── CokeCanObject.asset.meta │ │ │ │ ├── ExampleObjectsSet.asset │ │ │ │ ├── ExampleObjectsSet.asset.meta │ │ │ │ ├── GenerateObjectAnchor.cs │ │ │ │ ├── GenerateObjectAnchor.cs.meta │ │ │ │ ├── ReferenceObjects.meta │ │ │ │ ├── ReferenceObjects │ │ │ │ │ ├── cokeCan.arobject │ │ │ │ │ ├── cokeCan.arobject.meta │ │ │ │ │ ├── cokeCan.png │ │ │ │ │ └── cokeCan.png.meta │ │ │ │ ├── UnityARObjectAnchor.unity │ │ │ │ └── UnityARObjectAnchor.unity.meta │ │ │ ├── UnityARWorldMap.meta │ │ │ ├── UnityARWorldMap │ │ │ │ ├── UnityARWorldMap.unity │ │ │ │ ├── UnityARWorldMap.unity.meta │ │ │ │ ├── UnityARWorldMapSerialized.unity │ │ │ │ ├── UnityARWorldMapSerialized.unity.meta │ │ │ │ ├── UpdateWorldMappingStatus.cs │ │ │ │ ├── UpdateWorldMappingStatus.cs.meta │ │ │ │ ├── WorldMapManager.cs │ │ │ │ └── WorldMapManager.cs.meta │ │ │ ├── UnityObjectScanner.meta │ │ │ ├── UnityObjectScanner │ │ │ │ ├── DetectedObjectManager.cs │ │ │ │ ├── DetectedObjectManager.cs.meta │ │ │ │ ├── ObjectScanManager.cs │ │ │ │ ├── ObjectScanManager.cs.meta │ │ │ │ ├── ObjectScanSessionManager.cs │ │ │ │ ├── ObjectScanSessionManager.cs.meta │ │ │ │ ├── ObjectText.cs │ │ │ │ ├── ObjectText.cs.meta │ │ │ │ ├── PickBoundingBox.cs │ │ │ │ ├── PickBoundingBox.cs.meta │ │ │ │ ├── PrintBounds.cs │ │ │ │ ├── PrintBounds.cs.meta │ │ │ │ ├── UnityObjectScanner.unity │ │ │ │ └── UnityObjectScanner.unity.meta │ │ │ ├── UnityTongueAndEyes.meta │ │ │ └── UnityTongueAndEyes │ │ │ │ ├── TongueDetector.cs │ │ │ │ ├── TongueDetector.cs.meta │ │ │ │ ├── UnityEyeManager.cs │ │ │ │ ├── UnityEyeManager.cs.meta │ │ │ │ ├── UnityTongueAndEyes.unity │ │ │ │ └── UnityTongueAndEyes.unity.meta │ │ ├── AddRemoveAnchorExample.meta │ │ ├── AddRemoveAnchorExample │ │ │ ├── AddRemoveAnchorScene.unity │ │ │ ├── AddRemoveAnchorScene.unity.meta │ │ │ ├── RandomCube.prefab │ │ │ ├── RandomCube.prefab.meta │ │ │ ├── UnityARUserAnchorExample.cs │ │ │ └── UnityARUserAnchorExample.cs.meta │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── 2000px-Checkerboard_pattern.svg.mat │ │ │ │ ├── 2000px-Checkerboard_pattern.svg.mat.meta │ │ │ │ ├── 2000px-Checkerboard_patternUV.svg.mat │ │ │ │ ├── 2000px-Checkerboard_patternUV.svg.mat.meta │ │ │ │ ├── ARKitPlaneMesh.mat │ │ │ │ ├── ARKitPlaneMesh.mat.meta │ │ │ │ ├── BallMaterial.mat │ │ │ │ ├── BallMaterial.mat.meta │ │ │ │ ├── BoundingBox_Selected.mat │ │ │ │ ├── BoundingBox_Selected.mat.meta │ │ │ │ ├── BoundingBox_Unselected.mat │ │ │ │ ├── BoundingBox_Unselected.mat.meta │ │ │ │ ├── EnvironmentMapMaterial.mat │ │ │ │ ├── EnvironmentMapMaterial.mat.meta │ │ │ │ ├── MeshBorder.mat │ │ │ │ ├── MeshBorder.mat.meta │ │ │ │ ├── Plane Physic Material.physicMaterial │ │ │ │ ├── Plane Physic Material.physicMaterial.meta │ │ │ │ ├── PlayerMaterial.mat │ │ │ │ ├── PlayerMaterial.mat.meta │ │ │ │ ├── PointCloudMaterial.mat │ │ │ │ ├── PointCloudMaterial.mat.meta │ │ │ │ ├── PointCloudParticleMaterial.mat │ │ │ │ ├── PointCloudParticleMaterial.mat.meta │ │ │ │ ├── RTBack.renderTexture │ │ │ │ ├── RTBack.renderTexture.meta │ │ │ │ ├── RTBottom.renderTexture │ │ │ │ ├── RTBottom.renderTexture.meta │ │ │ │ ├── RTFront.renderTexture │ │ │ │ ├── RTFront.renderTexture.meta │ │ │ │ ├── RTLeft.renderTexture │ │ │ │ ├── RTLeft.renderTexture.meta │ │ │ │ ├── RTRight.renderTexture │ │ │ │ ├── RTRight.renderTexture.meta │ │ │ │ ├── RTTop.renderTexture │ │ │ │ ├── RTTop.renderTexture.meta │ │ │ │ ├── SphereMaterial.mat │ │ │ │ ├── SphereMaterial.mat.meta │ │ │ │ ├── XColor.mat │ │ │ │ ├── XColor.mat.meta │ │ │ │ ├── YColor.mat │ │ │ │ ├── YColor.mat.meta │ │ │ │ ├── ZColor.mat │ │ │ │ ├── ZColor.mat.meta │ │ │ │ ├── debugPlaneMaterial.mat │ │ │ │ ├── debugPlaneMaterial.mat.meta │ │ │ │ ├── occlusionPlaneMaterial.mat │ │ │ │ ├── occlusionPlaneMaterial.mat.meta │ │ │ │ ├── shadowPlaneMaterial.mat │ │ │ │ └── shadowPlaneMaterial.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Characters.meta │ │ │ │ └── Characters │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ ├── GunMaterial.mat │ │ │ │ │ └── GunMaterial.mat.meta │ │ │ │ │ ├── Player.fbx │ │ │ │ │ └── Player.fbx.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── ARKitPlaneGeometry.prefab │ │ │ │ ├── ARKitPlaneGeometry.prefab.meta │ │ │ │ ├── AxesPrefab.prefab │ │ │ │ ├── AxesPrefab.prefab.meta │ │ │ │ ├── AxesPrefabSmall.prefab │ │ │ │ ├── AxesPrefabSmall.prefab.meta │ │ │ │ ├── BallPrefab.prefab │ │ │ │ ├── BallPrefab.prefab.meta │ │ │ │ ├── Box Face.prefab │ │ │ │ ├── Box Face.prefab.meta │ │ │ │ ├── CollSphere.prefab │ │ │ │ ├── CollSphere.prefab.meta │ │ │ │ ├── DebugReflectionProbePrefab.prefab │ │ │ │ ├── DebugReflectionProbePrefab.prefab.meta │ │ │ │ ├── ObjectText.prefab │ │ │ │ ├── ObjectText.prefab.meta │ │ │ │ ├── ParticlePainterPrefab.prefab │ │ │ │ ├── ParticlePainterPrefab.prefab.meta │ │ │ │ ├── ParticlePrefab.prefab │ │ │ │ ├── ParticlePrefab.prefab.meta │ │ │ │ ├── PointCloudPrefab.prefab │ │ │ │ ├── PointCloudPrefab.prefab.meta │ │ │ │ ├── SmallCylinder.prefab │ │ │ │ ├── SmallCylinder.prefab.meta │ │ │ │ ├── VideoFormatButton.prefab │ │ │ │ ├── VideoFormatButton.prefab.meta │ │ │ │ ├── collisionPlanePrefab.prefab │ │ │ │ ├── collisionPlanePrefab.prefab.meta │ │ │ │ ├── cube.prefab │ │ │ │ ├── cube.prefab.meta │ │ │ │ ├── debugPlanePrefab.prefab │ │ │ │ ├── debugPlanePrefab.prefab.meta │ │ │ │ ├── occlusionPlanePrefab.prefab │ │ │ │ ├── occlusionPlanePrefab.prefab.meta │ │ │ │ ├── shadowPlanePrefab.prefab │ │ │ │ └── shadowPlanePrefab.prefab.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── InstancedSurfaceShader.shader │ │ │ │ ├── InstancedSurfaceShader.shader.meta │ │ │ │ ├── MobileARShadow.shader │ │ │ │ ├── MobileARShadow.shader.meta │ │ │ │ ├── MobileOcclusion.shader │ │ │ │ └── MobileOcclusion.shader.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── PlayerDiffuse.png │ │ │ │ ├── PlayerDiffuse.png.meta │ │ │ │ ├── PlayerNormals.png │ │ │ │ ├── PlayerNormals.png.meta │ │ │ │ ├── PlayerOcclusion.png │ │ │ │ ├── PlayerOcclusion.png.meta │ │ │ │ ├── PlayerSpecular.tif │ │ │ │ ├── PlayerSpecular.tif.meta │ │ │ │ ├── checker_large UV.gif │ │ │ │ ├── checker_large UV.gif.meta │ │ │ │ ├── debugPlaneTile.png │ │ │ │ ├── debugPlaneTile.png.meta │ │ │ │ ├── unitylogo.png │ │ │ │ └── unitylogo.png.meta │ │ ├── FaceTracking.meta │ │ ├── FaceTracking │ │ │ ├── ARCameraTracker.cs │ │ │ ├── ARCameraTracker.cs.meta │ │ │ ├── BlendshapeDriver.cs │ │ │ ├── BlendshapeDriver.cs.meta │ │ │ ├── BlendshapePrinter.cs │ │ │ ├── BlendshapePrinter.cs.meta │ │ │ ├── FaceAnchorScene.unity │ │ │ ├── FaceAnchorScene.unity.meta │ │ │ ├── FaceBlendshapeScene.unity │ │ │ ├── FaceBlendshapeScene.unity.meta │ │ │ ├── FaceBlendshapeSloth.unity │ │ │ ├── FaceBlendshapeSloth.unity.meta │ │ │ ├── FaceDirectionalLightEstimate.unity │ │ │ ├── FaceDirectionalLightEstimate.unity.meta │ │ │ ├── FaceMeshScene.unity │ │ │ ├── FaceMeshScene.unity.meta │ │ │ ├── SlothCharacter.meta │ │ │ ├── SlothCharacter │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── sloth_all_1001_AlbedoTransparency.mat │ │ │ │ │ └── sloth_all_1001_AlbedoTransparency.mat.meta │ │ │ │ ├── Textures.meta │ │ │ │ ├── Textures │ │ │ │ │ ├── sloth_all_1001_AlbedoTransparency.png │ │ │ │ │ ├── sloth_all_1001_AlbedoTransparency.png.meta │ │ │ │ │ ├── sloth_all_1001_MetallicSmoothness.png │ │ │ │ │ ├── sloth_all_1001_MetallicSmoothness.png.meta │ │ │ │ │ ├── sloth_all_1001_Normal.png │ │ │ │ │ └── sloth_all_1001_Normal.png.meta │ │ │ │ ├── sloth_head_blendshapes5.fbx │ │ │ │ └── sloth_head_blendshapes5.fbx.meta │ │ │ ├── UnityARFaceAnchorManager.cs │ │ │ ├── UnityARFaceAnchorManager.cs.meta │ │ │ ├── UnityARFaceMeshManager.cs │ │ │ └── UnityARFaceMeshManager.cs.meta │ │ ├── FocusSquare.meta │ │ ├── FocusSquare │ │ │ ├── FocusSquare.cs │ │ │ ├── FocusSquare.cs.meta │ │ │ ├── FocusSquareFinding.controller │ │ │ ├── FocusSquareFinding.controller.meta │ │ │ ├── FocusSquareFinding.mat │ │ │ ├── FocusSquareFinding.mat.meta │ │ │ ├── FocusSquareFinding.prefab │ │ │ ├── FocusSquareFinding.prefab.meta │ │ │ ├── FocusSquareFocused.prefab │ │ │ ├── FocusSquareFocused.prefab.meta │ │ │ ├── FocusSquareFound.mat │ │ │ ├── FocusSquareFound.mat.meta │ │ │ ├── FocusSquareScene.unity │ │ │ ├── FocusSquareScene.unity.meta │ │ │ ├── focuspulse.anim │ │ │ ├── focuspulse.anim.meta │ │ │ ├── focussquare.png │ │ │ ├── focussquare.png.meta │ │ │ ├── focussquarefound.png │ │ │ └── focussquarefound.png.meta │ │ ├── UnityARBallz.meta │ │ ├── UnityARBallz │ │ │ ├── BallMaker.cs │ │ │ ├── BallMaker.cs.meta │ │ │ ├── BallMover.cs │ │ │ ├── BallMover.cs.meta │ │ │ ├── Ballz.cs │ │ │ ├── Ballz.cs.meta │ │ │ ├── ModeSwitcher.cs │ │ │ ├── ModeSwitcher.cs.meta │ │ │ ├── UnityARBallz.unity │ │ │ └── UnityARBallz.unity.meta │ │ ├── UnityARKitScene.meta │ │ ├── UnityARKitScene │ │ │ ├── UnityARKitScene.unity │ │ │ └── UnityARKitScene.unity.meta │ │ ├── UnityAROcclusion.meta │ │ ├── UnityAROcclusion │ │ │ ├── UnityAROcclusion.unity │ │ │ └── UnityAROcclusion.unity.meta │ │ ├── UnityARShadows.meta │ │ ├── UnityARShadows │ │ │ ├── UnityARShadows.unity │ │ │ └── UnityARShadows.unity.meta │ │ ├── UnityParticlePainter.meta │ │ └── UnityParticlePainter │ │ │ ├── HSVPicker.meta │ │ │ ├── HSVPicker │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── BoxSliderEditor.cs │ │ │ │ └── BoxSliderEditor.cs.meta │ │ │ ├── Enums.meta │ │ │ ├── Enums │ │ │ │ ├── ColorValues.cs │ │ │ │ └── ColorValues.cs.meta │ │ │ ├── Events.meta │ │ │ ├── Events │ │ │ │ ├── ColorChangedEvent.cs │ │ │ │ ├── ColorChangedEvent.cs.meta │ │ │ │ ├── HSVChangedEvent.cs │ │ │ │ └── HSVChangedEvent.cs.meta │ │ │ ├── Other.meta │ │ │ ├── Other │ │ │ │ ├── ColorPickerTester.cs │ │ │ │ ├── ColorPickerTester.cs.meta │ │ │ │ ├── TiltWindow.cs │ │ │ │ └── TiltWindow.cs.meta │ │ │ ├── Picker 2.0.prefab │ │ │ ├── Picker 2.0.prefab.meta │ │ │ ├── PickerTest.unity │ │ │ ├── PickerTest.unity.meta │ │ │ ├── UI.meta │ │ │ ├── UI │ │ │ │ ├── ColorImage.cs │ │ │ │ ├── ColorImage.cs.meta │ │ │ │ ├── ColorLabel.cs │ │ │ │ ├── ColorLabel.cs.meta │ │ │ │ ├── ColorPicker.cs │ │ │ │ ├── ColorPicker.cs.meta │ │ │ │ ├── ColorPresets.cs │ │ │ │ ├── ColorPresets.cs.meta │ │ │ │ ├── ColorSlider.cs │ │ │ │ ├── ColorSlider.cs.meta │ │ │ │ ├── ColorSliderImage.cs │ │ │ │ ├── ColorSliderImage.cs.meta │ │ │ │ ├── HexColorField.cs │ │ │ │ ├── HexColorField.cs.meta │ │ │ │ ├── SVBoxSlider.cs │ │ │ │ └── SVBoxSlider.cs.meta │ │ │ ├── UtilityScripts.meta │ │ │ └── UtilityScripts │ │ │ │ ├── BoxSlider.cs │ │ │ │ ├── BoxSlider.cs.meta │ │ │ │ ├── HSVUtil.cs │ │ │ │ └── HSVUtil.cs.meta │ │ │ ├── ParticlePainter.cs │ │ │ ├── ParticlePainter.cs.meta │ │ │ ├── UnityParticlePainter.unity │ │ │ └── UnityParticlePainter.unity.meta │ ├── LICENSE │ ├── LICENSE.meta │ ├── LICENSES.meta │ ├── LICENSES │ │ ├── MIT_LICENSE │ │ ├── MIT_LICENSE.meta │ │ ├── UCL_LICENSE │ │ └── UCL_LICENSE.meta │ ├── Plugins.meta │ ├── Plugins │ │ ├── iOS.meta │ │ └── iOS │ │ │ ├── UnityARKit.meta │ │ │ └── UnityARKit │ │ │ ├── ARReferenceImage.cs │ │ │ ├── ARReferenceImage.cs.meta │ │ │ ├── ARReferenceImagesSet.cs │ │ │ ├── ARReferenceImagesSet.cs.meta │ │ │ ├── ARReferenceObjectAsset.cs │ │ │ ├── ARReferenceObjectAsset.cs.meta │ │ │ ├── ARReferenceObjectsSetAsset.cs │ │ │ ├── ARReferenceObjectsSetAsset.cs.meta │ │ │ ├── ARResourcesJSON.cs │ │ │ ├── ARResourcesJSON.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── UnityARBuildPostprocessor.cs │ │ │ └── UnityARBuildPostprocessor.cs.meta │ │ │ ├── Helpers.meta │ │ │ ├── Helpers │ │ │ ├── AR3DOFCameraManager.cs │ │ │ ├── AR3DOFCameraManager.cs.meta │ │ │ ├── ARKitPlaneMeshRender.cs │ │ │ ├── ARKitPlaneMeshRender.cs.meta │ │ │ ├── ARPlaneAnchorGameObject.cs │ │ │ ├── ARPlaneAnchorGameObject.cs.meta │ │ │ ├── DontDestroyOnLoad.cs │ │ │ ├── DontDestroyOnLoad.cs.meta │ │ │ ├── LinkedListDictionary.cs │ │ │ ├── LinkedListDictionary.cs.meta │ │ │ ├── PointCloudParticleExample.cs │ │ │ ├── PointCloudParticleExample.cs.meta │ │ │ ├── UnityARAmbient.cs │ │ │ ├── UnityARAmbient.cs.meta │ │ │ ├── UnityARAnchorManager.cs │ │ │ ├── UnityARAnchorManager.cs.meta │ │ │ ├── UnityARCameraManager.cs │ │ │ ├── UnityARCameraManager.cs.meta │ │ │ ├── UnityARCameraNearFar.cs │ │ │ ├── UnityARCameraNearFar.cs.meta │ │ │ ├── UnityARGeneratePlane.cs │ │ │ ├── UnityARGeneratePlane.cs.meta │ │ │ ├── UnityARHitTestExample.cs │ │ │ ├── UnityARHitTestExample.cs.meta │ │ │ ├── UnityARKitControl.cs │ │ │ ├── UnityARKitControl.cs.meta │ │ │ ├── UnityARKitLightManager.cs │ │ │ ├── UnityARKitLightManager.cs.meta │ │ │ ├── UnityARMatrixOps.cs │ │ │ ├── UnityARMatrixOps.cs.meta │ │ │ ├── UnityARUserAnchorComponent.cs │ │ │ ├── UnityARUserAnchorComponent.cs.meta │ │ │ ├── UnityARUtility.cs │ │ │ ├── UnityARUtility.cs.meta │ │ │ ├── UnityARVideo.cs │ │ │ ├── UnityARVideo.cs.meta │ │ │ ├── UnityPointCloudExample.cs │ │ │ └── UnityPointCloudExample.cs.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ ├── YUVMaterial.mat │ │ │ ├── YUVMaterial.mat.meta │ │ │ ├── YUVMaterialLinear.mat │ │ │ └── YUVMaterialLinear.mat.meta │ │ │ ├── NativeInterface.meta │ │ │ ├── NativeInterface │ │ │ ├── ARAnchor.cs │ │ │ ├── ARAnchor.cs.meta │ │ │ ├── ARCamera.cs │ │ │ ├── ARCamera.cs.meta │ │ │ ├── AREnvironmentProbe.mm │ │ │ ├── AREnvironmentProbe.mm.meta │ │ │ ├── AREnvironmentProbeAnchor.cs │ │ │ ├── AREnvironmentProbeAnchor.cs.meta │ │ │ ├── ARErrorCode.cs │ │ │ ├── ARErrorCode.cs.meta │ │ │ ├── ARFaceAnchor.cs │ │ │ ├── ARFaceAnchor.cs.meta │ │ │ ├── ARFrame.cs │ │ │ ├── ARFrame.cs.meta │ │ │ ├── ARHitTestResult.cs │ │ │ ├── ARHitTestResult.cs.meta │ │ │ ├── ARHitTestResultType.cs │ │ │ ├── ARHitTestResultType.cs.meta │ │ │ ├── ARImageAnchor.cs │ │ │ ├── ARImageAnchor.cs.meta │ │ │ ├── ARKitDefines.h │ │ │ ├── ARKitDefines.h.meta │ │ │ ├── ARKitNativeObjectDetection.mm │ │ │ ├── ARKitNativeObjectDetection.mm.meta │ │ │ ├── ARLightEstimate.cs │ │ │ ├── ARLightEstimate.cs.meta │ │ │ ├── ARObjectAnchor.cs │ │ │ ├── ARObjectAnchor.cs.meta │ │ │ ├── ARPlaneAnchor.cs │ │ │ ├── ARPlaneAnchor.cs.meta │ │ │ ├── ARPlaneAnchorAlignment.cs │ │ │ ├── ARPlaneAnchorAlignment.cs.meta │ │ │ ├── ARPoint.cs │ │ │ ├── ARPoint.cs.meta │ │ │ ├── ARPointCloud.cs │ │ │ ├── ARPointCloud.cs.meta │ │ │ ├── ARPointCloud.mm │ │ │ ├── ARPointCloud.mm.meta │ │ │ ├── ARRect.cs │ │ │ ├── ARRect.cs.meta │ │ │ ├── ARReferenceObject.cs │ │ │ ├── ARReferenceObject.cs.meta │ │ │ ├── ARSessionNative.mm │ │ │ ├── ARSessionNative.mm.meta │ │ │ ├── ARSize.cs │ │ │ ├── ARSize.cs.meta │ │ │ ├── ARTextureHandles.cs │ │ │ ├── ARTextureHandles.cs.meta │ │ │ ├── ARTrackingQuality.cs │ │ │ ├── ARTrackingQuality.cs.meta │ │ │ ├── ARTrackingState.cs │ │ │ ├── ARTrackingState.cs.meta │ │ │ ├── ARTrackingStateReason.cs │ │ │ ├── ARTrackingStateReason.cs.meta │ │ │ ├── ARUserAnchor.cs │ │ │ ├── ARUserAnchor.cs.meta │ │ │ ├── ARVideoFormat.cs │ │ │ ├── ARVideoFormat.cs.meta │ │ │ ├── ARWorldMap.cs │ │ │ ├── ARWorldMap.cs.meta │ │ │ ├── ARWorldMap.mm │ │ │ ├── ARWorldMap.mm.meta │ │ │ ├── UnityARSessionNativeInterface.cs │ │ │ └── UnityARSessionNativeInterface.cs.meta │ │ │ ├── Shaders.meta │ │ │ └── Shaders │ │ │ ├── YUVShader.shader │ │ │ ├── YUVShader.shader.meta │ │ │ ├── YUVShaderLinear.shader │ │ │ └── YUVShaderLinear.shader.meta │ ├── Resources.meta │ ├── Resources │ │ ├── UnityARKitPlugin.meta │ │ └── UnityARKitPlugin │ │ │ ├── ARKitSettings.asset │ │ │ └── ARKitSettings.asset.meta │ ├── UnityARKitPluginSettings.cs │ └── UnityARKitPluginSettings.cs.meta ├── version.txt └── version.txt.meta └── ProjectSettings ├── ARCoreProjectSettings.json ├── AndroidResolverDependencies.xml ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset /Assets/GoogleARCore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42dcc7f01d087447e8d637d1dbdb486f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25e049dca694845dfac992220b14bc57 3 | folderAsset: yes 4 | timeCreated: 1520796615 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI/augmented_image_cli_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/CLI/augmented_image_cli_linux -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI/augmented_image_cli_linux.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 227a08e24deb141b0955ea1b61d8c6f5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI/augmented_image_cli_osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/CLI/augmented_image_cli_osx -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI/augmented_image_cli_osx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28c3817e225ff4db8a467158072ea34f 3 | timeCreated: 1520796615 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI/augmented_image_cli_win.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/CLI/augmented_image_cli_win.exe -------------------------------------------------------------------------------- /Assets/GoogleARCore/CLI/augmented_image_cli_win.exe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bd2f8670f7a74d549050c3b9c77f34b 3 | timeCreated: 1521561438 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Configurations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b1cded3497844b35a3bfac966b428f2 3 | folderAsset: yes 4 | timeCreated: 1496364746 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Configurations/DefaultSessionConfig.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9586a84d6c32f46b6ab7aeb6042f160d 3 | timeCreated: 1510878073 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3efa82e8eae0d4459a41fa9c799ea3f8 3 | folderAsset: yes 4 | timeCreated: 1523991858 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Editor/ARCoreiOSDependencies.template: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Editor/ARCoreiOSDependencies.template.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7de9ba618cf54abba8368ed7a7274f7 3 | timeCreated: 1530633725 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 165068a6255814b639ac5e322836d8bb 3 | folderAsset: yes 4 | timeCreated: 1512499966 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aec2e20ec0b5c4dc6aa0f7a8563addb3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Configurations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d4a185306702487e8c0464d0c03e4bd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Configurations/AugmentedFaceSessionConfiguration.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efcd68010d9474f4090c50fc62ed33cb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c14fc582d261e4295b8324b6337045f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/FaceOccluderMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8551dc61be7f44668bdd51d1bffe2c9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/FoxEarMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e3ccdbfb959e42c3b73ce3eabfbd40b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/FoxFaceMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bd8659d068ce46a184e47548889cadf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/FoxNoiseMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e6f4ede1d3624331a46ec5006f54bb3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 539e1e975057142aab7498d7c53415a9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Shaders/AugmentedFaceOccluder.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70ef3a34553444282861b5eaee8191c9 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2018b456d4ad2471e8d2c908de3191c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/ear_fur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/ear_fur.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/eyelashes_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/eyelashes_alpha.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/fox_face_mesh_texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/fox_face_mesh_texture.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/highlighter_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/highlighter_screen.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/nose_fur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/nose_fur.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/shadows_multiply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Textures/shadows_multiply.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 176a696a2df7747da9e158e4e3814ff1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Models/canonical_face_mesh.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Models/canonical_face_mesh.fbx -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Models/fox_sample.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedFaces/Models/fox_sample.fbx -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2453ce6f9963e435b824b5c1715ba248 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Scenes/AugmentedFaces.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d2be221c0e8f4e259a08279fab0da42 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac3420e49e51f475ba9733760892a9d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Scripts/ARCoreAugmentedFaceMeshFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc5553b9cb9844f9d891ad27dcd159b8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Scripts/ARCoreAugmentedFaceRig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41823d68e87c2461b8d6333c5a61d291 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedFaces/Scripts/AugmentedFacesExampleController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d95dd739a9ed4ee6a5c43dfb304dde9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35466e432dc664b7ea2ed350145852ba 3 | folderAsset: yes 4 | timeCreated: 1524595494 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Configurations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9a3be855a4764db0bbafd8b5b814485 3 | folderAsset: yes 4 | timeCreated: 1524399483 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Configurations/AugmentedImagesSessionConfig.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3a0819a20dbf48e0b82c8d8d31b9d68 3 | timeCreated: 1524065686 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfdf244cf3ce84db9b34306e9d0fa320 3 | folderAsset: yes 4 | timeCreated: 1520970847 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/000.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/001.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/002.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/003.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/004.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/005.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/006.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/007.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/008.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Images/009.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/Example Database.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3e077e231877401e8d2163ebbbc9dc6 3 | timeCreated: 1524368478 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0765badd6be76465f9edef090035e863 3 | folderAsset: yes 4 | timeCreated: 1521227350 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Materials/Frame.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db5073a2d9a484f4f8e5d950252994a2 3 | folderAsset: yes 4 | timeCreated: 1524400413 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Materials/Frame/Frame Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 457696d2cf54b4f558c12777332919a2 3 | timeCreated: 1524400216 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15cfe1567fbce4013b0c627e2561300e 3 | folderAsset: yes 4 | timeCreated: 1521227251 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Prefabs/AugmentedImageVisualizer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85a5b6187b6924bd5adcdffee036da34 3 | timeCreated: 1521060289 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 839264418f4bc4d3a925bf0f09cbcd00 3 | folderAsset: yes 4 | timeCreated: 1521227392 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Scenes/AugmentedImage.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be567d47d3ab94b3badc5b211f535a24 3 | timeCreated: 1520818627 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f353bb813dac4be1b919c9ffe104ed9 3 | folderAsset: yes 4 | timeCreated: 1521227216 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3938b07ad75fd4c6d99c99bd772c689c 3 | folderAsset: yes 4 | timeCreated: 1524399947 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Textures/fit_to_scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Textures/fit_to_scan.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Textures/frame_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/AugmentedImage/Textures/frame_base.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8882333b591f04286b417ab47ff34c20 3 | folderAsset: yes 4 | timeCreated: 1524520852 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Configurations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bee19b2f53fe245c4818f74b9402a562 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Configurations/CloudAnchorsSessionConfig.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2df5ff2f38acc4159832322e57364bfa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2780454d973ba4dbc8959451443d723f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials/AnchorDiffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/CloudAnchors/Materials/AnchorDiffuse.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials/AnchorDiffuseMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e40b2192b95b84c69957315713a24e63 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials/AnchorMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cb4f0cb1433247d08a6a7bd18334cb5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials/StarDiffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/CloudAnchors/Materials/StarDiffuse.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials/StarDiffuseMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b079db6ee1704c53b8ddfcb4b456b0f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Materials/StarMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec3a918bbcac8403db73f7ef3fb1b51c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39646330c8edd4fedb016914916910e7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Models/Star_01.mtl: -------------------------------------------------------------------------------- 1 | newmtl blinn2SG 2 | Ns 92.156863 3 | Ka 0.000000 0.000000 0.000000 4 | Kd 1.000000 0.830000 0.040000 5 | Ks 0.500000 0.500000 0.500000 6 | Ke 0.000000 0.000000 0.000000 7 | Ni 1.000000 8 | d 0.000000 9 | illum 2 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Models/Star_01.mtl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da5495045594d4fc59292bcc9d9ffbb1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Models/anchor.mtl: -------------------------------------------------------------------------------- 1 | newmtl lambert2SG 2 | Ns 94.117647 3 | Ka 0.000000 0.000000 0.000000 4 | Kd 0.040000 0.040000 0.050000 5 | Ks 0.500000 0.500000 0.500000 6 | Ke 0.000000 0.000000 0.000000 7 | Ni 1.000000 8 | d 1.000000 9 | illum 2 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Models/anchor.mtl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7d2f62dcb2a44d2cb30241db31fe17a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fecc40ec2ea64524ab9268f0f26821c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Prefabs/Anchor.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7e51cffc46904f65957fa3aeb255467 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d4ec7a0b0d514d24a21e1590418a679 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Prefabs/Row.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4073389a0b5c441279cad38804356fab 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Prefabs/Star.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c162c528b139240d0881c95be8c04f2b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad1c36489614b41a48cbb57ae747dc32 3 | folderAsset: yes 4 | timeCreated: 1522721202 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scenes/CloudAnchors.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83fb41cc294e74bdea57537befa00ffc 3 | timeCreated: 1522721305 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25553f78c2e0f412d8ff1f97f6c1ce75 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/ARCoreWorldOriginHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da6a36370182b4b018a11b0c0722ddf2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/ARKitHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2716995c5db62458e8a37c18f5c1ec3e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/AnchorController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8147b748caa2e47d998816d007236d87 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/CloudAnchorsExampleController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ea0532ba163745069c0894560a451b1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/CloudAnchorsNetworkManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 571dea5f5d1d44b2893ba131d2b25467 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/LocalPlayerController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 402737a5186cd48cd86798c77074db79 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/MultiplatformMeshSelector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b3d02d0ba953447b8e84daa63111123 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/Scripts/NetworkManagerUIController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2856232da2a342e48b4ef29161229c5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchors/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/CloudAnchors/circle.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa41f258cad6a4036bf51f9dd04fd11d 3 | folderAsset: yes 4 | timeCreated: 1524019728 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1549424938f6d45d885684b5ac3ee149 3 | folderAsset: yes 4 | timeCreated: 1501723767 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2de7f0b0867bc4225b9115a2c34effa5 3 | folderAsset: yes 4 | timeCreated: 1524038521 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyBlobShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyBlobShadow.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyDiffuseMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ba1a07a228bd46a188bdc2dc6c52a16 3 | timeCreated: 1503349636 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyMaterialBlue.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3eb6e3fe2d69cfa40923e4627d60c98f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyMaterialGreen.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 572e1e52514434db5a8ce3957db3b3fd 3 | timeCreated: 1503349636 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyMetallicBlueMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb91127e1342740758d12542b3d6b290 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyMetallicGreenMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 473a38135ad2346e0b2bdfc8531c1298 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyMetallicPurpleMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 707bfc947d73243c880380dbbb16fbed 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyShadowMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0130982ecc98e47e4a78ec2f85196be5 3 | timeCreated: 1503351067 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLitBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLitBlue.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLitGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLitGreen.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLitPurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLitPurple.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/PlaneGrid.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92b1ca249edc047509db2c7bc05789ef 3 | timeCreated: 1501723608 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/PointCloud.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb4fbd1b92e244df2bc6f43deb7a57a2 3 | timeCreated: 1502314565 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a7ac6b7f5cf14006829094b5816e6c5 3 | folderAsset: yes 4 | timeCreated: 1524038521 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Shaders/MobileDiffuseWithLightEstimation.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4790e12ed76c486d9fd9d9ccefecb25 3 | timeCreated: 1503343346 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Shaders/MobileSpecularWithLightEstimation.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a07f07d8405049668f17fe8c32b7dc0 3 | timeCreated: 1503358089 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Shaders/PlaneGrid.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3570630f31ec4223a549b595d8cbb53 3 | timeCreated: 1502740659 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Shaders/PointCloud.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d889a88b50cc4d65b025d5068d78df6 3 | timeCreated: 1502314526 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Shaders/TransparentShadow.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f793124127ba4d1cb6c339a8ee06604 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/ShadowPlane.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1543111f52ced4f468b402fcf46b850a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7432e7a07e18144ebaebf4174793acc7 3 | folderAsset: yes 4 | timeCreated: 1524038521 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/AugmentedFaceIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/AugmentedFaceIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/AugmentedImageIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/AugmentedImageIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/CloudAnchorIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/CloudAnchorIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/ComputerVisionIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/ComputerVisionIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/HelloARIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/HelloARIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/ObjectManipulationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/ObjectManipulationIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/TriGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Materials/Textures/TriGrid.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a49f0770e9fb042259c00241828b5858 3 | folderAsset: yes 4 | timeCreated: 1501206109 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/AndyBlue.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b27e8d7fe70df464188ea5dcf2af0bb3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/AndyGreen.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 242a320930b81430ba610f94f9b760c8 3 | timeCreated: 1503351405 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/AndyGreenDiffuse.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63e9325810cb14b9e8e0590d57d87afb 3 | timeCreated: 1503351405 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/AndyPurple.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dba1642550ba4d159c183ce979f5647 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/DetectedPlaneVisualizer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a35c744e5010405c847fad90282d2be 3 | timeCreated: 1502832523 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/PlaneDiscovery.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c539aa4fa1bac4b4da61761b0699b48b 3 | timeCreated: 1511300771 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Prefabs/PointCloud.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26558ae1d2e7243728486d789f984c53 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66f6c6b339347425a957ec956c9fe931 3 | folderAsset: yes 4 | timeCreated: 1524019810 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e64cde5c5b88467e8069f513f62f2b6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts/Editor/PointcloudVisualizerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38fe11a1345e74533ac88338628dcca2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts/RawImageVideoPlayer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c46dafe9f93ea4a638b8f23c38039c63 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts/SafeAreaScaler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc5d132166930424e81a158322ec5fd8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6ddb811a287ad54490106f315b52ade 3 | folderAsset: yes 4 | timeCreated: 1510280798 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Textures/Surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Textures/Surface.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Textures/VideoRenderTexture.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4969ba0220e83c94a926ea4264cdff4a 3 | timeCreated: 1510280808 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 8400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Textures/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Textures/background.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Textures/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Textures/transparent.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Videos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b9b743ceb6ce48459e9e58286afed28 3 | folderAsset: yes 4 | timeCreated: 1510622243 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Videos/hand_oem.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/Common/Videos/hand_oem.webm -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7af44c1128a614f72a62d613e2c5b61d 3 | folderAsset: yes 4 | timeCreated: 1512755870 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bec192a39069f44f8ae625bd826b4e53 3 | folderAsset: yes 4 | timeCreated: 1501723767 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackground.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7004efaaedb14dfcba62eea5c70c9d2 3 | timeCreated: 1520026171 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackgroundMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44aa46aeaaf4d46a79e18f3e2da31ccc 3 | timeCreated: 1512581681 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c8e17f48a997417eac4ae975493b6a1 3 | folderAsset: yes 4 | timeCreated: 1511980390 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/libarcore_camera_utility.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/ComputerVision/Plugins/libarcore_camera_utility.so -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88691640f915f42f6937d8d0122d69bd 3 | folderAsset: yes 4 | timeCreated: 1513277705 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe5fc815b621d4801ac251a35d054ac1 3 | timeCreated: 1513277715 4 | licenseType: Pro 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 218bec0cf31a949a18e480486444ca54 3 | timeCreated: 1513277705 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed63ed01b7e4c427d8d897825c5ed5dd 3 | folderAsset: yes 4 | timeCreated: 1501206008 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scenes/ComputerVision.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ef0f7f7f2c7b4285b707265348bbffd 3 | timeCreated: 1512755571 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02f1f705271f6408cb81efb900b3b2bb 3 | folderAsset: yes 4 | timeCreated: 1501723747 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc78f95b5b944e5fa1707fdc27c441a 3 | folderAsset: yes 4 | timeCreated: 1512755448 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70b98779a4ac04ee98945fbc05edc737 3 | folderAsset: yes 4 | timeCreated: 1501206008 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scenes/HelloAR.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6a6fa04348cb45c9b0221eb19c946da 3 | timeCreated: 1501723683 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bdaf1631fbbf45988be2a4ea863865f 3 | folderAsset: yes 4 | timeCreated: 1501723747 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3d9d48ebc2814283ac90a69c9fef63e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b424f0034cb7940e68d26278fd530ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Materials/DottedLineMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ea771be2757425aad4b6170b8dad4a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Materials/dottedline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/Examples/ObjectManipulation/Materials/dottedline.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Materials/footprint.mtl: -------------------------------------------------------------------------------- 1 | newmtl default 2 | illum 2 3 | Kd 0.00 0.00 0.00 4 | Ka 0.00 0.00 0.00 5 | Tf 1.00 1.00 1.00 6 | Ni 1.00 7 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Materials/footprint.mtl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94cb8bdeaa813460d82d977d41041a2a 3 | timeCreated: 1544125902 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30f50714251fe43d09a2ed6022aa9d9c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Prefabs/Andy.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bb99d58072a840a39e52b18638ce96e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Prefabs/ElevationVisualization.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a97ef336860c40b295966af75f4c397 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Prefabs/ManipulationSystem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0107a62880924f8cb2526c6800a70ab 3 | timeCreated: 1543522431 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Prefabs/Manipulator.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24556cd4924884d9aaa3d80135c8021d 3 | timeCreated: 1543522500 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Prefabs/SelectionVisualization.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d0743a125cdd42448a1538052d37603 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ddddc20a01da418f8fd09bebe47f939 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scenes/ObjectManipulation.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dba7e74f4d2b410f90b920f80528d44 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f262c528e2ad45ea80f98d69402a75e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/AndyPlacementManipulator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cde3903c79dee45ccb64c95e1265efcc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 119a999a8ad584be29211f75208aff30 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/DragGesture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a73bfe29a905444e981caa1978bc2eb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/DragGestureRecognizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7981b29e0b2d94af88fbf0224a87ee45 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/PinchGesture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52c2fb6fdc5e54e2cac8602d1d2f84c2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/TransformationUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3916301f1b3d4fb18861ef1216be652 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/TwistGesture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cccac20e44224055952655417084a66 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/TwoFingerDragGesture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dda470fdb8d442878b48264b881556f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/ManipulationSystem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77a3e5043b3b44e4887d5a6be8f0aeda 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Manipulators.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b169c0b9952d24bb597c874b4f22f82b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Manipulators/Manipulator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 626a4ba6a5efe4f0dbac2ad0d3894c44 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a00108229b1e04acd805e57abcdff773 3 | folderAsset: yes 4 | timeCreated: 1492558533 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs/ARCore Device.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c10877f7cd5764de18d46d7b777d1faa 3 | timeCreated: 1501460862 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs/Environmental Light.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf498fc35b538884db557f7a9a2c0ef9 3 | timeCreated: 1512062703 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84e45386d8da3497591c38deb2bccd02 3 | folderAsset: yes 4 | timeCreated: 1502400656 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/BuildResources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9da22a96aa2b42d98498bb88b1338d3 3 | folderAsset: yes 4 | timeCreated: 1522854863 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/BuildResources/cloud_anchor_manifest.aartemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/BuildResources/cloud_anchor_manifest.aartemplate -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/BuildResources/cloud_anchor_manifest.aartemplate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e182918f0b8c4929a3d4b0af0ed6f56 3 | timeCreated: 1523391965 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1e9a08d000a446c9ad506ecb3a4d083 3 | folderAsset: yes 4 | timeCreated: 1513969093 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ede998a9371e74aa6a759743f41b3eb6 3 | folderAsset: yes 4 | timeCreated: 1513969093 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42098948be8564f678777d26e6906df3 3 | folderAsset: yes 4 | timeCreated: 1513969093 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c22c793c4b5f447bbb532e92cb93d5ac 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents/Info.plist -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 966651f6c7e544ebcae4633f6fdb7feb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents/MacOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33d076be2f74340b98cb58cefe9122f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents/_CodeSignature.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 483bb33e079b54edcbd666027fa35e5b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.bundle/Contents/_CodeSignature/CodeResources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69a7b3e4f075242749e8e3cd68db2bd0 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/arcore_instant_preview_unity_plugin.dll -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a10b012db03ac404a87dcb0519846527 3 | folderAsset: yes 4 | timeCreated: 1513969093 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 769ae9bfa6457453b90a623f27df1d4a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor/InstantPreviewBugReport.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 935d286aed8714c5690e8e790d456eeb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf7b10762fe921e40a18151a6c92a8a6 3 | timeCreated: 1515546772 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2c4e904b5e6b425f8ab111db67d7908 3 | folderAsset: yes 4 | timeCreated: 1497981256 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials/ARBackground.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03ad0130a037647aeb60218f61aca114 3 | timeCreated: 1498003566 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials/ARBackground.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 025775b2b3616154f9eec0261bb8a581 3 | timeCreated: 1510285086 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93be2b9777c348648a2d9151b7e233fc 3 | folderAsset: yes 4 | timeCreated: 1501825151 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/Google.Protobuf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/Google.Protobuf.dll -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_client.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/arcore_client.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_rendering_utils.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/arcore_rendering_utils.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_unity.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/arcore_unity.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unitygar.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Plugins/unitygar.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc343a1493a8b4f7497b9e075fc86957 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Resources/ViewInARIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/GoogleARCore/SDK/Resources/ViewInARIcon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f3875959d8dd4bdeb9620e0eb96fb3b 3 | folderAsset: yes 4 | timeCreated: 1501446012 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11813694e8abb437eb9ef46ed1cc67c5 3 | folderAsset: yes 4 | timeCreated: 1502400396 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cef4efd6b93e74f2fa2f541212fa6195 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiAugmentedFaceMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bcf2768d214d4b648f4f6f19dfb11e8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiAugmentedFaceRegionType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 204b01c787d04436499b33a3eb9838e0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiCameraConfigFacingDirection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8faf20d7e9c74fbd8da23f348c621e7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiCoordinates2dType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49a64a36a4ebb456193015fb613e4303 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiLightEstimationModeExtension.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2a5c590addf84a118abd58e22e005f1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiPrestoDeviceCameraDirection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9171f7ed7baa941d3b597a14df754ccf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiTrackingFailureReason.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86998f146297e4028bee8d761d9df242 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Types/ApiTrackingFailureReasonExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31c55c460bda34b96b57960de820cbf8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Wrappers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3e11dc32dbb64058b5a1d4bfe746fd0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/Wrappers/AugmentedFaceApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f3b17a6006fa40e286f72f569a42012 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Async.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3aabcae5f79543dea8251d640bde6ad 3 | folderAsset: yes 4 | timeCreated: 1502330118 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedFace.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19ff24981b6504be688689d4e4202f69 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedFaceMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b9335b3ea3024eb0a88caa9f0b233e8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedFaceRegion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f31529ea40af4acd80465fa31738c13 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedImageTrackingMethod.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3115932e5f4e346b88357d5293a2a5cc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Deprecated.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c9482ea60c314668859beb7b9694eaa 3 | folderAsset: yes 4 | timeCreated: 1524257072 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DeviceCameraDirection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a6661aa7148c40308da7db8caba6c93 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DisplayUvCoordinateType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e40392094d2e4f459d16eea2255094e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DisplayUvCoordinateTypeExtension.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f1d16af62e2547b7827502abee6b40a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfb05be3ca34b4826b62df99f182da2b 3 | folderAsset: yes 4 | timeCreated: 1518226182 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreAnalytics.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec9da774e78de42538db69dba65f0500 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreAnalyticsGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b5deb8999e4147fdadbe331b45cfcd4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreAnalyticsPreferences.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a68c53d329d684843b1079a68121e411 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreAnalyticsProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a23e02c5ec87f4b96ab06e170798cf61 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreProjectSettingsGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72c9dc06e429946fa8a81208f3ad00fa 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreProjectSettingsProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba33cba1946c84cdda3f7f577cb2301e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreSessionConfigEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cc8c07f796d3466d801ff46dc4030ff 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/Analytics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 570d3c3759b1b4ff6abd72eb4fe6258e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/Analytics/ArcoreClearcut.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5c08e1ee28e64a1a82ab79b2639e6a0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/Analytics/ArcoreSdkLog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 999cc4f1e3a4a4faab16a5fcc4dc53e4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/AndroidDependenciesHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a071404a6c424f42aadaeaa6423ed32 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/LogRequestUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d63ae1be07984fa99045da5d0e0e35b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/PreprocessBuildBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38666438f849442e5a0eddd6d94920ee 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ExperimentSupport.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d51fb14a4135e4dc8b0a44e9c4aec87e 3 | folderAsset: yes 4 | timeCreated: 1520896908 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimationMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8862fcc25161a42dbbb02cfdfa7b0298 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LostTrackingReason.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fa55c865df474b5481b37abc3145780 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e71c3224f80341e8bce7e10bfca6462 3 | folderAsset: yes 4 | timeCreated: 1510945633 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/PointCloudManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fda5f11ff7924b889fc0dd5b97d9c72 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df74476279e4c4797bdcc1ff52177a3e 3 | folderAsset: yes 4 | timeCreated: 1502401080 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/AndroidNativeHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a21212b8546e14f479510f5e97480784 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ThrottledLogMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91b145f8e2f3a482da2fbde1bdc74156 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/VersionInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33b5cfff9cf654f07a2dfcb0b5a77bf6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3df035f61e3bb402f86bb6d3a0766af4 3 | folderAsset: yes 4 | timeCreated: 1523991686 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5134f523e5e148eaacc726ea44f0bc3 3 | folderAsset: yes 4 | timeCreated: 1524177981 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.105.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.105.0.dll -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.105.0.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.105.0.dll.mdb -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.105.0.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5b80a2d7fa648b3a06b58869598fc34 3 | labels: 4 | - gvh 5 | - gvh_version-1.2.105.0 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.105.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.105.0.dll -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.105.0.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.105.0.dll.mdb -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.105.0.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de612fb8de8f423c811554387355e615 3 | labels: 4 | - gvh 5 | - gvh_version-1.2.105.0 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll.mdb -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dab91ac75f54a78ad1171b757f68f18 3 | labels: 4 | - gvh 5 | - gvh_version-1.2.105.0 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.105.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.105.0.dll -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.105.0.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.105.0.dll.mdb -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.105.0.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36837733a9fa4e41b2da8252502881a8 3 | labels: 4 | - gvh 5 | - gvh_version-1.2.105.0 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/PlayServicesResolver/Editor/play-services-resolver_v1.2.105.0.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62cc26a055274caa8a0ca4a0b647d847 3 | labels: 4 | - gvh 5 | - gvh_manifest 6 | - gvh_version-1.2.105.0 7 | TextScriptImporter: 8 | externalObjects: {} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30329c2ed93a24c149b67fb4c85dff4b 3 | folderAsset: yes 4 | timeCreated: 1515741157 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05f1c6da80a7f4d22b8584e761ae3a85 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22fee7516fe2048888c4628d911b87d8 3 | folderAsset: yes 4 | timeCreated: 1515741177 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/ARCore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea4b19de852ec4ba6b7954d640cc23f7 3 | folderAsset: yes 4 | timeCreated: 1515741509 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/ARCore/ARCoreController.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bd3de473fa8d45159b3ac2f17c67609 3 | timeCreated: 1514360569 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/ARKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58ebdd0ceedde464e96077c47409ac06 3 | folderAsset: yes 4 | timeCreated: 1515741509 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/ARKit/ARCameraManager.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c14c6cdb959c4f0190781783a213edb 3 | timeCreated: 1514263284 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/ARKit/ARKitController.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 730c7b064b10742d180f5e172549a43d 3 | timeCreated: 1514274986 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/ARKit/PointCloudParticleExample.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db6dd780fcd04478680c2c3ba7c3db99 3 | timeCreated: 1516083028 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a58cd68c9f6ab40a7ae4a3ab860626e2 3 | folderAsset: yes 4 | timeCreated: 1516072572 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/Common/ARDirectionalLight.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac82d9702d68546f6828b051199ea610 3 | timeCreated: 1521433772 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Prefabs/Common/SwitchARController.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93d82c45de8584b40862a51dc4fae230 3 | timeCreated: 1515739727 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2e71c35c08e9426d91a8cfa10c4196c 3 | folderAsset: yes 4 | timeCreated: 1515740133 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scenes/ARCoreScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df02c6f6796544a2eb772eb68dcef0ac 3 | timeCreated: 1514272946 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scenes/ARKitScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5014698da92ad46339101dbf8cb3fd02 3 | timeCreated: 1514252198 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scenes/ARScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac2d28aaa2495495ea33bc43bed7912a 3 | timeCreated: 1516072572 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82ba0f8c3791241798a2757bd6c429ef 3 | folderAsset: yes 4 | timeCreated: 1515741509 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scripts/ARCore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 471d0e3adf03a4b038a8dd80e094f7ca 3 | folderAsset: yes 4 | timeCreated: 1515741509 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scripts/ARKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49c276695d4f143828bc713c7a94e750 3 | folderAsset: yes 4 | timeCreated: 1515741509 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scripts/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd087c6645ca148fe966b9fe8c347a37 3 | folderAsset: yes 4 | timeCreated: 1515741536 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitAndARCoreCommon/Scripts/Common/ARDirectionalLight.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b005ab947bbfb4f348ac201a33ecb710 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df38125cf15df453a98ce2d798a5e954 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d1259656ef6245079ba6548af0ab42e 3 | folderAsset: yes 4 | timeCreated: 1498669549 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/ARKITREMOTE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e70a61590ae124a8194c71c31e1af531 3 | timeCreated: 1500609185 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/ARKitRemoteConnection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 004464ca939eb4ec1a1b492fb8ebfd12 3 | timeCreated: 1500571041 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/ARKitRemoteConnection.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ce7d6271a01a4274a00066492aed04a 3 | timeCreated: 1500571318 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/ConnectToEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b70a2d547e0544c983e2dec3bf61d46 3 | timeCreated: 1497387236 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/ConnectionMessageIds.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8aba40a0fa3e49b4a51b657765f5bf6 3 | timeCreated: 1498693329 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/EditorARFaceAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1aa34d80d3e0455ca018dfec2ad806d 3 | timeCreated: 1513192743 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/EditorARPlaneAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7917239de65543aabc5363138de68b8 3 | timeCreated: 1517369156 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/EditorHitTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e5621b71c5c74d94ac88603287035e2 3 | timeCreated: 1504320319 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/EditorTestScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1efc0006a07a4fc8ab373ea6249a832 3 | timeCreated: 1497484703 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80135f02c883b43c582626d2cd4d0190 3 | timeCreated: 1498702704 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/UnityARKitRemote.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ed73c0c9d4b76a418a0541c0cefd3ac 3 | timeCreated: 1498647556 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/UnityRemoteVideo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdf0c6a69131b44f5bdb35de994fcea1 3 | timeCreated: 1499380179 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a143135f16d634fa9ba945abac98f63c 3 | folderAsset: yes 4 | timeCreated: 1496972798 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a01e87b51a8094ac78a016f24aa36126 3 | folderAsset: yes 4 | timeCreated: 1517350660 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22fdc45d7403c4fa4b40da55963ffcf1 3 | folderAsset: yes 4 | timeCreated: 1517621849 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/ARImagesSet_UnityLogo.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99f631f78c5d14f8cb9cc4e02da07eee 3 | timeCreated: 1518054548 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/ReferenceImages.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfa39a9dbef344f5393dc1f3a82e9d79 3 | folderAsset: yes 4 | timeCreated: 1517947942 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/ReferenceImages/unitylogoblackonwhite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/ReferenceImages/unitylogoblackonwhite.jpg -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/ReferenceImages/unitylogowhiteonblack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/ReferenceImages/unitylogowhiteonblack.jpg -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/UnityARImageAnchor.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: befc06ba4fe0046439ef5dac5a33c0e7 3 | timeCreated: 1517621937 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/UnityLogoReferenceImage.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa9c5deee83494083beea0977b5302c2 3 | timeCreated: 1520468043 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARImageAnchor/UnityLogoWhiteOnBlack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d6cedfb4c48647ca9007fb8cb8aa6b0 3 | timeCreated: 1518054500 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARKitRelocalize.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfeeb4a56cb7c4f9d8964859ba274911 3 | folderAsset: yes 4 | timeCreated: 1517350675 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARKitRelocalize/UnityARKitRelocalize.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d44ef812aa5c94b71884c70a9518c644 3 | timeCreated: 1517350701 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARPlaneMesh.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c21c1506d16bb4a12b0779f54965b0ef 3 | folderAsset: yes 4 | timeCreated: 1517429400 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARPlaneMesh/UnityARPlaneMesh.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80858f7f97efd46c1ae3ee51a3134eef 3 | timeCreated: 1517431928 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARPointCloudIds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51ec150ac2b9b41e0ae2e73f35de5965 3 | folderAsset: yes 4 | timeCreated: 1543348434 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARPointCloudIds/UnityPointCloudIds.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7b13cc3e03de46c3bdba51876cfc297 3 | timeCreated: 1543348497 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARSetWorldOrigin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7926aaa6453dd4c7f8a6c1490bf4c261 3 | folderAsset: yes 4 | timeCreated: 1518205629 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARSetWorldOrigin/UnityARSetWorldOrigin.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a34cd3250ee14e1c802e3b4aed373c8 3 | timeCreated: 1518205870 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARVideoFormats.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8426060d697694fdd83c1305e3d42641 3 | folderAsset: yes 4 | timeCreated: 1518223278 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARVideoFormats/UnityARFaceTrackingVideoFormats.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a7424cf0b0f04d4ba41bd0858deea1b 3 | timeCreated: 1543283147 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARVideoFormats/UnityARVideoFormats.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a88a66a31e1c640bb8f6592ac0e4ee7f 3 | timeCreated: 1518290295 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5afb0c06196084cc78ff12d7dc05de4d 3 | folderAsset: yes 4 | timeCreated: 1523485203 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityAREnvironmentTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43d62f7feb3d040e88880a0627007c65 3 | folderAsset: yes 4 | timeCreated: 1523650634 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityAREnvironmentTexture/UnityAREnvironmentProbeAnchor.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90e8d78f99ddb4db1b5a7148d5d063b9 3 | timeCreated: 1524006207 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityAREnvironmentTexture/UnityAREnvironmentProbeAnchorManual.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f542d5b0c973449d94b4c654c3587b8 3 | timeCreated: 1524006207 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27514de6a60cf495790ec2b262d99195 3 | folderAsset: yes 4 | timeCreated: 1523555567 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/CokeCanObject.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e19bf88186ac942868db78225b734e9c 3 | timeCreated: 1527702223 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ExampleObjectsSet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0700ead5baf8b4b778809cd428565c03 3 | timeCreated: 1523901996 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ReferenceObjects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecf5459ae4f86489a8975203db243ff6 3 | folderAsset: yes 4 | timeCreated: 1523556077 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ReferenceObjects/cokeCan.arobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ReferenceObjects/cokeCan.arobject -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ReferenceObjects/cokeCan.arobject.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03163c77b90434530bcfcb50f6da39f5 3 | timeCreated: 1536711960 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ReferenceObjects/cokeCan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/ReferenceObjects/cokeCan.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARObjectAnchor/UnityARObjectAnchor.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b7966300d2d04d8e86ace41d59d178c 3 | timeCreated: 1523558024 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARWorldMap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc17436be8ab140c4b1439118200cfb4 3 | folderAsset: yes 4 | timeCreated: 1523485203 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARWorldMap/UnityARWorldMap.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee2777dc048a5482db055433cf94aa0e 3 | timeCreated: 1523485203 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityARWorldMap/UnityARWorldMapSerialized.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5886c251920f2454b98358e6027f37df 3 | timeCreated: 1525822678 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityObjectScanner.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0314d9e49ee28428cb6f3c88775173be 3 | folderAsset: yes 4 | timeCreated: 1524091409 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityObjectScanner/UnityObjectScanner.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2b783b17754448c29d3b316a4a366c0 3 | timeCreated: 1524091536 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityTongueAndEyes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ebacf7535cd84238a1d576722f1eb8b 3 | folderAsset: yes 4 | timeCreated: 1528230429 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/ARKit2.0/UnityTongueAndEyes/UnityTongueAndEyes.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16c7209035275422aaed5631de9e5c7c 3 | timeCreated: 1528230458 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/AddRemoveAnchorExample.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a88daffac7ad42debbc62feb726fe89 3 | folderAsset: yes 4 | timeCreated: 1499364808 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/AddRemoveAnchorExample/AddRemoveAnchorScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c59061d8b0a364aa58f20007a956f23a 3 | timeCreated: 1499365892 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/AddRemoveAnchorExample/RandomCube.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c5f8d679f3e64a40a967471f4fa7030 3 | timeCreated: 1499371804 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99a3c390b086e41bcae2b94fee5d253a 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80ed123283a674013aef17bc2c431e8b 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/2000px-Checkerboard_pattern.svg.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48f9ec19142bd7e4c9f2441ab5799cca 3 | timeCreated: 1489779706 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/2000px-Checkerboard_patternUV.svg.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66fbc43c67b564bb4a4c2c2dcd6c1970 3 | timeCreated: 1489779706 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/ARKitPlaneMesh.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04845b76859034d95b1487d887525145 3 | timeCreated: 1517432121 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/BallMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5e394a942fae453583e8e6009ee49a1 3 | timeCreated: 1496972319 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/BoundingBox_Selected.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57bf08b71b2b14f8995a08cfc781d4cf 3 | timeCreated: 1523909746 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/BoundingBox_Unselected.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b37a3e843c7c41d897de1445ba4b187 3 | timeCreated: 1523909746 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/EnvironmentMapMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ff108178bf6e47d0ab6282a6ddfa885 3 | timeCreated: 1523651292 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/MeshBorder.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78f2880d33df84ede869907822bbb8c4 3 | timeCreated: 1517447583 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/Plane Physic Material.physicMaterial.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: beba2f308446f43da8e82c54f30f93b5 3 | timeCreated: 1496984011 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 13400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/PlayerMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ea44298aa419344dbdcf87dd1a50533 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/PointCloudMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a044f7471feb4bd4be40dcec09eae05 3 | timeCreated: 1493918099 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/PointCloudParticleMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7cffc03fadd142ea81401e16399833e 3 | timeCreated: 1493918099 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/RTBack.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bf5451fa758d4c7cb976751e582bdc5 3 | timeCreated: 1509125000 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 8400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/RTBottom.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f547bf7e1be7a4cd794d316baa8f21fb 3 | timeCreated: 1509125000 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 8400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/RTFront.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4a4722373175490a93a7956b23953ec 3 | timeCreated: 1509125000 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 8400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/RTLeft.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9121db1a6b1c443fb39767c96cb1ed3 3 | timeCreated: 1509125000 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 8400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/RTRight.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9492362d6426443583dcad13f6515da 3 | timeCreated: 1509125000 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 8400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/RTTop.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bf99f420eecb4d14841917a1a5830fe 3 | timeCreated: 1509125000 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 8400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/SphereMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df83d7f64be1a4ef7b2c936b6de3c7a0 3 | timeCreated: 1509045622 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/XColor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aaae8be92ba59487a9946818d7a2017f 3 | timeCreated: 1493855225 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/YColor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fa2e9e7c08844dd4a8d581610839228 3 | timeCreated: 1493855225 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/ZColor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d55ccb0db00e54a1696c1e96094d706d 3 | timeCreated: 1493855225 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/debugPlaneMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b36939cf153274ec29fbf2f10d0a49d7 3 | timeCreated: 1492715747 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/occlusionPlaneMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25eeebe0578974575aac9f24b4ede717 3 | timeCreated: 1497288096 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/shadowPlaneMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16f11da3beeaf498f8526286a295a38e 3 | timeCreated: 1497288096 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7bb5a53dd8ac49759db6bf17162dd20 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models/Characters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2db6ed60f35771478d3b31828b24fe8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models/Characters/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e9efecd428e54b9aabf3e5fc4fbc526 3 | folderAsset: yes 4 | timeCreated: 1501101803 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models/Characters/Materials/GunMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb5e14eb1d53543c2a0f0fb4f0bedcd8 3 | timeCreated: 1501101803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models/Characters/Player.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Models/Characters/Player.fbx -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c232e85bbf134253ab599b8e50e5913 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/ARKitPlaneGeometry.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24a8c4888599c4670ba129e2f2345e92 3 | timeCreated: 1517432446 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/AxesPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8855f6e449b9d4d3fae7f0a1a5ff9c2f 3 | timeCreated: 1505951457 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/AxesPrefabSmall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e43066e50be7c43908f324c203e4c784 3 | timeCreated: 1528232493 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/BallPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e11b49885a57845e3b22a6355928ed72 3 | timeCreated: 1496972639 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/Box Face.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dcebda15b99e4457a22a698a16c0c4e 3 | timeCreated: 1523909948 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/CollSphere.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 772733b9aeeb7481ea21ab0986f34715 3 | timeCreated: 1496987653 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/DebugReflectionProbePrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 209240d9a5b6a473d85f1c9ecc62698b 3 | timeCreated: 1524006967 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/ObjectText.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2c40ff3dd4b046f4a09d7d727a9d9d3 3 | timeCreated: 1524180818 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/ParticlePainterPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 200646a121c9c46f69245ca2c1b789ee 3 | timeCreated: 1494016471 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/ParticlePrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87db9decf4b3e4cb8bf3eea22ccd37f5 3 | timeCreated: 1494009634 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/PointCloudPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02d2a544d8d594d30b790e76398d0873 3 | timeCreated: 1493917937 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/SmallCylinder.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39807a5465c08453e85a08bd6829affe 3 | timeCreated: 1523642785 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/VideoFormatButton.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95c6bff2dfc164406901450885b965af 3 | timeCreated: 1518224083 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/collisionPlanePrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 813dd14a7826b4795823dd39ac4cc050 3 | timeCreated: 1492718811 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/cube.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c8a1fc58df6b4d8c8c68e2883659c8a 3 | timeCreated: 1520468628 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/debugPlanePrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f879aaf3eeb0c467eb22cbaf08dc97a4 3 | timeCreated: 1492718811 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/occlusionPlanePrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9eb96f002ffce4560879b18f2e0502e5 3 | timeCreated: 1497394239 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Prefabs/shadowPlanePrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 696855730620a483c9ae4c242e312b28 3 | timeCreated: 1497394239 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74f51f2576219447b8322610cbd17b01 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Shaders/InstancedSurfaceShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aef340cb91e534f40870ff658a7aecee 3 | timeCreated: 1496974206 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Shaders/MobileARShadow.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abcf973b8dc974208a882fe4b8c6b73f 3 | timeCreated: 1497394336 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Shaders/MobileOcclusion.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e5df5a56a7624e0981993663cf33154 3 | timeCreated: 1498679026 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52d64d946d6be4c8aa622c3f5e6bf042 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerDiffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerDiffuse.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerNormals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerNormals.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerOcclusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerOcclusion.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerSpecular.tif -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/checker_large UV.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/checker_large UV.gif -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/debugPlaneTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/debugPlaneTile.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/unitylogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/Common/Textures/unitylogo.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 669335d2fe29243de91f7a0d430b31f9 3 | folderAsset: yes 4 | timeCreated: 1505775209 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/FaceAnchorScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46e299c2ec1244fbaa1b9b14e2ab198a 3 | timeCreated: 1505775273 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/FaceBlendshapeScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74c2619dd419d4704bba49146f77161d 3 | timeCreated: 1505775273 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/FaceBlendshapeSloth.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9bc483a4023d4829a88ddc3adff3caf 3 | timeCreated: 1510188488 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/FaceDirectionalLightEstimate.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 360fd35caee4f4e069485021a27c0b06 3 | timeCreated: 1507762821 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/FaceMeshScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e95b28d2a95b34b868e407dc86a3e6d2 3 | timeCreated: 1505775273 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e6346a0e785540a49eaae82317b2dfd 3 | folderAsset: yes 4 | timeCreated: 1510601314 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82967c9358aa34ec6a0f6e29750c642a 3 | folderAsset: yes 4 | timeCreated: 1511933011 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Materials/sloth_all_1001_AlbedoTransparency.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0eafc0c8e166e4cd2b0f64b71fda0c45 3 | timeCreated: 1511933011 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a488c610893e64a3289258a99af35e31 3 | folderAsset: yes 4 | timeCreated: 1510204871 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures/sloth_all_1001_AlbedoTransparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures/sloth_all_1001_AlbedoTransparency.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures/sloth_all_1001_MetallicSmoothness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures/sloth_all_1001_MetallicSmoothness.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures/sloth_all_1001_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/Textures/sloth_all_1001_Normal.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/sloth_head_blendshapes5.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/FaceTracking/SlothCharacter/sloth_head_blendshapes5.fbx -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af68919dbd7264d6584857ed14b907e6 3 | folderAsset: yes 4 | timeCreated: 1504390677 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquare.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 534fd29b1b9f645a28cf2f3deeaeda50 3 | timeCreated: 1504390678 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareFinding.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cca9b37da3e7e458fba02babd2ee71b9 3 | timeCreated: 1504634087 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 9100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareFinding.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdec2f90bd7304fd7859a64780a6947e 3 | timeCreated: 1504393627 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 0 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareFinding.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 455b404c52d7d4188bf02f3682baa204 3 | timeCreated: 1504390680 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 0 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareFocused.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad2f8ea2bac7e4117ad509404bab9f73 3 | timeCreated: 1504390680 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 0 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareFound.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dc9e0ae01c204ce7b7517c8d59713e6 3 | timeCreated: 1504393627 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 0 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c9ef824a7b95400bade362484e9b6af 3 | timeCreated: 1504393453 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/focuspulse.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30f10be4bda0f4d1bb27b0f1ef492dcc 3 | timeCreated: 1504634087 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 7400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/focussquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/FocusSquare/focussquare.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/focussquarefound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakuKobayashi/UnityARKitAndARCoreCommon/32583028b87d44ae235941e72ab9872aa32eeaf7/Assets/UnityARKitPlugin/Examples/FocusSquare/focussquarefound.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARBallz.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2082e391775a848b3922eee55f9e6de2 3 | folderAsset: yes 4 | timeCreated: 1503604404 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARBallz/BallMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8d14a82591ec4fcabb481f075ffeb53 3 | timeCreated: 1496972819 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARBallz/BallMover.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7f6cc13442cf445295719af5da92de8 3 | timeCreated: 1496974880 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARBallz/Ballz.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a2b4127da4fa4302b8db592636b3d55 3 | timeCreated: 1496967378 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARBallz/UnityARBallz.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75972bcfc855b486593ec2ec68da0b81 3 | timeCreated: 1496964608 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARKitScene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81c8e3240e6624a1c9c093d35f99d1cf 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARKitScene/UnityARKitScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c159f2591a9b5c843b0a0442451f78f8 3 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityAROcclusion.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec50d8f0023aa44bc8abca2884b2c337 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityAROcclusion/UnityAROcclusion.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f026c59fb9d6489ab924c6e0e119760 3 | timeCreated: 1497467387 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARShadows.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c5a49210742e49f6b01cc06377465be 3 | folderAsset: yes 4 | timeCreated: 1503626042 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARShadows/UnityARShadows.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14d17ec7304f440b48e6b953ba7a5895 3 | timeCreated: 1497467387 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e746d1dc46f384723a49592cf820da3a 3 | folderAsset: yes 4 | timeCreated: 1503626042 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42ca15f1893ea4df79823e4a752e0032 3 | folderAsset: yes 4 | timeCreated: 1494022978 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a9e9df3c14e9034eb587348635c8f09 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Enums.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d3904d3d18ddd544820bd8518990fee 3 | folderAsset: yes 4 | timeCreated: 1442586617 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Enums/ColorValues.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public enum ColorValues 4 | { 5 | R, 6 | G, 7 | B, 8 | A, 9 | 10 | Hue, 11 | Saturation, 12 | Value 13 | } 14 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Events.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bb0d49c64210014e9a24ed9345928c2 3 | folderAsset: yes 4 | timeCreated: 1442747310 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Events/ColorChangedEvent.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | using UnityEngine.Events; 4 | 5 | [Serializable] 6 | public class ColorChangedEvent : UnityEvent 7 | { 8 | 9 | } -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Events/ColorChangedEvent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff46fbecea7739f4690e4285c88f53c5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Events/HSVChangedEvent.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Events; 3 | 4 | public class HSVChangedEvent : UnityEvent 5 | { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 304681ea793fc054aa8ed2beab28d0b1 3 | folderAsset: yes 4 | timeCreated: 1442751317 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Other/ColorPickerTester.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06851a815227e5044b0e3c1bf9b3a282 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Picker 2.0.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 916ee089a0d7b63419075f91e1c657ec 3 | timeCreated: 1442747914 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/PickerTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce46c07f0028e314ab7767577ab5e7a6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b5fe4e314cbd9944bcaa93e814e9bd5 3 | folderAsset: yes 4 | timeCreated: 1442586536 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/UI/ColorPicker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8262e4a8322117f4da079921eaa72834 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/UI/HexColorField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d85c534b3c1560544b09d0996dfeba84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/UtilityScripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b33138f525222146865861432dbe845 3 | folderAsset: yes 4 | timeCreated: 1426051345 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/UtilityScripts/BoxSlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37c44bc94a9a7f241b5b552f3ff89458 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/UtilityScripts/HSVUtil.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f3189246d7fc204faba7a1e9c08e0af 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/UnityParticlePainter.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0327f0aa0142146c291df8203b848257 3 | timeCreated: 1494021616 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 641192711a2244c3186112dedbaeb123 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/LICENSES.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90c42da21005d4236a15394dcd6acf14 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/LICENSES/MIT_LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aced9186b77ce476a92d0a4575762fb1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/LICENSES/UCL_LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c133d2502cd94086b8ecc69ab3e9091 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05a89afb32ff4cd48a0278f931aa903b 3 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20ca1a77fe0cf4e049dac6d2a8afd62e 3 | folderAsset: yes 4 | timeCreated: 1492036260 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8fd2eea89786441a84b5c25c1d48982 3 | folderAsset: yes 4 | timeCreated: 1492103332 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 085eeda524261654b88f97ea61b33090 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e4b720fdfe6441c280f3288bdb93c0d 3 | folderAsset: yes 4 | timeCreated: 1503626042 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/ARPlaneAnchorGameObject.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public class ARPlaneAnchorGameObject 6 | { 7 | public GameObject gameObject; 8 | public ARPlaneAnchor planeAnchor; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b97b0ebd5e0d84160a0b477bf246c1e1 3 | folderAsset: yes 4 | timeCreated: 1492792741 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Materials/YUVMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1d9352050a75486f878ab19fa578f16 3 | timeCreated: 1492641356 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Materials/YUVMaterialLinear.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2081057c5ab9b4b20a1a1c4efdace299 3 | timeCreated: 1492641356 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6930a53974b964a77bb66c8a01551eaa 3 | folderAsset: yes 4 | timeCreated: 1492795798 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPoint.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARPoint 6 | { 7 | public double x; 8 | public double y; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARRect.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARRect 6 | { 7 | public ARPoint origin; 8 | public ARSize size; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARSize.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARSize 6 | { 7 | public double width; 8 | public double height; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9e3cccf742844401a584fdd294d0607 3 | folderAsset: yes 4 | timeCreated: 1492634328 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders/YUVShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef7b8eec959eb4f1e9fa97bc86273848 3 | timeCreated: 1492634375 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders/YUVShaderLinear.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57c2c07a0719d4fafab7a4f8a84d1767 3 | timeCreated: 1492634375 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6107a01f65b74c0093cf65fc9e9cfcc 3 | folderAsset: yes 4 | timeCreated: 1511229652 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Resources/UnityARKitPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3872f00b440b04ca98de82d0fca32d68 3 | folderAsset: yes 4 | timeCreated: 1511229680 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Resources/UnityARKitPlugin/ARKitSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: feb5449e416a346aaa320dd0a0188ade 3 | timeCreated: 1511224908 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/UnityARKitPluginSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efa163296ae7840cb80b9e3beb5f0857 3 | timeCreated: 1511215177 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/version.txt: -------------------------------------------------------------------------------- 1 | v2.5.0 -------------------------------------------------------------------------------- /Assets/version.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95d354274c99542229afd06ab32b8400 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /ProjectSettings/ARCoreProjectSettings.json: -------------------------------------------------------------------------------- 1 | {"Version":"1.9.0","IsARCoreRequired":true,"IsInstantPreviewEnabled":true,"IsIOSSupportEnabled":false,"CloudServicesApiKey":"","IosCloudServicesApiKey":""} -------------------------------------------------------------------------------- /ProjectSettings/AndroidResolverDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | m_SpeedOfSound: 347 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_DSPBufferSize: 0 12 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.1.10f1 2 | m_EditorVersionWithRevision: 2019.1.10f1 (f007ed779b7a) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: .0199999996 7 | Maximum Allowed Timestep: .333333343 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_RenderPipeSettingsPath: 10 | m_FixedTimeStep: 0.016666668 11 | m_MaxDeltaTime: 0.05 12 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } --------------------------------------------------------------------------------