From 665cca2606d7a084731447fc43a6da86610144be Mon Sep 17 00:00:00 2001
From: bart <bart.knuiman@wur.nl>
Date: Tue, 14 Mar 2023 17:49:48 +0100
Subject: [PATCH] Build issue fixed

---
 Runtime/VectorTile.cs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Runtime/VectorTile.cs b/Runtime/VectorTile.cs
index a4bef7c..61606eb 100644
--- a/Runtime/VectorTile.cs
+++ b/Runtime/VectorTile.cs
@@ -1,15 +1,11 @@
-using Codice.CM.Client.Differences;
 using Mapbox.Vector.Tile;
 using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.IO;
-using System.Linq;
 using System.Threading.Tasks;
-using UnityEditor;
 using UnityEngine;
 using UnityEngine.Networking;
-using static Wander.Easing;
 
 namespace Wander
 {
-- 
GitLab