From aa08de6185b0adc9a868299ef3439f3b58c95dbf Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 5 Feb 2023 04:54:55 -0800 Subject: [PATCH] remove unused namespaces --- Assets/LDtkUnity/Editor/ScriptedImporter/LDtkJsonDigger.cs | 2 -- .../Editor/Utility/Dependencies/LDtkDependencyCache.cs | 1 - Assets/LDtkUnity/Editor/Utility/InfiniteLoopInsurance.cs | 1 - Assets/Tests/EditMode/Tests/BoundsTest.cs | 6 +----- Assets/Tests/EditMode/Tests/TestJsonDigging.cs | 2 -- Assets/Tests/EditMode/Tests/TileTest.cs | 6 +----- 6 files changed, 2 insertions(+), 16 deletions(-) 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 {