upgrade to 2020.2

This commit is contained in:
naninunenoy 2020-12-16 22:49:18 +09:00
parent 42fbb35553
commit 0bb5c8d293
4 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
using UnityEditor; using UnityEditor;
using UnityEditor.Experimental.AssetImporters;
namespace AsmdefHelper.UnityInternal { namespace AsmdefHelper.UnityInternal {
public class InspectorWindowWrapper : EditorWindow{ public class InspectorWindowWrapper : EditorWindow{
@ -17,7 +17,7 @@ namespace AsmdefHelper.UnityInternal {
public void AllApply() { public void AllApply() {
foreach (var editor in inspectorWindow.tracker.activeEditors) { foreach (var editor in inspectorWindow.tracker.activeEditors) {
var assetImporterEditor = editor as AssetImporterEditor; var assetImporterEditor = editor as UnityEditor.AssetImporters.AssetImporterEditor;
if (assetImporterEditor != null && assetImporterEditor.HasModified()) { if (assetImporterEditor != null && assetImporterEditor.HasModified()) {
assetImporterEditor.ApplyAndImport(); assetImporterEditor.ApplyAndImport();

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"com.unity.ide.rider": "1.2.1", "com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.2", "com.unity.ide.visualstudio": "2.0.5",
"com.unity.test-framework": "1.1.16", "com.unity.test-framework": "1.1.19",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0", "com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",

View File

@ -1,14 +1,14 @@
{ {
"dependencies": { "dependencies": {
"com.unity.ext.nunit": { "com.unity.ext.nunit": {
"version": "1.0.0", "version": "1.0.5",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.ide.rider": { "com.unity.ide.rider": {
"version": "1.2.1", "version": "2.0.7",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -17,18 +17,18 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.ide.visualstudio": { "com.unity.ide.visualstudio": {
"version": "2.0.2", "version": "2.0.5",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.16", "version": "1.1.19",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.ext.nunit": "1.0.0", "com.unity.ext.nunit": "1.0.5",
"com.unity.modules.imgui": "1.0.0", "com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0" "com.unity.modules.jsonserialize": "1.0.0"
}, },

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2020.1.6f1 m_EditorVersion: 2020.2.0f1
m_EditorVersionWithRevision: 2020.1.6f1 (fc477ca6df10) m_EditorVersionWithRevision: 2020.2.0f1 (3721df5a8b28)