├── .gitignore ├── Assets ├── Eazy Tools.meta ├── Eazy Tools │ ├── ARCore Interface.meta │ ├── ARCore Interface │ │ ├── Demo.meta │ │ ├── Demo │ │ │ ├── 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 │ │ │ │ │ ├── AndyMaterial.mat │ │ │ │ │ ├── AndyMaterial.mat.meta │ │ │ │ │ ├── AndyShadowMaterial.mat │ │ │ │ │ ├── AndyShadowMaterial.mat.meta │ │ │ │ │ ├── Andy_DiffuseLit.png │ │ │ │ │ └── Andy_DiffuseLit.png.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Robot Kyle.meta │ │ │ │ └── Robot Kyle │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ ├── Robot_Color.mat │ │ │ │ │ └── Robot_Color.mat.meta │ │ │ │ │ ├── Model.meta │ │ │ │ │ ├── Model │ │ │ │ │ ├── Robot Kyle.fbx │ │ │ │ │ └── Robot Kyle.fbx.meta │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ ├── Robot_Color.tga │ │ │ │ │ ├── Robot_Color.tga.meta │ │ │ │ │ ├── Robot_Normal.tga │ │ │ │ │ └── Robot_Normal.tga.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Andy.prefab │ │ │ │ └── Andy.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── HelloEazyAR.unity │ │ │ │ └── HelloEazyAR.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── HelloEazyARController.cs │ │ │ │ └── HelloEazyARController.cs.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── HorizontalPlaneGrid.mat │ │ │ ├── HorizontalPlaneGrid.mat.meta │ │ │ ├── PlaneTransparent.mat │ │ │ ├── PlaneTransparent.mat.meta │ │ │ ├── PointCloud.mat │ │ │ ├── PointCloud.mat.meta │ │ │ ├── VerticalPlaneGrid.mat │ │ │ └── VerticalPlaneGrid.mat.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── EazyARCoreInterface.prefab │ │ │ └── EazyARCoreInterface.prefab.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── EazyARCoreInterface.cs │ │ │ ├── EazyARCoreInterface.cs.meta │ │ │ ├── EazyARPointCloudVisualizer.cs │ │ │ ├── EazyARPointCloudVisualizer.cs.meta │ │ │ ├── EazyARRaycastHit.cs │ │ │ ├── EazyARRaycastHit.cs.meta │ │ │ ├── EazyARSession.cs │ │ │ ├── EazyARSession.cs.meta │ │ │ ├── EazyARSessionStatusExtensions.cs │ │ │ ├── EazyARSessionStatusExtensions.cs.meta │ │ │ ├── EazyARTrackedPlane.cs │ │ │ ├── EazyARTrackedPlane.cs.meta │ │ │ ├── EazyARTrackedPlaneMesh.cs │ │ │ ├── EazyARTrackedPlaneMesh.cs.meta │ │ │ ├── EazyARTrackedPlaneVisualizer.cs │ │ │ └── EazyARTrackedPlaneVisualizer.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ARTransparentSurface.shader │ │ │ ├── ARTransparentSurface.shader.meta │ │ │ ├── PlaneGrid.shader │ │ │ ├── PlaneGrid.shader.meta │ │ │ ├── PointCloud.shader │ │ │ └── PointCloud.shader.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── TriGrid.png │ │ │ └── TriGrid.png.meta │ ├── Helpers.meta │ └── Helpers │ │ ├── FreeLookCam.cs │ │ ├── FreeLookCam.cs.meta │ │ ├── TriangulatorXZ.cs │ │ └── TriangulatorXZ.cs.meta ├── GoogleARCore.meta └── GoogleARCore │ ├── CLI.meta │ ├── CLI │ ├── augmented_image_cli_osx │ ├── augmented_image_cli_osx.meta │ └── augmented_image_cli_win.exe.meta │ ├── Configurations.meta │ ├── Configurations │ ├── DefaultSessionConfig.asset │ └── DefaultSessionConfig.asset.meta │ ├── Editor.meta │ ├── Editor │ ├── AppDependencies.xml │ └── AppDependencies.xml.meta │ ├── Examples.meta │ ├── Examples │ ├── 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 │ ├── CloudAnchor.meta │ ├── CloudAnchor │ │ ├── Configurations.meta │ │ ├── Configurations │ │ │ ├── CloudAnchorSessionConfig.asset │ │ │ └── CloudAnchorSessionConfig.asset.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── CloudAnchor.unity │ │ │ └── CloudAnchor.unity.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── ARKitHelper.cs │ │ │ ├── ARKitHelper.cs.meta │ │ │ ├── AnchorIdFromRoomRequestMessage.cs │ │ │ ├── AnchorIdFromRoomRequestMessage.cs.meta │ │ │ ├── AnchorIdFromRoomResponseMessage.cs │ │ │ ├── AnchorIdFromRoomResponseMessage.cs.meta │ │ │ ├── CloudAnchorController.cs │ │ │ ├── CloudAnchorController.cs.meta │ │ │ ├── CloudAnchorUIController.cs │ │ │ ├── CloudAnchorUIController.cs.meta │ │ │ ├── RoomSharingClient.cs │ │ │ ├── RoomSharingClient.cs.meta │ │ │ ├── RoomSharingMsgType.cs │ │ │ ├── RoomSharingMsgType.cs.meta │ │ │ ├── RoomSharingServer.cs │ │ │ └── RoomSharingServer.cs.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 │ │ │ │ ├── AndyMaterial.mat │ │ │ │ ├── AndyMaterial.mat.meta │ │ │ │ ├── AndyShadowMaterial.mat │ │ │ │ ├── AndyShadowMaterial.mat.meta │ │ │ │ ├── Andy_DiffuseLit.png │ │ │ │ └── Andy_DiffuseLit.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 │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Icon.png │ │ │ │ ├── Icon.png.meta │ │ │ │ ├── TriGrid.png │ │ │ │ └── TriGrid.png.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── Andy.prefab │ │ │ ├── Andy.prefab.meta │ │ │ ├── AndyDiffuse.prefab │ │ │ ├── AndyDiffuse.prefab.meta │ │ │ ├── DetectedPlaneVisualizer.prefab │ │ │ └── DetectedPlaneVisualizer.prefab.meta │ │ ├── Roboto-Regular.ttf │ │ ├── Roboto-Regular.ttf.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── DetectedPlaneGenerator.cs │ │ │ ├── DetectedPlaneGenerator.cs.meta │ │ │ ├── DetectedPlaneVisualizer.cs │ │ │ ├── DetectedPlaneVisualizer.cs.meta │ │ │ ├── PointcloudVisualizer.cs │ │ │ └── PointcloudVisualizer.cs.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 │ │ │ ├── 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 │ ├── 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 │ │ │ ├── instant_preview_shared.dll │ │ │ ├── instant_preview_shared.dll.meta │ │ │ ├── instant_preview_unity_plugin.bundle.meta │ │ │ ├── instant_preview_unity_plugin.bundle │ │ │ ├── Contents.meta │ │ │ └── Contents │ │ │ │ ├── MacOS.meta │ │ │ │ └── MacOS │ │ │ │ ├── instant_preview_unity_plugin │ │ │ │ ├── instant_preview_unity_plugin.meta │ │ │ │ ├── libinstant_preview_shared.dylib │ │ │ │ └── libinstant_preview_shared.dylib.meta │ │ │ ├── instant_preview_unity_plugin.dll │ │ │ └── instant_preview_unity_plugin.dll.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── 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 │ ├── arcore_arkit_integration.mm │ ├── arcore_arkit_integration.mm.meta │ ├── arcore_client.aar │ ├── arcore_client.aar.meta │ ├── google_ar_optional.aar │ ├── google_ar_optional.aar.meta │ ├── google_ar_required.aar │ ├── google_ar_required.aar.meta │ ├── libarcore_unity_api.so │ ├── libarcore_unity_api.so.meta │ ├── libarpresto_api.so │ ├── libarpresto_api.so.meta │ ├── unityandroidpermissions.aar │ ├── unityandroidpermissions.aar.meta │ ├── unitygar.aar │ └── unitygar.aar.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 │ ├── AnchorApi.cs │ ├── AnchorApi.cs.meta │ ├── ApiApkInstallStatusExtensions.cs │ ├── ApiApkInstallStatusExtensions.cs.meta │ ├── ApiApkInstallationStatus.cs │ ├── ApiApkInstallationStatus.cs.meta │ ├── ApiArStatus.cs │ ├── ApiArStatus.cs.meta │ ├── ApiArStatusExtensions.cs │ ├── ApiArStatusExtensions.cs.meta │ ├── ApiAvailability.cs │ ├── ApiAvailability.cs.meta │ ├── ApiAvailabilityExtensions.cs │ ├── ApiAvailabilityExtensions.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 │ ├── 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 │ ├── ApiPlaneFindingMode.cs │ ├── ApiPlaneFindingMode.cs.meta │ ├── ApiPoseData.cs │ ├── ApiPoseData.cs.meta │ ├── ApiPrestoConfig.cs │ ├── ApiPrestoConfig.cs.meta │ ├── ApiPrestoStatus.cs │ ├── ApiPrestoStatus.cs.meta │ ├── ApiPrestoStatusExtensions.cs │ ├── ApiPrestoStatusExtensions.cs.meta │ ├── ApiTrackableType.cs │ ├── ApiTrackableType.cs.meta │ ├── ApiTrackingState.cs │ ├── ApiTrackingState.cs.meta │ ├── ApiTrackingStateExtensions.cs │ ├── ApiTrackingStateExtensions.cs.meta │ ├── ApiTrackingStateXPExtensions.cs │ ├── ApiTrackingStateXPExtensions.cs.meta │ ├── ApiUpdateMode.cs │ ├── ApiUpdateMode.cs.meta │ ├── AugmentedImageApi.cs │ ├── AugmentedImageApi.cs.meta │ ├── AugmentedImageDatabaseApi.cs │ ├── AugmentedImageDatabaseApi.cs.meta │ ├── CameraApi.cs │ ├── CameraApi.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 │ ├── NativeSession.cs │ ├── NativeSession.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 │ ├── AugmentedImage.cs │ ├── AugmentedImage.cs.meta │ ├── AugmentedImageDatabase.cs │ ├── AugmentedImageDatabase.cs.meta │ ├── AugmentedImageDatabaseEntry.cs │ ├── AugmentedImageDatabaseEntry.cs.meta │ ├── CameraImageBytes.cs │ ├── CameraImageBytes.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 │ ├── DisplayUvCoords.cs │ ├── DisplayUvCoords.cs.meta │ ├── Editor.meta │ ├── Editor │ ├── ARCoreProjectSettingsWindow.cs │ ├── ARCoreProjectSettingsWindow.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 │ ├── 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 │ ├── 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 │ ├── 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 │ ├── 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 │ ├── XPAnchor.cs │ ├── XPAnchor.cs.meta │ ├── XPSession.cs │ ├── XPSession.cs.meta │ ├── XPSessionStatus.cs │ ├── XPSessionStatus.cs.meta │ ├── XPTrackingState.cs │ └── XPTrackingState.cs.meta ├── LICENSE ├── ProjectSettings ├── ARCoreProjectSettings.json ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset ├── README.md └── UnityPackageManager └── manifest.json /.gitignore: -------------------------------------------------------------------------------- 1 | /[Ll]ibrary/ 2 | /[Tt]emp/ 3 | /[Oo]bj/ 4 | /[Bb]uild/ 5 | /[Bb]uilds/ 6 | /Assets/AssetStoreTools* 7 | /_unityPackage* 8 | /_WebBuild* 9 | /_Build* 10 | 11 | # Autogenerated VS/MD/Consulo solution and project files 12 | ExportedObj/ 13 | .consulo/ 14 | *.csproj 15 | *.unityproj 16 | *.sln 17 | *.suo 18 | *.tmp 19 | *.user 20 | *.userprefs 21 | *.pidb 22 | *.booproj 23 | *.svd 24 | 25 | 26 | # Unity3D generated meta files 27 | *.pidb.meta 28 | 29 | # Unity3D Generated File On Crash Reports 30 | sysinfo.txt 31 | 32 | # Builds 33 | *.apk 34 | *.unitypackage 35 | *.exe -------------------------------------------------------------------------------- /Assets/Eazy Tools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 343f4e07221fb214787198bb2ad60855 3 | folderAsset: yes 4 | timeCreated: 1520495457 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a268439d5d5da924f9ed2ffab1cc2a70 3 | folderAsset: yes 4 | timeCreated: 1526468289 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d54a40ecf27e23d4da54659ee9bb6b11 3 | folderAsset: yes 4 | timeCreated: 1520495832 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f65f2100591ef14eb90968fc44261c4 3 | folderAsset: yes 4 | timeCreated: 1526546371 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42ea9b2172d5b794fa7a15eb125c8721 3 | folderAsset: yes 4 | timeCreated: 1524038521 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/AndyBlobShadow.obj: -------------------------------------------------------------------------------- 1 | # This file uses centimeters as units for non-parametric coordinates. 2 | 3 | g default 4 | v -0.100000 -0.000000 0.100000 5 | v 0.100000 -0.000000 0.100000 6 | v -0.100000 0.000000 -0.100000 7 | v 0.100000 0.000000 -0.100000 8 | vt 0.000000 0.000000 9 | vt 1.000000 0.000000 10 | vt 0.000000 1.000000 11 | vt 1.000000 1.000000 12 | vn 0.000000 1.000000 0.000000 13 | vn 0.000000 1.000000 0.000000 14 | vn 0.000000 1.000000 0.000000 15 | vn 0.000000 1.000000 0.000000 16 | s off 17 | g AndyBlobShadow_GEO 18 | f 4/4/1 3/3/2 1/1/3 2/2/4 19 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/AndyBlobShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/AndyBlobShadow.png -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/AndyDiffuseMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15bf27e06b708cb439aa9d5778ba1e68 3 | timeCreated: 1503349636 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/AndyMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73a97a8c07bb10a4484e13bfd59a89dc 3 | timeCreated: 1503349636 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/AndyShadowMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5de9c4cc807909488527b92d5d2452c 3 | timeCreated: 1503351067 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/Andy_DiffuseLit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/Eazy Tools/ARCore Interface/Demo/Materials/Andy/Andy_DiffuseLit.png -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8956ba14ca6214c4bbab1fb12901422a 3 | folderAsset: yes 4 | timeCreated: 1520497906 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efac4bca1423653479147f0fec80a9a9 3 | folderAsset: yes 4 | timeCreated: 1520498261 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9fea4fd063b44a489d58a86a2b24721 3 | folderAsset: yes 4 | timeCreated: 1520498261 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Materials/Robot_Color.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Robot_Color 10 | m_Shader: {fileID: 2, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: 2000 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 2800000, guid: 94c473c9137744d7eabd829f1150da8d, type: 3} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _MainTex: 26 | m_Texture: {fileID: 2800000, guid: 0a0e8af2869fa45f78e25460db578482, type: 3} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | m_Floats: [] 30 | m_Colors: 31 | - _Color: {r: 1, g: 1, b: 1, a: 1} 32 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Materials/Robot_Color.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aa851515cd3747d6b3b3e461199a2ed 3 | timeCreated: 18446744011573954816 4 | NativeFormatImporter: 5 | externalObjects: {} 6 | mainObjectFileID: 0 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Model.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 427b08a9dabceb54e8d8606f3fa093e1 3 | folderAsset: yes 4 | timeCreated: 1520498261 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Model/Robot Kyle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Model/Robot Kyle.fbx -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c62fadbcaaa32b843b73249e00af5b97 3 | folderAsset: yes 4 | timeCreated: 1520498261 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Textures/Robot_Color.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Textures/Robot_Color.tga -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Textures/Robot_Normal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/Eazy Tools/ARCore Interface/Demo/Models/Robot Kyle/Textures/Robot_Normal.tga -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7cddae9c9228a1418d2ee78a05abf93 3 | folderAsset: yes 4 | timeCreated: 1520497912 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Prefabs/Andy.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64c8094377ef358409eb266f1c1014ca 3 | timeCreated: 1526546166 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79b0ca80aec48a0409fa7cef70018fab 3 | folderAsset: yes 4 | timeCreated: 1520495844 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Scenes/HelloEazyAR.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fc07661ee640b34fb3732393e77f403 3 | timeCreated: 1520495896 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be3f30990f7eaed4b9724b18b841e611 3 | folderAsset: yes 4 | timeCreated: 1520495839 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Demo/Scripts/HelloEazyARController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc6f55cd57e6150499c28fd35d3c938b 3 | timeCreated: 1520495950 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 273671ef243ee004ca07875b68bb47e1 3 | folderAsset: yes 4 | timeCreated: 1520497310 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Materials/HorizontalPlaneGrid.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2779b6bcfcdc6f4eb7be8cbbd115477 3 | timeCreated: 1520497317 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Materials/PlaneTransparent.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e80407c85568d1a4c9069492d8ef242d 3 | timeCreated: 1526468310 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Materials/PointCloud.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e37034352b77e34449a69c464453a7c0 3 | timeCreated: 1520497808 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Materials/VerticalPlaneGrid.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8bf171d56e55a94d82df4a9358e9be8 3 | timeCreated: 1520497317 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 0 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bcae739e0a21cc448889fad18e5f90df 3 | folderAsset: yes 4 | timeCreated: 1521103427 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Prefabs/EazyARCoreInterface.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aadf9f7f0324eb4d83985572d126c7d 3 | timeCreated: 1521103430 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9905aec10005e7742b9964c671dc9b03 3 | folderAsset: yes 4 | timeCreated: 1520495489 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARCoreInterface.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c279ad3094dd9994da1b3c52c13e5b77 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARPointCloudVisualizer.cs: -------------------------------------------------------------------------------- 1 | using GoogleARCore; 2 | using UnityEngine; 3 | 4 | namespace VRHouse.ARTools 5 | { 6 | public class EazyARCorePointCloudVisualizer : MonoBehaviour 7 | { 8 | private const int MAX_POINTS_COUNT = 61440; 9 | private Mesh mesh; 10 | private Renderer renderer; 11 | private Vector3[] points = new Vector3[MAX_POINTS_COUNT]; 12 | 13 | public void Start() 14 | { 15 | renderer = GetComponent(); 16 | mesh = GetComponent().mesh; 17 | mesh.Clear(); 18 | } 19 | 20 | public void Update() 21 | { 22 | renderer.enabled = EazyARCoreInterface.VisualizePointCloud; 23 | 24 | // Fill in the data to draw the point cloud. 25 | if (EazyARCoreInterface.instance.visualizePointCloud && Frame.PointCloud.IsUpdatedThisFrame) 26 | { 27 | // Copy the point cloud points for mesh verticies. 28 | for (int i = 0; i < Frame.PointCloud.PointCount; i++) 29 | { 30 | points[i] = Frame.PointCloud.GetPoint(i); 31 | } 32 | 33 | // Update the mesh indicies array. 34 | int[] indices = new int[Frame.PointCloud.PointCount]; 35 | for (int i = 0; i < Frame.PointCloud.PointCount; i++) 36 | { 37 | indices[i] = i; 38 | } 39 | 40 | mesh.Clear(); 41 | mesh.vertices = points; 42 | mesh.SetIndices(indices, MeshTopology.Points, 0); 43 | } 44 | } 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARPointCloudVisualizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e2120c90c34ee84aab8aacf14225351 3 | timeCreated: 1523871121 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARRaycastHit.cs: -------------------------------------------------------------------------------- 1 | using GoogleARCore; 2 | using System; 3 | using UnityEngine; 4 | 5 | namespace VRHouse.ARTools 6 | { 7 | public class EazyARRaycastHit 8 | { 9 | public RaycastHit raycastHit { get; set; } 10 | public TrackableHit trackableHit { get; set; } 11 | public Trackable Trackable { get { return EazyARCoreInterface.isSimulated ? null : trackableHit.Trackable; } } 12 | public Pose Pose { get { return EazyARCoreInterface.isSimulated ? new Pose(raycastHit.point, Quaternion.FromToRotation(raycastHit.transform.up, raycastHit.normal) * raycastHit.transform.rotation) : trackableHit.Pose; } } 13 | public TrackableHitFlags Flags { get { return EazyARCoreInterface.isSimulated ? TrackableHitFlags.PlaneWithinPolygon : trackableHit.Flags; } } 14 | 15 | public static implicit operator RaycastHit(EazyARRaycastHit ARHit) 16 | { 17 | return ARHit.raycastHit; 18 | } 19 | 20 | public static implicit operator TrackableHit(EazyARRaycastHit ARHit) 21 | { 22 | return ARHit.trackableHit; 23 | } 24 | 25 | public static implicit operator EazyARRaycastHit(RaycastHit hit) 26 | { 27 | EazyARRaycastHit ARHit = new EazyARRaycastHit(); 28 | ARHit.raycastHit = hit; 29 | return ARHit; 30 | } 31 | 32 | public static implicit operator EazyARRaycastHit(TrackableHit hit) 33 | { 34 | EazyARRaycastHit ARHit = new EazyARRaycastHit(); 35 | ARHit.trackableHit = hit; 36 | return ARHit; 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARRaycastHit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68efef065a3894d468ab3ceb81c9ed86 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARSession.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f52c99fa1800c2d4eb9f649d57b1318e 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARSessionStatusExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8d81e09726a2cd47b94ee0ecbcfd637 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARTrackedPlane.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53f067143250134448f8b2f7dbd255fa 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARTrackedPlaneMesh.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc3b457ade8a87742a4074cca908ec1c 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Scripts/EazyARTrackedPlaneVisualizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6babf2cc8ce6d0a44990ff6ad5786c92 3 | timeCreated: 1520495585 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9afd7975f2eff8a489d98056f366976f 3 | folderAsset: yes 4 | timeCreated: 1520497702 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Shaders/ARTransparentSurface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91177d43ca19f9c41b8b7d807343adf8 3 | timeCreated: 1526468309 4 | licenseType: Free 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Shaders/PlaneGrid.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70a8a3b89293587449eb355c992482ff 3 | timeCreated: 1520497743 4 | licenseType: Free 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Shaders/PointCloud.shader: -------------------------------------------------------------------------------- 1 | // Don't remove the following line. It is used to bypass Unity 2 | // upgrader change. This is necessary to make sure the shader 3 | // continues to compile on Unity 5.2 4 | // UNITY_SHADER_NO_UPGRADE 5 | Shader "ARCore/PointCloud" { 6 | Properties{ 7 | _PointSize("Point Size", Float) = 5.0 8 | _Color ("PointCloud Color", Color) = (0.121, 0.737, 0.823, 1.0) 9 | } 10 | SubShader { 11 | Pass { 12 | CGPROGRAM 13 | #pragma vertex vert 14 | #pragma fragment frag 15 | 16 | #include "UnityCG.cginc" 17 | 18 | struct appdata 19 | { 20 | float4 vertex : POSITION; 21 | }; 22 | 23 | struct v2f 24 | { 25 | float4 vertex : SV_POSITION; 26 | float size : PSIZE; 27 | }; 28 | 29 | float _PointSize; 30 | fixed4 _Color; 31 | 32 | v2f vert (appdata v) 33 | { 34 | v2f o; 35 | o.vertex = mul(UNITY_MATRIX_MVP, v.vertex); 36 | o.size = _PointSize; 37 | 38 | return o; 39 | } 40 | 41 | fixed4 frag (v2f i) : SV_Target 42 | { 43 | return _Color; 44 | } 45 | ENDCG 46 | } 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Shaders/PointCloud.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baa6594231fb67448a1f6549cff3de49 3 | timeCreated: 1520497744 4 | licenseType: Free 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4513f93c7a87f7d458b779869fb5fec8 3 | folderAsset: yes 4 | timeCreated: 1520497404 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/ARCore Interface/Textures/TriGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/Eazy Tools/ARCore Interface/Textures/TriGrid.png -------------------------------------------------------------------------------- /Assets/Eazy Tools/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9281c92cb3878274ebbeeb613a029254 3 | folderAsset: yes 4 | timeCreated: 1520495561 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/Helpers/FreeLookCam.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class FreeLookCam : MonoBehaviour 4 | { 5 | public float lookSpeedH = 2f; 6 | public float lookSpeedV = 2f; 7 | public float zoomSpeed = 2f; 8 | public float dragSpeed = 6f; 9 | 10 | private float yaw = 0f; 11 | private float pitch = 0f; 12 | 13 | void Update() 14 | { 15 | //Look around with Right Mouse 16 | if (Input.GetMouseButton(1)) 17 | { 18 | yaw += lookSpeedH * Input.GetAxis("Mouse X"); 19 | pitch -= lookSpeedV * Input.GetAxis("Mouse Y"); 20 | 21 | transform.eulerAngles = new Vector3(pitch, yaw, 0f); 22 | } 23 | 24 | //drag camera around with Middle Mouse 25 | if (Input.GetMouseButton(2)) 26 | { 27 | transform.Translate(-Input.GetAxisRaw("Mouse X") * Time.deltaTime * dragSpeed, -Input.GetAxisRaw("Mouse Y") * Time.deltaTime * dragSpeed, 0); 28 | } 29 | 30 | //Zoom in and out with Mouse Wheel 31 | transform.Translate(0, 0, Input.GetAxis("Mouse ScrollWheel") * zoomSpeed, Space.Self); 32 | } 33 | } -------------------------------------------------------------------------------- /Assets/Eazy Tools/Helpers/FreeLookCam.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3f3bd28c34a4d04ab1b193cddbcd5c1 3 | timeCreated: 1520495652 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Eazy Tools/Helpers/TriangulatorXZ.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 103588409ca2cc743b48f9915d7cd2ae 3 | timeCreated: 1520495596 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed08ac4d4dffe4edfb4261c21e585327 3 | folderAsset: yes 4 | timeCreated: 1525746173 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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_osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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.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: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 53ac32fab2599402fb6d154adf4c1e40, type: 3} 12 | m_Name: DefaultSessionConfig 13 | m_EditorClassIdentifier: 14 | MatchCameraFramerate: 1 15 | PlaneFindingMode: 1 16 | EnableLightEstimation: 1 17 | EnableCloudAnchor: 0 18 | AugmentedImageDatabase: {fileID: 0} 19 | -------------------------------------------------------------------------------- /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/AppDependencies.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Editor/AppDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58d4518f9a1d34fcba470ab16485286a 3 | timeCreated: 1523991902 4 | licenseType: Pro 5 | TextScriptImporter: 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/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: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 53ac32fab2599402fb6d154adf4c1e40, type: 3} 12 | m_Name: AugmentedImagesSessionConfig 13 | m_EditorClassIdentifier: 14 | MatchCameraFramerate: 1 15 | PlaneFindingMode: 0 16 | EnableLightEstimation: 0 17 | AugmentedImageDatabase: {fileID: 11400000, guid: c3e077e231877401e8d2163ebbbc9dc6, 18 | type: 2} 19 | -------------------------------------------------------------------------------- /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/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/000.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/001.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/002.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/003.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/004.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/005.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/006.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/007.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Images/008.jpg -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Images/009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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/Scripts/AugmentedImageExampleController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 492cc0813c4064ed79f2671a7c2633fc 3 | timeCreated: 1521315943 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Scripts/AugmentedImageVisualizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 655793353707240a195aee929b80d41a 3 | timeCreated: 1521058274 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Textures/fit_to_scan.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/AugmentedImage/Textures/frame_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/AugmentedImage/Textures/frame_base.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor.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/CloudAnchor/Configurations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5e25a59b9643431aba5d444a77a01a1 3 | folderAsset: yes 4 | timeCreated: 1524520909 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Configurations/CloudAnchorSessionConfig.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 53ac32fab2599402fb6d154adf4c1e40, type: 3} 12 | m_Name: CloudAnchorSessionConfig 13 | m_EditorClassIdentifier: 14 | MatchCameraFramerate: 1 15 | PlaneFindingMode: 1 16 | EnableLightEstimation: 1 17 | EnableCloudAnchor: 1 18 | AugmentedImageDatabase: {fileID: 0} 19 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Configurations/CloudAnchorSessionConfig.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a121f8901c3214da99464f9976359de1 3 | timeCreated: 1524438651 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/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/CloudAnchor/Scenes/CloudAnchor.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/CloudAnchor/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90aacdba098ee496baf375756eb748e1 3 | folderAsset: yes 4 | timeCreated: 1522721194 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/ARKitHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebd8d0b54eefd45c3901b0fef679ae97 3 | timeCreated: 1524442409 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/AnchorIdFromRoomRequestMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f3d4ecaa85554e689bbf92188baf629 3 | timeCreated: 1524238155 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/AnchorIdFromRoomResponseMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b678e8ae8ca804161b69dc6ed683dcae 3 | timeCreated: 1524238155 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/CloudAnchorController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45d327f226af448b5bb427cfa4b6d990 3 | timeCreated: 1522721218 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/CloudAnchorUIController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce0a12831cd75404c89be7db9575f47e 3 | timeCreated: 1524427985 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/RoomSharingClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cadf01b907f9642d2bc5d6cb21452929 3 | timeCreated: 1524238029 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/RoomSharingMsgType.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore.Examples.CloudAnchor 22 | { 23 | using UnityEngine.Networking; 24 | 25 | /// 26 | /// Room Sharing Message Types. 27 | /// 28 | public struct RoomSharingMsgType 29 | { 30 | /// 31 | /// The Anchor id from room request message type. 32 | /// 33 | public const short AnchorIdFromRoomRequest = MsgType.Highest + 1; 34 | 35 | /// 36 | /// The Anchor id from room response message type. 37 | /// 38 | public const short AnchorIdFromRoomResponse = MsgType.Highest + 2; 39 | } 40 | } -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/RoomSharingMsgType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 575503565ebed4d0a85fc2bc77099266 3 | timeCreated: 1524342203 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/CloudAnchor/Scripts/RoomSharingServer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed4c3c76fbd614739b4a3ee269a709e4 3 | timeCreated: 1524233973 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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.obj: -------------------------------------------------------------------------------- 1 | # This file uses centimeters as units for non-parametric coordinates. 2 | 3 | g default 4 | v -0.100000 -0.000000 0.100000 5 | v 0.100000 -0.000000 0.100000 6 | v -0.100000 0.000000 -0.100000 7 | v 0.100000 0.000000 -0.100000 8 | vt 0.000000 0.000000 9 | vt 1.000000 0.000000 10 | vt 0.000000 1.000000 11 | vt 1.000000 1.000000 12 | vn 0.000000 1.000000 0.000000 13 | vn 0.000000 1.000000 0.000000 14 | vn 0.000000 1.000000 0.000000 15 | vn 0.000000 1.000000 0.000000 16 | s off 17 | g AndyBlobShadow_GEO 18 | f 4/4/1 3/3/2 1/1/3 2/2/4 19 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Andy/AndyBlobShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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/AndyMaterial.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/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_DiffuseLit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/Common/Materials/Andy/Andy_DiffuseLit.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: -------------------------------------------------------------------------------- 1 | Shader "ARCore/DiffuseWithLightEstimation" 2 | { 3 | Properties 4 | { 5 | _MainTex ("Base (RGB)", 2D) = "white" {} 6 | } 7 | 8 | SubShader 9 | { 10 | Tags { "RenderType"="Opaque" } 11 | LOD 150 12 | 13 | CGPROGRAM 14 | #pragma surface surf Lambert noforwardadd finalcolor:lightEstimation 15 | 16 | sampler2D _MainTex; 17 | fixed3 _GlobalColorCorrection; 18 | 19 | struct Input 20 | { 21 | float2 uv_MainTex; 22 | }; 23 | 24 | void lightEstimation(Input IN, SurfaceOutput o, inout fixed4 color) 25 | { 26 | color.rgb *= _GlobalColorCorrection; 27 | } 28 | 29 | void surf (Input IN, inout SurfaceOutput o) 30 | { 31 | fixed4 c = tex2D(_MainTex, IN.uv_MainTex); 32 | o.Albedo = c.rgb; 33 | o.Alpha = c.a; 34 | } 35 | ENDCG 36 | } 37 | 38 | Fallback "Mobile/VertexLit" 39 | } 40 | -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | // Don't remove the following line. It is used to bypass Unity 2 | // upgrader change. This is necessary to make sure the shader 3 | // continues to compile on Unity 5.2 4 | // UNITY_SHADER_NO_UPGRADE 5 | Shader "ARCore/PointCloud" { 6 | Properties{ 7 | _PointSize("Point Size", Float) = 5.0 8 | _Color ("PointCloud Color", Color) = (0.121, 0.737, 0.823, 1.0) 9 | } 10 | SubShader { 11 | Pass { 12 | CGPROGRAM 13 | #pragma vertex vert 14 | #pragma fragment frag 15 | 16 | #include "UnityCG.cginc" 17 | 18 | struct appdata 19 | { 20 | float4 vertex : POSITION; 21 | }; 22 | 23 | struct v2f 24 | { 25 | float4 vertex : SV_POSITION; 26 | float size : PSIZE; 27 | }; 28 | 29 | float _PointSize; 30 | fixed4 _Color; 31 | 32 | v2f vert (appdata v) 33 | { 34 | v2f o; 35 | o.vertex = mul(UNITY_MATRIX_MVP, v.vertex); 36 | o.size = _PointSize; 37 | 38 | return o; 39 | } 40 | 41 | fixed4 frag (v2f i) : SV_Target 42 | { 43 | return _Color; 44 | } 45 | ENDCG 46 | } 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /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/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/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/Common/Materials/Textures/Icon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Materials/Textures/TriGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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/Andy.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/AndyDiffuse.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/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/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/Examples/Common/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Roboto-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f66655b38428d40769e9e41ee237cbdc 3 | timeCreated: 1503346684 4 | licenseType: Free 5 | TrueTypeFontImporter: 6 | externalObjects: {} 7 | serializedVersion: 4 8 | fontSize: 16 9 | forceTextureCase: -2 10 | characterSpacing: 0 11 | characterPadding: 1 12 | includeFontData: 1 13 | fontName: Roboto 14 | fontNames: 15 | - Roboto 16 | fallbackFontReferences: [] 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /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/DetectedPlaneGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c669a4cc43174caea1a3748b76f2652 3 | timeCreated: 1524423123 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts/DetectedPlaneVisualizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23e3f20de6c2e405a93736a38f74b0fb 3 | timeCreated: 1502338316 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/Common/Scripts/PointcloudVisualizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d5645b79cc5e4251827ffe171ed4658 3 | timeCreated: 1502314583 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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: -------------------------------------------------------------------------------- 1 | Google ARCore Camera Utility Plugin Source Code 2 | ================================================ 3 | Copyright (c) 2017 Google Inc. All rights reserved. 4 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); 6 | you may not use this file except in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | 17 | ## Overview 18 | The arcore_camera_unity.zip file contains source code of the libarcore_camera_utility.so 19 | C library. This library is used to create the Unity plugin for reading image pixels from 20 | ARCore GPU texture. 21 | 22 | ## Files Included 23 | - include/camera_utility.h : header file of the C API interface. 24 | - include/gl_utility.h : header file of GL utility functions. 25 | - include/texture_reader.h : header file of C++ API interface. 26 | - src/camera_utility.cc : implementation of the C API. 27 | - src/gl_utility.cc : implementation of GL utility functions. 28 | - src/texture_reader.cc : implementation of C++ API. 29 | 30 | ## How to Build 31 | You can build the library by using Google Android NDK(https://developer.android.com/ndk/index.html). 32 | Google Android NDK can be downloaded from this URL(https://developer.android.com/ndk/downloads/index.html). -------------------------------------------------------------------------------- /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/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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/ComputerVision/Scripts/ComputerVisionController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0471ee42f4eac4098805c8b4aae4875c 3 | timeCreated: 1512755448 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/EdgeDetector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4efa5fefaf4064b6f944e9c9d1803813 3 | timeCreated: 1512175258 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8ba03f2a23f74384ac6625e269b5f50 3 | timeCreated: 1512525798 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReaderApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6c5057504d004df59cb05eeea4454ae 3 | timeCreated: 1511999811 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/HelloAR/Scripts/HelloARController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26074b15f9c13404d858bfedb8b8c00c 3 | timeCreated: 1502419589 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1001 &100100000 4 | Prefab: 5 | m_ObjectHideFlags: 1 6 | serializedVersion: 2 7 | m_Modification: 8 | m_TransformParent: {fileID: 0} 9 | m_Modifications: [] 10 | m_RemovedComponents: [] 11 | m_ParentPrefab: {fileID: 0} 12 | m_RootGameObject: {fileID: 1248447649449928} 13 | m_IsPrefabParent: 1 14 | --- !u!1 &1248447649449928 15 | GameObject: 16 | m_ObjectHideFlags: 0 17 | m_PrefabParentObject: {fileID: 0} 18 | m_PrefabInternal: {fileID: 100100000} 19 | serializedVersion: 5 20 | m_Component: 21 | - component: {fileID: 4461716624848968} 22 | - component: {fileID: 114136752755502098} 23 | m_Layer: 0 24 | m_Name: Environmental Light 25 | m_TagString: Untagged 26 | m_Icon: {fileID: 0} 27 | m_NavMeshLayer: 0 28 | m_StaticEditorFlags: 0 29 | m_IsActive: 1 30 | --- !u!4 &4461716624848968 31 | Transform: 32 | m_ObjectHideFlags: 1 33 | m_PrefabParentObject: {fileID: 0} 34 | m_PrefabInternal: {fileID: 100100000} 35 | m_GameObject: {fileID: 1248447649449928} 36 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 37 | m_LocalPosition: {x: 0, y: 0, z: 0} 38 | m_LocalScale: {x: 1, y: 1, z: 1} 39 | m_Children: [] 40 | m_Father: {fileID: 0} 41 | m_RootOrder: 0 42 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 43 | --- !u!114 &114136752755502098 44 | MonoBehaviour: 45 | m_ObjectHideFlags: 1 46 | m_PrefabParentObject: {fileID: 0} 47 | m_PrefabInternal: {fileID: 100100000} 48 | m_GameObject: {fileID: 1248447649449928} 49 | m_Enabled: 1 50 | m_EditorHideFlags: 0 51 | m_Script: {fileID: 11500000, guid: 92a4cf446a0c7334aaceb5457be27894, type: 3} 52 | m_Name: 53 | m_EditorClassIdentifier: 54 | -------------------------------------------------------------------------------- /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/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/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/instant_preview_shared.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_shared.dll -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/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/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/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27a7f7613c41541ef8517d1b5390962b 3 | timeCreated: 1516418595 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a49dee3272c24e7794351bb17e92bd3 3 | timeCreated: 1516418595 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/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/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/InstantPreview/Scripts/InstantPreviewInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed2d2995c742a6c4490fa51080dbf4cf 3 | timeCreated: 1512422473 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d78f35e6ec68ed4ba199eddf266e308 3 | timeCreated: 1513720134 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewTrackedPoseDriver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 307167e96a9af144789862588807c91b 3 | timeCreated: 1512450063 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/arcore_arkit_integration.mm: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface ARSessionCast : NSObject 4 | { 5 | @public 6 | ARSession* _session; 7 | } 8 | @end 9 | 10 | @implementation ARSessionCast 11 | 12 | extern "C" ARSession* ARCoreARKitIntegration_castUnitySessionToARKitSession(void* sessionToCast) 13 | { 14 | ARSessionCast *nativeSession = (__bridge ARSessionCast*)(sessionToCast); 15 | ARSession* session = nativeSession->_session; 16 | 17 | return session; 18 | } 19 | 20 | extern "C" ARFrame* ARCoreARKitIntegration_getCurrentFrame(ARSession* arkitSession) 21 | { 22 | return arkitSession.currentFrame; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_arkit_integration.mm.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df35767d8f34c46728297c632ecf7137 3 | timeCreated: 1524446113 4 | licenseType: Pro 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: {} 29 | - first: 30 | tvOS: tvOS 31 | second: 32 | enabled: 1 33 | settings: {} 34 | userData: 35 | assetBundleName: 36 | assetBundleVariant: 37 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_client.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/arcore_client.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2fd4640a9f7349438a5920ea2fb35f2 3 | timeCreated: 1518222616 4 | licenseType: Pro 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Android: Android 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Any: 20 | second: 21 | enabled: 0 22 | settings: {} 23 | - first: 24 | Editor: Editor 25 | second: 26 | enabled: 0 27 | settings: 28 | DefaultValueInitialized: true 29 | userData: 30 | assetBundleName: 31 | assetBundleVariant: 32 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb4b89ba21eac484797cfca938a1a5ea 3 | timeCreated: 1518222591 4 | licenseType: Pro 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Android: Android 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Any: 20 | second: 21 | enabled: 0 22 | settings: {} 23 | - first: 24 | Editor: Editor 25 | second: 26 | enabled: 0 27 | settings: 28 | DefaultValueInitialized: true 29 | userData: 30 | assetBundleName: 31 | assetBundleVariant: 32 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/libarcore_unity_api.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/libarcore_unity_api.so -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/libarpresto_api.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/libarpresto_api.so -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd091fc8013c942f586c1672b8ee2b27 3 | timeCreated: 1500400815 4 | licenseType: Free 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Android: Android 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Any: 20 | second: 21 | enabled: 0 22 | settings: {} 23 | - first: 24 | Editor: Editor 25 | second: 26 | enabled: 0 27 | settings: 28 | DefaultValueInitialized: true 29 | userData: 30 | assetBundleName: 31 | assetBundleVariant: 32 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unitygar.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VR-House/Eazy-ARCore-Interface/e3a2b543756ffe70b95b5db00b7e2a949ce5fea2/Assets/GoogleARCore/SDK/Plugins/unitygar.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unitygar.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f62612db4b24deb43ada3a769754a2f7 3 | timeCreated: 1503511556 4 | licenseType: Free 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Android: Android 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Any: 20 | second: 21 | enabled: 0 22 | settings: {} 23 | - first: 24 | Editor: Editor 25 | second: 26 | enabled: 0 27 | settings: 28 | DefaultValueInitialized: true 29 | userData: 30 | assetBundleName: 31 | assetBundleVariant: 32 | -------------------------------------------------------------------------------- /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/ARCoreBackgroundRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb172c260d42e4f62945afda50892c0c 3 | timeCreated: 1510461368 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreSession.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4ca0c6a3af6b4635b7e98c6ea0a0cf9 3 | timeCreated: 1510461671 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreSessionConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53ac32fab2599402fb6d154adf4c1e40 3 | timeCreated: 1510876906 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Anchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd5c45a099b834b8d847a3ba64b2c8ec 3 | timeCreated: 1502157890 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: -16000 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0726c8b601b041069fad86754497703 3 | timeCreated: 1502330118 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsRequestResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7676570d2869469a8e061cbd3d90c9f 3 | timeCreated: 1502330118 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/AnchorApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0301646575b004ceca83800c3b3c9f06 3 | timeCreated: 1509305507 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallStatusExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3345208dea93f4ca6a361f8852a87704 3 | timeCreated: 1517873495 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallationStatus.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiApkInstallationStatus 24 | { 25 | Uninitialized = 0, 26 | Requested = 1, 27 | Success = 100, 28 | Error = 200, 29 | ErrorDeviceNotCompatible = 201, 30 | ErrorUserDeclined = 203, 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallationStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aa753c5e597b4841b03ea5f7f21326f 3 | timeCreated: 1517874709 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiArStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2632806855cc1405ca80cf82ad68f50a 3 | timeCreated: 1511201582 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiArStatusExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea2a292110d0345f1acb6aea2f69228c 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailability.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiAvailability 24 | { 25 | UnknownError = 0, 26 | UnknownChecking = 1, 27 | UnknownTimedOut = 2, 28 | UnsupportedDeviceNotCapable = 100, 29 | SupportedNotInstalled = 201, 30 | SupportedApkTooOld = 202, 31 | SupportedInstalled = 203 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailability.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2ff5d80474fa4dcf979bc5ec9b89ca4 3 | timeCreated: 1517858100 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailabilityExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da78fe0b9a17c46dea099872f469ccd7 3 | timeCreated: 1517871435 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCameraMetadata.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfdd6a8d3f3624cc68c5c22390d84305 3 | timeCreated: 1511898550 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCloudAnchorMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal.CrossPlatform 22 | { 23 | internal enum ApiCloudAnchorMode 24 | { 25 | Disabled = 0, 26 | Enabled = 1, 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCloudAnchorMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d4558a37894940f89ca1e8aec3bffd0 3 | timeCreated: 1523839648 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCloudAnchorState.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal.CrossPlatform 22 | { 23 | internal enum ApiCloudAnchorState 24 | { 25 | None = 0, 26 | TaskInProgress = 1, 27 | Success = 2, 28 | ErrorInternal = -1, 29 | ErrorNotAuthorized = -2, 30 | ErrorServiceUnavailable = -3, 31 | ErrorResourceExhausted = -4, 32 | ErrorHostingDatasetProcessingFailed = -5, 33 | ErrorResolveingCloudIdNotFound = -6, 34 | ErrorResolvingLocalizationNoMatch = -7, 35 | ErrorResolvingSDKTooOld = -8, 36 | ErrorResolvingSDKTooNew = -9, 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCloudAnchorState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50ba1888bff2542ae98827586e95f255 3 | timeCreated: 1523839648 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCloudAnchorStateExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d34b5c2dd26b4d69940a1a3b98afa17 3 | timeCreated: 1523839648 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiConstants.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 020d4ce00b42e47d2b46e7aa6244bedb 3 | timeCreated: 1509553365 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoords.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed17abe8b8d17dc44ae53ea9840cd4dc 3 | timeCreated: 1510289770 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoordsExtensions.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using System.Diagnostics.CodeAnalysis; 24 | using GoogleARCore; 25 | using UnityEngine; 26 | 27 | internal static class ApiDisplayUvCoordsExtensions 28 | { 29 | public static DisplayUvCoords ToDisplayUvCoords(this ApiDisplayUvCoords apiCoords) 30 | { 31 | return new DisplayUvCoords(apiCoords.TopLeft, apiCoords.TopRight, 32 | apiCoords.BottomLeft, apiCoords.BottomRight); 33 | } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoordsExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bb05187099e74075868cb33b22f51b8 3 | timeCreated: 1520038125 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiFeaturePointOrientationMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using System.Diagnostics.CodeAnalysis; 24 | 25 | [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", 26 | Justification = "Internal")] 27 | public enum ApiFeaturePointOrientationMode 28 | { 29 | Identity = 0, 30 | SurfaceNormal = 1, 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiFeaturePointOrientationMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e55289de34ec44b191ed1bdc5b17c9d 3 | timeCreated: 1517185900 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiFeaturePointOrientationModeExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7f21e3757d39475aae8f4a13d02253a 3 | timeCreated: 1517185900 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateState.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiLightEstimateState 24 | { 25 | NotValid = 0, 26 | Valid = 1, 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edc967aa80d4104418f83a5d540219ca 3 | timeCreated: 1510799673 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateStateExtensions.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using GoogleARCore; 24 | 25 | internal static class ApiLightEstimateStateExtensions 26 | { 27 | public static LightEstimateState ToLightEstimateState(this ApiLightEstimateState apiState) 28 | { 29 | switch (apiState) 30 | { 31 | case ApiLightEstimateState.NotValid: 32 | return LightEstimateState.NotValid; 33 | case ApiLightEstimateState.Valid: 34 | return LightEstimateState.Valid; 35 | default: 36 | return LightEstimateState.NotValid; 37 | } 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateStateExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b62de06fc1d1854d8e46bfb414db000 3 | timeCreated: 1510799673 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimationMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using System.Diagnostics.CodeAnalysis; 24 | 25 | [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", 26 | Justification = "Internal")] 27 | public enum ApiLightEstimationMode 28 | { 29 | Disabled = 0, 30 | AmbientIntensity = 1, 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimationMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31136b31f422e49a5b4307c1b3bff384 3 | timeCreated: 1512782847 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPlaneFindingMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiPlaneFindingMode 24 | { 25 | Disabled = 0, 26 | Horizontal = 1, 27 | Vertical = 2, 28 | HorizontalAndVertical = 3, 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPlaneFindingMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f21ec92bd25d0434ca6f063262f0ede5 3 | timeCreated: 1512178510 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPoseData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d4a3892884f34b018a13b62fd1615f1 3 | timeCreated: 1510174272 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8a0d471a5e1c486fb61de90a976a6d3 3 | timeCreated: 1518035095 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatus.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiPrestoStatus 24 | { 25 | Uninitialized = 0, 26 | RequestingApkInstall = 1, 27 | RequestingPermission = 2, 28 | 29 | Resumed = 100, 30 | ResumedNotTracking = 101, 31 | Paused = 102, 32 | 33 | ErrorFatal = 200, 34 | ErrorApkNotAvailable = 201, 35 | ErrorPermissionNotGranted = 202, 36 | ErrorSessionConfigurationNotSupported = 203, 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f77bf9ab0d39f4875b26d70fce838285 3 | timeCreated: 1513291504 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatusExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20257a5d02b574ec8a372bb9e319d8b3 3 | timeCreated: 1513294266 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableType.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiTrackableType 24 | { 25 | Invalid = 0, 26 | BaseTrackable = 0x41520100, 27 | Plane = 0x41520101, 28 | Point = 0x41520102, 29 | AugmentedImage = 0x41520104, 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8348fa5338bd4e8abfa9ebc30d296fb 3 | timeCreated: 1509300062 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingState.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiTrackingState 24 | { 25 | Tracking = 0, 26 | Paused = 1, 27 | Stopped = 2, 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 226925a61d2444e8d9a12435697ce770 3 | timeCreated: 1510543828 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateExtensions.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using GoogleARCore; 24 | 25 | internal static class ApiTrackingStateExtensions 26 | { 27 | public static TrackingState ToTrackingState(this ApiTrackingState apiTrackingState) 28 | { 29 | switch (apiTrackingState) 30 | { 31 | case ApiTrackingState.Tracking: 32 | return TrackingState.Tracking; 33 | case ApiTrackingState.Paused: 34 | return TrackingState.Paused; 35 | case ApiTrackingState.Stopped: 36 | return TrackingState.Stopped; 37 | default: 38 | return TrackingState.Stopped; 39 | } 40 | } 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e227d0e11c8e0498a88231ab7e5f9da8 3 | timeCreated: 1510610474 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateXPExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9582daff82de648c79311efef6d3ef3c 3 | timeCreated: 1523839648 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiUpdateMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal enum ApiUpdateMode 24 | { 25 | Blocking = 0, 26 | LatestCameraImage = 1, 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiUpdateMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d36ec8d5b9b14aefb9f136006e51d6a 3 | timeCreated: 1510876906 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/AugmentedImageApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 054ec0e9dd5804ac0b3ea5ec840af04f 3 | timeCreated: 1520625981 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/AugmentedImageDatabaseApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4272983ec6fb4cdf9b00827bf70109c 3 | timeCreated: 1520892113 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/CameraApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fdb35ceae7cf491a978d2f4a1c45f2c 3 | timeCreated: 1510257333 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/CameraMetadataApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d972b11e53fb14a5cb38b3b81e420a7a 3 | timeCreated: 1511395337 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/FrameApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8343d1d4c171649e18d1c562131e1a22 3 | timeCreated: 1509578063 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/HitTestApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9732fd9cd933b45b9b101341baf74b73 3 | timeCreated: 1510610167 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ImageApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a3a276a11cf042cc852e5b9f699553c 3 | timeCreated: 1519866731 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/LightEstimateApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1208855bfb606b34092b04a38c785ff9 3 | timeCreated: 1510799673 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/NativeSession.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d592900cfcf4d46c69256dbe400dec56 3 | timeCreated: 1516388608 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PlaneApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc57253c2a28846679a773e6c2ee8c32 3 | timeCreated: 1509300062 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PointApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ae835ce954d488a85396c79162f733 3 | timeCreated: 1510617062 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PointCloudApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6fca0e25bb6e4612acb66cacc00f8ff 3 | timeCreated: 1509468914 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PoseApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bb1ac230a9054569b08d1ca210d8b01 3 | timeCreated: 1509300062 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/SessionApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e62f0c78c398d4404a32f71b57e153e4 3 | timeCreated: 1509504247 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/SessionConfigApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bad7cdbe53c84daa86747adecf2feb1 3 | timeCreated: 1510876906 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/TrackableApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87745264d13d44f2a8295d25c2d6666e 3 | timeCreated: 1509300062 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/TrackableListApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d2c4263ac8ea480e98fbaf3e7c08815 3 | timeCreated: 1510542389 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkAvailabilityStatus.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// Possible statuses for the ARCore APK availability on a device. 25 | /// 26 | public enum ApkAvailabilityStatus 27 | { 28 | UnknownError = 0, 29 | UnknownChecking = 1, 30 | UnknownTimedOut = 2, 31 | UnsupportedDeviceNotCapable = 100, 32 | SupportedNotInstalled = 201, 33 | SupportedApkTooOld = 202, 34 | SupportedInstalled = 203 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkAvailabilityStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56892237bd519491d9a60f5ebd3e0f72 3 | timeCreated: 1517868046 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkInstallationStatus.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// Possible statuses for an ARCore APK installation request on a device. 25 | /// 26 | public enum ApkInstallationStatus 27 | { 28 | Uninitialized = 0, 29 | Requested = 1, 30 | Success = 100, 31 | Error = 200, 32 | ErrorDeviceNotCompatible = 201, 33 | 34 | [System.Obsolete("Merged with ErrorDeviceNotCompatible. Use that instead.")] 35 | ErrorAndroidVersionNotSupported = 202, 36 | 37 | ErrorUserDeclined = 203, 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkInstallationStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1de1e6e76a30499e970bb552522dec7 3 | timeCreated: 1517858804 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/Async/WaitForTaskCompletionYieldInstruction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ba38d18d01304b4ab5105846c55aff1 3 | timeCreated: 1502330118 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AsyncTask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d48675563f8a14e85bb73c0a6d45d9f0 3 | timeCreated: 1503943281 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedImage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38414ed7439a24b24804673831d43b8d 3 | timeCreated: 1521226213 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedImageDatabase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea1208cb4bfc946f7aa1d7b5348cb086 3 | timeCreated: 1520542268 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AugmentedImageDatabaseEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 357a936764f934f47915767e86b1fa5d 3 | timeCreated: 1521160584 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraImageBytes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9e4048a8fa07415da1df0c57b405bf1 3 | timeCreated: 1520292979 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraMetadataTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68f2bf600965540b080a2244b1221f8e 3 | timeCreated: 1511913936 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraMetadataValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7bf42f9fcf4548e8bfeb90b36d40891 3 | timeCreated: 1511904539 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CloudAnchorResult.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore.CrossPlatform 22 | { 23 | using System; 24 | using System.Collections.Generic; 25 | using GoogleARCoreInternal; 26 | using UnityEngine; 27 | 28 | /// 29 | /// The result of a cloud service operation that returns a cloud anchor. 30 | /// 31 | public struct CloudAnchorResult 32 | { 33 | /// 34 | /// The response from the cloud service. 35 | /// 36 | public CloudServiceResponse Response; 37 | 38 | /// 39 | /// The anchor return from the operation. This will be a valid cloud anchor if Response is 40 | /// CloudServiceResponse.Success and null otherwise. 41 | /// 42 | public XPAnchor Anchor; 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CloudAnchorResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 070f56dcf712049ff81d47307949d141 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CloudServiceResponse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30b5d30856de549f6bab9001744e8ae7 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/Deprecated/TrackedPlane.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0da9530b1f65342d39dac56c8d416c48 3 | timeCreated: 1524257072 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Deprecated/TrackedPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a185f38716bd44e29230f20d84c58ba 3 | timeCreated: 1524257073 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Deprecated/TrackedPointOrientationMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// Deprecated version of FeaturePointOrientationMode. 25 | /// 26 | [System.Obsolete("This enum has been renamed to FeaturePointOrientationMode. See https://github.com/google-ar/arcore-unity-sdk/releases/tag/v1.2.0")] 27 | public enum TrackedPointOrientationMode 28 | { 29 | Identity = 0, 30 | SurfaceNormal = 1, 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Deprecated/TrackedPointOrientationMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e09a17f6fcb348008625a6619788ede 3 | timeCreated: 1524257073 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DetectedPlane.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2d0f75c2c2744f5c8b7c0a18da840a6 3 | timeCreated: 1502152830 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DetectedPlaneFindingMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// Selects the behavior of the plane detection subsystem. 25 | /// 26 | public enum DetectedPlaneFindingMode 27 | { 28 | /// 29 | /// Plane detection is disabled. 30 | /// 31 | Disabled = 0, 32 | 33 | /// 34 | /// Detection of both horizontal and vertical planes is enabled. 35 | /// 36 | HorizontalAndVertical = 1, 37 | 38 | /// 39 | /// Detection of only horizontal planes is enabled. 40 | /// 41 | Horizontal = 2, 42 | 43 | /// 44 | /// Detection of only vertical planes is enabled. 45 | /// 46 | Vertical = 3, 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DetectedPlaneFindingMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 424f61f9de720442c858b69505f99cac 3 | timeCreated: 1524187637 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DisplayUvCoords.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6f63f1692fd0421e84e300081d1555a 3 | timeCreated: 1520026166 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/ARCoreProjectSettingsWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c59ff1ab3d66a449fb8c5d35ea110f5a 3 | timeCreated: 1524521974 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/AssetHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 492b47aeb895248d089cc3528f6b9725 3 | timeCreated: 1524258825 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/AugmentedImageDatabaseContextMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a792d31eaa464c5ea7c824e0830f900 3 | timeCreated: 1521051285 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/AugmentedImageDatabaseInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e9323481080a4014baef83b68be5213 3 | timeCreated: 1523559932 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/AugmentedImageDatabasePreprocessBuild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecaa7340672f2422ea4fa43bfe9cde02 3 | timeCreated: 1520644922 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/BackgroundJobExecutor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83c357ff8c8a14fedad867757b353d48 3 | timeCreated: 1524298011 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/CloudAnchorPreprocessBuild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10733afb1b9e94fecae45969433d378e 3 | timeCreated: 1523839648 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/RequiredOptionalPreprocessBuild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56700f06605bb44788a3b517a713b37f 3 | timeCreated: 1523986444 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/EnvironmentalLight.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92a4cf446a0c7334aaceb5457be27894 3 | timeCreated: 1510799851 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/ExperimentSupport/ExperimentBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b1fb11cb21344e5481251e0368796c5 3 | timeCreated: 1521171547 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ExperimentSupport/ExperimentManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c1580327312f4d358718f9cbc999ae7 3 | timeCreated: 1521171255 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/FeaturePoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7990c0cac50a48a29eba12ee1f730bc 3 | timeCreated: 1510616957 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/FeaturePointOrientationMode.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// The orientation mode for a FeaturePoint. 25 | /// 26 | public enum FeaturePointOrientationMode 27 | { 28 | Identity = 0, 29 | SurfaceNormal = 1, 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/FeaturePointOrientationMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f605e8f0dd31a453083b47fb68477792 3 | timeCreated: 1516989852 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Frame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f23179d83fac54b6898d7f842a3ecf83 3 | timeCreated: 1503161028 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fda591ded80f4d6489368b5527603e86 3 | timeCreated: 1502160887 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimateState.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// Possible states for . 25 | /// 26 | public enum LightEstimateState 27 | { 28 | /// 29 | /// Estimate is not valid and should not be used. 30 | /// 31 | NotValid, 32 | 33 | /// 34 | /// Estimate is valid. 35 | /// 36 | Valid, 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimateState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f3ad9d6ff6f214438ef1a961ef9b921 3 | timeCreated: 1510799673 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/ARCoreAndroidLifecycleManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c36b39a5d19034f6991e0c51fc4fd163 3 | timeCreated: 1523832170 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/ARCoreIOSLifecycleManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f473ce5ea39740e2b360049aa7e589e 3 | timeCreated: 1523832170 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/ARPrestoCallbackManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 286c45212c17d49c29e201174d9fe125 3 | timeCreated: 1523834135 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/CloudServiceManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b0a1d40847a1498b9db19033c008ea0 3 | timeCreated: 1523839648 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/ILifecycleManager.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using System.Diagnostics.CodeAnalysis; 24 | using GoogleARCore; 25 | 26 | [SuppressMessage("UnityRules.UnityStyleRules", "US1101:NonPublicFieldsMustHavePrefixM", 27 | Justification = "This is an interface so fields are already public.")] 28 | internal interface ILifecycleManager 29 | { 30 | event LifecycleManager.EarlyUpdateDelegate EarlyUpdateEvent; 31 | 32 | bool IsTracking { get; } 33 | 34 | ARCoreSession SessionComponent { get; } 35 | 36 | NativeSession NativeSession { get; } 37 | 38 | void CreateSession(ARCoreSession session); 39 | 40 | void EnableSession(); 41 | 42 | void DisableSession(); 43 | 44 | void ResetSession(); 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/ILifecycleManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d6c392b4b83147e3b6b92e359ea4589 3 | timeCreated: 1523837727 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/LifecycleManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 864c8242be03c4aec8427b8a2286c601 3 | timeCreated: 1523814052 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/TrackableManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27167ddd916ef43bbaacd5878c2ae213 3 | timeCreated: 1510945633 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/PointCloudPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f24ed3047ed4646bfab6a8a530dc432c 3 | timeCreated: 1510947955 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Session.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37d4175d892ef4e6190e38f26d22434c 3 | timeCreated: 1502156672 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/SessionStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30a41262cba2646c98f6d3cf4e46fb2a 3 | timeCreated: 1516741153 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/SessionStatusExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8d6e0fc3b3bc44218e96690668c05b4 3 | timeCreated: 1517519681 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Trackable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df152580aca434d62a87d4dfefe9ca93 3 | timeCreated: 1508869129 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableHit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f69a232195c4d4a699cc8501f6ee7649 3 | timeCreated: 1502302494 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableHitFlags.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a541164e523764394a27cc3803637e58 3 | timeCreated: 1502302494 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableQueryFilter.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | using System; 24 | using System.Collections.Generic; 25 | using GoogleARCoreInternal; 26 | using UnityEngine; 27 | 28 | /// 29 | /// A filter for trackable queries. 30 | /// 31 | public enum TrackableQueryFilter 32 | { 33 | /// 34 | /// Indicates available trackables. 35 | /// 36 | All, 37 | 38 | /// 39 | /// Indicates new trackables detected in the current ARCore Frame. 40 | /// 41 | New, 42 | 43 | /// 44 | /// Indicates trackables that were updated in the current ARCore Frame. 45 | /// 46 | Updated, 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableQueryFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21d75659f8470494cbefd71c8b7f25bd 3 | timeCreated: 1510770155 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackingState.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore 22 | { 23 | /// 24 | /// Possible tracking states for ARCore. 25 | /// 26 | public enum TrackingState 27 | { 28 | /// 29 | /// The entity is actively being tracked. 30 | /// 31 | Tracking = 0, 32 | 33 | /// 34 | /// ARCore has paused tracking the entity but may resume tracking it in the future. 35 | /// 36 | Paused = 1, 37 | 38 | /// 39 | /// ARCore has stopped tracking the entity and will never resume tracking it. 40 | /// 41 | Stopped = 2, 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackingState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 190efca65a78647b7a60e0e4b2288b27 3 | timeCreated: 1510509514 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /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/ARCoreProjectSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68605a05829544832b871afc8bf03168 3 | timeCreated: 1518470830 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ARDebug.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84b5f07f2795d472e9c6e7bc3ed8bf35 3 | timeCreated: 1502425714 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ConversionHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a1be6e2816d24b2ea1d6ec5f4be479d 3 | timeCreated: 1510266639 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/DllImportNoop.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | internal class DllImportNoop : System.Attribute 24 | { 25 | public DllImportNoop(string dllName) 26 | { 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/DllImportNoop.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5d95bc37d19043e5af128f53138e015 3 | timeCreated: 1523981664 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/IntPtrEqualityComparer.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2017 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCoreInternal 22 | { 23 | using System; 24 | using System.Collections.Generic; 25 | 26 | internal class IntPtrEqualityComparer : IEqualityComparer 27 | { 28 | public bool Equals(IntPtr intPtr1, IntPtr intPtr2) 29 | { 30 | return intPtr1 == intPtr2; 31 | } 32 | 33 | public int GetHashCode(IntPtr intPtr) 34 | { 35 | return intPtr.GetHashCode(); 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/IntPtrEqualityComparer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef23faba8749e46a5bd33fa98d0b4445 3 | timeCreated: 1513114243 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/MarshalingHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ced698934296748419bf72ad4ac8a66b 3 | timeCreated: 1502400449 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ShellHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18f728f329c6b478cb2f01391aae637b 3 | timeCreated: 1521159754 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/XPAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5955f790d56e342a58a320878015d119 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/XPSession.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2b12594e288d49f8beaef9f626a0e11 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/XPSessionStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8003bb55ac97a447aac1d426fdf75e29 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/XPTrackingState.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------- 2 | // 3 | // 4 | // Copyright 2018 Google Inc. All Rights Reserved. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); 7 | // you may not use this file except in compliance with the License. 8 | // You may obtain a copy of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, 14 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | // See the License for the specific language governing permissions and 16 | // limitations under the License. 17 | // 18 | // 19 | //----------------------------------------------------------------------- 20 | 21 | namespace GoogleARCore.CrossPlatform 22 | { 23 | /// 24 | /// The tracking state for a cross-platform ARCore entity. 25 | /// 26 | public enum XPTrackingState 27 | { 28 | /// 29 | /// The entity is actively being tracked. 30 | /// 31 | Tracking = 0, 32 | 33 | /// 34 | /// ARCore has paused tracking the entity but may resume tracking it in the future. 35 | /// 36 | Paused = 1, 37 | 38 | /// 39 | /// ARCore has stopped tracking the entity and will never resume tracking it. 40 | /// 41 | Stopped = 2, 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/XPTrackingState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 986bb1dcdf79e4097bb22336240f4f90 3 | timeCreated: 1523839399 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 VR-House 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /ProjectSettings/ARCoreProjectSettings.json: -------------------------------------------------------------------------------- 1 | {"Version":"V1.1.0","IsARCoreRequired":true,"IsInstantPreviewEnabled":false,"CloudServicesApiKey":""} -------------------------------------------------------------------------------- /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 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /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/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 7 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0 18 | m_ClothInterCollisionStiffness: 0 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 1 23 | m_ClothInterCollisionSettingsToggle: 0 24 | m_ContactPairsMode: 0 25 | m_BroadphaseType: 0 26 | m_WorldBounds: 27 | m_Center: {x: 0, y: 0, z: 0} 28 | m_Extent: {x: 250, y: 250, z: 250} 29 | m_WorldSubdivisions: 8 30 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 7 7 | m_ExternalVersionControlSupport: Hidden Meta Files 8 | m_SerializationMode: 2 9 | m_LineEndingsForNewScripts: 2 10 | m_DefaultBehaviorMode: 0 11 | m_SpritePackerMode: 0 12 | m_SpritePackerPaddingPower: 1 13 | m_EtcTextureCompressorBehavior: 1 14 | m_EtcTextureFastCompressor: 1 15 | m_EtcTextureNormalCompressor: 2 16 | m_EtcTextureBestCompressor: 4 17 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp 18 | m_ProjectGenerationRootNamespace: 19 | m_UserGeneratedProjectSuffix: 20 | m_CollabEditorSettings: 21 | inProgressEnabled: 1 22 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /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/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_AutoSimulation: 1 23 | m_QueriesHitTriggers: 1 24 | m_QueriesStartInColliders: 1 25 | m_ChangeStopsCallbacks: 0 26 | m_CallbacksOnDisable: 1 27 | m_AutoSyncTransforms: 1 28 | m_AlwaysShowColliders: 0 29 | m_ShowColliderSleep: 1 30 | m_ShowColliderContacts: 0 31 | m_ShowColliderAABB: 0 32 | m_ContactArrowScale: 0.2 33 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 34 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 35 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 36 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 37 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 38 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.3.1f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: 7 | - EazyARDetectedPlane 8 | layers: 9 | - Default 10 | - TransparentFX 11 | - Ignore Raycast 12 | - 13 | - Water 14 | - UI 15 | - 16 | - 17 | - EazyARDetectedPlane 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | - 41 | m_SortingLayers: 42 | - name: Default 43 | uniqueID: 0 44 | locked: 0 45 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | m_TestInitMode: 0 11 | CrashReportingSettings: 12 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 | m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate 14 | m_Enabled: 0 15 | m_CaptureEditorExceptions: 1 16 | UnityPurchasingSettings: 17 | m_Enabled: 0 18 | m_TestMode: 0 19 | UnityAnalyticsSettings: 20 | m_Enabled: 0 21 | m_InitializeOnStartup: 1 22 | m_TestMode: 0 23 | m_TestEventUrl: 24 | m_TestConfigUrl: 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | --------------------------------------------------------------------------------