├── .gitattributes ├── .gitignore ├── Assets ├── GoogleARCore.meta ├── GoogleARCore │ ├── Configurations.meta │ ├── Configurations │ │ ├── DefaultSessionConfig.asset │ │ └── DefaultSessionConfig.asset.meta │ ├── Examples.meta │ ├── Examples │ │ ├── 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 │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ ├── Andy.meta │ │ │ ├── Andy │ │ │ │ ├── Andy.obj │ │ │ │ ├── Andy.obj.meta │ │ │ │ ├── AndyBlobShadow.obj │ │ │ │ ├── AndyBlobShadow.obj.meta │ │ │ │ ├── AndyBlobShadow.png │ │ │ │ ├── AndyBlobShadow.png.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 │ │ │ ├── TrackedPlaneVisualizer.prefab │ │ │ └── TrackedPlaneVisualizer.prefab.meta │ │ │ ├── Roboto-Regular.ttf │ │ │ ├── Roboto-Regular.ttf.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ ├── HelloAR.unity │ │ │ └── HelloAR.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ ├── HelloARController.cs │ │ │ ├── HelloARController.cs.meta │ │ │ ├── PointcloudVisualizer.cs │ │ │ ├── PointcloudVisualizer.cs.meta │ │ │ ├── TrackedPlaneVisualizer.cs │ │ │ └── TrackedPlaneVisualizer.cs.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── ARCore Device.prefab │ │ ├── ARCore Device.prefab.meta │ │ ├── Environmental Light.prefab │ │ └── Environmental Light.prefab.meta │ ├── SDK.meta │ └── SDK │ │ ├── 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 │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── InstantPreviewEnabledMenuItem.cs │ │ │ └── InstantPreviewEnabledMenuItem.cs.meta │ │ │ ├── InstantPreview.apk │ │ │ ├── InstantPreview.apk.meta │ │ │ ├── InstantPreviewInput.cs │ │ │ ├── InstantPreviewInput.cs.meta │ │ │ ├── InstantPreviewManager.cs │ │ │ ├── InstantPreviewManager.cs.meta │ │ │ ├── InstantPreviewTrackedPoseDriver.cs │ │ │ └── InstantPreviewTrackedPoseDriver.cs.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── ARBackground.mat │ │ ├── ARBackground.mat.meta │ │ ├── ARBackground.shader │ │ └── ARBackground.shader.meta │ │ ├── Plugins.meta │ │ ├── Plugins │ │ ├── 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 │ │ ├── ApiAvailability.cs │ │ ├── ApiAvailability.cs.meta │ │ ├── ApiAvailabilityExtensions.cs │ │ ├── ApiAvailabilityExtensions.cs.meta │ │ ├── ApiCameraMetadata.cs │ │ ├── ApiCameraMetadata.cs.meta │ │ ├── ApiConstants.cs │ │ ├── ApiConstants.cs.meta │ │ ├── ApiDisplayUvCoords.cs │ │ ├── ApiDisplayUvCoords.cs.meta │ │ ├── ApiDisplayUvCoordsExtensions.cs │ │ ├── ApiDisplayUvCoordsExtensions.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 │ │ ├── ApiTrackableTypeExtensions.cs │ │ ├── ApiTrackableTypeExtensions.cs.meta │ │ ├── ApiTrackedPointOrientationMode.cs │ │ ├── ApiTrackedPointOrientationMode.cs.meta │ │ ├── ApiTrackedPointOrientationModeExtensions.cs │ │ ├── ApiTrackedPointOrientationModeExtensions.cs.meta │ │ ├── ApiTrackingState.cs │ │ ├── ApiTrackingState.cs.meta │ │ ├── ApiTrackingStateExtensions.cs │ │ ├── ApiTrackingStateExtensions.cs.meta │ │ ├── ApiUpdateMode.cs │ │ ├── ApiUpdateMode.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 │ │ ├── CameraImageBytes.cs │ │ ├── CameraImageBytes.cs.meta │ │ ├── CameraMetadataTag.cs │ │ ├── CameraMetadataTag.cs.meta │ │ ├── CameraMetadataValue.cs │ │ ├── CameraMetadataValue.cs.meta │ │ ├── DisplayUvCoords.cs │ │ ├── DisplayUvCoords.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── ARCoreRequiredMenuItem.cs │ │ ├── ARCoreRequiredMenuItem.cs.meta │ │ ├── BuildHelper.cs │ │ └── BuildHelper.cs.meta │ │ ├── EnvironmentalLight.cs │ │ ├── EnvironmentalLight.cs.meta │ │ ├── Frame.cs │ │ ├── Frame.cs.meta │ │ ├── LightEstimate.cs │ │ ├── LightEstimate.cs.meta │ │ ├── LightEstimateState.cs │ │ ├── LightEstimateState.cs.meta │ │ ├── Managers.meta │ │ ├── Managers │ │ ├── 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 │ │ ├── TrackedPlane.cs │ │ ├── TrackedPlane.cs.meta │ │ ├── TrackedPoint.cs │ │ ├── TrackedPoint.cs.meta │ │ ├── TrackedPointOrientationMode.cs │ │ ├── TrackedPointOrientationMode.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 │ │ ├── IntPtrEqualityComparer.cs │ │ ├── IntPtrEqualityComparer.cs.meta │ │ ├── MarshalingHelper.cs │ │ └── MarshalingHelper.cs.meta ├── Neuston.meta └── Neuston │ ├── ARCoreUtils.meta │ └── ARCoreUtils │ ├── ARCoreUtils-Example.unity │ ├── ARCoreUtils-Example.unity.meta │ ├── ARSurface.cs │ ├── ARSurface.cs.meta │ ├── ARSurface.mat │ ├── ARSurface.mat.meta │ ├── ARSurface.shader │ ├── ARSurface.shader.meta │ ├── ARSurfaceManager.cs │ ├── ARSurfaceManager.cs.meta │ ├── ARSurfaceManager.prefab │ ├── ARSurfaceManager.prefab.meta │ ├── TriangulatorXZ.cs │ └── TriangulatorXZ.cs.meta ├── LICENSE ├── ProjectSettings ├── 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 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.csproj 2 | *.sln 3 | Library 4 | Temp 5 | .vs -------------------------------------------------------------------------------- /Assets/GoogleARCore.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Configurations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Configurations.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Configurations/DefaultSessionConfig.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Configurations/DefaultSessionConfig.asset -------------------------------------------------------------------------------- /Assets/GoogleARCore/Configurations/DefaultSessionConfig.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Configurations/DefaultSessionConfig.asset.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Materials.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackground.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackground.shader -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackground.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackground.shader.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackgroundMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackgroundMaterial.mat -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackgroundMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Materials/EdgeDetectionBackgroundMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/libarcore_camera_utility.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/libarcore_camera_utility.so -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/libarcore_camera_utility.so.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/libarcore_camera_utility.so.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/src.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/README.md -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/README.md.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Plugins/src/arcore_camera_utility.zip.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scenes.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scenes/ComputerVision.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scenes/ComputerVision.unity -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scenes/ComputerVision.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scenes/ComputerVision.unity.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/ComputerVisionController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/ComputerVisionController.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/ComputerVisionController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/ComputerVisionController.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/EdgeDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/EdgeDetector.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/EdgeDetector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/EdgeDetector.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReader.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReader.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReaderApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReaderApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReaderApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/ComputerVision/Scripts/TextureReaderApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy.obj -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy.obj.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.obj -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.obj.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyBlobShadow.png.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyMaterial.mat -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyShadowMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyShadowMaterial.mat -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyShadowMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/AndyShadowMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy_DiffuseLit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy_DiffuseLit.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy_DiffuseLit.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Andy/Andy_DiffuseLit.png.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/PlaneGrid.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/PlaneGrid.mat -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/PlaneGrid.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/PlaneGrid.mat.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/PointCloud.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/PointCloud.mat -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/PointCloud.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/PointCloud.mat.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileDiffuseWithLightEstimation.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileDiffuseWithLightEstimation.shader -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileDiffuseWithLightEstimation.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileDiffuseWithLightEstimation.shader.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileSpecularWithLightEstimation.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileSpecularWithLightEstimation.shader -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileSpecularWithLightEstimation.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/MobileSpecularWithLightEstimation.shader.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PlaneGrid.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PlaneGrid.shader -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PlaneGrid.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PlaneGrid.shader.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PointCloud.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PointCloud.shader -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PointCloud.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Shaders/PointCloud.shader.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Textures.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/Icon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/Icon.png.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/TriGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/TriGrid.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/TriGrid.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Materials/Textures/TriGrid.png.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Prefabs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Prefabs/Andy.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Prefabs/Andy.prefab -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Prefabs/Andy.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Prefabs/Andy.prefab.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Prefabs/TrackedPlaneVisualizer.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Prefabs/TrackedPlaneVisualizer.prefab -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Prefabs/TrackedPlaneVisualizer.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Prefabs/TrackedPlaneVisualizer.prefab.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Roboto-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Roboto-Regular.ttf.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scenes.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scenes/HelloAR.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scenes/HelloAR.unity -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scenes/HelloAR.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scenes/HelloAR.unity.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts/HelloARController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts/HelloARController.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts/HelloARController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts/HelloARController.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts/PointcloudVisualizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts/PointcloudVisualizer.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts/PointcloudVisualizer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts/PointcloudVisualizer.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts/TrackedPlaneVisualizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts/TrackedPlaneVisualizer.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/Examples/HelloAR/Scripts/TrackedPlaneVisualizer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Examples/HelloAR/Scripts/TrackedPlaneVisualizer.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Prefabs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs/ARCore Device.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Prefabs/ARCore Device.prefab -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs/ARCore Device.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Prefabs/ARCore Device.prefab.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs/Environmental Light.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Prefabs/Environmental Light.prefab -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs/Environmental Light.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/Prefabs/Environmental Light.prefab.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_shared.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_shared.dll -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_shared.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_shared.dll.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.dll -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Plugins/x86_64/instant_preview_unity_plugin.dll.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor/InstantPreviewEnabledMenuItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor/InstantPreviewEnabledMenuItem.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor/InstantPreviewEnabledMenuItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/Editor/InstantPreviewEnabledMenuItem.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreview.apk.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewInput.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewInput.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewTrackedPoseDriver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewTrackedPoseDriver.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewTrackedPoseDriver.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewTrackedPoseDriver.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Materials.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials/ARBackground.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Materials/ARBackground.mat -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials/ARBackground.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Materials/ARBackground.mat.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials/ARBackground.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Materials/ARBackground.shader -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Materials/ARBackground.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Materials/ARBackground.shader.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_client.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/arcore_client.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/arcore_client.aar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/arcore_client.aar.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/google_ar_optional.aar.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/google_ar_required.aar.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/libarcore_unity_api.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/libarcore_unity_api.so -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/libarcore_unity_api.so.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/libarcore_unity_api.so.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/libarpresto_api.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/libarpresto_api.so -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/libarpresto_api.so.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/libarpresto_api.so.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unitygar.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/unitygar.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unitygar.aar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Plugins/unitygar.aar.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreBackgroundRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ARCoreBackgroundRenderer.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreBackgroundRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ARCoreBackgroundRenderer.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ARCoreSession.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreSession.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ARCoreSession.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreSessionConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ARCoreSessionConfig.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ARCoreSessionConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ARCoreSessionConfig.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Anchor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Anchor.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Anchor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Anchor.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsManager.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsManager.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsRequestResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsRequestResult.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsRequestResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/AndroidPermissionsRequestResult.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/AnchorApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/AnchorApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/AnchorApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/AnchorApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallStatusExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallStatusExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallStatusExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallStatusExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallationStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallationStatus.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallationStatus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiApkInstallationStatus.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiArStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiArStatus.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiArStatus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiArStatus.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailability.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailability.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailability.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailability.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailabilityExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailabilityExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailabilityExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiAvailabilityExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCameraMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiCameraMetadata.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiCameraMetadata.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiCameraMetadata.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiConstants.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiConstants.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiConstants.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoords.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoords.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoords.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoords.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoordsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoordsExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoordsExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiDisplayUvCoordsExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateState.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateState.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateStateExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateStateExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateStateExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimateStateExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimationMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimationMode.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimationMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiLightEstimationMode.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPlaneFindingMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPlaneFindingMode.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPlaneFindingMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPlaneFindingMode.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPoseData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPoseData.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPoseData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPoseData.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoConfig.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoConfig.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatus.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatus.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatusExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatusExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatusExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoStatusExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableType.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableType.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableTypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableTypeExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableTypeExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableTypeExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationMode.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationMode.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationModeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationModeExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationModeExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackedPointOrientationModeExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingState.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingState.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackingStateExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiUpdateMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiUpdateMode.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ApiUpdateMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ApiUpdateMode.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/CameraApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/CameraApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/CameraApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/CameraApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/CameraMetadataApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/CameraMetadataApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/CameraMetadataApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/CameraMetadataApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/FrameApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/FrameApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/FrameApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/FrameApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/HitTestApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/HitTestApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/HitTestApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/HitTestApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ImageApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ImageApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/ImageApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/ImageApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/LightEstimateApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/LightEstimateApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/LightEstimateApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/LightEstimateApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/NativeSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/NativeSession.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/NativeSession.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/NativeSession.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PlaneApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PlaneApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PlaneApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PlaneApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PointApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PointApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PointApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PointApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PointCloudApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PointCloudApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PointCloudApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PointCloudApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PoseApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PoseApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/PoseApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/PoseApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/SessionApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/SessionApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/SessionApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/SessionApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/SessionConfigApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/SessionConfigApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/SessionConfigApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/SessionConfigApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/TrackableApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/TrackableApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/TrackableApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/TrackableApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/TrackableListApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/TrackableListApi.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Api/TrackableListApi.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Api/TrackableListApi.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkAvailabilityStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ApkAvailabilityStatus.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkAvailabilityStatus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ApkAvailabilityStatus.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkInstallationStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ApkInstallationStatus.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/ApkInstallationStatus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/ApkInstallationStatus.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Async.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Async.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Async/WaitForTaskCompletionYieldInstruction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Async/WaitForTaskCompletionYieldInstruction.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Async/WaitForTaskCompletionYieldInstruction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Async/WaitForTaskCompletionYieldInstruction.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AsyncTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/AsyncTask.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/AsyncTask.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/AsyncTask.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraImageBytes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/CameraImageBytes.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraImageBytes.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/CameraImageBytes.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraMetadataTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/CameraMetadataTag.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraMetadataTag.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/CameraMetadataTag.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraMetadataValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/CameraMetadataValue.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/CameraMetadataValue.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/CameraMetadataValue.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DisplayUvCoords.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/DisplayUvCoords.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/DisplayUvCoords.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/DisplayUvCoords.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreRequiredMenuItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreRequiredMenuItem.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreRequiredMenuItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Editor/ARCoreRequiredMenuItem.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/BuildHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Editor/BuildHelper.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Editor/BuildHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Editor/BuildHelper.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/EnvironmentalLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/EnvironmentalLight.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/EnvironmentalLight.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/EnvironmentalLight.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Frame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Frame.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Frame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Frame.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/LightEstimate.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimate.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/LightEstimate.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimateState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/LightEstimateState.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/LightEstimateState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/LightEstimateState.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Managers.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/LifecycleManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Managers/LifecycleManager.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/LifecycleManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Managers/LifecycleManager.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/TrackableManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Managers/TrackableManager.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Managers/TrackableManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Managers/TrackableManager.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/PointCloudPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/PointCloudPoint.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/PointCloudPoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/PointCloudPoint.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Session.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Session.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Session.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Session.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/SessionStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/SessionStatus.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/SessionStatus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/SessionStatus.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/SessionStatusExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/SessionStatusExtensions.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/SessionStatusExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/SessionStatusExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Trackable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Trackable.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Trackable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Trackable.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableHit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackableHit.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableHit.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackableHit.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableHitFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackableHitFlags.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableHitFlags.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackableHitFlags.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableQueryFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackableQueryFilter.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackableQueryFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackableQueryFilter.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackedPlane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackedPlane.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackedPlane.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackedPlane.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackedPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackedPoint.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackedPoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackedPoint.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackedPointOrientationMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackedPointOrientationMode.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackedPointOrientationMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackedPointOrientationMode.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackingState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackingState.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/TrackingState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/TrackingState.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ARCoreProjectSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/ARCoreProjectSettings.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ARCoreProjectSettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/ARCoreProjectSettings.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ARDebug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/ARDebug.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ARDebug.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/ARDebug.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ConversionHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/ConversionHelper.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/ConversionHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/ConversionHelper.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/IntPtrEqualityComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/IntPtrEqualityComparer.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/IntPtrEqualityComparer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/IntPtrEqualityComparer.cs.meta -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/MarshalingHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/MarshalingHelper.cs -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Scripts/Utility/MarshalingHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/GoogleARCore/SDK/Scripts/Utility/MarshalingHelper.cs.meta -------------------------------------------------------------------------------- /Assets/Neuston.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARCoreUtils-Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARCoreUtils-Example.unity -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARCoreUtils-Example.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARCoreUtils-Example.unity.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurface.cs -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurface.cs.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurface.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurface.mat -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurface.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurface.mat.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurface.shader -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurface.shader.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurfaceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurfaceManager.cs -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurfaceManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurfaceManager.cs.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurfaceManager.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurfaceManager.prefab -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/ARSurfaceManager.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/ARSurfaceManager.prefab.meta -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/TriangulatorXZ.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/TriangulatorXZ.cs -------------------------------------------------------------------------------- /Assets/Neuston/ARCoreUtils/TriangulatorXZ.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/Assets/Neuston/ARCoreUtils/TriangulatorXZ.cs.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/LICENSE -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.3.0f3 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonas-johansson/ARCoreUtils/HEAD/README.md -------------------------------------------------------------------------------- /UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | --------------------------------------------------------------------------------