We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88020f2 commit bd30d67Copy full SHA for bd30d67
3 files changed
Editor/SOVariantDataAccessor.cs
@@ -1,5 +1,4 @@
1
using System.IO;
2
-using Sirenix.OdinInspector;
3
using UnityEditor;
4
5
namespace Giezi.Tools
Editor/UpgradeSOVariantHelper.cs
@@ -1,10 +1,6 @@
-using System;
-using System.Collections;
using System.Collections.Generic;
using System.Linq;
-using System.Reflection;
6
using Newtonsoft.Json;
7
-using Newtonsoft.Json.Linq;
8
9
using UnityEngine;
10
package.json
@@ -13,6 +13,9 @@
13
"ScriptableObject",
14
"Variant"
15
],
16
+ "dependencies": {
17
+ "com.unity.nuget.newtonsoft-json": "2.0.0"
18
+ },
19
"category": "Editor",
20
"type": "Editor"
21
}
0 commit comments