Skip to content

Commit 593853d

Browse files
committed
Update SuperTiled2Unity to version 1.10.3
Deployed new unity package Project updated to Unity 2020.3.17
1 parent 5cc04aa commit 593853d

File tree

8 files changed

+45
-22
lines changed

8 files changed

+45
-22
lines changed

SuperTiled2Unity/Assets/SuperTiled2Unity/Examples/Overhead/Maps/TestOverhead.tmx.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SuperTiled2Unity/Assets/SuperTiled2Unity/Scripts/Editor/Config/SuperTiled2Unity_Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace SuperTiled2Unity.Editor
99
{
1010
internal class SuperTiled2Unity_Config
1111
{
12-
internal const string Version = "1.10.2";
12+
internal const string Version = "1.10.3";
1313
internal const string DefaultSettingsFileName = "ST2U Settings.asset";
1414

1515
public static ST2USettings CreateDefaultSettings()

SuperTiled2Unity/Assets/SuperTiled2Unity/Scripts/Editor/Importers/ImporterConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class ImporterConstants
44
{
55
public const int TilesetVersion = 11;
66
public const int TemplateVersion = 4;
7-
public const int MapVersion = 23;
7+
public const int MapVersion = 24;
88
public const int WorldVersion = 1;
99

1010
public const string TilesetExtension = "tsx";

SuperTiled2Unity/Packages/manifest.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.3.9",
4-
"com.unity.ext.nunit": "1.0.5",
3+
"com.unity.2d.sprite": "1.0.0",
4+
"com.unity.collab-proxy": "1.7.1",
5+
"com.unity.ext.nunit": "1.0.6",
56
"com.unity.ide.rider": "2.0.7",
6-
"com.unity.ide.visualstudio": "2.0.5",
7+
"com.unity.ide.visualstudio": "2.0.11",
78
"com.unity.ide.vscode": "1.2.3",
8-
"com.unity.test-framework": "1.1.19",
9-
"com.unity.textmeshpro": "3.0.1",
10-
"com.unity.timeline": "1.2.6",
9+
"com.unity.test-framework": "1.1.27",
10+
"com.unity.textmeshpro": "3.0.6",
11+
"com.unity.timeline": "1.4.8",
1112
"com.unity.ugui": "1.0.0",
1213
"com.unity.modules.animation": "1.0.0",
1314
"com.unity.modules.audio": "1.0.0",

SuperTiled2Unity/Packages/packages-lock.json

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
22
"dependencies": {
3+
"com.unity.2d.sprite": {
4+
"version": "1.0.0",
5+
"depth": 0,
6+
"source": "builtin",
7+
"dependencies": {}
8+
},
39
"com.unity.collab-proxy": {
4-
"version": "1.3.9",
10+
"version": "1.7.1",
511
"depth": 0,
612
"source": "registry",
7-
"dependencies": {},
13+
"dependencies": {
14+
"com.unity.nuget.newtonsoft-json": "2.0.0"
15+
},
816
"url": "https://packages.unity.com"
917
},
1018
"com.unity.ext.nunit": {
11-
"version": "1.0.5",
19+
"version": "1.0.6",
1220
"depth": 0,
1321
"source": "registry",
1422
"dependencies": {},
@@ -24,10 +32,12 @@
2432
"url": "https://packages.unity.com"
2533
},
2634
"com.unity.ide.visualstudio": {
27-
"version": "2.0.5",
35+
"version": "2.0.11",
2836
"depth": 0,
2937
"source": "registry",
30-
"dependencies": {},
38+
"dependencies": {
39+
"com.unity.test-framework": "1.1.9"
40+
},
3141
"url": "https://packages.unity.com"
3242
},
3343
"com.unity.ide.vscode": {
@@ -37,19 +47,26 @@
3747
"dependencies": {},
3848
"url": "https://packages.unity.com"
3949
},
50+
"com.unity.nuget.newtonsoft-json": {
51+
"version": "2.0.0",
52+
"depth": 1,
53+
"source": "registry",
54+
"dependencies": {},
55+
"url": "https://packages.unity.com"
56+
},
4057
"com.unity.test-framework": {
41-
"version": "1.1.19",
58+
"version": "1.1.27",
4259
"depth": 0,
4360
"source": "registry",
4461
"dependencies": {
45-
"com.unity.ext.nunit": "1.0.5",
62+
"com.unity.ext.nunit": "1.0.6",
4663
"com.unity.modules.imgui": "1.0.0",
4764
"com.unity.modules.jsonserialize": "1.0.0"
4865
},
4966
"url": "https://packages.unity.com"
5067
},
5168
"com.unity.textmeshpro": {
52-
"version": "3.0.1",
69+
"version": "3.0.6",
5370
"depth": 0,
5471
"source": "registry",
5572
"dependencies": {
@@ -58,10 +75,15 @@
5875
"url": "https://packages.unity.com"
5976
},
6077
"com.unity.timeline": {
61-
"version": "1.2.6",
78+
"version": "1.4.8",
6279
"depth": 0,
6380
"source": "registry",
64-
"dependencies": {},
81+
"dependencies": {
82+
"com.unity.modules.director": "1.0.0",
83+
"com.unity.modules.animation": "1.0.0",
84+
"com.unity.modules.audio": "1.0.0",
85+
"com.unity.modules.particlesystem": "1.0.0"
86+
},
6587
"url": "https://packages.unity.com"
6688
},
6789
"com.unity.ugui": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.2.1f1
2-
m_EditorVersionWithRevision: 2020.2.1f1 (270dd8c3da1c)
1+
m_EditorVersion: 2020.3.17f1
2+
m_EditorVersionWithRevision: 2020.3.17f1 (a4537701e4ab)
426 KB
Binary file not shown.

deploy/export-super-tiled-2-unity.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
pushd %~dp0
33

4-
set UnityExe="C:\Program Files\Unity\Hub\Editor\2020.2.1f1\Editor\Unity.exe"
4+
set UnityExe="C:\Program Files\Unity\Hub\Editor\2020.3.17f1\Editor\Unity.exe"
55
set UnityProj="../SuperTiled2Unity"
66
set UnityMethod=SuperTiled2Unity.Editor.SuperTiled2Unity_Config.DeploySuperTiled2Unity
77

0 commit comments

Comments
 (0)