├── .gitignore ├── Assets ├── AutomaticWorldSynchronization.unity ├── AutomaticWorldSynchronization.unity.meta ├── CloudCode.txt ├── CloudCode.txt.meta ├── GameSparks.meta ├── GameSparks │ ├── Editor.meta │ ├── Editor │ │ ├── GameSparksEditorFormUpload.cs │ │ ├── GameSparksEditorFormUpload.cs.meta │ │ ├── GameSparksPopUp.cs │ │ ├── GameSparksPopUp.cs.meta │ │ ├── GameSparksRestApi.cs │ │ ├── GameSparksRestApi.cs.meta │ │ ├── GameSparksRestWindow.cs │ │ ├── GameSparksRestWindow.cs.meta │ │ ├── GameSparksSettingsEditor.cs │ │ ├── GameSparksSettingsEditor.cs.meta │ │ ├── GameSparksUnityInspector.cs │ │ └── GameSparksUnityInspector.cs.meta │ ├── GameSparksRTUnity.cs │ ├── GameSparksRTUnity.cs.meta │ ├── GameSparksSettings.cs │ ├── GameSparksSettings.cs.meta │ ├── GameSparksUnity.cs │ ├── GameSparksUnity.cs.meta │ ├── Platforms.meta │ ├── Platforms │ │ ├── DefaultPlatform.cs │ │ ├── DefaultPlatform.cs.meta │ │ ├── IControlledTimer.cs │ │ ├── IControlledTimer.cs.meta │ │ ├── IControlledWebSocket.cs │ │ ├── IControlledWebSocket.cs.meta │ │ ├── Native.meta │ │ ├── Native │ │ │ ├── NativePlatform.cs │ │ │ ├── NativePlatform.cs.meta │ │ │ ├── NativeWebSocket.cs │ │ │ ├── NativeWebSocket.cs.meta │ │ │ ├── detail.meta │ │ │ └── detail │ │ │ │ ├── GameSparksNative.cs │ │ │ │ ├── GameSparksNative.cs.meta │ │ │ │ ├── GameSparksNativePINVOKE.cs │ │ │ │ ├── GameSparksNativePINVOKE.cs.meta │ │ │ │ ├── NativeWebSocket.cs │ │ │ │ └── NativeWebSocket.cs.meta │ │ ├── PlatformBase.cs │ │ ├── PlatformBase.cs.meta │ │ ├── TimerController.cs │ │ ├── TimerController.cs.meta │ │ ├── UnityTimer.cs │ │ ├── UnityTimer.cs.meta │ │ ├── WebGL.meta │ │ ├── WebGL │ │ │ ├── SimpleJson2.cs │ │ │ ├── SimpleJson2.cs.meta │ │ │ ├── WebGLPlatform.cs │ │ │ ├── WebGLPlatform.cs.meta │ │ │ ├── WebGLWebSocket.cs │ │ │ └── WebGLWebSocket.cs.meta │ │ ├── WebSocketController.cs │ │ └── WebSocketController.cs.meta │ ├── Plugins.meta │ ├── Plugins │ │ ├── BouncyCastle_GameSparks.dll │ │ ├── BouncyCastle_GameSparks.dll.meta │ │ ├── GameSparks.Api.XML │ │ ├── GameSparks.Api.XML.meta │ │ ├── GameSparks.Api.dll │ │ ├── GameSparks.Api.dll.meta │ │ ├── GameSparks.Api.pdb │ │ ├── GameSparks.Api.pdb.meta │ │ ├── GameSparks.XML │ │ ├── GameSparks.XML.meta │ │ ├── GameSparks.dll │ │ ├── GameSparks.dll.meta │ │ ├── GameSparks.pdb │ │ ├── GameSparks.pdb.meta │ │ ├── GameSparksRT.dll │ │ ├── GameSparksRT.dll.meta │ │ ├── GameSparksRT.pdb │ │ ├── GameSparksRT.pdb.meta │ │ ├── GameSparksRT.xml │ │ ├── GameSparksRT.xml.meta │ │ ├── Metro.meta │ │ ├── Metro │ │ │ ├── GameSparks.XML │ │ │ ├── GameSparks.XML.meta │ │ │ ├── GameSparks.dll │ │ │ ├── GameSparks.dll.meta │ │ │ ├── GameSparks.pdb │ │ │ ├── GameSparks.pdb.meta │ │ │ ├── GameSparks.pri │ │ │ ├── GameSparks.pri.meta │ │ │ ├── GameSparksRT.dll │ │ │ ├── GameSparksRT.dll.meta │ │ │ ├── GameSparksRT.pdb │ │ │ ├── GameSparksRT.pdb.meta │ │ │ ├── GameSparksRT.pri │ │ │ ├── GameSparksRT.pri.meta │ │ │ ├── GameSparksRT.xml │ │ │ └── GameSparksRT.xml.meta │ │ ├── NX64.meta │ │ ├── NX64 │ │ │ ├── GameSparksNative.a │ │ │ └── GameSparksNative.a.meta │ │ ├── WP8.meta │ │ ├── WP8 │ │ │ ├── GameSparks.XML │ │ │ ├── GameSparks.XML.meta │ │ │ ├── GameSparks.dll │ │ │ ├── GameSparks.dll.meta │ │ │ ├── GameSparks.pdb │ │ │ └── GameSparks.pdb.meta │ │ ├── WebGL.meta │ │ ├── WebGL │ │ │ ├── GameSparks.jslib │ │ │ ├── GameSparks.jslib.meta │ │ │ ├── gamesparks-rt.jslib │ │ │ └── gamesparks-rt.jslib.meta │ │ ├── XboxOne.meta │ │ ├── XboxOne │ │ │ ├── GameSparksNative.dll │ │ │ ├── GameSparksNative.dll.meta │ │ │ ├── GameSparksNative.pdb │ │ │ └── GameSparksNative.pdb.meta │ │ ├── gamesparksunityosx.bundle.meta │ │ ├── gamesparksunityosx.bundle │ │ │ ├── Contents.meta │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── Info.plist.meta │ │ │ │ ├── MacOS.meta │ │ │ │ ├── MacOS │ │ │ │ ├── gamesparksunityosx │ │ │ │ └── gamesparksunityosx.meta │ │ │ │ ├── _CodeSignature.meta │ │ │ │ └── _CodeSignature │ │ │ │ ├── CodeResources │ │ │ │ └── CodeResources.meta │ │ ├── iOS.meta │ │ ├── iOS │ │ │ ├── GSExternal.h │ │ │ ├── GSExternal.h.meta │ │ │ ├── GSExternal.m │ │ │ └── GSExternal.m.meta │ │ ├── x86_64.meta │ │ └── x86_64 │ │ │ ├── GameSparksNative.dll │ │ │ ├── GameSparksNative.dll.meta │ │ │ ├── GameSparksNative.pdb │ │ │ └── GameSparksNative.pdb.meta │ ├── README.txt │ ├── README.txt.meta │ ├── Resources.meta │ ├── Resources │ │ ├── GameSparksLogo.png │ │ ├── GameSparksLogo.png.meta │ │ ├── GameSparksSettings.asset │ │ └── GameSparksSettings.asset.meta │ ├── TestUI.meta │ ├── TestUI │ │ ├── GameSparksTestUI.cs │ │ ├── GameSparksTestUI.cs.meta │ │ ├── GameSparksTestUI.unity │ │ └── GameSparksTestUI.unity.meta │ ├── link.xml │ └── link.xml.meta ├── GoogleARCore.meta ├── GoogleARCore │ ├── Configurations.meta │ ├── Configurations │ │ ├── DefaultSessionConfig.asset │ │ └── DefaultSessionConfig.asset.meta │ ├── HelloARExample.meta │ ├── HelloARExample │ │ ├── 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 │ │ │ ├── PlaneAttachment.cs │ │ │ ├── PlaneAttachment.cs.meta │ │ │ ├── PointcloudVisualizer.cs │ │ │ ├── PointcloudVisualizer.cs.meta │ │ │ ├── TrackedPlaneVisualizer.cs │ │ │ └── TrackedPlaneVisualizer.cs.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── ARCore Device.prefab │ │ ├── ARCore Device.prefab.meta │ │ ├── Evironmental Light.prefab │ │ └── Evironmental Light.prefab.meta │ ├── SDK.meta │ └── SDK │ │ ├── Plugins.meta │ │ ├── Plugins │ │ ├── GoogleAR.UnityNative.dll │ │ ├── GoogleAR.UnityNative.dll.meta │ │ ├── lighting_estimation.aar │ │ ├── lighting_estimation.aar.meta │ │ ├── unityandroidpermissions.aar │ │ ├── unityandroidpermissions.aar.meta │ │ ├── unitygar.aar │ │ └── unitygar.aar.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── Materials.meta │ │ └── Materials │ │ │ ├── ARBackground.mat │ │ │ └── ARBackground.mat.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ ├── Anchor.cs │ │ ├── Anchor.cs.meta │ │ ├── AnchorTrackingState.cs │ │ ├── AnchorTrackingState.cs.meta │ │ ├── AndroidPermissionsManager.cs │ │ ├── AndroidPermissionsManager.cs.meta │ │ ├── AndroidPermissionsRequestResult.cs │ │ ├── AndroidPermissionsRequestResult.cs.meta │ │ ├── Api.meta │ │ ├── Api │ │ ├── ApiCoordinateFramePair.cs │ │ ├── ApiCoordinateFramePair.cs.meta │ │ ├── ApiCoordinateFrameType.cs │ │ ├── ApiCoordinateFrameType.cs.meta │ │ ├── ApiCoordinateFrameTypeExtensions.cs │ │ ├── ApiCoordinateFrameTypeExtensions.cs.meta │ │ ├── ApiPlaneData.cs │ │ ├── ApiPlaneData.cs.meta │ │ ├── ApiPoseData.cs │ │ ├── ApiPoseData.cs.meta │ │ ├── ApiPoseStatusType.cs │ │ ├── ApiPoseStatusType.cs.meta │ │ ├── ApiPoseStatusTypeExtensions.cs │ │ ├── ApiPoseStatusTypeExtensions.cs.meta │ │ ├── ApiServiceErrorStatus.cs │ │ ├── ApiServiceErrorStatus.cs.meta │ │ ├── ApiServiceErrorStatusExtensions.cs │ │ ├── ApiServiceErrorStatusExtensions.cs.meta │ │ ├── ApiTangoEvent.cs │ │ ├── ApiTangoEvent.cs.meta │ │ ├── ApiTangoEventType.cs │ │ ├── ApiTangoEventType.cs.meta │ │ ├── TangoClientApi.cs │ │ └── TangoClientApi.cs.meta │ │ ├── Async.meta │ │ ├── Async │ │ ├── WaitForTaskCompletionYieldInstruction.cs │ │ └── WaitForTaskCompletionYieldInstruction.cs.meta │ │ ├── AsyncTask.cs │ │ ├── AsyncTask.cs.meta │ │ ├── EnvironmentalLight.cs │ │ ├── EnvironmentalLight.cs.meta │ │ ├── Frame.cs │ │ ├── Frame.cs.meta │ │ ├── FrameTrackingState.cs │ │ ├── FrameTrackingState.cs.meta │ │ ├── InvalidSessionAccessException.cs │ │ ├── InvalidSessionAccessException.cs.meta │ │ ├── LightEstimate.cs │ │ ├── LightEstimate.cs.meta │ │ ├── Managers.meta │ │ ├── Managers │ │ ├── AnchorManager.cs │ │ ├── AnchorManager.cs.meta │ │ ├── LightEstimateManager.cs │ │ ├── LightEstimateManager.cs.meta │ │ ├── MotionTrackingManager.cs │ │ ├── MotionTrackingManager.cs.meta │ │ ├── PointCloudManager.cs │ │ ├── PointCloudManager.cs.meta │ │ ├── RaycastManager.cs │ │ ├── RaycastManager.cs.meta │ │ ├── SessionManager.cs │ │ ├── SessionManager.cs.meta │ │ ├── TrackedPlaneManager.cs │ │ └── TrackedPlaneManager.cs.meta │ │ ├── Math.meta │ │ ├── Math │ │ ├── DMatrix4x4.cs │ │ ├── DMatrix4x4.cs.meta │ │ ├── DVector3.cs │ │ ├── DVector3.cs.meta │ │ ├── DVector4.cs │ │ └── DVector4.cs.meta │ │ ├── PointCloud.cs │ │ ├── PointCloud.cs.meta │ │ ├── Session.cs │ │ ├── Session.cs.meta │ │ ├── SessionComponent.cs │ │ ├── SessionComponent.cs.meta │ │ ├── SessionConfig.cs │ │ ├── SessionConfig.cs.meta │ │ ├── SessionConnectionState.cs │ │ ├── SessionConnectionState.cs.meta │ │ ├── TrackableHit.cs │ │ ├── TrackableHit.cs.meta │ │ ├── TrackableHitFlag.cs │ │ ├── TrackableHitFlag.cs.meta │ │ ├── TrackedPlane.cs │ │ ├── TrackedPlane.cs.meta │ │ ├── Utility.meta │ │ └── Utility │ │ ├── ARDebug.cs │ │ ├── ARDebug.cs.meta │ │ ├── Constants.cs │ │ ├── Constants.cs.meta │ │ ├── EnvironmentBasedProvider.cs │ │ ├── EnvironmentBasedProvider.cs.meta │ │ ├── MarshalingHelper.cs │ │ ├── MarshalingHelper.cs.meta │ │ ├── ProvidedSingleton.cs │ │ ├── ProvidedSingleton.cs.meta │ │ ├── SingletonComponentProvider.cs │ │ └── SingletonComponentProvider.cs.meta ├── Images.meta ├── Images │ ├── MessageBubble.png │ ├── MessageBubble.png.meta │ ├── PinLocationIcon.png │ ├── PinLocationIcon.png.meta │ ├── XIcon.png │ └── XIcon.png.meta ├── Mapbox.meta ├── Mapbox │ ├── Core.meta │ ├── Core │ │ ├── Plugins.meta │ │ ├── Plugins │ │ │ ├── Android.meta │ │ │ ├── Android │ │ │ │ ├── animated-vector-drawable-25.1.0.aar │ │ │ │ ├── animated-vector-drawable-25.1.0.aar.meta │ │ │ │ ├── appcompat-v7-25.1.0.aar │ │ │ │ ├── appcompat-v7-25.1.0.aar.meta │ │ │ │ ├── mapbox-android-telemetry-2-1-0.aar │ │ │ │ ├── mapbox-android-telemetry-2-1-0.aar.meta │ │ │ │ ├── okhttp-3.8.0.jar │ │ │ │ ├── okhttp-3.8.0.jar.meta │ │ │ │ ├── okio-1.13.0.jar │ │ │ │ ├── okio-1.13.0.jar.meta │ │ │ │ ├── support-compat-25.1.0.aar │ │ │ │ ├── support-compat-25.1.0.aar.meta │ │ │ │ ├── support-core-ui-25.1.0.aar │ │ │ │ ├── support-core-ui-25.1.0.aar.meta │ │ │ │ ├── support-core-utils-25.1.0.aar │ │ │ │ ├── support-core-utils-25.1.0.aar.meta │ │ │ │ ├── support-media-compat-25.1.0.aar │ │ │ │ ├── support-media-compat-25.1.0.aar.meta │ │ │ │ ├── support-v4-25.1.0.aar │ │ │ │ ├── support-v4-25.1.0.aar.meta │ │ │ │ ├── support-vector-drawable-25.1.0.aar │ │ │ │ └── support-vector-drawable-25.1.0.aar.meta │ │ │ ├── Mapbox.meta │ │ │ ├── Mapbox │ │ │ │ ├── vector-tile-cs.meta │ │ │ │ └── vector-tile-cs │ │ │ │ │ ├── ExtensionMethods.meta │ │ │ │ │ ├── ExtensionMethods │ │ │ │ │ ├── Enums.cs │ │ │ │ │ ├── Enums.cs.meta │ │ │ │ │ ├── VectorTile.cs │ │ │ │ │ ├── VectorTile.cs.meta │ │ │ │ │ ├── VectorTileFeature.cs │ │ │ │ │ └── VectorTileFeature.cs.meta │ │ │ │ │ ├── Geometry.meta │ │ │ │ │ ├── Geometry │ │ │ │ │ ├── DecodeGeometry.cs │ │ │ │ │ ├── DecodeGeometry.cs.meta │ │ │ │ │ ├── Geometry.cs │ │ │ │ │ ├── Geometry.cs.meta │ │ │ │ │ ├── Util.cs │ │ │ │ │ ├── Util.cs.meta │ │ │ │ │ ├── clipper.cs │ │ │ │ │ └── clipper.cs.meta │ │ │ │ │ ├── PbfReader.meta │ │ │ │ │ ├── PbfReader │ │ │ │ │ ├── Constants.cs │ │ │ │ │ ├── Constants.cs.meta │ │ │ │ │ ├── PbfReader.cs │ │ │ │ │ └── PbfReader.cs.meta │ │ │ │ │ ├── VectorTileReader.meta │ │ │ │ │ └── VectorTileReader │ │ │ │ │ ├── VectorTile.cs │ │ │ │ │ ├── VectorTile.cs.meta │ │ │ │ │ ├── VectorTileFeature.cs │ │ │ │ │ ├── VectorTileFeature.cs.meta │ │ │ │ │ ├── VectorTileLayer.cs │ │ │ │ │ ├── VectorTileLayer.cs.meta │ │ │ │ │ ├── VectorTileReader.cs │ │ │ │ │ └── VectorTileReader.cs.meta │ │ │ ├── ThirdParty.meta │ │ │ ├── ThirdParty │ │ │ │ ├── Mapbox.IO.Compression.meta │ │ │ │ ├── Mapbox.IO.Compression │ │ │ │ │ ├── net35.meta │ │ │ │ │ ├── net35 │ │ │ │ │ │ ├── Mapbox.IO.Compression.dll │ │ │ │ │ │ ├── Mapbox.IO.Compression.dll.meta │ │ │ │ │ │ ├── Mapbox.IO.Compression.pdb │ │ │ │ │ │ └── Mapbox.IO.Compression.pdb.meta │ │ │ │ │ ├── uap10.meta │ │ │ │ │ └── uap10 │ │ │ │ │ │ ├── Mapbox.IO.Compression.dll │ │ │ │ │ │ ├── Mapbox.IO.Compression.dll.meta │ │ │ │ │ │ ├── Mapbox.IO.Compression.pdb │ │ │ │ │ │ └── Mapbox.IO.Compression.pdb.meta │ │ │ │ ├── Mapbox.Json.meta │ │ │ │ └── Mapbox.Json │ │ │ │ │ ├── Net35.meta │ │ │ │ │ ├── Net35 │ │ │ │ │ ├── Mapbox.Json.dll │ │ │ │ │ ├── Mapbox.Json.dll.meta │ │ │ │ │ ├── Mapbox.Json.pdb │ │ │ │ │ └── Mapbox.Json.pdb.meta │ │ │ │ │ ├── Portable.meta │ │ │ │ │ └── Portable │ │ │ │ │ ├── Mapbox.Json.dll │ │ │ │ │ ├── Mapbox.Json.dll.meta │ │ │ │ │ ├── Mapbox.Json.pdb │ │ │ │ │ └── Mapbox.Json.pdb.meta │ │ │ ├── iOS.meta │ │ │ ├── iOS │ │ │ │ ├── MapboxMetricsClient.m │ │ │ │ ├── MapboxMetricsClient.m.meta │ │ │ │ ├── MapboxMobileEvents.meta │ │ │ │ └── MapboxMobileEvents │ │ │ │ │ ├── include.meta │ │ │ │ │ ├── include │ │ │ │ │ ├── MapboxMobileEvents.meta │ │ │ │ │ └── MapboxMobileEvents │ │ │ │ │ │ ├── MMEConstants.h │ │ │ │ │ │ ├── MMEConstants.h.meta │ │ │ │ │ │ ├── MMEEvent.h │ │ │ │ │ │ ├── MMEEvent.h.meta │ │ │ │ │ │ ├── MMEEventsManager.h │ │ │ │ │ │ ├── MMEEventsManager.h.meta │ │ │ │ │ │ ├── MMETypes.h │ │ │ │ │ │ ├── MMETypes.h.meta │ │ │ │ │ │ ├── MapboxMobileEvents.h │ │ │ │ │ │ └── MapboxMobileEvents.h.meta │ │ │ │ │ ├── libMapboxMobileEventsStatic.a │ │ │ │ │ ├── libMapboxMobileEventsStatic.a.meta │ │ │ │ │ ├── resources.bundle.meta │ │ │ │ │ └── resources.bundle │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Info.plist.meta │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ └── Localizable.strings.meta │ │ │ ├── link.xml │ │ │ ├── link.xml.meta │ │ │ ├── sqlite.meta │ │ │ └── sqlite │ │ │ │ ├── Android.meta │ │ │ │ ├── Android │ │ │ │ ├── libs.meta │ │ │ │ └── libs │ │ │ │ │ ├── armeabi-v7a.meta │ │ │ │ │ ├── armeabi-v7a │ │ │ │ │ ├── libsqlite3.so │ │ │ │ │ └── libsqlite3.so.meta │ │ │ │ │ ├── x86.meta │ │ │ │ │ └── x86 │ │ │ │ │ ├── libsqlite3.so │ │ │ │ │ └── libsqlite3.so.meta │ │ │ │ ├── x64.meta │ │ │ │ ├── x64 │ │ │ │ ├── sqlite3.dll │ │ │ │ └── sqlite3.dll.meta │ │ │ │ ├── x86.meta │ │ │ │ └── x86 │ │ │ │ ├── sqlite3.dll │ │ │ │ └── sqlite3.dll.meta │ │ ├── mapbox-sdk-cs.meta │ │ └── mapbox-sdk-cs │ │ │ ├── Directions.meta │ │ │ ├── Directions │ │ │ ├── DirectionResource.cs │ │ │ ├── DirectionResource.cs.meta │ │ │ ├── Directions.cs │ │ │ ├── Directions.cs.meta │ │ │ ├── Overview.cs │ │ │ ├── Overview.cs.meta │ │ │ ├── Response.meta │ │ │ ├── Response │ │ │ │ ├── Annotation.cs │ │ │ │ ├── Annotation.cs.meta │ │ │ │ ├── DirectionsResponse.cs │ │ │ │ ├── DirectionsResponse.cs.meta │ │ │ │ ├── Intersection.cs │ │ │ │ ├── Intersection.cs.meta │ │ │ │ ├── Leg.cs │ │ │ │ ├── Leg.cs.meta │ │ │ │ ├── Maneuver.cs │ │ │ │ ├── Maneuver.cs.meta │ │ │ │ ├── Route.cs │ │ │ │ ├── Route.cs.meta │ │ │ │ ├── Step.cs │ │ │ │ ├── Step.cs.meta │ │ │ │ ├── Waypoint.cs │ │ │ │ └── Waypoint.cs.meta │ │ │ ├── RoutingProfile.cs │ │ │ └── RoutingProfile.cs.meta │ │ │ ├── Geocoding.meta │ │ │ ├── Geocoding │ │ │ ├── ForwardGeocodeResource.cs │ │ │ ├── ForwardGeocodeResource.cs.meta │ │ │ ├── GeocodeResource.cs │ │ │ ├── GeocodeResource.cs.meta │ │ │ ├── Geocoder.cs │ │ │ ├── Geocoder.cs.meta │ │ │ ├── Response.meta │ │ │ ├── Response │ │ │ │ ├── Feature.cs │ │ │ │ ├── Feature.cs.meta │ │ │ │ ├── GeocodeResponse.cs │ │ │ │ ├── GeocodeResponse.cs.meta │ │ │ │ ├── Geometry.cs │ │ │ │ └── Geometry.cs.meta │ │ │ ├── ReverseGeocodeResource.cs │ │ │ └── ReverseGeocodeResource.cs.meta │ │ │ ├── Map.meta │ │ │ ├── Map │ │ │ ├── CanonicalTileId.cs │ │ │ ├── CanonicalTileId.cs.meta │ │ │ ├── ClassicRasterTile.cs │ │ │ ├── ClassicRasterTile.cs.meta │ │ │ ├── ClassicRetinaRasterTile.cs │ │ │ ├── ClassicRetinaRasterTile.cs.meta │ │ │ ├── Map.cs │ │ │ ├── Map.cs.meta │ │ │ ├── MapUtils.cs │ │ │ ├── MapUtils.cs.meta │ │ │ ├── RasterTile.cs │ │ │ ├── RasterTile.cs.meta │ │ │ ├── RawPngRasterTile.cs │ │ │ ├── RawPngRasterTile.cs.meta │ │ │ ├── RetinaRasterTile.cs │ │ │ ├── RetinaRasterTile.cs.meta │ │ │ ├── StyleOptimizedVectorTile.cs │ │ │ ├── StyleOptimizedVectorTile.cs.meta │ │ │ ├── Tile.cs │ │ │ ├── Tile.cs.meta │ │ │ ├── TileCover.cs │ │ │ ├── TileCover.cs.meta │ │ │ ├── TileResource.cs │ │ │ ├── TileResource.cs.meta │ │ │ ├── UnwrappedTileId.cs │ │ │ ├── UnwrappedTileId.cs.meta │ │ │ ├── VectorTile.cs │ │ │ └── VectorTile.cs.meta │ │ │ ├── MapMatching.meta │ │ │ ├── MapMatching │ │ │ ├── MapMatcher.cs │ │ │ ├── MapMatcher.cs.meta │ │ │ ├── MapMatchingParameters.cs │ │ │ ├── MapMatchingParameters.cs.meta │ │ │ ├── MapMatchingResource.cs │ │ │ ├── MapMatchingResource.cs.meta │ │ │ ├── MapMatchingResponse.cs │ │ │ ├── MapMatchingResponse.cs.meta │ │ │ ├── MatchObject.cs │ │ │ ├── MatchObject.cs.meta │ │ │ ├── Tracepoint.cs │ │ │ └── Tracepoint.cs.meta │ │ │ ├── Platform.meta │ │ │ ├── Platform │ │ │ ├── Cache.meta │ │ │ ├── Cache │ │ │ │ ├── CachingWebFileSource.cs │ │ │ │ ├── CachingWebFileSource.cs.meta │ │ │ │ ├── ICache.cs │ │ │ │ ├── ICache.cs.meta │ │ │ │ ├── MbTilesCache.cs │ │ │ │ ├── MbTilesCache.cs.meta │ │ │ │ ├── MemoryCache.cs │ │ │ │ └── MemoryCache.cs.meta │ │ │ ├── FileSource.cs │ │ │ ├── FileSource.cs.meta │ │ │ ├── HTTPRequestNonThreaded.cs │ │ │ ├── HTTPRequestNonThreaded.cs.meta │ │ │ ├── HTTPRequestThreaded.cs │ │ │ ├── HTTPRequestThreaded.cs.meta │ │ │ ├── IAsyncRequest.cs │ │ │ ├── IAsyncRequest.cs.meta │ │ │ ├── IAsyncRequestFactory.cs │ │ │ ├── IAsyncRequestFactory.cs.meta │ │ │ ├── IFileSource.cs │ │ │ ├── IFileSource.cs.meta │ │ │ ├── IResource.cs │ │ │ ├── IResource.cs.meta │ │ │ ├── MbTiles.meta │ │ │ ├── MbTiles │ │ │ │ ├── MbTiles.cs │ │ │ │ ├── MbTiles.cs.meta │ │ │ │ ├── MetaData.cs │ │ │ │ ├── MetaData.cs.meta │ │ │ │ ├── MetaDataRequired.cs │ │ │ │ ├── MetaDataRequired.cs.meta │ │ │ │ ├── Tiles.cs │ │ │ │ └── Tiles.cs.meta │ │ │ ├── Resource.cs │ │ │ ├── Resource.cs.meta │ │ │ ├── Response.cs │ │ │ ├── Response.cs.meta │ │ │ ├── SQLite.meta │ │ │ └── SQLite │ │ │ │ ├── SQLite.cs │ │ │ │ └── SQLite.cs.meta │ │ │ ├── Tests.meta │ │ │ ├── Tests │ │ │ ├── UnitTests.meta │ │ │ └── UnitTests │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ ├── BboxToGeoCoordinateBoundsConverterTest.cs │ │ │ │ ├── BboxToGeoCoordinateBoundsConverterTest.cs.meta │ │ │ │ ├── BearingFilterTest.cs │ │ │ │ ├── BearingFilterTest.cs.meta │ │ │ │ ├── CanonicalTileIdTest.cs │ │ │ │ ├── CanonicalTileIdTest.cs.meta │ │ │ │ ├── CompressionTest.cs │ │ │ │ ├── CompressionTest.cs.meta │ │ │ │ ├── DirectionResourceTest.cs │ │ │ │ ├── DirectionResourceTest.cs.meta │ │ │ │ ├── DirectionsTest.cs │ │ │ │ ├── DirectionsTest.cs.meta │ │ │ │ ├── FileSourceTest.cs │ │ │ │ ├── FileSourceTest.cs.meta │ │ │ │ ├── ForwardGeocodeResourceTest.cs │ │ │ │ ├── ForwardGeocodeResourceTest.cs.meta │ │ │ │ ├── GeoCoordinateBoundsTest.cs │ │ │ │ ├── GeoCoordinateBoundsTest.cs.meta │ │ │ │ ├── GeoCoordinateTest.cs │ │ │ │ ├── GeoCoordinateTest.cs.meta │ │ │ │ ├── GeocoderTest.cs │ │ │ │ ├── GeocoderTest.cs.meta │ │ │ │ ├── LonLatToGeoCoordinateConverterTest.cs │ │ │ │ ├── LonLatToGeoCoordinateConverterTest.cs.meta │ │ │ │ ├── MapMatcherTest.cs │ │ │ │ ├── MapMatcherTest.cs.meta │ │ │ │ ├── MapTest.cs │ │ │ │ ├── MapTest.cs.meta │ │ │ │ ├── PolylineToGeoCoordinateListConverterTest.cs │ │ │ │ ├── PolylineToGeoCoordinateListConverterTest.cs.meta │ │ │ │ ├── PolylineUtilsTest.cs │ │ │ │ ├── PolylineUtilsTest.cs.meta │ │ │ │ ├── ReverseGeocodeResourceTest.cs │ │ │ │ ├── ReverseGeocodeResourceTest.cs.meta │ │ │ │ ├── TileCoverTest.cs │ │ │ │ ├── TileCoverTest.cs.meta │ │ │ │ ├── TileResourceTest.cs │ │ │ │ ├── TileResourceTest.cs.meta │ │ │ │ ├── TileTest.cs │ │ │ │ ├── TileTest.cs.meta │ │ │ │ ├── Utils.cs │ │ │ │ ├── Utils.cs.meta │ │ │ │ ├── VectorTileTest.cs │ │ │ │ └── VectorTileTest.cs.meta │ │ │ ├── Utils.meta │ │ │ └── Utils │ │ │ ├── BearingFilter.cs │ │ │ ├── BearingFilter.cs.meta │ │ │ ├── Compression.cs │ │ │ ├── Compression.cs.meta │ │ │ ├── Constants.cs │ │ │ ├── Constants.cs.meta │ │ │ ├── GeoCoordinate.cs │ │ │ ├── GeoCoordinate.cs.meta │ │ │ ├── GeoCoordinateBounds.cs │ │ │ ├── GeoCoordinateBounds.cs.meta │ │ │ ├── IObservable.cs │ │ │ ├── IObservable.cs.meta │ │ │ ├── IObserver.cs │ │ │ ├── IObserver.cs.meta │ │ │ ├── JsonConverters.meta │ │ │ ├── JsonConverters │ │ │ ├── BboxToGeoCoordinateBoundsConverter.cs │ │ │ ├── BboxToGeoCoordinateBoundsConverter.cs.meta │ │ │ ├── JsonConverters.cs │ │ │ ├── JsonConverters.cs.meta │ │ │ ├── LonLatToGeoCoordinateConverter.cs │ │ │ ├── LonLatToGeoCoordinateConverter.cs.meta │ │ │ ├── PolylineToGeoCoordinateListConverter.cs │ │ │ └── PolylineToGeoCoordinateListConverter.cs.meta │ │ │ ├── PolylineUtils.cs │ │ │ ├── PolylineUtils.cs.meta │ │ │ ├── UnixTimestampUtils.cs │ │ │ ├── UnixTimestampUtils.cs.meta │ │ │ ├── Vector2d.meta │ │ │ └── Vector2d │ │ │ ├── Mathd.cs │ │ │ ├── Mathd.cs.meta │ │ │ ├── RectD.cs │ │ │ ├── RectD.cs.meta │ │ │ ├── Vector2d.cs │ │ │ └── Vector2d.cs.meta │ ├── Examples.meta │ ├── Examples │ │ ├── Drive.meta │ │ ├── Drive │ │ │ ├── Drive.unity │ │ │ ├── Drive.unity.meta │ │ │ ├── DriveVisualization.asset │ │ │ └── DriveVisualization.asset.meta │ │ ├── DynamicZoom.meta │ │ ├── DynamicZoom │ │ │ ├── DynamicZoom.unity │ │ │ ├── DynamicZoom.unity.meta │ │ │ ├── DynamicZoomMapVisualizer.asset │ │ │ └── DynamicZoomMapVisualizer.asset.meta │ │ ├── Globe.meta │ │ ├── Globe │ │ │ ├── Globe.unity │ │ │ ├── Globe.unity.meta │ │ │ ├── GlobeVisualization.asset │ │ │ ├── GlobeVisualization.asset.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── DragRotate.cs │ │ │ │ ├── DragRotate.cs.meta │ │ │ │ ├── SpawnOnGlobeExample.cs │ │ │ │ └── SpawnOnGlobeExample.cs.meta │ │ ├── LocationProvider.meta │ │ ├── LocationProvider │ │ │ ├── LocationProvider.unity │ │ │ ├── LocationProvider.unity.meta │ │ │ ├── LocationProviderVisualization.asset │ │ │ ├── LocationProviderVisualization.asset.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── MapMatchingExample.cs │ │ │ │ ├── MapMatchingExample.cs.meta │ │ │ │ ├── PlotRoute.cs │ │ │ │ └── PlotRoute.cs.meta │ │ ├── LowPoly.meta │ │ ├── LowPoly │ │ │ ├── LowPoly.unity │ │ │ ├── LowPoly.unity.meta │ │ │ ├── LowPolyVisualization.asset │ │ │ └── LowPolyVisualization.asset.meta │ │ ├── MapReload.meta │ │ ├── MapReload │ │ │ ├── MapReload.unity │ │ │ ├── MapReload.unity.meta │ │ │ ├── MapReloadVisualizer.asset │ │ │ ├── MapReloadVisualizer.asset.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── ReloadMap.cs │ │ │ │ └── ReloadMap.cs.meta │ │ ├── MeshGenerationBasics.meta │ │ ├── MeshGenerationBasics │ │ │ ├── FlatMapVisualization.asset │ │ │ ├── FlatMapVisualization.asset.meta │ │ │ ├── MeshGeneration.unity │ │ │ └── MeshGeneration.unity.meta │ │ ├── MeshGenerationOnTerrain.meta │ │ ├── MeshGenerationOnTerrain │ │ │ ├── BuildingsTerrainMapVisualization.asset │ │ │ ├── BuildingsTerrainMapVisualization.asset.meta │ │ │ ├── MeshGenerationOnTerrain.unity │ │ │ └── MeshGenerationOnTerrain.unity.meta │ │ ├── MeshGenerationPois.meta │ │ ├── MeshGenerationPois │ │ │ ├── PoiDemoVisualization.asset │ │ │ ├── PoiDemoVisualization.asset.meta │ │ │ ├── PoiGeneration.unity │ │ │ └── PoiGeneration.unity.meta │ │ ├── MeshGenerationStyles.meta │ │ ├── MeshGenerationStyles │ │ │ ├── StylingDemoMapVisualization.asset │ │ │ ├── StylingDemoMapVisualization.asset.meta │ │ │ ├── StylingDemoMeshGeneration.unity │ │ │ └── StylingDemoMeshGeneration.unity.meta │ │ ├── Playground.meta │ │ ├── Playground │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── Directions.unity │ │ │ │ ├── Directions.unity.meta │ │ │ │ ├── ForwardGeocoder.unity │ │ │ │ ├── ForwardGeocoder.unity.meta │ │ │ │ ├── RasterTile.unity │ │ │ │ ├── RasterTile.unity.meta │ │ │ │ ├── ReverseGeocoder.unity │ │ │ │ ├── ReverseGeocoder.unity.meta │ │ │ │ ├── VectorTile.unity │ │ │ │ └── VectorTile.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── DirectionsExample.cs │ │ │ │ ├── DirectionsExample.cs.meta │ │ │ │ ├── ForwardGeocoderExample.cs │ │ │ │ ├── ForwardGeocoderExample.cs.meta │ │ │ │ ├── RasterTileExample.cs │ │ │ │ ├── RasterTileExample.cs.meta │ │ │ │ ├── ReverseGeocoderExample.cs │ │ │ │ ├── ReverseGeocoderExample.cs.meta │ │ │ │ ├── VectorTileExample.cs │ │ │ │ └── VectorTileExample.cs.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── ForwardGeocoderCanvas.prefab │ │ │ ├── ForwardGeocoderCanvas.prefab.meta │ │ │ ├── ReloadMapCanvas.prefab │ │ │ └── ReloadMapCanvas.prefab.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── 3DPoiMarker.prefab │ │ │ ├── 3DPoiMarker.prefab.meta │ │ │ ├── BuildingMaterial.mat │ │ │ ├── BuildingMaterial.mat.meta │ │ │ ├── Bush.prefab │ │ │ ├── Bush.prefab.meta │ │ │ ├── Bush2.prefab │ │ │ ├── Bush2.prefab.meta │ │ │ ├── Bush2Material.mat │ │ │ ├── Bush2Material.mat.meta │ │ │ ├── BushMaterial.mat │ │ │ ├── BushMaterial.mat.meta │ │ │ ├── DriveBuildingMaterial.mat │ │ │ ├── DriveBuildingMaterial.mat.meta │ │ │ ├── Frame.png │ │ │ ├── Frame.png.meta │ │ │ ├── GreenMaterial.mat │ │ │ ├── GreenMaterial.mat.meta │ │ │ ├── HeavyTrafficMat.mat │ │ │ ├── HeavyTrafficMat.mat.meta │ │ │ ├── LocationProviderMapMaterial.mat │ │ │ ├── LocationProviderMapMaterial.mat.meta │ │ │ ├── LowPolyTerrainMaterial.mat │ │ │ ├── LowPolyTerrainMaterial.mat.meta │ │ │ ├── MakiPrefab.prefab │ │ │ ├── MakiPrefab.prefab.meta │ │ │ ├── MakiUiPrefab.prefab │ │ │ ├── MakiUiPrefab.prefab.meta │ │ │ ├── ModerateTrafficMat.mat │ │ │ ├── ModerateTrafficMat.mat.meta │ │ │ ├── OrangeMaterial.mat │ │ │ ├── OrangeMaterial.mat.meta │ │ │ ├── PoiMaterial.mat │ │ │ ├── PoiMaterial.mat.meta │ │ │ ├── RoadMaterial.mat │ │ │ ├── RoadMaterial.mat.meta │ │ │ ├── Selector.prefab │ │ │ ├── Selector.prefab.meta │ │ │ ├── SevereTrafficMat.mat │ │ │ ├── SevereTrafficMat.mat.meta │ │ │ ├── TerraceSide.mat │ │ │ ├── TerraceSide.mat.meta │ │ │ ├── TerraceTop.mat │ │ │ ├── TerraceTop.mat.meta │ │ │ ├── TerrainMaterial.mat │ │ │ ├── TerrainMaterial.mat.meta │ │ │ ├── TrafficMat.mat │ │ │ ├── TrafficMat.mat.meta │ │ │ ├── Water.mat │ │ │ ├── Water.mat.meta │ │ │ ├── maki.meta │ │ │ ├── maki │ │ │ │ ├── aerialway-15.png │ │ │ │ ├── aerialway-15.png.meta │ │ │ │ ├── airfield-15.png │ │ │ │ ├── airfield-15.png.meta │ │ │ │ ├── airport-15.png │ │ │ │ ├── airport-15.png.meta │ │ │ │ ├── alcohol-shop-15.png │ │ │ │ ├── alcohol-shop-15.png.meta │ │ │ │ ├── america-football-15.png │ │ │ │ ├── america-football-15.png.meta │ │ │ │ ├── amusement-park-15.png │ │ │ │ ├── amusement-park-15.png.meta │ │ │ │ ├── aquarium-15.png │ │ │ │ ├── aquarium-15.png.meta │ │ │ │ ├── art-gallery-15.png │ │ │ │ ├── art-gallery-15.png.meta │ │ │ │ ├── attraction-15.png │ │ │ │ ├── attraction-15.png.meta │ │ │ │ ├── bakery-15.png │ │ │ │ ├── bakery-15.png.meta │ │ │ │ ├── bank-15.png │ │ │ │ ├── bank-15.png.meta │ │ │ │ ├── bar-15.png │ │ │ │ ├── bar-15.png.meta │ │ │ │ ├── baseball-15.png │ │ │ │ ├── baseball-15.png.meta │ │ │ │ ├── basketball-15.png │ │ │ │ ├── basketball-15.png.meta │ │ │ │ ├── beer-15.png │ │ │ │ ├── beer-15.png.meta │ │ │ │ ├── bicycle-15.png │ │ │ │ ├── bicycle-15.png.meta │ │ │ │ ├── bicycle-share-15.png │ │ │ │ ├── bicycle-share-15.png.meta │ │ │ │ ├── blood-bank-15.png │ │ │ │ ├── blood-bank-15.png.meta │ │ │ │ ├── buddhism-15.png │ │ │ │ ├── buddhism-15.png.meta │ │ │ │ ├── building-15.png │ │ │ │ ├── building-15.png.meta │ │ │ │ ├── bus-15.png │ │ │ │ ├── bus-15.png.meta │ │ │ │ ├── cafe-15.png │ │ │ │ ├── cafe-15.png.meta │ │ │ │ ├── campsite-15.png │ │ │ │ ├── campsite-15.png.meta │ │ │ │ ├── car-15.png │ │ │ │ ├── car-15.png.meta │ │ │ │ ├── castle-15.png │ │ │ │ ├── castle-15.png.meta │ │ │ │ ├── cemetery-15.png │ │ │ │ ├── cemetery-15.png.meta │ │ │ │ ├── central-building-15.png │ │ │ │ ├── central-building-15.png.meta │ │ │ │ ├── cinema-15.png │ │ │ │ ├── cinema-15.png.meta │ │ │ │ ├── circle-15.png │ │ │ │ ├── circle-15.png.meta │ │ │ │ ├── circle-stroked-15.png │ │ │ │ ├── circle-stroked-15.png.meta │ │ │ │ ├── clothing-store-15.png │ │ │ │ ├── clothing-store-15.png.meta │ │ │ │ ├── college-15.png │ │ │ │ ├── college-15.png.meta │ │ │ │ ├── commercial-15.png │ │ │ │ ├── commercial-15.png.meta │ │ │ │ ├── cricket-15.png │ │ │ │ ├── cricket-15.png.meta │ │ │ │ ├── cross-15.png │ │ │ │ ├── cross-15.png.meta │ │ │ │ ├── dam-15.png │ │ │ │ ├── dam-15.png.meta │ │ │ │ ├── danger-15.png │ │ │ │ ├── danger-15.png.meta │ │ │ │ ├── dentist-15.png │ │ │ │ ├── dentist-15.png.meta │ │ │ │ ├── doctor-15.png │ │ │ │ ├── doctor-15.png.meta │ │ │ │ ├── dog-park-15.png │ │ │ │ ├── dog-park-15.png.meta │ │ │ │ ├── drinking-water-15.png │ │ │ │ ├── drinking-water-15.png.meta │ │ │ │ ├── embassy-15.png │ │ │ │ ├── embassy-15.png.meta │ │ │ │ ├── entrance-15.png │ │ │ │ ├── entrance-15.png.meta │ │ │ │ ├── farm-15.png │ │ │ │ ├── farm-15.png.meta │ │ │ │ ├── fast-food-15.png │ │ │ │ ├── fast-food-15.png.meta │ │ │ │ ├── ferry-15.png │ │ │ │ ├── ferry-15.png.meta │ │ │ │ ├── fire-station-15.png │ │ │ │ ├── fire-station-15.png.meta │ │ │ │ ├── fuel-15.png │ │ │ │ ├── fuel-15.png.meta │ │ │ │ ├── gaming-15.png │ │ │ │ ├── gaming-15.png.meta │ │ │ │ ├── garden-15.png │ │ │ │ ├── garden-15.png.meta │ │ │ │ ├── garden-center-15.png │ │ │ │ ├── garden-center-15.png.meta │ │ │ │ ├── gift-15.png │ │ │ │ ├── gift-15.png.meta │ │ │ │ ├── golf-15.png │ │ │ │ ├── golf-15.png.meta │ │ │ │ ├── grocery-15.png │ │ │ │ ├── grocery-15.png.meta │ │ │ │ ├── hairdresser-15.png │ │ │ │ ├── hairdresser-15.png.meta │ │ │ │ ├── harbor-15.png │ │ │ │ ├── harbor-15.png.meta │ │ │ │ ├── heart-15.png │ │ │ │ ├── heart-15.png.meta │ │ │ │ ├── heliport-15.png │ │ │ │ ├── heliport-15.png.meta │ │ │ │ ├── hospital-15.png │ │ │ │ ├── hospital-15.png.meta │ │ │ │ ├── ice-cream-15.png │ │ │ │ ├── ice-cream-15.png.meta │ │ │ │ ├── industry-15.png │ │ │ │ ├── industry-15.png.meta │ │ │ │ ├── information-15.png │ │ │ │ ├── information-15.png.meta │ │ │ │ ├── karaoke-15.png │ │ │ │ ├── karaoke-15.png.meta │ │ │ │ ├── landmark-15.png │ │ │ │ ├── landmark-15.png.meta │ │ │ │ ├── laundry-15.png │ │ │ │ ├── laundry-15.png.meta │ │ │ │ ├── library-15.png │ │ │ │ ├── library-15.png.meta │ │ │ │ ├── lighthouse-15.png │ │ │ │ ├── lighthouse-15.png.meta │ │ │ │ ├── lodging-15.png │ │ │ │ ├── lodging-15.png.meta │ │ │ │ ├── marker-15.png │ │ │ │ ├── marker-15.png.meta │ │ │ │ ├── monument-15.png │ │ │ │ ├── monument-15.png.meta │ │ │ │ ├── mountain-15.png │ │ │ │ ├── mountain-15.png.meta │ │ │ │ ├── museum-15.png │ │ │ │ ├── museum-15.png.meta │ │ │ │ ├── music-15.png │ │ │ │ ├── music-15.png.meta │ │ │ │ ├── park-15.png │ │ │ │ ├── park-15.png.meta │ │ │ │ ├── parking-15.png │ │ │ │ ├── parking-15.png.meta │ │ │ │ ├── parking-garage-15.png │ │ │ │ ├── parking-garage-15.png.meta │ │ │ │ ├── pharmacy-15.png │ │ │ │ ├── pharmacy-15.png.meta │ │ │ │ ├── picnic-site-15.png │ │ │ │ ├── picnic-site-15.png.meta │ │ │ │ ├── pitch-15.png │ │ │ │ ├── pitch-15.png.meta │ │ │ │ ├── place-of-worship-15.png │ │ │ │ ├── place-of-worship-15.png.meta │ │ │ │ ├── playground-15.png │ │ │ │ ├── playground-15.png.meta │ │ │ │ ├── police-15.png │ │ │ │ ├── police-15.png.meta │ │ │ │ ├── post-15.png │ │ │ │ ├── post-15.png.meta │ │ │ │ ├── prison-15.png │ │ │ │ ├── prison-15.png.meta │ │ │ │ ├── rail-15.png │ │ │ │ ├── rail-15.png.meta │ │ │ │ ├── rail-light-15.png │ │ │ │ ├── rail-light-15.png.meta │ │ │ │ ├── rail-metro-15.png │ │ │ │ ├── rail-metro-15.png.meta │ │ │ │ ├── ranger-station-15.png │ │ │ │ ├── ranger-station-15.png.meta │ │ │ │ ├── religious-christian-15.png │ │ │ │ ├── religious-christian-15.png.meta │ │ │ │ ├── religious-jewish-15.png │ │ │ │ ├── religious-jewish-15.png.meta │ │ │ │ ├── religious-muslim-15.png │ │ │ │ ├── religious-muslim-15.png.meta │ │ │ │ ├── residential-community-15.png │ │ │ │ ├── residential-community-15.png.meta │ │ │ │ ├── restaurant-15.png │ │ │ │ ├── restaurant-15.png.meta │ │ │ │ ├── roadblock-15.png │ │ │ │ ├── roadblock-15.png.meta │ │ │ │ ├── rocket-15.png │ │ │ │ ├── rocket-15.png.meta │ │ │ │ ├── school-15.png │ │ │ │ ├── school-15.png.meta │ │ │ │ ├── shelter-15.png │ │ │ │ ├── shelter-15.png.meta │ │ │ │ ├── shop-15.png │ │ │ │ ├── shop-15.png.meta │ │ │ │ ├── skiing-15.png │ │ │ │ ├── skiing-15.png.meta │ │ │ │ ├── soccer-15.png │ │ │ │ ├── soccer-15.png.meta │ │ │ │ ├── square-15.png │ │ │ │ ├── square-15.png.meta │ │ │ │ ├── square-stroked-15.png │ │ │ │ ├── square-stroked-15.png.meta │ │ │ │ ├── stadium-15.png │ │ │ │ ├── stadium-15.png.meta │ │ │ │ ├── star-15.png │ │ │ │ ├── star-15.png.meta │ │ │ │ ├── star-stroked-15.png │ │ │ │ ├── star-stroked-15.png.meta │ │ │ │ ├── suitcase-15.png │ │ │ │ ├── suitcase-15.png.meta │ │ │ │ ├── sushi-15.png │ │ │ │ ├── sushi-15.png.meta │ │ │ │ ├── swimming-15.png │ │ │ │ ├── swimming-15.png.meta │ │ │ │ ├── teahouse-15.png │ │ │ │ ├── teahouse-15.png.meta │ │ │ │ ├── telephone-15.png │ │ │ │ ├── telephone-15.png.meta │ │ │ │ ├── tennis-15.png │ │ │ │ ├── tennis-15.png.meta │ │ │ │ ├── theatre-15.png │ │ │ │ ├── theatre-15.png.meta │ │ │ │ ├── toilet-15.png │ │ │ │ ├── toilet-15.png.meta │ │ │ │ ├── town-hall-15.png │ │ │ │ ├── town-hall-15.png.meta │ │ │ │ ├── triangle-15.png │ │ │ │ ├── triangle-15.png.meta │ │ │ │ ├── triangle-stroked-15.png │ │ │ │ ├── triangle-stroked-15.png.meta │ │ │ │ ├── veterinary-15.png │ │ │ │ ├── veterinary-15.png.meta │ │ │ │ ├── volcano-15.png │ │ │ │ ├── volcano-15.png.meta │ │ │ │ ├── warehouse-15.png │ │ │ │ ├── warehouse-15.png.meta │ │ │ │ ├── waste-basket-15.png │ │ │ │ ├── waste-basket-15.png.meta │ │ │ │ ├── water-15.png │ │ │ │ ├── water-15.png.meta │ │ │ │ ├── wetland-15.png │ │ │ │ ├── wetland-15.png.meta │ │ │ │ ├── wheelchair-15.png │ │ │ │ ├── wheelchair-15.png.meta │ │ │ │ ├── zoo-15.png │ │ │ │ └── zoo-15.png.meta │ │ │ ├── roadTest.png │ │ │ └── roadTest.png.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── CameraMovement.cs │ │ │ ├── CameraMovement.cs.meta │ │ │ ├── ChangeShadowDistance.cs │ │ │ ├── ChangeShadowDistance.cs.meta │ │ │ ├── DynamicZoomCameraMovement.cs │ │ │ ├── DynamicZoomCameraMovement.cs.meta │ │ │ ├── FeatureSelectionDetector.cs │ │ │ ├── FeatureSelectionDetector.cs.meta │ │ │ ├── FeatureUiMarker.cs │ │ │ ├── FeatureUiMarker.cs.meta │ │ │ ├── ForwardGeocodeUserInput.cs │ │ │ ├── ForwardGeocodeUserInput.cs.meta │ │ │ ├── HighlightFeature.cs │ │ │ ├── HighlightFeature.cs.meta │ │ │ ├── LoadingPanelController.cs │ │ │ ├── LoadingPanelController.cs.meta │ │ │ ├── MakiHelper.cs │ │ │ ├── MakiHelper.cs.meta │ │ │ ├── ObjectInspectorModifier.cs │ │ │ ├── ObjectInspectorModifier.cs.meta │ │ │ ├── PoiMarkerHelper.cs │ │ │ ├── PoiMarkerHelper.cs.meta │ │ │ ├── PositionWithLocationProvider.cs │ │ │ ├── PositionWithLocationProvider.cs.meta │ │ │ ├── ReverseGeocodeUserInput.cs │ │ │ ├── ReverseGeocodeUserInput.cs.meta │ │ │ ├── RotateWithLocationProvider.cs │ │ │ └── RotateWithLocationProvider.cs.meta │ │ ├── SlippyTerrain.meta │ │ ├── SlippyTerrain │ │ │ ├── Slippy.unity │ │ │ ├── Slippy.unity.meta │ │ │ ├── TerrainVisualization.asset │ │ │ └── TerrainVisualization.asset.meta │ │ ├── TerracedWorld.meta │ │ ├── TerracedWorld │ │ │ ├── TerracedWorld.unity │ │ │ ├── TerracedWorld.unity.meta │ │ │ ├── TerracedWorldVisualizer.asset │ │ │ └── TerracedWorldVisualizer.asset.meta │ │ ├── Textures.meta │ │ ├── Textures │ │ │ ├── CircleSmall_Fill.png │ │ │ ├── CircleSmall_Fill.png.meta │ │ │ ├── CornerPanelRadius_0px_Fill.png │ │ │ ├── CornerPanelRadius_0px_Fill.png.meta │ │ │ ├── CornerPanelRadius_0px_Stroke_2px.png │ │ │ ├── CornerPanelRadius_0px_Stroke_2px.png.meta │ │ │ ├── CornerPanelRadius_6px_Stroke_2px.png │ │ │ ├── CornerPanelRadius_6px_Stroke_2px.png.meta │ │ │ ├── OneSideCornerPanelRadius_6px_Fill.png │ │ │ └── OneSideCornerPanelRadius_6px_Fill.png.meta │ │ ├── Voxels.meta │ │ ├── Voxels │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Snow.mat │ │ │ │ ├── Snow.mat.meta │ │ │ │ ├── VoxelAtlas.mat │ │ │ │ └── VoxelAtlas.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Bricks.fbx │ │ │ │ ├── Bricks.fbx.meta │ │ │ │ ├── Bush.fbx │ │ │ │ ├── Bush.fbx.meta │ │ │ │ ├── Grey Stone.fbx │ │ │ │ ├── Grey Stone.fbx.meta │ │ │ │ ├── Ground Brown.fbx │ │ │ │ ├── Ground Brown.fbx.meta │ │ │ │ ├── Ground Green.fbx │ │ │ │ ├── Ground Green.fbx.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── Pixel Cube Atlas.mat │ │ │ │ │ └── Pixel Cube Atlas.mat.meta │ │ │ │ ├── Sand.fbx │ │ │ │ ├── Sand.fbx.meta │ │ │ │ ├── Water.fbx │ │ │ │ └── Water.fbx.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── VoxelTile.prefab │ │ │ │ ├── VoxelTile.prefab.meta │ │ │ │ ├── Voxels.meta │ │ │ │ └── Voxels │ │ │ │ │ ├── Bricks.prefab │ │ │ │ │ ├── Bricks.prefab.meta │ │ │ │ │ ├── Bush.prefab │ │ │ │ │ ├── Bush.prefab.meta │ │ │ │ │ ├── Grass.prefab │ │ │ │ │ ├── Grass.prefab.meta │ │ │ │ │ ├── Ground.prefab │ │ │ │ │ ├── Ground.prefab.meta │ │ │ │ │ ├── Sand.prefab │ │ │ │ │ ├── Sand.prefab.meta │ │ │ │ │ ├── Snow.prefab │ │ │ │ │ ├── Snow.prefab.meta │ │ │ │ │ ├── Stone.prefab │ │ │ │ │ ├── Stone.prefab.meta │ │ │ │ │ ├── Water.prefab │ │ │ │ │ └── Water.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── VoxelWorld.unity │ │ │ │ └── VoxelWorld.unity.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── TextureScaler.cs │ │ │ │ ├── TextureScaler.cs.meta │ │ │ │ ├── VoxelData.cs │ │ │ │ ├── VoxelData.cs.meta │ │ │ │ ├── VoxelFetcher.cs │ │ │ │ ├── VoxelFetcher.cs.meta │ │ │ │ ├── VoxelTile.cs │ │ │ │ └── VoxelTile.cs.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── VoxelAtlas.png │ │ │ │ └── VoxelAtlas.png.meta │ │ ├── _sharedModules.meta │ │ └── _sharedModules │ │ │ ├── BasicLineStack.asset │ │ │ ├── BasicLineStack.asset.meta │ │ │ ├── BasicsVectorTileFactory.asset │ │ │ ├── BasicsVectorTileFactory.asset.meta │ │ │ ├── ColliderModifier.asset │ │ │ ├── ColliderModifier.asset.meta │ │ │ ├── ContourLayerVisualizer.asset │ │ │ ├── ContourLayerVisualizer.asset.meta │ │ │ ├── ContourMergedStyle.asset │ │ │ ├── ContourMergedStyle.asset.meta │ │ │ ├── ContourTerraceMeshFactory.asset │ │ │ ├── ContourTerraceMeshFactory.asset.meta │ │ │ ├── ContourTextureModifier.asset │ │ │ ├── ContourTextureModifier.asset.meta │ │ │ ├── DarkMapImageFactory.asset │ │ │ ├── DarkMapImageFactory.asset.meta │ │ │ ├── DisableMeshRendererModifier.asset │ │ │ ├── DisableMeshRendererModifier.asset.meta │ │ │ ├── DriveDirectionsHeight.asset │ │ │ ├── DriveDirectionsHeight.asset.meta │ │ │ ├── DriveDirectionsLine.asset │ │ │ ├── DriveDirectionsLine.asset.meta │ │ │ ├── DriveMergedBuildingStack.asset │ │ │ ├── DriveMergedBuildingStack.asset.meta │ │ │ ├── DriveTrafficVisualizer.asset │ │ │ ├── DriveTrafficVisualizer.asset.meta │ │ │ ├── DriveVectorTileFactory.asset │ │ │ ├── DriveVectorTileFactory.asset.meta │ │ │ ├── FeatureBehaviourModifier.asset │ │ │ ├── FeatureBehaviourModifier.asset.meta │ │ │ ├── FixedHeightModifier.asset │ │ │ ├── FixedHeightModifier.asset.meta │ │ │ ├── FlatTerrainFactory.asset │ │ │ ├── FlatTerrainFactory.asset.meta │ │ │ ├── GlobeTerrainFactory.asset │ │ │ ├── GlobeTerrainFactory.asset.meta │ │ │ ├── GrayBuildingTexture.asset │ │ │ ├── GrayBuildingTexture.asset.meta │ │ │ ├── GrayTextureModifier.asset │ │ │ ├── GrayTextureModifier.asset.meta │ │ │ ├── GreenLineStack.asset │ │ │ ├── GreenLineStack.asset.meta │ │ │ ├── GreenLineTexture.asset │ │ │ ├── GreenLineTexture.asset.meta │ │ │ ├── GreenMaterialModifier.asset │ │ │ ├── GreenMaterialModifier.asset.meta │ │ │ ├── GreenPolygonStack.asset │ │ │ ├── GreenPolygonStack.asset.meta │ │ │ ├── GreenTextureModifierModifier.asset │ │ │ ├── GreenTextureModifierModifier.asset.meta │ │ │ ├── GreyBuildingVisualizer.asset │ │ │ ├── GreyBuildingVisualizer.asset.meta │ │ │ ├── HeightModifier.asset │ │ │ ├── HeightModifier.asset.meta │ │ │ ├── HighlightModifier.asset │ │ │ ├── HighlightModifier.asset.meta │ │ │ ├── LineLayerVisualizer.asset │ │ │ ├── LineLayerVisualizer.asset.meta │ │ │ ├── LineModifier.asset │ │ │ ├── LineModifier.asset.meta │ │ │ ├── LowPolyTerrainFactory.asset │ │ │ ├── LowPolyTerrainFactory.asset.meta │ │ │ ├── ObjectInspector.asset │ │ │ ├── ObjectInspector.asset.meta │ │ │ ├── OrangeLineStack.asset │ │ │ ├── OrangeLineStack.asset.meta │ │ │ ├── OrangeLineTexture.asset │ │ │ ├── OrangeLineTexture.asset.meta │ │ │ ├── OrangePolygonStack.asset │ │ │ ├── OrangePolygonStack.asset.meta │ │ │ ├── OrangePolygonStack_TerrainFactory.asset │ │ │ ├── OrangePolygonStack_TerrainFactory.asset.meta │ │ │ ├── OrangeTextureModifier.asset │ │ │ ├── OrangeTextureModifier.asset.meta │ │ │ ├── OutdoorMapImageFactory.asset │ │ │ ├── OutdoorMapImageFactory.asset.meta │ │ │ ├── ParkColliderModifier.asset │ │ │ ├── ParkColliderModifier.asset.meta │ │ │ ├── ParkLayerModifier.asset │ │ │ ├── ParkLayerModifier.asset.meta │ │ │ ├── ParkModifierStack.asset │ │ │ ├── ParkModifierStack.asset.meta │ │ │ ├── ParkVectorLayerVisualizer.asset │ │ │ ├── ParkVectorLayerVisualizer.asset.meta │ │ │ ├── PoiDemo3dPoiModifier.asset │ │ │ ├── PoiDemo3dPoiModifier.asset.meta │ │ │ ├── PoiDemo3dPoiModifierStack.asset │ │ │ ├── PoiDemo3dPoiModifierStack.asset.meta │ │ │ ├── PoiDemo3dPoiVisualizer.asset │ │ │ ├── PoiDemo3dPoiVisualizer.asset.meta │ │ │ ├── PoiDemoUiPoiModifier.asset │ │ │ ├── PoiDemoUiPoiModifier.asset.meta │ │ │ ├── PoiDemoUiPoiModifierStack.asset │ │ │ ├── PoiDemoUiPoiModifierStack.asset.meta │ │ │ ├── PoiDemoUiPoiVisualizer.asset │ │ │ ├── PoiDemoUiPoiVisualizer.asset.meta │ │ │ ├── PoiVectorTileFactory.asset │ │ │ ├── PoiVectorTileFactory.asset.meta │ │ │ ├── PolygonLayerVisualizer.asset │ │ │ ├── PolygonLayerVisualizer.asset.meta │ │ │ ├── PolygonModifier.asset │ │ │ ├── PolygonModifier.asset.meta │ │ │ ├── RedLineStack.asset │ │ │ ├── RedLineStack.asset.meta │ │ │ ├── RedLineTexture.asset │ │ │ ├── RedLineTexture.asset.meta │ │ │ ├── SatelliteImageFactory.asset │ │ │ ├── SatelliteImageFactory.asset.meta │ │ │ ├── SchoolFilter.asset │ │ │ ├── SchoolFilter.asset.meta │ │ │ ├── SelectablePolygonStack.asset │ │ │ ├── SelectablePolygonStack.asset.meta │ │ │ ├── SnapTerrainModifier.asset │ │ │ ├── SnapTerrainModifier.asset.meta │ │ │ ├── SpawnInParkModifier.asset │ │ │ ├── SpawnInParkModifier.asset.meta │ │ │ ├── StreetsMapImageFactory.asset │ │ │ ├── StreetsMapImageFactory.asset.meta │ │ │ ├── StyledBuildingVisualizer.asset │ │ │ ├── StyledBuildingVisualizer.asset.meta │ │ │ ├── StyledPathLineModifier.asset │ │ │ ├── StyledPathLineModifier.asset.meta │ │ │ ├── StyledPathRoadStack.asset │ │ │ ├── StyledPathRoadStack.asset.meta │ │ │ ├── StyledRoadVisualizer.asset │ │ │ ├── StyledRoadVisualizer.asset.meta │ │ │ ├── StylingDemoDefaultBuildingStack.asset │ │ │ ├── StylingDemoDefaultBuildingStack.asset.meta │ │ │ ├── StylingVectorTileFactory.asset │ │ │ ├── StylingVectorTileFactory.asset.meta │ │ │ ├── TerrainBuildingStack.asset │ │ │ ├── TerrainBuildingStack.asset.meta │ │ │ ├── TerrainBuildingVisualizer.asset │ │ │ ├── TerrainBuildingVisualizer.asset.meta │ │ │ ├── TerrainFactory.asset │ │ │ ├── TerrainFactory.asset.meta │ │ │ ├── TerrainVectorTileFactory.asset │ │ │ ├── TerrainVectorTileFactory.asset.meta │ │ │ ├── UvModifier.asset │ │ │ ├── UvModifier.asset.meta │ │ │ ├── WhiteTextureModifier.asset │ │ │ ├── WhiteTextureModifier.asset.meta │ │ │ ├── YellowLineStack.asset │ │ │ ├── YellowLineStack.asset.meta │ │ │ ├── YellowLineTexture.asset │ │ │ └── YellowLineTexture.asset.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── OpenSans-Bold.ttf │ │ ├── OpenSans-Bold.ttf.meta │ │ ├── OpenSans-Regular.ttf │ │ ├── OpenSans-Regular.ttf.meta │ │ ├── OpenSans-Semibold.ttf │ │ ├── OpenSans-Semibold.ttf.meta │ │ ├── OpenSansLic.txt │ │ └── OpenSansLic.txt.meta │ ├── Materials.meta │ ├── Materials │ │ ├── LoadingMaterial.mat │ │ └── LoadingMaterial.mat.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Attribution.prefab │ │ └── Attribution.prefab.meta │ ├── README.txt │ ├── README.txt.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── RasterWithTransparencyShader.shader │ │ └── RasterWithTransparencyShader.shader.meta │ ├── Textures.meta │ ├── Textures │ │ ├── CornerPanelRadius_12px_Fill.png │ │ ├── CornerPanelRadius_12px_Fill.png.meta │ │ ├── CornerPanelRadius_12px_Stroke_1px.png │ │ ├── CornerPanelRadius_12px_Stroke_1px.png.meta │ │ ├── info.png │ │ ├── info.png.meta │ │ ├── loadinggrid.png │ │ ├── loadinggrid.png.meta │ │ ├── mapbox-attribution.png │ │ ├── mapbox-attribution.png.meta │ │ ├── mapbox-logo-white.png │ │ └── mapbox-logo-white.png.meta │ ├── Unity.meta │ └── Unity │ │ ├── Ar.meta │ │ ├── Ar │ │ ├── AbstractAlignmentStrategy.cs │ │ ├── AbstractAlignmentStrategy.cs.meta │ │ ├── AverageHeadingAlignmentStrategy.cs │ │ ├── AverageHeadingAlignmentStrategy.cs.meta │ │ ├── ISynchronizationContext.cs │ │ ├── ISynchronizationContext.cs.meta │ │ ├── LerpAlignmentStrategy.cs │ │ ├── LerpAlignmentStrategy.cs.meta │ │ ├── ManualSynchronizationContextBehaviour.cs │ │ ├── ManualSynchronizationContextBehaviour.cs.meta │ │ ├── SimpleAutomaticSynchronizationContext.cs │ │ ├── SimpleAutomaticSynchronizationContext.cs.meta │ │ ├── SimpleAutomaticSynchronizationContextBehaviour.cs │ │ ├── SimpleAutomaticSynchronizationContextBehaviour.cs.meta │ │ ├── SnapAlignmentStrategy.cs │ │ ├── SnapAlignmentStrategy.cs.meta │ │ ├── Utilities.meta │ │ └── Utilities │ │ │ ├── PlotRoute.cs │ │ │ └── PlotRoute.cs.meta │ │ ├── Constants.cs │ │ ├── Constants.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── AddMonoBehavioursModifierDrawer.cs │ │ ├── AddMonoBehavioursModifierDrawer.cs.meta │ │ ├── Build.meta │ │ ├── Build │ │ │ ├── Mapbox_Android_prebuild_checks.cs │ │ │ ├── Mapbox_Android_prebuild_checks.cs.meta │ │ │ ├── Mapbox_iOS_build.cs │ │ │ └── Mapbox_iOS_build.cs.meta │ │ ├── ClearMbTilesCache.cs │ │ ├── ClearMbTilesCache.cs.meta │ │ ├── FactoryDrawer.cs │ │ ├── FactoryDrawer.cs.meta │ │ ├── FactoryEditor.cs │ │ ├── FactoryEditor.cs.meta │ │ ├── FeatureBehaviourEditor.cs │ │ ├── FeatureBehaviourEditor.cs.meta │ │ ├── FlatSphereTerrainFactoryEditor.cs │ │ ├── FlatSphereTerrainFactoryEditor.cs.meta │ │ ├── FlatTerrainFactoryEditor.cs │ │ ├── FlatTerrainFactoryEditor.cs.meta │ │ ├── GeocodeAttributeDrawer.cs │ │ ├── GeocodeAttributeDrawer.cs.meta │ │ ├── GeocodeAttributeSearchWindow.cs │ │ ├── GeocodeAttributeSearchWindow.cs.meta │ │ ├── LayerModifierEditor.cs │ │ ├── LayerModifierEditor.cs.meta │ │ ├── LowPolyTerrainFactoryEditor.cs │ │ ├── LowPolyTerrainFactoryEditor.cs.meta │ │ ├── MapImageFactoryEditor.cs │ │ ├── MapImageFactoryEditor.cs.meta │ │ ├── MapVisualizerEditor.cs │ │ ├── MapVisualizerEditor.cs.meta │ │ ├── MapboxConfigurationWindow.cs │ │ ├── MapboxConfigurationWindow.cs.meta │ │ ├── MaterialModifierEditor.cs │ │ ├── MaterialModifierEditor.cs.meta │ │ ├── MergedModifierStackEditor.cs │ │ ├── MergedModifierStackEditor.cs.meta │ │ ├── MeshFactoryEditor.cs │ │ ├── MeshFactoryEditor.cs.meta │ │ ├── ModifierStackEditor.cs │ │ ├── ModifierStackEditor.cs.meta │ │ ├── NodeEditor.meta │ │ ├── NodeEditor │ │ │ ├── Connection.cs │ │ │ ├── Connection.cs.meta │ │ │ ├── ConnectionPoint.cs │ │ │ ├── ConnectionPoint.cs.meta │ │ │ ├── EditorZoomArea.cs │ │ │ ├── EditorZoomArea.cs.meta │ │ │ ├── Node.cs │ │ │ ├── Node.cs.meta │ │ │ ├── NodeBasedEditor.cs │ │ │ └── NodeBasedEditor.cs.meta │ │ ├── ScriptableCreatorWindow.cs │ │ ├── ScriptableCreatorWindow.cs.meta │ │ ├── StyleOptimizedVectorTileFactoryEditor.cs │ │ ├── StyleOptimizedVectorTileFactoryEditor.cs.meta │ │ ├── StyleSearchAttributeDrawer.cs │ │ ├── StyleSearchAttributeDrawer.cs.meta │ │ ├── StyleSearchWindow.cs │ │ ├── StyleSearchWindow.cs.meta │ │ ├── TerrainFactoryEditor.cs │ │ ├── TerrainFactoryEditor.cs.meta │ │ ├── TerrainWithSideWallsFactoryEditor.cs │ │ ├── TerrainWithSideWallsFactoryEditor.cs.meta │ │ ├── Tests.meta │ │ ├── Tests │ │ │ ├── DuplicateAndroidLibraries.cs.cs │ │ │ └── DuplicateAndroidLibraries.cs.cs.meta │ │ ├── VectorLayerVisualizerEditor.cs │ │ ├── VectorLayerVisualizerEditor.cs.meta │ │ ├── VectorTileFactoryEditor.cs │ │ └── VectorTileFactoryEditor.cs.meta │ │ ├── Location.meta │ │ ├── Location │ │ ├── AbstractEditorLocationProvider.cs │ │ ├── AbstractEditorLocationProvider.cs.meta │ │ ├── AbstractLocationProvider.cs │ │ ├── AbstractLocationProvider.cs.meta │ │ ├── DeviceLocationProvider.cs │ │ ├── DeviceLocationProvider.cs.meta │ │ ├── EditorLocationProvider.cs │ │ ├── EditorLocationProvider.cs.meta │ │ ├── ILocationProvider.cs │ │ ├── ILocationProvider.cs.meta │ │ ├── Location.cs │ │ ├── Location.cs.meta │ │ ├── LocationProviderFactory.cs │ │ ├── LocationProviderFactory.cs.meta │ │ ├── TransformLocationProvider.cs │ │ └── TransformLocationProvider.cs.meta │ │ ├── Map.meta │ │ ├── Map │ │ ├── AbstractMap.cs │ │ ├── AbstractMap.cs.meta │ │ ├── AbstractMapVisualizer.cs │ │ ├── AbstractMapVisualizer.cs.meta │ │ ├── AbstractTileProvider.cs │ │ ├── AbstractTileProvider.cs.meta │ │ ├── BasicMap.cs │ │ ├── BasicMap.cs.meta │ │ ├── CameraBoundsTileProvider.cs │ │ ├── CameraBoundsTileProvider.cs.meta │ │ ├── DynamicZoomMap.cs │ │ ├── DynamicZoomMap.cs.meta │ │ ├── DynamicZoomMapVisualizer.cs │ │ ├── DynamicZoomMapVisualizer.cs.meta │ │ ├── DynamicZoomTileProvider.cs │ │ ├── DynamicZoomTileProvider.cs.meta │ │ ├── GlobeTileProvider.cs │ │ ├── GlobeTileProvider.cs.meta │ │ ├── IMap.cs │ │ ├── IMap.cs.meta │ │ ├── ITileProvider.cs │ │ ├── ITileProvider.cs.meta │ │ ├── InitializeMapWithLocationProvider.cs │ │ ├── InitializeMapWithLocationProvider.cs.meta │ │ ├── MapAtSpecificLocation.cs │ │ ├── MapAtSpecificLocation.cs.meta │ │ ├── MapAtWorldScale.cs │ │ ├── MapAtWorldScale.cs.meta │ │ ├── MapVisualizer.cs │ │ ├── MapVisualizer.cs.meta │ │ ├── RangeAroundTransformTileProvider.cs │ │ ├── RangeAroundTransformTileProvider.cs.meta │ │ ├── RangeTileProvider.cs │ │ └── RangeTileProvider.cs.meta │ │ ├── MapboxAccess.cs │ │ ├── MapboxAccess.cs.meta │ │ ├── MeshGeneration.meta │ │ ├── MeshGeneration │ │ ├── Components.meta │ │ ├── Components │ │ │ ├── FeatureBehaviour.cs │ │ │ ├── FeatureBehaviour.cs.meta │ │ │ ├── TextureSelector.cs │ │ │ ├── TextureSelector.cs.meta │ │ │ ├── VertexDebugger.cs │ │ │ ├── VertexDebugger.cs.meta │ │ │ ├── VertexDebuggerGizmo.cs │ │ │ └── VertexDebuggerGizmo.cs.meta │ │ ├── Data.meta │ │ ├── Data │ │ │ ├── MeshData.cs │ │ │ ├── MeshData.cs.meta │ │ │ ├── UnityTile.cs │ │ │ ├── UnityTile.cs.meta │ │ │ ├── VectorFeatureUnity.cs │ │ │ └── VectorFeatureUnity.cs.meta │ │ ├── Enums.meta │ │ ├── Enums │ │ │ ├── TilePropertyState.cs │ │ │ └── TilePropertyState.cs.meta │ │ ├── Factories.meta │ │ ├── Factories │ │ │ ├── AbstractTileFactory.cs │ │ │ ├── AbstractTileFactory.cs.meta │ │ │ ├── DirectionsFactory.cs │ │ │ ├── DirectionsFactory.cs.meta │ │ │ ├── FlatSphereTerrainFactory.cs │ │ │ ├── FlatSphereTerrainFactory.cs.meta │ │ │ ├── FlatTerrainFactory.cs │ │ │ ├── FlatTerrainFactory.cs.meta │ │ │ ├── LowPolyTerrainFactory.cs │ │ │ ├── LowPolyTerrainFactory.cs.meta │ │ │ ├── MapImageFactory.cs │ │ │ ├── MapImageFactory.cs.meta │ │ │ ├── MeshFactory.cs │ │ │ ├── MeshFactory.cs.meta │ │ │ ├── StyleOptimizedVectorTileFactory.cs │ │ │ ├── StyleOptimizedVectorTileFactory.cs.meta │ │ │ ├── TerrainFactory.cs │ │ │ ├── TerrainFactory.cs.meta │ │ │ ├── TerrainFactoryWithSideWalls.cs │ │ │ ├── TerrainFactoryWithSideWalls.cs.meta │ │ │ ├── VectorTileFactory.cs │ │ │ └── VectorTileFactory.cs.meta │ │ ├── Filters.meta │ │ ├── Filters │ │ │ ├── FilterBase.cs │ │ │ ├── FilterBase.cs.meta │ │ │ ├── HeightFilter.cs │ │ │ ├── HeightFilter.cs.meta │ │ │ ├── TypeFilter.cs │ │ │ └── TypeFilter.cs.meta │ │ ├── Interfaces.meta │ │ ├── Interfaces │ │ │ ├── IFeaturePropertySettable.cs │ │ │ ├── IFeaturePropertySettable.cs.meta │ │ │ ├── LayerVisualizerBase.cs │ │ │ └── LayerVisualizerBase.cs.meta │ │ ├── LayerVisualizers.meta │ │ ├── LayerVisualizers │ │ │ ├── PoiVisualizer.cs │ │ │ ├── PoiVisualizer.cs.meta │ │ │ ├── VectorLayerVisualizer.cs │ │ │ └── VectorLayerVisualizer.cs.meta │ │ ├── Modifiers.meta │ │ └── Modifiers │ │ │ ├── GameObjectModifier.cs │ │ │ ├── GameObjectModifier.cs.meta │ │ │ ├── GameObjectModifiers.meta │ │ │ ├── GameObjectModifiers │ │ │ ├── AddMonoBehavioursModifier.cs │ │ │ ├── AddMonoBehavioursModifier.cs.meta │ │ │ ├── AddMonoBehavioursModifierType.cs │ │ │ ├── AddMonoBehavioursModifierType.cs.meta │ │ │ ├── ColliderModifier.cs │ │ │ ├── ColliderModifier.cs.meta │ │ │ ├── DisableMeshRendererModifier.cs │ │ │ ├── DisableMeshRendererModifier.cs.meta │ │ │ ├── FeatureBehaviourModifier.cs │ │ │ ├── FeatureBehaviourModifier.cs.meta │ │ │ ├── LayerModifier.cs │ │ │ ├── LayerModifier.cs.meta │ │ │ ├── MaterialModifier.cs │ │ │ ├── MaterialModifier.cs.meta │ │ │ ├── PrefabModifier.cs │ │ │ ├── PrefabModifier.cs.meta │ │ │ ├── SpawnInsideModifier.cs │ │ │ ├── SpawnInsideModifier.cs.meta │ │ │ ├── TextureModifier.cs │ │ │ ├── TextureModifier.cs.meta │ │ │ ├── TextureMonoBehaviourModifier.cs │ │ │ └── TextureMonoBehaviourModifier.cs.meta │ │ │ ├── MergedModifierStack.cs │ │ │ ├── MergedModifierStack.cs.meta │ │ │ ├── MeshModifier.cs │ │ │ ├── MeshModifier.cs.meta │ │ │ ├── MeshModifiers.meta │ │ │ ├── MeshModifiers │ │ │ ├── ChamferHeightModifier.cs │ │ │ ├── ChamferHeightModifier.cs.meta │ │ │ ├── Earcut.cs │ │ │ ├── Earcut.cs.meta │ │ │ ├── HeightModifier.cs │ │ │ ├── HeightModifier.cs.meta │ │ │ ├── LineMeshModifier.cs │ │ │ ├── LineMeshModifier.cs.meta │ │ │ ├── PolygonMeshModifier.cs │ │ │ ├── PolygonMeshModifier.cs.meta │ │ │ ├── SmoothLineModifier.cs │ │ │ ├── SmoothLineModifier.cs.meta │ │ │ ├── SnapTerrainModifier.cs │ │ │ ├── SnapTerrainModifier.cs.meta │ │ │ ├── SnapTerrainRaycastModifier.cs │ │ │ ├── SnapTerrainRaycastModifier.cs.meta │ │ │ ├── UvModifier.cs │ │ │ └── UvModifier.cs.meta │ │ │ ├── ModifierBase.cs │ │ │ ├── ModifierBase.cs.meta │ │ │ ├── ModifierStack.cs │ │ │ ├── ModifierStack.cs.meta │ │ │ ├── ModifierStackBase.cs │ │ │ └── ModifierStackBase.cs.meta │ │ ├── Telemetry.meta │ │ ├── Telemetry │ │ ├── ITelemetryLibrary.cs │ │ ├── ITelemetryLibrary.cs.meta │ │ ├── TelemetryDummy.cs │ │ ├── TelemetryDummy.cs.meta │ │ ├── TelemetryEditor.cs │ │ ├── TelemetryEditor.cs.meta │ │ ├── TelemetryFallback.cs │ │ ├── TelemetryFallback.cs.meta │ │ ├── TelemetryIos.cs │ │ ├── TelemetryIos.cs.meta │ │ ├── TelemtryAndroid.cs │ │ └── TelemtryAndroid.cs.meta │ │ ├── Utilities.meta │ │ └── Utilities │ │ ├── Console.cs │ │ ├── Console.cs.meta │ │ ├── Conversions.cs │ │ ├── Conversions.cs.meta │ │ ├── GeocodeAttribute.cs │ │ ├── GeocodeAttribute.cs.meta │ │ ├── HTTPRequest.cs │ │ ├── HTTPRequest.cs.meta │ │ ├── NodeEditorElementAttribute.cs │ │ ├── NodeEditorElementAttribute.cs.meta │ │ ├── ObjectPool.cs │ │ ├── ObjectPool.cs.meta │ │ ├── OpenUrlOnButtonClick.cs │ │ ├── OpenUrlOnButtonClick.cs.meta │ │ ├── Runnable.cs │ │ ├── Runnable.cs.meta │ │ ├── Singleton.cs │ │ ├── Singleton.cs.meta │ │ ├── SingletonScriptableObject.cs │ │ ├── SingletonScriptableObject.cs.meta │ │ ├── StyleSearchAttribute.cs │ │ ├── StyleSearchAttribute.cs.meta │ │ ├── TelemetryConfigurationButton.cs │ │ ├── TelemetryConfigurationButton.cs.meta │ │ ├── VectorEntity.cs │ │ ├── VectorEntity.cs.meta │ │ ├── VectorExtensions.cs │ │ └── VectorExtensions.cs.meta ├── MapboxARScenes.meta ├── MapboxARScenes │ ├── ManualWorldSynchronization.unity │ ├── ManualWorldSynchronization.unity.meta │ ├── SimpleMap.meta │ └── SimpleMap │ │ ├── SimpleBuildingHeightModifier.asset │ │ ├── SimpleBuildingHeightModifier.asset.meta │ │ ├── SimpleBuildingLayerModifier.asset │ │ ├── SimpleBuildingLayerModifier.asset.meta │ │ ├── SimpleBuildingTextureModifier.asset │ │ ├── SimpleBuildingTextureModifier.asset.meta │ │ ├── SimpleBuildingUvModifier.asset │ │ ├── SimpleBuildingUvModifier.asset.meta │ │ ├── SimpleMapBuildings.asset │ │ ├── SimpleMapBuildings.asset.meta │ │ ├── SimpleMapFlatTerrain.asset │ │ ├── SimpleMapFlatTerrain.asset.meta │ │ ├── SimpleMapImage.asset │ │ ├── SimpleMapImage.asset.meta │ │ ├── SimpleMapVector.asset │ │ ├── SimpleMapVector.asset.meta │ │ ├── SimpleMapVisualizer.asset │ │ ├── SimpleMapVisualizer.asset.meta │ │ ├── SimpleMergedBuildingStack.asset │ │ ├── SimpleMergedBuildingStack.asset.meta │ │ ├── SimplePolygonModifier.asset │ │ └── SimplePolygonModifier.asset.meta ├── Materials.meta ├── Materials │ ├── DebugBuildings.mat │ ├── DebugBuildings.mat.meta │ ├── Occlusion.mat │ ├── Occlusion.mat.meta │ ├── PathMaterial.mat │ ├── PathMaterial.mat.meta │ ├── UnlitTerrainMaterial.mat │ └── UnlitTerrainMaterial.mat.meta ├── Navigation.meta ├── Navigation │ ├── Examples.meta │ ├── Examples │ │ ├── Cube.prefab │ │ ├── Cube.prefab.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── NavMeshPrefabInstanceEditor.cs │ │ │ └── NavMeshPrefabInstanceEditor.cs.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── brightgreen.mat │ │ │ ├── brightgreen.mat.meta │ │ │ ├── brown.mat │ │ │ ├── brown.mat.meta │ │ │ ├── crosshair.mat │ │ │ ├── crosshair.mat.meta │ │ │ ├── floor.mat │ │ │ ├── floor.mat.meta │ │ │ ├── green.mat │ │ │ ├── green.mat.meta │ │ │ ├── grey.mat │ │ │ ├── grey.mat.meta │ │ │ ├── modify_crosshair.png │ │ │ ├── modify_crosshair.png.meta │ │ │ ├── red.mat │ │ │ ├── red.mat.meta │ │ │ ├── yellow.mat │ │ │ └── yellow.mat.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── BanyanTree.fbx │ │ │ ├── BanyanTree.fbx.meta │ │ │ ├── BanyanTree.prefab │ │ │ ├── BanyanTree.prefab.meta │ │ │ ├── DungeonTiles.meta │ │ │ ├── DungeonTiles │ │ │ │ ├── Tile0.prefab │ │ │ │ ├── Tile0.prefab.meta │ │ │ │ ├── Tile1.prefab │ │ │ │ ├── Tile1.prefab.meta │ │ │ │ ├── Tile10.prefab │ │ │ │ ├── Tile10.prefab.meta │ │ │ │ ├── Tile11.prefab │ │ │ │ ├── Tile11.prefab.meta │ │ │ │ ├── Tile12.prefab │ │ │ │ ├── Tile12.prefab.meta │ │ │ │ ├── Tile13.prefab │ │ │ │ ├── Tile13.prefab.meta │ │ │ │ ├── Tile14.prefab │ │ │ │ ├── Tile14.prefab.meta │ │ │ │ ├── Tile15.prefab │ │ │ │ ├── Tile15.prefab.meta │ │ │ │ ├── Tile2.prefab │ │ │ │ ├── Tile2.prefab.meta │ │ │ │ ├── Tile3.prefab │ │ │ │ ├── Tile3.prefab.meta │ │ │ │ ├── Tile4.prefab │ │ │ │ ├── Tile4.prefab.meta │ │ │ │ ├── Tile5.prefab │ │ │ │ ├── Tile5.prefab.meta │ │ │ │ ├── Tile6.prefab │ │ │ │ ├── Tile6.prefab.meta │ │ │ │ ├── Tile7.prefab │ │ │ │ ├── Tile7.prefab.meta │ │ │ │ ├── Tile8.prefab │ │ │ │ ├── Tile8.prefab.meta │ │ │ │ ├── Tile9.prefab │ │ │ │ └── Tile9.prefab.meta │ │ │ ├── GroundTile.prefab │ │ │ ├── GroundTile.prefab.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── BanyanBark.mat │ │ │ │ ├── BanyanBark.mat.meta │ │ │ │ ├── BanyanBranches.mat │ │ │ │ └── BanyanBranches.mat.meta │ │ │ ├── Plank.prefab │ │ │ └── Plank.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── 1_multiple_agent_sizes.meta │ │ │ ├── 1_multiple_agent_sizes.unity │ │ │ ├── 1_multiple_agent_sizes.unity.meta │ │ │ ├── 1_multiple_agent_sizes │ │ │ │ ├── NavMesh-Geometry 1.asset │ │ │ │ ├── NavMesh-Geometry 1.asset.meta │ │ │ │ ├── NavMesh-Geometry.asset │ │ │ │ └── NavMesh-Geometry.asset.meta │ │ │ ├── 2_drop_plank.unity │ │ │ ├── 2_drop_plank.unity.meta │ │ │ ├── 3_free_orientation.meta │ │ │ ├── 3_free_orientation.unity │ │ │ ├── 3_free_orientation.unity.meta │ │ │ ├── 3_free_orientation │ │ │ │ ├── NavMesh.asset │ │ │ │ └── NavMesh.asset.meta │ │ │ ├── 4_sliding_window_infinite.unity │ │ │ ├── 4_sliding_window_infinite.unity.meta │ │ │ ├── 5_sliding_window_terrain.unity │ │ │ ├── 5_sliding_window_terrain.unity.meta │ │ │ ├── 6_modify_mesh.unity │ │ │ ├── 6_modify_mesh.unity.meta │ │ │ ├── 7_dungeon.unity │ │ │ ├── 7_dungeon.unity.meta │ │ │ ├── 7b_dungeon_tile_prefabs.unity │ │ │ └── 7b_dungeon_tile_prefabs.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── AgentLinkMover.cs │ │ │ ├── AgentLinkMover.cs.meta │ │ │ ├── ClickToMove.cs │ │ │ ├── ClickToMove.cs.meta │ │ │ ├── DestroyOnTrigger.cs │ │ │ ├── DestroyOnTrigger.cs.meta │ │ │ ├── DungeonManager.cs │ │ │ ├── DungeonManager.cs.meta │ │ │ ├── EnableIffSleeping.cs │ │ │ ├── EnableIffSleeping.cs.meta │ │ │ ├── FreeCam.cs │ │ │ ├── FreeCam.cs.meta │ │ │ ├── LocalNavMeshBuilder.cs │ │ │ ├── LocalNavMeshBuilder.cs.meta │ │ │ ├── MeshTool.cs │ │ │ ├── MeshTool.cs.meta │ │ │ ├── NavMeshPrefabInstance.cs │ │ │ ├── NavMeshPrefabInstance.cs.meta │ │ │ ├── NavMeshSourceTag.cs │ │ │ ├── NavMeshSourceTag.cs.meta │ │ │ ├── Oscillator.cs │ │ │ ├── Oscillator.cs.meta │ │ │ ├── RandomInstancing.cs │ │ │ ├── RandomInstancing.cs.meta │ │ │ ├── RandomWalk.cs │ │ │ ├── RandomWalk.cs.meta │ │ │ ├── RandomWalk.cs.orig │ │ │ ├── RandomWalk.cs.orig.meta │ │ │ ├── SpawnPrefabOnKeyDown.cs │ │ │ └── SpawnPrefabOnKeyDown.cs.meta │ │ ├── Terrains.meta │ │ └── Terrains │ │ │ ├── Islands.asset │ │ │ ├── Islands.asset.meta │ │ │ ├── LightmapWithFog.png │ │ │ └── LightmapWithFog.png.meta │ ├── Gizmos.meta │ ├── Gizmos │ │ ├── NavMeshLink Icon.png │ │ ├── NavMeshLink Icon.png.meta │ │ ├── NavMeshModifierVolume Icon.png │ │ ├── NavMeshModifierVolume Icon.png.meta │ │ ├── NavMeshSurface Icon.png │ │ └── NavMeshSurface Icon.png.meta │ ├── NavMeshComponents.meta │ └── NavMeshComponents │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── NavMeshComponentsGUIUtility.cs │ │ ├── NavMeshComponentsGUIUtility.cs.meta │ │ ├── NavMeshLinkEditor.cs │ │ ├── NavMeshLinkEditor.cs.meta │ │ ├── NavMeshModifierEditor.cs │ │ ├── NavMeshModifierEditor.cs.meta │ │ ├── NavMeshModifierVolumeEditor.cs │ │ ├── NavMeshModifierVolumeEditor.cs.meta │ │ ├── NavMeshSurfaceEditor.cs │ │ └── NavMeshSurfaceEditor.cs.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ ├── NavMeshLink.cs │ │ ├── NavMeshLink.cs.meta │ │ ├── NavMeshModifier.cs │ │ ├── NavMeshModifier.cs.meta │ │ ├── NavMeshModifierVolume.cs │ │ ├── NavMeshModifierVolume.cs.meta │ │ ├── NavMeshSurface.cs │ │ └── NavMeshSurface.cs.meta ├── PrefabMessage.prefab ├── PrefabMessage.prefab.meta ├── Prefabs.meta ├── Prefabs │ ├── AR Root.prefab │ ├── AR Root.prefab.meta │ ├── AR.prefab │ ├── AR.prefab.meta │ ├── ArAlignedMap.prefab │ ├── ArAlignedMap.prefab.meta │ ├── DebugCanvas.prefab │ ├── DebugCanvas.prefab.meta │ ├── Directions.prefab │ ├── Directions.prefab.meta │ ├── FocusSquare.prefab │ ├── FocusSquare.prefab.meta │ ├── LocationProvider.prefab │ ├── LocationProvider.prefab.meta │ ├── WorldAlignmentKit.prefab │ └── WorldAlignmentKit.prefab.meta ├── Resources.meta ├── Resources │ └── Mapbox.meta ├── Scripts.meta ├── Scripts │ ├── ARMessageProvider.cs │ ├── ARMessageProvider.cs.meta │ ├── Camera.meta │ ├── Camera │ │ ├── TouchCamera.cs │ │ └── TouchCamera.cs.meta │ ├── DeviceAuthentication.cs │ ├── DeviceAuthentication.cs.meta │ ├── GameSparksManager.cs │ ├── GameSparksManager.cs.meta │ ├── HideMap.cs │ ├── HideMap.cs.meta │ ├── Message.cs │ ├── Message.cs.meta │ ├── MessageService.cs │ ├── MessageService.cs.meta │ ├── UIBehavior.cs │ └── UIBehavior.cs.meta ├── Textures.meta ├── Textures │ ├── location.png │ ├── location.png.meta │ ├── log.png │ └── log.png.meta ├── UnityARInterface.meta ├── UnityARInterface │ ├── ARRemote.meta │ ├── ARRemote │ │ ├── RemoteDevice.unity │ │ ├── RemoteDevice.unity.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── ARRemoteDevice.cs │ │ │ ├── ARRemoteDevice.cs.meta │ │ │ ├── ARRemoteEditor.cs │ │ │ ├── ARRemoteEditor.cs.meta │ │ │ ├── ARRemoteEditorInterface.cs │ │ │ ├── ARRemoteEditorInterface.cs.meta │ │ │ ├── ARRemoteVideo.cs │ │ │ ├── ARRemoteVideo.cs.meta │ │ │ ├── ARSerializableObjects.cs │ │ │ └── ARSerializableObjects.cs.meta │ ├── Examples.meta │ ├── Examples │ │ ├── ARBallz.meta │ │ ├── ARBallz │ │ │ ├── ARBallMaker.cs │ │ │ ├── ARBallMaker.cs.meta │ │ │ ├── ARBallMover.cs │ │ │ ├── ARBallMover.cs.meta │ │ │ ├── ARBallz.unity │ │ │ ├── ARBallz.unity.meta │ │ │ ├── ARBallzGO.cs │ │ │ ├── ARBallzGO.cs.meta │ │ │ ├── BallzModeSwitcher.cs │ │ │ └── BallzModeSwitcher.cs.meta │ │ ├── ARFocusSquare.meta │ │ ├── ARFocusSquare │ │ │ ├── ARFocusSquare.cs │ │ │ ├── ARFocusSquare.cs.meta │ │ │ ├── ARFocusSquareScene.unity │ │ │ ├── ARFocusSquareScene.unity.meta │ │ │ ├── FocusSquareFinding.controller │ │ │ ├── FocusSquareFinding.controller.meta │ │ │ ├── FocusSquareFinding.mat │ │ │ ├── FocusSquareFinding.mat.meta │ │ │ ├── FocusSquareFinding.prefab │ │ │ ├── FocusSquareFinding.prefab.meta │ │ │ ├── FocusSquareFocused.prefab │ │ │ ├── FocusSquareFocused.prefab.meta │ │ │ ├── FocusSquareFound.mat │ │ │ ├── FocusSquareFound.mat.meta │ │ │ ├── focuspulse.anim │ │ │ ├── focuspulse.anim.meta │ │ │ ├── focussquare.png │ │ │ ├── focussquare.png.meta │ │ │ ├── focussquarefound.png │ │ │ └── focussquarefound.png.meta │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── 2000px-Checkerboard_pattern.svg.mat │ │ │ │ ├── 2000px-Checkerboard_pattern.svg.mat.meta │ │ │ │ ├── 2000px-Checkerboard_patternUV.svg.mat │ │ │ │ ├── 2000px-Checkerboard_patternUV.svg.mat.meta │ │ │ │ ├── BallMaterial.mat │ │ │ │ ├── BallMaterial.mat.meta │ │ │ │ ├── Plane Physic Material.physicMaterial │ │ │ │ ├── Plane Physic Material.physicMaterial.meta │ │ │ │ ├── PlayerMaterial.mat │ │ │ │ ├── PlayerMaterial.mat.meta │ │ │ │ ├── PointCloudMaterial.mat │ │ │ │ ├── PointCloudMaterial.mat.meta │ │ │ │ ├── PointCloudParticleMaterial.mat │ │ │ │ ├── PointCloudParticleMaterial.mat.meta │ │ │ │ ├── XColor.mat │ │ │ │ ├── XColor.mat.meta │ │ │ │ ├── YColor.mat │ │ │ │ ├── YColor.mat.meta │ │ │ │ ├── ZColor.mat │ │ │ │ ├── ZColor.mat.meta │ │ │ │ ├── debugPlaneMaterial.mat │ │ │ │ ├── debugPlaneMaterial.mat.meta │ │ │ │ ├── occlusionPlaneMaterial.mat │ │ │ │ ├── occlusionPlaneMaterial.mat.meta │ │ │ │ ├── shadowPlaneMaterial.mat │ │ │ │ └── shadowPlaneMaterial.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Characters.meta │ │ │ │ └── Characters │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ ├── GunMaterial.mat │ │ │ │ │ └── GunMaterial.mat.meta │ │ │ │ │ ├── Player.fbx │ │ │ │ │ └── Player.fbx.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── BallPrefab.prefab │ │ │ │ ├── BallPrefab.prefab.meta │ │ │ │ ├── ParticlePainterPrefab.prefab │ │ │ │ ├── ParticlePainterPrefab.prefab.meta │ │ │ │ ├── ParticlePrefab.prefab │ │ │ │ ├── ParticlePrefab.prefab.meta │ │ │ │ ├── PointCloudPrefab.prefab │ │ │ │ ├── PointCloudPrefab.prefab.meta │ │ │ │ ├── collisionPlanePrefab.prefab │ │ │ │ ├── collisionPlanePrefab.prefab.meta │ │ │ │ ├── debugPlanePrefab.prefab │ │ │ │ ├── debugPlanePrefab.prefab.meta │ │ │ │ ├── occlusionPlanePrefab.prefab │ │ │ │ ├── occlusionPlanePrefab.prefab.meta │ │ │ │ ├── shadowPlanePrefab.prefab │ │ │ │ └── shadowPlanePrefab.prefab.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── InstancedSurfaceShader.shader │ │ │ │ ├── InstancedSurfaceShader.shader.meta │ │ │ │ ├── MobileARShadow.shader │ │ │ │ ├── MobileARShadow.shader.meta │ │ │ │ ├── MobileOcclusion.shader │ │ │ │ └── MobileOcclusion.shader.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── PlayerDiffuse.png │ │ │ │ ├── PlayerDiffuse.png.meta │ │ │ │ ├── PlayerNormals.png │ │ │ │ ├── PlayerNormals.png.meta │ │ │ │ ├── PlayerOcclusion.png │ │ │ │ ├── PlayerOcclusion.png.meta │ │ │ │ ├── PlayerSpecular.tif │ │ │ │ ├── PlayerSpecular.tif.meta │ │ │ │ ├── checker_large UV.gif │ │ │ │ ├── checker_large UV.gif.meta │ │ │ │ ├── debugPlaneTile.png │ │ │ │ └── debugPlaneTile.png.meta │ │ ├── MatchScale.meta │ │ ├── MatchScale │ │ │ ├── MatchScale.unity │ │ │ └── MatchScale.unity.meta │ │ ├── Multiplayer.meta │ │ ├── Multiplayer │ │ │ ├── ARPlaneChooser.cs │ │ │ ├── ARPlaneChooser.cs.meta │ │ │ ├── MultiplayerAR.unity │ │ │ ├── MultiplayerAR.unity.meta │ │ │ ├── StartARSession.cs │ │ │ ├── StartARSession.cs.meta │ │ │ ├── SyncPointsHolder.cs │ │ │ └── SyncPointsHolder.cs.meta │ │ ├── RemoteEditor.meta │ │ ├── RemoteEditor │ │ │ ├── RemoteEditor.unity │ │ │ └── RemoteEditor.unity.meta │ │ ├── ScaledContent.meta │ │ ├── ScaledContent │ │ │ ├── ScaledContent.unity │ │ │ └── ScaledContent.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── DemoGUI.cs │ │ │ ├── DemoGUI.cs.meta │ │ │ ├── MatchingScalePicker.cs │ │ │ ├── MatchingScalePicker.cs.meta │ │ │ ├── ObjectShooter.cs │ │ │ ├── ObjectShooter.cs.meta │ │ │ ├── OptionsGUI.cs │ │ │ ├── OptionsGUI.cs.meta │ │ │ ├── PlaceOnPlane.cs │ │ │ ├── PlaceOnPlane.cs.meta │ │ │ ├── RemoveRigidbody.cs │ │ │ └── RemoveRigidbody.cs.meta │ │ ├── SimpleAROptions.meta │ │ ├── SimpleAROptions │ │ │ ├── SimpleAROptions.unity │ │ │ └── SimpleAROptions.unity.meta │ │ ├── SimpleARScene.meta │ │ └── SimpleARScene │ │ │ ├── SimpleARRemote.unity │ │ │ ├── SimpleARRemote.unity.meta │ │ │ ├── SimpleARScene.unity │ │ │ └── SimpleARScene.unity.meta │ ├── Models.meta │ ├── Models │ │ ├── Towers.meta │ │ └── Towers │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ ├── towerDiffuse.mat │ │ │ └── towerDiffuse.mat.meta │ │ │ ├── Meshes.meta │ │ │ ├── Meshes │ │ │ ├── castle_mdl.FBX │ │ │ └── castle_mdl.FBX.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ ├── castle_mdl.prefab │ │ │ └── castle_mdl.prefab.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ ├── towerDiffuse.png │ │ │ └── towerDiffuse.png.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Level geometry.prefab │ │ ├── Level geometry.prefab.meta │ │ ├── PhysicsBall.prefab │ │ ├── PhysicsBall.prefab.meta │ │ ├── PlacedObject.prefab │ │ └── PlacedObject.prefab.meta │ ├── README.md │ ├── README.md.meta │ ├── Resources.meta │ ├── Resources │ │ ├── GuiSkin.guiskin │ │ ├── GuiSkin.guiskin.meta │ │ ├── YUVMaterial.mat │ │ └── YUVMaterial.mat.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── ARBase.cs │ │ ├── ARBase.cs.meta │ │ ├── ARController.cs │ │ ├── ARController.cs.meta │ │ ├── ARCoreInterface.cs │ │ ├── ARCoreInterface.cs.meta │ │ ├── AREditorInterface.cs │ │ ├── AREditorInterface.cs.meta │ │ ├── ARInterface.cs │ │ ├── ARInterface.cs.meta │ │ ├── ARKitInterface.cs │ │ ├── ARKitInterface.cs.meta │ │ ├── ARLightEstimate.cs │ │ ├── ARLightEstimate.cs.meta │ │ ├── ARMessageIds.cs │ │ ├── ARMessageIds.cs.meta │ │ ├── ARPlaneVisualizer.cs │ │ ├── ARPlaneVisualizer.cs.meta │ │ ├── ARPointCloudVisualizer.cs │ │ ├── ARPointCloudVisualizer.cs.meta │ │ ├── BoundedPlane.cs │ │ └── BoundedPlane.cs.meta ├── UnityARKitPlugin.meta └── UnityARKitPlugin │ ├── ARKitRemote.meta │ ├── ARKitRemote │ ├── ARKITREMOTE.txt │ ├── ARKITREMOTE.txt.meta │ ├── ARKitRemoteConnection.cs │ ├── ARKitRemoteConnection.cs.meta │ ├── ARKitRemoteConnection.prefab │ ├── ARKitRemoteConnection.prefab.meta │ ├── ConnectToEditor.cs │ ├── ConnectToEditor.cs.meta │ ├── ConnectionMessageIds.cs │ ├── ConnectionMessageIds.cs.meta │ ├── EditorHitTest.cs │ ├── EditorHitTest.cs.meta │ ├── EditorTestScene.unity │ ├── EditorTestScene.unity.meta │ ├── ObjectSerializationExtension.cs │ ├── ObjectSerializationExtension.cs.meta │ ├── SerializableObjects.cs │ ├── SerializableObjects.cs.meta │ ├── UnityARKitRemote.unity │ ├── UnityARKitRemote.unity.meta │ ├── UnityRemoteVideo.cs │ └── UnityRemoteVideo.cs.meta │ ├── Examples.meta │ ├── Examples │ ├── AddRemoveAnchorExample.meta │ ├── AddRemoveAnchorExample │ │ ├── AddRemoveAnchorScene.unity │ │ ├── AddRemoveAnchorScene.unity.meta │ │ ├── RandomCube.prefab │ │ ├── RandomCube.prefab.meta │ │ ├── UnityARUserAnchorExample.cs │ │ └── UnityARUserAnchorExample.cs.meta │ ├── Common.meta │ ├── Common │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── 2000px-Checkerboard_pattern.svg.mat │ │ │ ├── 2000px-Checkerboard_pattern.svg.mat.meta │ │ │ ├── 2000px-Checkerboard_patternUV.svg.mat │ │ │ ├── 2000px-Checkerboard_patternUV.svg.mat.meta │ │ │ ├── BallMaterial.mat │ │ │ ├── BallMaterial.mat.meta │ │ │ ├── Plane Physic Material.physicMaterial │ │ │ ├── Plane Physic Material.physicMaterial.meta │ │ │ ├── PlayerMaterial.mat │ │ │ ├── PlayerMaterial.mat.meta │ │ │ ├── PointCloudMaterial.mat │ │ │ ├── PointCloudMaterial.mat.meta │ │ │ ├── PointCloudParticleMaterial.mat │ │ │ ├── PointCloudParticleMaterial.mat.meta │ │ │ ├── XColor.mat │ │ │ ├── XColor.mat.meta │ │ │ ├── YColor.mat │ │ │ ├── YColor.mat.meta │ │ │ ├── ZColor.mat │ │ │ ├── ZColor.mat.meta │ │ │ ├── debugPlaneMaterial.mat │ │ │ ├── debugPlaneMaterial.mat.meta │ │ │ ├── occlusionPlaneMaterial.mat │ │ │ ├── occlusionPlaneMaterial.mat.meta │ │ │ ├── shadowPlaneMaterial.mat │ │ │ └── shadowPlaneMaterial.mat.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── Characters.meta │ │ │ └── Characters │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ ├── GunMaterial.mat │ │ │ │ └── GunMaterial.mat.meta │ │ │ │ ├── Player.fbx │ │ │ │ └── Player.fbx.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── BallPrefab.prefab │ │ │ ├── BallPrefab.prefab.meta │ │ │ ├── CollSphere.prefab │ │ │ ├── CollSphere.prefab.meta │ │ │ ├── ParticlePainterPrefab.prefab │ │ │ ├── ParticlePainterPrefab.prefab.meta │ │ │ ├── ParticlePrefab.prefab │ │ │ ├── ParticlePrefab.prefab.meta │ │ │ ├── PointCloudPrefab.prefab │ │ │ ├── PointCloudPrefab.prefab.meta │ │ │ ├── collisionPlanePrefab.prefab │ │ │ ├── collisionPlanePrefab.prefab.meta │ │ │ ├── debugPlanePrefab.prefab │ │ │ ├── debugPlanePrefab.prefab.meta │ │ │ ├── occlusionPlanePrefab.prefab │ │ │ ├── occlusionPlanePrefab.prefab.meta │ │ │ ├── shadowPlanePrefab.prefab │ │ │ └── shadowPlanePrefab.prefab.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── InstancedSurfaceShader.shader │ │ │ ├── InstancedSurfaceShader.shader.meta │ │ │ ├── MobileARShadow.shader │ │ │ ├── MobileARShadow.shader.meta │ │ │ ├── MobileOcclusion.shader │ │ │ └── MobileOcclusion.shader.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── PlayerDiffuse.png │ │ │ ├── PlayerDiffuse.png.meta │ │ │ ├── PlayerNormals.png │ │ │ ├── PlayerNormals.png.meta │ │ │ ├── PlayerOcclusion.png │ │ │ ├── PlayerOcclusion.png.meta │ │ │ ├── PlayerSpecular.tif │ │ │ ├── PlayerSpecular.tif.meta │ │ │ ├── checker_large UV.gif │ │ │ ├── checker_large UV.gif.meta │ │ │ ├── debugPlaneTile.png │ │ │ └── debugPlaneTile.png.meta │ ├── FocusSquare.meta │ ├── FocusSquare │ │ ├── FocusSquare.cs │ │ ├── FocusSquare.cs.meta │ │ ├── FocusSquareFinding.controller │ │ ├── FocusSquareFinding.controller.meta │ │ ├── FocusSquareFinding.mat │ │ ├── FocusSquareFinding.mat.meta │ │ ├── FocusSquareFinding.prefab │ │ ├── FocusSquareFinding.prefab.meta │ │ ├── FocusSquareFocused.prefab │ │ ├── FocusSquareFocused.prefab.meta │ │ ├── FocusSquareFound.mat │ │ ├── FocusSquareFound.mat.meta │ │ ├── FocusSquareScene.unity │ │ ├── FocusSquareScene.unity.meta │ │ ├── focuspulse.anim │ │ ├── focuspulse.anim.meta │ │ ├── focussquare.png │ │ ├── focussquare.png.meta │ │ ├── focussquarefound.png │ │ └── focussquarefound.png.meta │ ├── UnityARBallz.meta │ ├── UnityARBallz │ │ ├── BallMaker.cs │ │ ├── BallMaker.cs.meta │ │ ├── BallMover.cs │ │ ├── BallMover.cs.meta │ │ ├── Ballz.cs │ │ ├── Ballz.cs.meta │ │ ├── ModeSwitcher.cs │ │ ├── ModeSwitcher.cs.meta │ │ ├── UnityARBallz.unity │ │ └── UnityARBallz.unity.meta │ ├── UnityARKitScene.meta │ ├── UnityARKitScene │ │ ├── UnityARKitScene.unity │ │ └── UnityARKitScene.unity.meta │ ├── UnityAROcclusion.meta │ ├── UnityAROcclusion │ │ ├── UnityAROcclusion.unity │ │ └── UnityAROcclusion.unity.meta │ ├── UnityARShadows.meta │ ├── UnityARShadows │ │ ├── UnityARShadows.unity │ │ └── UnityARShadows.unity.meta │ ├── UnityParticlePainter.meta │ └── UnityParticlePainter │ │ ├── HSVPicker.meta │ │ ├── HSVPicker │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── BoxSliderEditor.cs │ │ │ └── BoxSliderEditor.cs.meta │ │ ├── Enums.meta │ │ ├── Enums │ │ │ ├── ColorValues.cs │ │ │ └── ColorValues.cs.meta │ │ ├── Events.meta │ │ ├── Events │ │ │ ├── ColorChangedEvent.cs │ │ │ ├── ColorChangedEvent.cs.meta │ │ │ ├── HSVChangedEvent.cs │ │ │ └── HSVChangedEvent.cs.meta │ │ ├── Other.meta │ │ ├── Other │ │ │ ├── ColorPickerTester.cs │ │ │ ├── ColorPickerTester.cs.meta │ │ │ ├── TiltWindow.cs │ │ │ └── TiltWindow.cs.meta │ │ ├── Picker 2.0.prefab │ │ ├── Picker 2.0.prefab.meta │ │ ├── PickerTest.unity │ │ ├── PickerTest.unity.meta │ │ ├── UI.meta │ │ ├── UI │ │ │ ├── ColorImage.cs │ │ │ ├── ColorImage.cs.meta │ │ │ ├── ColorLabel.cs │ │ │ ├── ColorLabel.cs.meta │ │ │ ├── ColorPicker.cs │ │ │ ├── ColorPicker.cs.meta │ │ │ ├── ColorPresets.cs │ │ │ ├── ColorPresets.cs.meta │ │ │ ├── ColorSlider.cs │ │ │ ├── ColorSlider.cs.meta │ │ │ ├── ColorSliderImage.cs │ │ │ ├── ColorSliderImage.cs.meta │ │ │ ├── HexColorField.cs │ │ │ ├── HexColorField.cs.meta │ │ │ ├── SVBoxSlider.cs │ │ │ └── SVBoxSlider.cs.meta │ │ ├── UtilityScripts.meta │ │ └── UtilityScripts │ │ │ ├── BoxSlider.cs │ │ │ ├── BoxSlider.cs.meta │ │ │ ├── HSVUtil.cs │ │ │ └── HSVUtil.cs.meta │ │ ├── ParticlePainter.cs │ │ ├── ParticlePainter.cs.meta │ │ ├── UnityParticlePainter.unity │ │ └── UnityParticlePainter.unity.meta │ ├── Plugins.meta │ └── Plugins │ ├── iOS.meta │ └── iOS │ ├── UnityARKit.meta │ └── UnityARKit │ ├── Editor.meta │ ├── Editor │ ├── UnityARBuildPostprocessor.cs │ └── UnityARBuildPostprocessor.cs.meta │ ├── Helpers.meta │ ├── Helpers │ ├── AR3DOFCameraManager.cs │ ├── AR3DOFCameraManager.cs.meta │ ├── ARPlaneAnchorGameObject.cs │ ├── ARPlaneAnchorGameObject.cs.meta │ ├── DontDestroyOnLoad.cs │ ├── DontDestroyOnLoad.cs.meta │ ├── PointCloudParticleExample.cs │ ├── PointCloudParticleExample.cs.meta │ ├── UnityARAmbient.cs │ ├── UnityARAmbient.cs.meta │ ├── UnityARAnchorManager.cs │ ├── UnityARAnchorManager.cs.meta │ ├── UnityARCameraManager.cs │ ├── UnityARCameraManager.cs.meta │ ├── UnityARCameraNearFar.cs │ ├── UnityARCameraNearFar.cs.meta │ ├── UnityARGeneratePlane.cs │ ├── UnityARGeneratePlane.cs.meta │ ├── UnityARHitTestExample.cs │ ├── UnityARHitTestExample.cs.meta │ ├── UnityARKitControl.cs │ ├── UnityARKitControl.cs.meta │ ├── UnityARMatrixOps.cs │ ├── UnityARMatrixOps.cs.meta │ ├── UnityARUserAnchorComponent.cs │ ├── UnityARUserAnchorComponent.cs.meta │ ├── UnityARUtility.cs │ ├── UnityARUtility.cs.meta │ ├── UnityARVideo.cs │ ├── UnityARVideo.cs.meta │ ├── UnityPointCloudExample.cs │ └── UnityPointCloudExample.cs.meta │ ├── Materials.meta │ ├── Materials │ ├── YUVMaterial.mat │ ├── YUVMaterial.mat.meta │ ├── YUVMaterialLinear.mat │ └── YUVMaterialLinear.mat.meta │ ├── NativeInterface.meta │ ├── NativeInterface │ ├── ARAnchor.cs │ ├── ARAnchor.cs.meta │ ├── ARCamera.cs │ ├── ARCamera.cs.meta │ ├── ARErrorCode.cs │ ├── ARErrorCode.cs.meta │ ├── ARFrame.cs │ ├── ARFrame.cs.meta │ ├── ARHitTestResult.cs │ ├── ARHitTestResult.cs.meta │ ├── ARHitTestResultType.cs │ ├── ARHitTestResultType.cs.meta │ ├── ARLightEstimate.cs │ ├── ARLightEstimate.cs.meta │ ├── ARPlaneAnchor.cs │ ├── ARPlaneAnchor.cs.meta │ ├── ARPlaneAnchorAlignment.cs │ ├── ARPlaneAnchorAlignment.cs.meta │ ├── ARPoint.cs │ ├── ARPoint.cs.meta │ ├── ARRect.cs │ ├── ARRect.cs.meta │ ├── ARSessionNative.mm │ ├── ARSessionNative.mm.meta │ ├── ARSize.cs │ ├── ARSize.cs.meta │ ├── ARTextureHandles.cs │ ├── ARTextureHandles.cs.meta │ ├── ARTrackingQuality.cs │ ├── ARTrackingQuality.cs.meta │ ├── ARTrackingState.cs │ ├── ARTrackingState.cs.meta │ ├── ARTrackingStateReason.cs │ ├── ARTrackingStateReason.cs.meta │ ├── ARUserAnchor.cs │ ├── ARUserAnchor.cs.meta │ ├── UnityARSessionNativeInterface.cs │ └── UnityARSessionNativeInterface.cs.meta │ ├── Shaders.meta │ └── Shaders │ ├── YUVShader.shader │ ├── YUVShader.shader.meta │ ├── YUVShaderLinear.shader │ └── YUVShaderLinear.shader.meta ├── CODING-STYLE.md ├── CONTRIBUTING.md ├── 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 /Assets/AutomaticWorldSynchronization.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c60dfd6bb74264e44b3dbf93e9d129c4 3 | -------------------------------------------------------------------------------- /Assets/CloudCode.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0860cd0fd088644219bd5a02eeee2312 3 | timeCreated: 1514148134 4 | licenseType: Free 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60112892ab9d841ddbf2500d272b8f04 3 | folderAsset: yes 4 | timeCreated: 1513662956 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/GameSparks/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3a9b8dbebe6b402aa0d08deba6b2613 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/GameSparks/Editor/GameSparksEditorFormUpload.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b179ebc494734516843581539528539 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Editor/GameSparksRestApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a26226cba823c4b64bacc87238fec8d0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Editor/GameSparksRestWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 096794ad4874b4cec956a83ce8b53254 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Editor/GameSparksSettingsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d9561fc4bef94189a9af341c47624a7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/GameSparksSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e147064f258fa45e698e192f77027e8f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/GameSparksUnity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca1390bc64bbdfc4a954c3dfa8d20406 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Platforms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa1c007c40e643d47a03b883d12e5e28 3 | folderAsset: yes 4 | timeCreated: 1423566275 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Platforms/Native.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e347b0487335c9f47a75c0ead86909a3 3 | folderAsset: yes 4 | timeCreated: 1456237476 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Platforms/WebGL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d994e0faea98d4468ff1ed3832746cc 3 | folderAsset: yes 4 | timeCreated: 1424685220 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2ccf2a419df7804a8235db8d6f1c0a9 3 | folderAsset: yes 4 | timeCreated: 1482236086 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/BouncyCastle_GameSparks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/BouncyCastle_GameSparks.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.Api.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 844ea35e0364cec49a1ac530d9a5bc74 3 | timeCreated: 1480070743 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.Api.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/GameSparks.Api.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.Api.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/GameSparks.Api.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.Api.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c3fe515c8c89b341aae724046b19ea0 3 | timeCreated: 1512986586 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f9adef576a08b44c8b3c6a8fd864fdb 3 | timeCreated: 1480070743 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/GameSparks.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/GameSparks.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparks.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ead720204f24394f896ae3edc4ae4a4 3 | timeCreated: 1512986587 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparksRT.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/GameSparksRT.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparksRT.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/GameSparksRT.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparksRT.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 281da9034790e0540869be706757b105 3 | timeCreated: 1512986586 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/GameSparksRT.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 924e4070a64916d4db188e5ad8e98d76 3 | timeCreated: 1480070743 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | folderAsset: yes 3 | timeCreated: 1429111870 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparks.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84b99987a24b99246a483fb0a3c435a2 3 | timeCreated: 1429522604 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/Metro/GameSparks.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparks.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/Metro/GameSparks.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparks.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a5ce21c330c5e8449741f57630cc108 3 | timeCreated: 1512986587 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparks.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/Metro/GameSparks.pri -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparks.pri.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f4a73861e4023f46a6929247a255317 3 | timeCreated: 1429522588 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparksRT.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/Metro/GameSparksRT.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparksRT.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/Metro/GameSparksRT.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparksRT.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 068ec5a9fcdf9c6498ca992ca9501ad6 3 | timeCreated: 1512986587 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparksRT.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/Metro/GameSparksRT.pri -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparksRT.pri.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30e4a7ce629cc23439433ce1acba83f1 3 | timeCreated: 1480070728 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/Metro/GameSparksRT.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4cde2e0f96d21e48b3b192599973fdc 3 | timeCreated: 1480070743 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/NX64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58b3cb2b5b94f7e4284de97a6d9becb4 3 | folderAsset: yes 4 | timeCreated: 1499957640 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/NX64/GameSparksNative.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/NX64/GameSparksNative.a -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/WP8.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | folderAsset: yes 3 | timeCreated: 1429111870 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/WP8/GameSparks.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8aa5df17acf1404f985e696b3535886 3 | timeCreated: 1429522604 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/WP8/GameSparks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/WP8/GameSparks.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/WP8/GameSparks.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/WP8/GameSparks.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/WP8/GameSparks.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2304969e2aa211b4abb7a6631fb5456b 3 | timeCreated: 1512986587 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/WebGL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | folderAsset: yes 3 | timeCreated: 1429522639 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/XboxOne.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89924c14413596f4f84353c041f4df65 3 | folderAsset: yes 4 | timeCreated: 1482236086 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/XboxOne/GameSparksNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/XboxOne/GameSparksNative.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/XboxOne/GameSparksNative.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/XboxOne/GameSparksNative.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/XboxOne/GameSparksNative.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 709f7b997d31c274e82370cf43160af1 3 | timeCreated: 1512986587 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/gamesparksunityosx.bundle/Contents/MacOS/gamesparksunityosx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/gamesparksunityosx.bundle/Contents/MacOS/gamesparksunityosx -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | folderAsset: yes 3 | timeCreated: 1429522639 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/iOS/GSExternal.h: -------------------------------------------------------------------------------- 1 | // 2 | // GSExternal.h 3 | // 4 | 5 | 6 | #if __cplusplus 7 | extern "C" { 8 | #endif 9 | void GSGetProxySettings(); 10 | #if __cplusplus 11 | } 12 | #endif 13 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc9f602167876be4ab1c7fd7b31109b0 3 | folderAsset: yes 4 | timeCreated: 1499957640 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/x86_64/GameSparksNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/x86_64/GameSparksNative.dll -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/x86_64/GameSparksNative.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Plugins/x86_64/GameSparksNative.pdb -------------------------------------------------------------------------------- /Assets/GameSparks/Plugins/x86_64/GameSparksNative.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af2f87c2f1b9ace47ad820c05bb61303 3 | timeCreated: 1512986587 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/README.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6197b2e3d7dda794abc2a1eace3c4b1b 3 | timeCreated: 1512986599 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3731b747a30d06f48967543113026667 3 | folderAsset: yes 4 | timeCreated: 1499957640 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GameSparks/Resources/GameSparksLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GameSparks/Resources/GameSparksLogo.png -------------------------------------------------------------------------------- /Assets/GameSparks/Resources/GameSparksSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47fe14952e22441938e91a67b1dfae9f 3 | timeCreated: 1501581911 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/TestUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c0f8e630eac540c88a497acb08ecf5b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/GameSparks/TestUI/GameSparksTestUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4bcabab742384b80b9d98342b6329f3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/GameSparks/TestUI/GameSparksTestUI.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a90f2fe0eff64427eabfd4ee062704fe 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/GameSparks/link.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4ec122db591140b5aafed066414cc52 3 | timeCreated: 1447844592 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/Configurations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b1cded3497844b35a3bfac966b428f2 3 | folderAsset: yes 4 | timeCreated: 1496364746 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/HelloARExample/Materials/Andy/AndyBlobShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/HelloARExample/Materials/Andy/AndyBlobShadow.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/HelloARExample/Materials/Andy/Andy_DiffuseLit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/HelloARExample/Materials/Andy/Andy_DiffuseLit.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/HelloARExample/Materials/Textures/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/HelloARExample/Materials/Textures/Icon.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/HelloARExample/Materials/Textures/TriGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/HelloARExample/Materials/Textures/TriGrid.png -------------------------------------------------------------------------------- /Assets/GoogleARCore/HelloARExample/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/HelloARExample/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Assets/GoogleARCore/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a00108229b1e04acd805e57abcdff773 3 | folderAsset: yes 4 | timeCreated: 1492558533 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/GoogleAR.UnityNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/SDK/Plugins/GoogleAR.UnityNative.dll -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/lighting_estimation.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/SDK/Plugins/lighting_estimation.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/SDK/Plugins/unityandroidpermissions.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Plugins/unitygar.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/GoogleARCore/SDK/Plugins/unitygar.aar -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfeeefd43f2ef4198b382431f8331e05 3 | folderAsset: yes 4 | timeCreated: 1497981246 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/GoogleARCore/SDK/Resources/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2c4e904b5e6b425f8ab111db67d7908 3 | folderAsset: yes 4 | timeCreated: 1497981256 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f95cef229bc544874a6673602b747bfd 3 | folderAsset: yes 4 | timeCreated: 1513664108 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Images/MessageBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Images/MessageBubble.png -------------------------------------------------------------------------------- /Assets/Images/PinLocationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Images/PinLocationIcon.png -------------------------------------------------------------------------------- /Assets/Images/XIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Images/XIcon.png -------------------------------------------------------------------------------- /Assets/Mapbox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ea1e493e9ceb4c06bdaaeeacb2e4d7c 3 | folderAsset: yes 4 | timeCreated: 1480534607 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9baba017b10fa4eaeab33dade1902adb 3 | folderAsset: yes 4 | timeCreated: 1481925241 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4b29b67ef58dd249ae38e04a11aba1c 3 | folderAsset: yes 4 | timeCreated: 1495706345 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/animated-vector-drawable-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/animated-vector-drawable-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/appcompat-v7-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/appcompat-v7-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/mapbox-android-telemetry-2-1-0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/mapbox-android-telemetry-2-1-0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/okhttp-3.8.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/okhttp-3.8.0.jar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/okio-1.13.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/okio-1.13.0.jar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/support-compat-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/support-compat-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/support-core-ui-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/support-core-ui-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/support-core-utils-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/support-core-utils-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/support-media-compat-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/support-media-compat-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/support-v4-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/support-v4-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Android/support-vector-drawable-25.1.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/Android/support-vector-drawable-25.1.0.aar -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/Mapbox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce8e20f9451d845b391f7455a6fe1e36 3 | folderAsset: yes 4 | timeCreated: 1491243031 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fad21786dc51747059363398d1c2e347 3 | folderAsset: yes 4 | timeCreated: 1491243031 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/net35/Mapbox.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/net35/Mapbox.IO.Compression.dll -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/net35/Mapbox.IO.Compression.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/net35/Mapbox.IO.Compression.pdb -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/uap10/Mapbox.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/uap10/Mapbox.IO.Compression.dll -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/uap10/Mapbox.IO.Compression.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.IO.Compression/uap10/Mapbox.IO.Compression.pdb -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Net35/Mapbox.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Net35/Mapbox.Json.dll -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Net35/Mapbox.Json.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Net35/Mapbox.Json.pdb -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Net35/Mapbox.Json.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95589a3d54fa54a41be044bc17e90d2a 3 | timeCreated: 1508970891 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Portable/Mapbox.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Portable/Mapbox.Json.dll -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Portable/Mapbox.Json.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Portable/Mapbox.Json.pdb -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/ThirdParty/Mapbox.Json/Portable/Mapbox.Json.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06df97eab73de473bacbc01aeeb6c000 3 | timeCreated: 1508970891 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69e41a00c5dcb43099e54e9a80d9b754 3 | folderAsset: yes 4 | timeCreated: 1495550858 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/libMapboxMobileEventsStatic.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/libMapboxMobileEventsStatic.a -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/resources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/resources.bundle/Info.plist -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/resources.bundle/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/resources.bundle/Localizable.strings -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/link.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c82df98febc8bc4d8f0b625417bd062 3 | timeCreated: 1497883483 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fee42b282bfa42aa9baaa64dc131338 3 | folderAsset: yes 4 | timeCreated: 1499355727 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9aa937fca8cbd945a3a1c9a32a2aeca 3 | folderAsset: yes 4 | timeCreated: 1445131378 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/Android/libs/armeabi-v7a/libsqlite3.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/sqlite/Android/libs/armeabi-v7a/libsqlite3.so -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/Android/libs/x86/libsqlite3.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/sqlite/Android/libs/x86/libsqlite3.so -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/x64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d080ad26255213a459eabfbd537e41b5 3 | folderAsset: yes 4 | timeCreated: 1445131378 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/x64/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/sqlite/x64/sqlite3.dll -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 854bb0734038dc44e81cdde1d571a00f 3 | folderAsset: yes 4 | timeCreated: 1445131378 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/Plugins/sqlite/x86/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Core/Plugins/sqlite/x86/sqlite3.dll -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0573f298307b74fceabb0e3093a486d5 3 | folderAsset: yes 4 | timeCreated: 1491243030 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs/Directions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17120e4ab0b97434486f85ff6e0a9196 3 | folderAsset: yes 4 | timeCreated: 1491243030 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs/Geocoding.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1dc4d11759e044eabaa4d5496a96275 3 | folderAsset: yes 4 | timeCreated: 1491243031 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs/Map.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67003c49d480847189c0d8e81c14da83 3 | folderAsset: yes 4 | timeCreated: 1491243031 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs/Platform.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 271709ca6cfd047e9ab142950d086b5f 3 | folderAsset: yes 4 | timeCreated: 1491243031 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs/Tests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c35672386d7ec45c8acb13ed4bc5190c 3 | folderAsset: yes 4 | timeCreated: 1498231546 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Core/mapbox-sdk-cs/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec7827c37b22345e6ac27185e2f3aa06 3 | folderAsset: yes 4 | timeCreated: 1491243031 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8423c737b7de472293248d205081118 3 | folderAsset: yes 4 | timeCreated: 1479776710 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Drive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddcd8fe2dcbf63e43a1ec239b6385dc4 3 | folderAsset: yes 4 | timeCreated: 1485384708 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Drive/Drive.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb65a9630fe16e14b8e73a8ee0725fae 3 | timeCreated: 1485206935 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Drive/DriveVisualization.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f4961d6f3e45f84f99bda9cdc9dbb2b 3 | timeCreated: 1485391947 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/DynamicZoom.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06e844435af1df24b838a0ddda61e4be 3 | folderAsset: yes 4 | timeCreated: 1503918086 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/DynamicZoom/DynamicZoom.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b50155d5f7b9feb48b8dc0a1fe40a3f7 3 | timeCreated: 1503918087 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Globe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4c902100714643efb5c0ddebbafcb5e 3 | folderAsset: yes 4 | timeCreated: 1485467385 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Globe/Globe.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 614e3e19125ae46c7af990b7e3debd36 3 | timeCreated: 1485462069 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Globe/GlobeVisualization.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da299adc49d7140ffbce3aa9e794407c 3 | timeCreated: 1485462773 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Globe/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba8ca543f559e4f36b738fa9656ebd61 3 | folderAsset: yes 4 | timeCreated: 1505944885 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/LocationProvider.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22e2a172b526d4e3bafd40f5f586d756 3 | folderAsset: yes 4 | timeCreated: 1492113123 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/LocationProvider/LocationProvider.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f89098a339c744e88644a47f777dbf9 3 | timeCreated: 1492113148 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/LowPoly.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c7d26bd678463146a0042a4fe30b491 3 | folderAsset: yes 4 | timeCreated: 1501697804 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/LowPoly/LowPoly.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a4e4fc63d8c20845869405fbc6250bd 3 | timeCreated: 1501697817 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/LowPoly/LowPolyVisualization.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d433be534b826be43a567cd39e414283 3 | timeCreated: 1501697826 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MapReload.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dbcb13fb277b4a0492fe44890339816 3 | folderAsset: yes 4 | timeCreated: 1506358900 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MapReload/MapReload.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfeb95faf95944036bf4fec24a782562 3 | timeCreated: 1506358928 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MapReload/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6eaec0e980644a8da450e1e749ed53b 3 | folderAsset: yes 4 | timeCreated: 1506100514 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationBasics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f483f851ae996a449cb0956927162de 3 | folderAsset: yes 4 | timeCreated: 1485384708 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationBasics/FlatMapVisualization.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5c72886d2e9404439c5411592dbdc8f 3 | timeCreated: 1485208234 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationBasics/MeshGeneration.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f804e6882903c5f4595d554933b1cd94 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationOnTerrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed4a47e16e68e4ca686bf52e2918a641 3 | folderAsset: yes 4 | timeCreated: 1485384708 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationOnTerrain/MeshGenerationOnTerrain.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6e5371f61cf449d6a257725bc99a541 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationPois.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5696fab07f031224cbe19d4e31491b1c 3 | folderAsset: yes 4 | timeCreated: 1485384708 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationPois/PoiDemoVisualization.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9b7f3a88d66eb542933eb7aa557a5fd 3 | timeCreated: 1485208234 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationPois/PoiGeneration.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37373eb31a4621d4bbde1ca457247103 3 | timeCreated: 1485206935 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationStyles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8007278f68537dd45ab27fe9ccb8470e 3 | folderAsset: yes 4 | timeCreated: 1485384708 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/MeshGenerationStyles/StylingDemoMeshGeneration.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd33e2be3cdb9b84088c50e024256556 3 | timeCreated: 1485206935 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f009fddedf714e3190243d6f01fd4bc 3 | folderAsset: yes 4 | timeCreated: 1480556822 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6945c6e6fe5104d8082a9b97201c039b 3 | folderAsset: yes 4 | timeCreated: 1481919576 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scenes/Directions.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b650aa71f57a846dc83ef01c3c1755ad 3 | timeCreated: 1480368203 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scenes/ForwardGeocoder.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9683d5465276540cd9a4c9e89d931293 3 | timeCreated: 1480368203 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scenes/RasterTile.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 893d0b4deb5544335b798dafd12ff9a7 3 | timeCreated: 1480376479 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scenes/ReverseGeocoder.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a904a5fcec05469db76712a52999b39 3 | timeCreated: 1480368203 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scenes/VectorTile.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 416b524fd28da493a9b8e35443dbd25b 3 | timeCreated: 1480368203 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Playground/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82fc5af5fb735425683aba1dd1d22379 3 | folderAsset: yes 4 | timeCreated: 1480363911 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e002d6b4103c4850aabdc78905ab992 3 | folderAsset: yes 4 | timeCreated: 1490646333 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Prefabs/ForwardGeocoderCanvas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be407b770a1444c32b66d2c4ecd7331c 3 | timeCreated: 1482434180 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb5876c816add2947b36e0c46946195d 3 | folderAsset: yes 4 | timeCreated: 1502482884 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/3DPoiMarker.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44828d4325e8b544ca6ffec352cfe165 3 | timeCreated: 1494885938 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/BuildingMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cc6a7dc3df7cc84693bdde07669ab5b 3 | timeCreated: 1485209270 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/Bush.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a36803f92a1f4fb98a10f9d00e184bc 3 | timeCreated: 1499973917 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/Bush2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e161657d9f870459abb03b980a14de8a 3 | timeCreated: 1499975447 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/Bush2Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4da84c5c49be450c8502c76826ffc3f 3 | timeCreated: 1499975083 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/BushMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86f71d3c44c394b9c851347cec33b98f 3 | timeCreated: 1499975083 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/DriveBuildingMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a84d22a5fa79bce4396212d84ad11831 3 | timeCreated: 1485392470 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/Frame.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/GreenMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8403131cbac7ff94b9052e03e29b30c9 3 | timeCreated: 1485209270 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/HeavyTrafficMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f2f4f0fee2e2fb4db372496551d3072 3 | timeCreated: 1485393337 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/LocationProviderMapMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ba055cb55bcc4488b727c601be0be29 3 | timeCreated: 1492114686 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/LowPolyTerrainMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03fcf11879198499f9e71b4e087af3c0 3 | timeCreated: 1485209270 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/MakiPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39c06c41287c07843b78097666be5c58 3 | timeCreated: 1484179088 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/MakiUiPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e3a8050aac992649b0cb2bc0e9be702 3 | timeCreated: 1484178910 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/ModerateTrafficMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f3e37f3a85060c47b951b5c10c03e39 3 | timeCreated: 1485393337 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/OrangeMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caa6c6f6f7879034992a27a6bc3794fd 3 | timeCreated: 1485209270 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/PoiMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 183e8f4927695944e9e03968d2630a87 3 | timeCreated: 1494884985 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/RoadMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e8afdee0a225a84282f04f2fb89b8b6 3 | timeCreated: 1485209270 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/Selector.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f2328827ebdbc1419707178041b852b 3 | timeCreated: 1499983776 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/SevereTrafficMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1519d458afd548428922c53a57c9d39 3 | timeCreated: 1485393337 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/TerraceSide.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31d8bd8fc9d4850408a1660cf3619850 3 | timeCreated: 1500643443 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/TerraceTop.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1843a50abea6fa448a61d143054f2166 3 | timeCreated: 1500643443 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/TerrainMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9f23e9bce724fa4daac57ecded470b8 3 | timeCreated: 1485209270 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/TrafficMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d21f59fb1aed75844b6e32c2856da19f 3 | timeCreated: 1485393337 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/Water.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4052583f8c58c0e4c852742d5b8f0649 3 | timeCreated: 1500644997 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96da23a08c7414f49a8bc20864637865 3 | folderAsset: yes 4 | timeCreated: 1485355922 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/aerialway-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/aerialway-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/airfield-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/airfield-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/airport-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/airport-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/alcohol-shop-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/alcohol-shop-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/america-football-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/america-football-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/amusement-park-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/amusement-park-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/aquarium-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/aquarium-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/art-gallery-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/art-gallery-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/attraction-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/attraction-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/bakery-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/bakery-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/bank-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/bank-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/bar-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/bar-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/baseball-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/baseball-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/basketball-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/basketball-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/beer-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/beer-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/bicycle-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/bicycle-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/bicycle-share-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/bicycle-share-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/blood-bank-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/blood-bank-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/buddhism-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/buddhism-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/building-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/building-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/bus-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/bus-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/cafe-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/cafe-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/campsite-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/campsite-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/car-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/car-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/castle-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/castle-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/cemetery-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/cemetery-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/central-building-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/central-building-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/cinema-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/cinema-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/circle-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/circle-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/circle-stroked-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/circle-stroked-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/clothing-store-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/clothing-store-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/college-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/college-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/commercial-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/commercial-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/cricket-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/cricket-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/cross-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/cross-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/dam-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/dam-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/danger-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/danger-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/dentist-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/dentist-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/doctor-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/doctor-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/dog-park-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/dog-park-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/drinking-water-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/drinking-water-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/embassy-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/embassy-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/entrance-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/entrance-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/farm-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/farm-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/fast-food-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/fast-food-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/ferry-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/ferry-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/fire-station-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/fire-station-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/fuel-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/fuel-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/gaming-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/gaming-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/garden-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/garden-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/garden-center-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/garden-center-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/gift-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/gift-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/golf-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/golf-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/grocery-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/grocery-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/hairdresser-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/hairdresser-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/harbor-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/harbor-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/heart-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/heart-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/heliport-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/heliport-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/hospital-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/hospital-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/ice-cream-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/ice-cream-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/industry-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/industry-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/information-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/information-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/karaoke-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/karaoke-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/landmark-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/landmark-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/laundry-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/laundry-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/library-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/library-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/lighthouse-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/lighthouse-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/lodging-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/lodging-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/marker-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/marker-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/monument-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/monument-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/mountain-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/mountain-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/museum-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/museum-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/music-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/music-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/park-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/park-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/parking-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/parking-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/parking-garage-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/parking-garage-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/pharmacy-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/pharmacy-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/picnic-site-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/picnic-site-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/pitch-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/pitch-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/place-of-worship-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/place-of-worship-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/playground-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/playground-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/police-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/police-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/post-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/post-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/prison-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/prison-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/rail-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/rail-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/rail-light-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/rail-light-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/rail-metro-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/rail-metro-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/ranger-station-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/ranger-station-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/religious-christian-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/religious-christian-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/religious-jewish-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/religious-jewish-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/religious-muslim-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/religious-muslim-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/residential-community-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/residential-community-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/restaurant-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/restaurant-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/roadblock-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/roadblock-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/rocket-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/rocket-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/school-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/school-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/shelter-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/shelter-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/shop-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/shop-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/skiing-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/skiing-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/soccer-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/soccer-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/square-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/square-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/square-stroked-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/square-stroked-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/stadium-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/stadium-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/star-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/star-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/star-stroked-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/star-stroked-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/suitcase-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/suitcase-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/sushi-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/sushi-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/swimming-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/swimming-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/teahouse-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/teahouse-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/telephone-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/telephone-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/tennis-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/tennis-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/theatre-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/theatre-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/toilet-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/toilet-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/town-hall-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/town-hall-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/triangle-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/triangle-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/triangle-stroked-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/triangle-stroked-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/veterinary-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/veterinary-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/volcano-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/volcano-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/warehouse-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/warehouse-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/waste-basket-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/waste-basket-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/water-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/water-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/wetland-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/wetland-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/wheelchair-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/wheelchair-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/maki/zoo-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/maki/zoo-15.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Resources/roadTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Resources/roadTest.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fd49800828142e459c8f90273994d18 3 | folderAsset: yes 4 | timeCreated: 1502482884 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/SlippyTerrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5686322d40b4b32448d6d299b138425c 3 | folderAsset: yes 4 | timeCreated: 1485467385 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/SlippyTerrain/Slippy.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efcdf81fdae9ef1478b04b31da5816d5 3 | timeCreated: 1485462069 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/SlippyTerrain/TerrainVisualization.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78d4f9b7fc8ac45c487ad9ea051422e6 3 | timeCreated: 1485462773 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/TerracedWorld.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1106348adc3cfb643a840b8cb521a624 3 | folderAsset: yes 4 | timeCreated: 1500643084 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/TerracedWorld/TerracedWorld.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 613b6975b6151d64ab70517948d9cc12 3 | timeCreated: 1500643119 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/TerracedWorld/TerracedWorldVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0c9c7e0e3f7a044993c89a91068b3a4 3 | timeCreated: 1500643094 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11b6257f2d1394da4aaf941d16569953 3 | folderAsset: yes 4 | timeCreated: 1495678673 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Textures/CircleSmall_Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Textures/CircleSmall_Fill.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Textures/CornerPanelRadius_0px_Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Textures/CornerPanelRadius_0px_Fill.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Textures/CornerPanelRadius_0px_Stroke_2px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Textures/CornerPanelRadius_0px_Stroke_2px.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Textures/CornerPanelRadius_6px_Stroke_2px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Textures/CornerPanelRadius_6px_Stroke_2px.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Textures/OneSideCornerPanelRadius_6px_Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Textures/OneSideCornerPanelRadius_6px_Fill.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e33f17d4144e4fa8b0c253be247f78a 3 | folderAsset: yes 4 | timeCreated: 1482516460 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6706549e50f634f11a10e00cd19fe7d1 3 | folderAsset: yes 4 | timeCreated: 1482518610 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Materials/Snow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7460ada75eefd4094bd35100e601df04 3 | timeCreated: 1482518616 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Materials/VoxelAtlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05afc24a83fc5af46a41e10c766a965e 3 | timeCreated: 1466594951 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af64fe008866c42538bb9aebacae55ef 3 | folderAsset: yes 4 | timeCreated: 1482530140 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Bricks.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Bricks.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Bush.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Bush.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Grey Stone.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Grey Stone.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Ground Brown.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Ground Brown.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Ground Green.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Ground Green.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 866752f6076f44ab392a4706cb4a1bfa 3 | folderAsset: yes 4 | timeCreated: 1483561468 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Materials/Pixel Cube Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2f465657db204c2793d38edf17f3730 3 | timeCreated: 1483561468 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Sand.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Sand.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Models/Water.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Models/Water.fbx -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4efac2674087543f499ba6894438843f 3 | folderAsset: yes 4 | timeCreated: 1482518579 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/VoxelTile.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fba37c4357e94357a9e030c152cb582 3 | timeCreated: 1482522521 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fd1578d6bb474441bcefe4d83ed9143 3 | folderAsset: yes 4 | timeCreated: 1482522527 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Bricks.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 031f1f201bbba400eab296024929dff9 3 | timeCreated: 1482530030 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Bush.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bab41b00b822431298c5d57404b84ce 3 | timeCreated: 1482530056 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Grass.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be188b8431533497f81342f748507523 3 | timeCreated: 1482530117 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Ground.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86204e4d8182e47fba9a34b82fba90b5 3 | timeCreated: 1482530103 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Sand.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14cd476dd6ad643c98df122c3491e379 3 | timeCreated: 1482530130 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Snow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08a5c81e68c344101b7d6dfa2d4518d9 3 | timeCreated: 1482530130 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Stone.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a09bf619783d54820b0a4ffa05a96046 3 | timeCreated: 1482530086 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Prefabs/Voxels/Water.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0de7a5089ac5549d4a6abaa3325c5b66 3 | timeCreated: 1482530016 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4424612905f3347cf84bc14fe925490e 3 | folderAsset: yes 4 | timeCreated: 1482519021 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Scenes/VoxelWorld.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: daabe3028a2c14661b829fff509af827 3 | timeCreated: 1482519022 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea49daf8e0bf4305ba1885d2e2cc178 3 | folderAsset: yes 4 | timeCreated: 1482516460 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Scripts/VoxelData.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Mapbox.Examples.Voxels 4 | { 5 | public class VoxelData 6 | { 7 | public Vector3 Position; 8 | public GameObject Prefab; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa8459f9013934b5c8e21a28a6cb3cfd 3 | folderAsset: yes 4 | timeCreated: 1482530146 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/Voxels/Textures/VoxelAtlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Examples/Voxels/Textures/VoxelAtlas.png -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7c7ee4e09f02f248a8ec08427bdc05f 3 | folderAsset: yes 4 | timeCreated: 1502482234 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/BasicLineStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f6195a9cbd227648922e0f557d09a8a 3 | timeCreated: 1485212723 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/BasicsVectorTileFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee4d24cec5a998543b716563b2b77dae 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ColliderModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7b664c5d0b1dfd4ea8bf239a71912ef 3 | timeCreated: 1494350935 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ContourLayerVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5225cff0314e0fa4b92190829fefeaf3 3 | timeCreated: 1500643231 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ContourMergedStyle.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3647897e3930654caf419e243c60bfc 3 | timeCreated: 1500643300 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ContourTerraceMeshFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99a5ed38fb057344493cad6cc2af7477 3 | timeCreated: 1500643208 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ContourTextureModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1b47072992f2e546a66849dc252fbea 3 | timeCreated: 1500643407 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/DarkMapImageFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4304eeeba74ed4e48a435f96d9076abc 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/DriveDirectionsHeight.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd4bcff551c0d418997f52b78da87a0e 3 | timeCreated: 1485393302 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/DriveDirectionsLine.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d31b2cb2a75a54d5bb6402fe0bd8c6cf 3 | timeCreated: 1485393291 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/DriveMergedBuildingStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 571ce5811f4b94246b9d4c96499d61b7 3 | timeCreated: 1491778151 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/DriveTrafficVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 960fc9b7bdbc4f24b860f10bdfd7c165 3 | timeCreated: 1485393247 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/DriveVectorTileFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5be1766dc865f9b4f9549cb75a1551b0 3 | timeCreated: 1485392355 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/FixedHeightModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 746927ff22b0c5247bc7d3e1c9b928d7 3 | timeCreated: 1485209393 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/FlatTerrainFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b6c6a798b018ed449bccff86fbf6fd8 3 | timeCreated: 1502761717 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GlobeTerrainFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dee93d9a198a4699800e20d1e1ea6b6 3 | timeCreated: 1500049552 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GrayBuildingTexture.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d507e2b14130f4a4aaa9433f44862e33 3 | timeCreated: 1485392456 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GrayTextureModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa5797c340dcf3240b9bca50d948cca1 3 | timeCreated: 1485209413 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GreenLineStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5915928cb8624134a87d7604161e28ae 3 | timeCreated: 1485393274 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GreenLineTexture.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1bfb28c4aec0124b8113893774c70c0 3 | timeCreated: 1485393323 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GreenPolygonStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c7bd733341fc0a47bfbaea08b5f15ba 3 | timeCreated: 1485212723 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GreenTextureModifierModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d23007cce84f8046b55c940e808fb09 3 | timeCreated: 1485209413 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/GreyBuildingVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a02dddaa897fd444b76d6ed1339dab6 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/HeightModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a49403503b2b1534f832833cbd477437 3 | timeCreated: 1485209393 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/HighlightModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa354e89f869a4db0a6c3ceb3c79d0be 3 | timeCreated: 1499887015 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/LineLayerVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e71aac5125636534886a86af764815c9 3 | timeCreated: 1485209228 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/LineModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c518d85eb2ed0440ac158307895eec4 3 | timeCreated: 1485266533 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/LowPolyTerrainFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 516d89dfeaaf9c743935a4f89e93220c 3 | timeCreated: 1501697876 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ObjectInspector.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14ec972a1cec2dc429f5eca7d22b572f 3 | timeCreated: 1499990087 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/OrangeLineStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44cfe8ee8cdd1814fb9e4fcbe56a7db4 3 | timeCreated: 1485393274 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/OrangeLineTexture.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3017ee477891b74a88f5fc5a5a51fcf 3 | timeCreated: 1485393323 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/OrangePolygonStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d234d20d9d280f84cb21cb7d8cac3cab 3 | timeCreated: 1485212723 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/OrangeTextureModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 565d1302a01364447903eb5230306644 3 | timeCreated: 1485209413 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/OutdoorMapImageFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70ae1b4720c0f4f3d8bd4e48b43f6945 3 | timeCreated: 1492114655 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ParkColliderModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 203d61015a4124744bf28f4502b286fc 3 | timeCreated: 1499974088 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ParkLayerModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3505ec4e61e3f4c4d88fc3c5548e7144 3 | timeCreated: 1499974183 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/ParkModifierStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 000166c0f999e4d44b968d47724ea242 3 | timeCreated: 1499974020 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PoiDemo3dPoiModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 873cf898fb44149798c637959fd811ba 3 | timeCreated: 1495466963 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PoiDemo3dPoiVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a493b030d561f34448a13f55bec8b7fc 3 | timeCreated: 1485353769 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PoiDemoUiPoiModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 866380150c130402eb0d14f648c57418 3 | timeCreated: 1495466963 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PoiDemoUiPoiVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3395a1a7d9533a74591d5ae0381edbfe 3 | timeCreated: 1485353769 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PoiVectorTileFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6db6e4901cc50246b1ed5c328d73872 3 | timeCreated: 1485208825 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PolygonLayerVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49b5b5cab8982084a986f2d148acff42 3 | timeCreated: 1485209228 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/PolygonModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fe5c136889ae0347af431be7e59e489 3 | timeCreated: 1485209327 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/RedLineStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407eb7a3e54e4f14c839da27883c39ba 3 | timeCreated: 1485393274 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/RedLineTexture.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5462f8181ab6604cb245bf6fbb4fec4 3 | timeCreated: 1485393323 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/SatelliteImageFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8aa6dfef55a93474fbc6cdfbb145b7d1 3 | timeCreated: 1485462806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/SchoolFilter.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e91169d62cb08f546aad375d626c1d51 3 | timeCreated: 1485377766 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/SelectablePolygonStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70166653a5881394c9dc697c1014376e 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/SnapTerrainModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1c619f43a2cb5b4a8cbc80e9e814804 3 | timeCreated: 1494973424 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/SpawnInParkModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5cfd67d46b2f4892ae231737f3a95f8 3 | timeCreated: 1499974107 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/StreetsMapImageFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 319db48c50692b94bbd9064ed863491a 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/StyledPathLineModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28a12454e9306cd4186ba618f5034965 3 | timeCreated: 1485266533 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/StyledPathRoadStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88c58c943a01e0a4692e95b65bcb6805 3 | timeCreated: 1485212723 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/StyledRoadVisualizer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c373e27f08ab6fd4e9d288f394bb6fd8 3 | timeCreated: 1485209228 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/TerrainBuildingStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11b79b69f7d364409b9f32b249c41b82 3 | timeCreated: 1494434733 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/TerrainFactory.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74ed94e68d943483b89421350156bef7 3 | timeCreated: 1495687360 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/UvModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b432bf85b0df280468dcfdaf5a9b90d0 3 | timeCreated: 1485209375 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/WhiteTextureModifier.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5438b63842bb97e47abb2e85a649a744 3 | timeCreated: 1485209413 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/YellowLineStack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a59c8f5fd27fb10488bb71c65eb6b2cf 3 | timeCreated: 1485393274 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Examples/_sharedModules/YellowLineTexture.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87b4b5d75907c9e4b886e30e1840d65f 3 | timeCreated: 1485393323 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d729f28e8e9e4c73874798680125792 3 | folderAsset: yes 4 | timeCreated: 1480366434 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Fonts/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Fonts/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /Assets/Mapbox/Fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /Assets/Mapbox/Fonts/OpenSans-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Fonts/OpenSans-Semibold.ttf -------------------------------------------------------------------------------- /Assets/Mapbox/Fonts/OpenSansLic.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d1743538c61d42559fdf1e11d5bad17 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/Mapbox/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7649b69d4931a741ad3dcc8d326087b 3 | folderAsset: yes 4 | timeCreated: 1505418320 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0db425f244af04bc9a710f6886a34403 3 | folderAsset: yes 4 | timeCreated: 1480368170 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Prefabs/Attribution.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3adcee2515f8c49f4a7afb3bacf2c56e 3 | timeCreated: 1495664292 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/README.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ae487f330dd3406f827bfa400c2d056 3 | timeCreated: 1480534669 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Mapbox/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce8bcb7ed11f64e35aa8cd9056463e21 3 | folderAsset: yes 4 | timeCreated: 1509042932 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddaef7af8cc3345f7a3a01581fb377fd 3 | folderAsset: yes 4 | timeCreated: 1495662334 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Textures/CornerPanelRadius_12px_Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Textures/CornerPanelRadius_12px_Fill.png -------------------------------------------------------------------------------- /Assets/Mapbox/Textures/CornerPanelRadius_12px_Stroke_1px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Textures/CornerPanelRadius_12px_Stroke_1px.png -------------------------------------------------------------------------------- /Assets/Mapbox/Textures/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Textures/info.png -------------------------------------------------------------------------------- /Assets/Mapbox/Textures/loadinggrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Textures/loadinggrid.png -------------------------------------------------------------------------------- /Assets/Mapbox/Textures/mapbox-attribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Textures/mapbox-attribution.png -------------------------------------------------------------------------------- /Assets/Mapbox/Textures/mapbox-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Mapbox/Textures/mapbox-logo-white.png -------------------------------------------------------------------------------- /Assets/Mapbox/Unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 230696630f4b5443484cd2ab1a257186 3 | folderAsset: yes 4 | timeCreated: 1490801419 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Ar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d37fa1bfefdd840fd98d289f8c14eec9 3 | folderAsset: yes 4 | timeCreated: 1501879644 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Ar/Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7af4477a61d8f461385c23c4914f9273 3 | folderAsset: yes 4 | timeCreated: 1501887040 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7910a23e9d0cc47fc9fb15102d280728 3 | folderAsset: yes 4 | timeCreated: 1480532369 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Editor/Build.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28d2b990a838d44e1b28195d8465d645 3 | folderAsset: yes 4 | timeCreated: 1495491662 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Editor/NodeEditor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f67482bbbca707249971449edec649cf 3 | folderAsset: yes 4 | timeCreated: 1502473442 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Editor/Tests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3450cb6b0b39746b8a419565a90986a8 3 | folderAsset: yes 4 | timeCreated: 1501520862 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Location.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ef01f907e34d4888af041661232ec58 3 | folderAsset: yes 4 | timeCreated: 1492101090 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Map.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42ef37aa061534ce9a9e3a6c1b9d4eb7 3 | folderAsset: yes 4 | timeCreated: 1494970401 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/MeshGeneration.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 933a67253473ab549ad28250c28bedf8 3 | folderAsset: yes 4 | timeCreated: 1485206216 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/MeshGeneration/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b95895b4bbc4844cade47f970759aa5 3 | folderAsset: yes 4 | timeCreated: 1485207080 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/MeshGeneration/Enums.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 665b654cd42daed428aacdad0c045d85 3 | folderAsset: yes 4 | timeCreated: 1485206853 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/MeshGeneration/Enums/TilePropertyState.cs: -------------------------------------------------------------------------------- 1 | namespace Mapbox.Unity.MeshGeneration.Enums 2 | { 3 | public enum TilePropertyState 4 | { 5 | None, 6 | Loading, 7 | Loaded, 8 | Error, 9 | Cancelled, 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Telemetry.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff43b04e8265a4ea69fb9b5064253dc1 3 | folderAsset: yes 4 | timeCreated: 1495731121 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Mapbox/Unity/Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d10bbba7a3d94e2989079bc02fa1f98 3 | folderAsset: yes 4 | timeCreated: 1481916046 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/MapboxARScenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 742c539913b6c4b228a261251683e214 3 | folderAsset: yes 4 | timeCreated: 1501165719 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/MapboxARScenes/ManualWorldSynchronization.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9ff170f22f0545c3970a889a592f312 3 | -------------------------------------------------------------------------------- /Assets/MapboxARScenes/SimpleMap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd25826cc91c1478d9b48b5c83e30c92 3 | folderAsset: yes 4 | timeCreated: 1502383755 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e836c5975e22a4706b42845135244877 3 | folderAsset: yes 4 | timeCreated: 1501256004 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1deaf6ab27dfd4022b64419177adee10 3 | folderAsset: yes 4 | timeCreated: 1501556445 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f42bbb954c2345408bcd93ea8252986 3 | folderAsset: yes 4 | timeCreated: 1501556445 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Cube.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86232f43ed7fd4fc5a9098ccda13d2ef 3 | timeCreated: 1477957945 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2754679492f144202988ea69417caa96 3 | folderAsset: yes 4 | timeCreated: 1475053750 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1716d92973fc64cc09961634f8be8d76 3 | folderAsset: yes 4 | timeCreated: 1430737280 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/brightgreen.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c9ea827aaa4145c8900e81ca1395aae 3 | timeCreated: 1430813789 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/brown.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e1c6a0a64beb49ec96272beefa468a5 3 | timeCreated: 1430813651 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/crosshair.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f20074b5ffb143d2a869e4cc78d9d5e 3 | timeCreated: 1431078136 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/floor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3adb56b3302734c8d8e5a18699302e85 3 | timeCreated: 1430743212 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/green.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aa37164acf594e03876b4e0b590280e 3 | timeCreated: 1430813582 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/grey.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ade8fca681f724cd89b5a568642f15ae 3 | timeCreated: 1430737280 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/modify_crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Materials/modify_crosshair.png -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/red.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5195427c0d27644ed90d87ebe86d468a 3 | timeCreated: 1430999474 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Materials/yellow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c07befab8ca1540368e662cfe2fddf6b 3 | timeCreated: 1430813764 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 547d8777744d94a36a3bd59fbf4ee093 3 | folderAsset: yes 4 | timeCreated: 1430991743 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/BanyanTree.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/BanyanTree.fbx -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/BanyanTree.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46d69f622d1354ee0820b7921e262b38 3 | timeCreated: 1430814488 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile0.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile0.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile0.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d7ea54c92e3c4ca3bdd081adb6953e3 3 | timeCreated: 1430743184 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile1.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00022e44e06ba4686a52ff33cd6af19b 3 | timeCreated: 1430743182 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile10.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile10.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile10.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8eccfbc35cf449459e0a29707a8601a 3 | timeCreated: 1430743154 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile11.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile11.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile11.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8f00be40153543d0ab1f0d99a74df6c 3 | timeCreated: 1430743152 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile12.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile12.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile12.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02a96c93422fc486489a73449bf5dc57 3 | timeCreated: 1430743150 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile13.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile13.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile13.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e161c87f6a4c3413c881fcb2dfdd9b28 3 | timeCreated: 1430743114 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile14.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile14.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile14.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a4dcf0d36e2c40188dbb2e26e6bebb4 3 | timeCreated: 1430743112 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile15.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile15.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile15.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccf62cf2152f44840bc4038e037a7075 3 | timeCreated: 1430743110 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile2.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecf4f05d57d0b4d8aae8ee4c7cdc7ed3 3 | timeCreated: 1430743180 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile3.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b33f2fc7081e8459fb6d76b57d008b89 3 | timeCreated: 1430743176 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile4.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90dfa7f7fe66347389d869f92b1b6a9f 3 | timeCreated: 1430743174 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile5.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile5.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5031ae0cd920f4015b78bf393dd8d327 3 | timeCreated: 1430743172 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile6.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile6.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd19d9115d9a14e4193a39766437a679 3 | timeCreated: 1430743170 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile7.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile7.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile7.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7af464697e0ab41a5be05dee6f5c2b73 3 | timeCreated: 1430743167 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile8.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile8.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile8.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29ceda01ee5384847a4e46a74595d08c 3 | timeCreated: 1430743165 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile9.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile9.prefab -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/DungeonTiles/Tile9.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 828a29cbf25f8441dabc6d11c2acb77b 3 | timeCreated: 1430743157 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/GroundTile.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1f4492f15da844ebae2767c08ef4aab 3 | timeCreated: 1430816526 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/Materials/BanyanBark.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4013ffb83471c44a99ae39dd19f4bb58 3 | timeCreated: 1431423977 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/Materials/BanyanBranches.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7186e4ec31ca3459da36b9faf2049a09 3 | timeCreated: 1431423977 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Prefabs/Plank.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9c7047f49d1a47f8b32b67338d4fc92 3 | timeCreated: 1430998965 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2cb1390efdb94ba790577476c2dba3c 3 | folderAsset: yes 4 | timeCreated: 1430992180 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/1_multiple_agent_sizes.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3a4b724d578d4696a8ccd679e44174c 3 | timeCreated: 1431084827 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/1_multiple_agent_sizes/NavMesh-Geometry 1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Scenes/1_multiple_agent_sizes/NavMesh-Geometry 1.asset -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/1_multiple_agent_sizes/NavMesh-Geometry.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Scenes/1_multiple_agent_sizes/NavMesh-Geometry.asset -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/2_drop_plank.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5440f69c97a641f19160f152dfb503f 3 | timeCreated: 1430998263 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/3_free_orientation.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de3b928c3e7da4138bdb4cf0c0c43b2f 3 | timeCreated: 1431090429 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/3_free_orientation/NavMesh.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Scenes/3_free_orientation/NavMesh.asset -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/3_free_orientation/NavMesh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df1140b6a36a84fcc80e4e177275c22b 3 | timeCreated: 1475077811 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/4_sliding_window_infinite.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e51437cfed50e46d58183a8174327158 3 | timeCreated: 1430735143 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/5_sliding_window_terrain.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c20ed45d4ebd40df8a16fa95e142c57 3 | timeCreated: 1430832619 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/6_modify_mesh.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01a58dc6a76c24f859a51e3de2203501 3 | timeCreated: 1430914489 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/7_dungeon.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64e67ca20d18848429dd567d351e9746 3 | timeCreated: 1430743376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scenes/7b_dungeon_tile_prefabs.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bfaa57130eb14f6d8c52e272c368f13 3 | timeCreated: 1431424678 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2ed02c68fbdf4352979d89a8d1c7bfb 3 | folderAsset: yes 4 | timeCreated: 1475051136 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Scripts/RandomWalk.cs.orig.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25068c3f5cf14462eb21512ac44e07cd 3 | timeCreated: 1475070286 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Terrains.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75dd45a13a93f4ea2a0e5018ef4651c6 3 | folderAsset: yes 4 | timeCreated: 1430832572 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Terrains/Islands.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Terrains/Islands.asset -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Terrains/Islands.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94511fbc8bb3e4f94aa3a65d6f584b9d 3 | timeCreated: 1431423810 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Navigation/Examples/Terrains/LightmapWithFog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Examples/Terrains/LightmapWithFog.png -------------------------------------------------------------------------------- /Assets/Navigation/Gizmos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a78c2ae2a4da94691b95a75940a1095e 3 | folderAsset: yes 4 | timeCreated: 1501556445 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Navigation/Gizmos/NavMeshLink Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Gizmos/NavMeshLink Icon.png -------------------------------------------------------------------------------- /Assets/Navigation/Gizmos/NavMeshModifierVolume Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Gizmos/NavMeshModifierVolume Icon.png -------------------------------------------------------------------------------- /Assets/Navigation/Gizmos/NavMeshSurface Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Navigation/Gizmos/NavMeshSurface Icon.png -------------------------------------------------------------------------------- /Assets/Navigation/NavMeshComponents.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3555c191fe8a4b56a1d027cce027503 3 | folderAsset: yes 4 | timeCreated: 1501556445 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63d52c2033edd48c39f575115990af7e 3 | folderAsset: yes 4 | timeCreated: 1501166183 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c892869810f94241ab6a7d6e7840a04 3 | folderAsset: yes 4 | timeCreated: 1502409994 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea66fe3d334074d8daf7e64a97610b8d 3 | folderAsset: yes 4 | timeCreated: 1503076433 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18ff52a64179444d2bacde7900c0e6fc 3 | folderAsset: yes 4 | timeCreated: 1503076433 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e86dee9320fb47e49e35fdad77cf701 3 | folderAsset: yes 4 | timeCreated: 1501349098 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Textures/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Textures/location.png -------------------------------------------------------------------------------- /Assets/Textures/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/Textures/log.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/ARBallz/ARBallz.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dff119607a5a14008b94240522000efb 3 | timeCreated: 1496964608 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/ARFocusSquare/focussquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/ARFocusSquare/focussquare.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/ARFocusSquare/focussquarefound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/ARFocusSquare/focussquarefound.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Models/Characters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebfe96f0221f3413c8598f6a03930b3a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Models/Characters/Player.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Models/Characters/Player.fbx -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Textures/PlayerDiffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Textures/PlayerDiffuse.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Textures/PlayerNormals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Textures/PlayerNormals.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Textures/PlayerOcclusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Textures/PlayerOcclusion.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Textures/PlayerSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Textures/PlayerSpecular.tif -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Textures/checker_large UV.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Textures/checker_large UV.gif -------------------------------------------------------------------------------- /Assets/UnityARInterface/Examples/Common/Textures/debugPlaneTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Examples/Common/Textures/debugPlaneTile.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/Models/Towers/Meshes/castle_mdl.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Models/Towers/Meshes/castle_mdl.FBX -------------------------------------------------------------------------------- /Assets/UnityARInterface/Models/Towers/Textures/towerDiffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARInterface/Models/Towers/Textures/towerDiffuse.png -------------------------------------------------------------------------------- /Assets/UnityARInterface/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04eae048a55a648ce816e2464fdafbe7 3 | timeCreated: 1510019521 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d1259656ef6245079ba6548af0ab42e 3 | folderAsset: yes 4 | timeCreated: 1498669549 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/ARKITREMOTE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e70a61590ae124a8194c71c31e1af531 3 | timeCreated: 1500609185 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/ARKitRemote/EditorTestScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1efc0006a07a4fc8ab373ea6249a832 3 | timeCreated: 1497484703 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a143135f16d634fa9ba945abac98f63c 3 | folderAsset: yes 4 | timeCreated: 1496972798 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99a3c390b086e41bcae2b94fee5d253a 3 | folderAsset: yes 4 | timeCreated: 1503626045 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Materials/PlayerMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ea44298aa419344dbdcf87dd1a50533 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models/Characters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2db6ed60f35771478d3b31828b24fe8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Models/Characters/Player.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Models/Characters/Player.fbx -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerDiffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerDiffuse.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerNormals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerNormals.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerOcclusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerOcclusion.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Textures/PlayerSpecular.tif -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/checker_large UV.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Textures/checker_large UV.gif -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/Common/Textures/debugPlaneTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/Common/Textures/debugPlaneTile.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/FocusSquareScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c9ef824a7b95400bade362484e9b6af 3 | timeCreated: 1504393453 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/focussquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/FocusSquare/focussquare.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/FocusSquare/focussquarefound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewHallberg/MapboxGPSHeading/c501e0830925eed417e90ae9e7c832194a5ff37a/Assets/UnityARKitPlugin/Examples/FocusSquare/focussquarefound.png -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARBallz/UnityARBallz.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75972bcfc855b486593ec2ec68da0b81 3 | timeCreated: 1496964608 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARKitScene/UnityARKitScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c159f2591a9b5c843b0a0442451f78f8 3 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityAROcclusion/UnityAROcclusion.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f026c59fb9d6489ab924c6e0e119760 3 | timeCreated: 1497467387 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityARShadows/UnityARShadows.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14d17ec7304f440b48e6b953ba7a5895 3 | timeCreated: 1497467387 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a9e9df3c14e9034eb587348635c8f09 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Enums/ColorValues.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public enum ColorValues 4 | { 5 | R, 6 | G, 7 | B, 8 | A, 9 | 10 | Hue, 11 | Saturation, 12 | Value 13 | } 14 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Events/ColorChangedEvent.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | using UnityEngine.Events; 4 | 5 | [Serializable] 6 | public class ColorChangedEvent : UnityEvent 7 | { 8 | 9 | } -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/Events/HSVChangedEvent.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Events; 3 | 4 | public class HSVChangedEvent : UnityEvent 5 | { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Examples/UnityParticlePainter/HSVPicker/PickerTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce46c07f0028e314ab7767577ab5e7a6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20ca1a77fe0cf4e049dac6d2a8afd62e 3 | folderAsset: yes 4 | timeCreated: 1492036260 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 085eeda524261654b88f97ea61b33090 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARLightEstimate.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARLightEstimate 6 | { 7 | public double ambientIntensity; 8 | } 9 | } 10 | 11 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPoint.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARPoint 6 | { 7 | public double x; 8 | public double y; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARRect.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARRect 6 | { 7 | public ARPoint origin; 8 | public ARSize size; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARSize.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARSize 6 | { 7 | public double width; 8 | public double height; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.1f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: .0199999996 7 | Maximum Allowed Timestep: .333333343 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | --------------------------------------------------------------------------------