Skip to content

Commit 2dfd9b7

Browse files
author
JunichiEnomoto
committed
version up rider plugin
1 parent 53740d9 commit 2dfd9b7

12 files changed

Lines changed: 190 additions & 18 deletions

File tree

.idea/.idea.RubyTextMeshPro/.idea/.gitignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.RubyTextMeshPro/.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.RubyTextMeshPro/.idea/indexLayout.xml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.RubyTextMeshPro/.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.RubyTextMeshPro/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.RubyTextMeshPro/riderModule.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/manifest.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.collab-proxy": "1.2.16",
5-
"com.unity.ext.nunit": "1.0.0",
6-
"com.unity.ide.rider": "1.1.4",
7-
"com.unity.ide.vscode": "1.2.1",
8-
"com.unity.test-framework": "1.1.16",
9-
"com.unity.textmeshpro": "2.1.1",
10-
"com.unity.timeline": "1.2.6",
4+
"com.unity.collab-proxy": "1.3.9",
5+
"com.unity.ext.nunit": "1.0.6",
6+
"com.unity.ide.rider": "2.0.7",
7+
"com.unity.ide.visualstudio": "2.0.7",
8+
"com.unity.ide.vscode": "1.2.3",
9+
"com.unity.test-framework": "1.1.24",
10+
"com.unity.textmeshpro": "3.0.1",
11+
"com.unity.timeline": "1.4.7",
1112
"com.unity.ugui": "1.0.0",
1213
"com.unity.modules.ai": "1.0.0",
1314
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,57 @@
77
"dependencies": {}
88
},
99
"com.unity.collab-proxy": {
10-
"version": "1.2.16",
10+
"version": "1.3.9",
1111
"depth": 0,
1212
"source": "registry",
1313
"dependencies": {},
1414
"url": "https://packages.unity.com"
1515
},
1616
"com.unity.ext.nunit": {
17-
"version": "1.0.0",
17+
"version": "1.0.6",
1818
"depth": 0,
1919
"source": "registry",
2020
"dependencies": {},
2121
"url": "https://packages.unity.com"
2222
},
2323
"com.unity.ide.rider": {
24-
"version": "1.1.4",
24+
"version": "2.0.7",
2525
"depth": 0,
2626
"source": "registry",
2727
"dependencies": {
2828
"com.unity.test-framework": "1.1.1"
2929
},
3030
"url": "https://packages.unity.com"
3131
},
32+
"com.unity.ide.visualstudio": {
33+
"version": "2.0.7",
34+
"depth": 0,
35+
"source": "registry",
36+
"dependencies": {
37+
"com.unity.test-framework": "1.1.9"
38+
},
39+
"url": "https://packages.unity.com"
40+
},
3241
"com.unity.ide.vscode": {
33-
"version": "1.2.1",
42+
"version": "1.2.3",
3443
"depth": 0,
3544
"source": "registry",
3645
"dependencies": {},
3746
"url": "https://packages.unity.com"
3847
},
3948
"com.unity.test-framework": {
40-
"version": "1.1.16",
49+
"version": "1.1.24",
4150
"depth": 0,
4251
"source": "registry",
4352
"dependencies": {
44-
"com.unity.ext.nunit": "1.0.0",
53+
"com.unity.ext.nunit": "1.0.6",
4554
"com.unity.modules.imgui": "1.0.0",
4655
"com.unity.modules.jsonserialize": "1.0.0"
4756
},
4857
"url": "https://packages.unity.com"
4958
},
5059
"com.unity.textmeshpro": {
51-
"version": "2.1.1",
60+
"version": "3.0.1",
5261
"depth": 0,
5362
"source": "registry",
5463
"dependencies": {
@@ -57,10 +66,15 @@
5766
"url": "https://packages.unity.com"
5867
},
5968
"com.unity.timeline": {
60-
"version": "1.2.6",
69+
"version": "1.4.7",
6170
"depth": 0,
6271
"source": "registry",
63-
"dependencies": {},
72+
"dependencies": {
73+
"com.unity.modules.director": "1.0.0",
74+
"com.unity.modules.animation": "1.0.0",
75+
"com.unity.modules.audio": "1.0.0",
76+
"com.unity.modules.particlesystem": "1.0.0"
77+
},
6478
"url": "https://packages.unity.com"
6579
},
6680
"com.unity.ugui": {
@@ -205,6 +219,18 @@
205219
"depth": 0,
206220
"source": "builtin",
207221
"dependencies": {
222+
"com.unity.modules.ui": "1.0.0",
223+
"com.unity.modules.imgui": "1.0.0",
224+
"com.unity.modules.jsonserialize": "1.0.0",
225+
"com.unity.modules.uielementsnative": "1.0.0"
226+
}
227+
},
228+
"com.unity.modules.uielementsnative": {
229+
"version": "1.0.0",
230+
"depth": 1,
231+
"source": "builtin",
232+
"dependencies": {
233+
"com.unity.modules.ui": "1.0.0",
208234
"com.unity.modules.imgui": "1.0.0",
209235
"com.unity.modules.jsonserialize": "1.0.0"
210236
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_EnablePreviewPackages: 0
16+
m_EnablePackageDependencies: 0
17+
m_AdvancedSettingsExpanded: 1
18+
m_ScopedRegistriesSettingsExpanded: 1
19+
oneTimeWarningShown: 0
20+
m_Registries:
21+
- m_Id: main
22+
m_Name:
23+
m_Url: https://packages.unity.com
24+
m_Scopes: []
25+
m_IsDefault: 1
26+
m_Capabilities: 7
27+
m_UserSelectedRegistryName:
28+
m_UserAddingNewScopedRegistry: 0
29+
m_RegistryInfoDraft:
30+
m_ErrorMessage:
31+
m_Original:
32+
m_Id:
33+
m_Name:
34+
m_Url:
35+
m_Scopes: []
36+
m_IsDefault: 0
37+
m_Capabilities: 0
38+
m_Modified: 0
39+
m_Name:
40+
m_Url:
41+
m_Scopes:
42+
-
43+
m_SelectedScopeIndex: 0

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.9f1
2-
m_EditorVersionWithRevision: 2019.4.9f1 (50fe8a171dd9)
1+
m_EditorVersion: 2020.3.7f1
2+
m_EditorVersionWithRevision: 2020.3.7f1 (dd97f2c94397)

0 commit comments

Comments
 (0)