diff --git a/Runtime/VectorTile.cs b/Runtime/VectorTile.cs
index a4bef7ccfa44050438b6e2cca239e57b0ef721db..61606ebe89ce589c9a63b35e1f3e2fd14e7a0dbf 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
 {