Skip to content

Commit bd30d67

Browse files
committed
added dependency for old code for upgrade, removed unused imports
1 parent 88020f2 commit bd30d67

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Editor/SOVariantDataAccessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.IO;
2-
using Sirenix.OdinInspector;
32
using UnityEditor;
43

54
namespace Giezi.Tools

Editor/UpgradeSOVariantHelper.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
using System;
2-
using System.Collections;
31
using System.Collections.Generic;
42
using System.Linq;
5-
using System.Reflection;
63
using Newtonsoft.Json;
7-
using Newtonsoft.Json.Linq;
84
using UnityEditor;
95
using UnityEngine;
106

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"ScriptableObject",
1414
"Variant"
1515
],
16+
"dependencies": {
17+
"com.unity.nuget.newtonsoft-json": "2.0.0"
18+
},
1619
"category": "Editor",
1720
"type": "Editor"
1821
}

0 commit comments

Comments
 (0)