diff --git a/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkJsonDigger.cs b/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkJsonDigger.cs index 0c4696298..7062ee137 100644 --- a/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkJsonDigger.cs +++ b/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkJsonDigger.cs @@ -1,7 +1,5 @@ using System.Collections.Generic; using System.IO; -using System.Linq; -using UnityEngine; using UnityEngine.Assertions; using UnityEngine.Profiling; using JsonReader = Utf8Json.JsonReader; diff --git a/Assets/LDtkUnity/Editor/Utility/Dependencies/LDtkDependencyCache.cs b/Assets/LDtkUnity/Editor/Utility/Dependencies/LDtkDependencyCache.cs index f397f557b..538920245 100644 --- a/Assets/LDtkUnity/Editor/Utility/Dependencies/LDtkDependencyCache.cs +++ b/Assets/LDtkUnity/Editor/Utility/Dependencies/LDtkDependencyCache.cs @@ -1,7 +1,6 @@ using System; using System.IO; using UnityEditor; -using UnityEngine; using Utf8Json; namespace LDtkUnity.Editor diff --git a/Assets/LDtkUnity/Editor/Utility/InfiniteLoopInsurance.cs b/Assets/LDtkUnity/Editor/Utility/InfiniteLoopInsurance.cs index b667b897a..c954093bb 100644 --- a/Assets/LDtkUnity/Editor/Utility/InfiniteLoopInsurance.cs +++ b/Assets/LDtkUnity/Editor/Utility/InfiniteLoopInsurance.cs @@ -1,5 +1,4 @@ using System; -using System.Text; using UnityEngine; namespace LDtkUnity.Editor diff --git a/Assets/Tests/EditMode/Tests/BoundsTest.cs b/Assets/Tests/EditMode/Tests/BoundsTest.cs index c97a175f0..ffb787e10 100644 --- a/Assets/Tests/EditMode/Tests/BoundsTest.cs +++ b/Assets/Tests/EditMode/Tests/BoundsTest.cs @@ -1,8 +1,4 @@ -using System.Linq; -using NUnit.Framework; -using UnityEngine; - -namespace LDtkUnity.Tests +namespace LDtkUnity.Tests { public class BoundsTest { diff --git a/Assets/Tests/EditMode/Tests/TestJsonDigging.cs b/Assets/Tests/EditMode/Tests/TestJsonDigging.cs index f82f7b345..a3a72dc93 100644 --- a/Assets/Tests/EditMode/Tests/TestJsonDigging.cs +++ b/Assets/Tests/EditMode/Tests/TestJsonDigging.cs @@ -1,10 +1,8 @@ using System.Collections.Generic; -using System.IO; using System.Linq; using LDtkUnity.Editor; using NUnit.Framework; using UnityEngine; -using UnityEngine.Profiling; namespace LDtkUnity.Tests { diff --git a/Assets/Tests/EditMode/Tests/TileTest.cs b/Assets/Tests/EditMode/Tests/TileTest.cs index 0c552b007..0680e971c 100644 --- a/Assets/Tests/EditMode/Tests/TileTest.cs +++ b/Assets/Tests/EditMode/Tests/TileTest.cs @@ -1,8 +1,4 @@ -using System.Linq; -using NUnit.Framework; -using UnityEngine; - -namespace LDtkUnity.Tests +namespace LDtkUnity.Tests { public class TileTest {