This commit is contained in:
YangHua 2023-09-18 05:34:11 +08:00
parent e2def4c258
commit cbd5daa7b9
4 changed files with 7 additions and 5 deletions

View File

@ -37078,7 +37078,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 0 m_IsActive: 1
--- !u!1 &5155859985116163903 --- !u!1 &5155859985116163903
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@ -36,5 +36,6 @@ namespace ttpData
{ {
public string state; public string state;
public string message; public string message;
public string data;
} }
} }

View File

@ -20,6 +20,7 @@ namespace Views
public string trainStateUrl; public string trainStateUrl;
public SpriteRenderer spriteRenderer; public SpriteRenderer spriteRenderer;
public TextMesh textMesh; public TextMesh textMesh;
public string isFD;
public Sprite[] sprites; public Sprite[] sprites;
public List<string> infos = new List<string>(); public List<string> infos = new List<string>();
// Use this for initialization // Use this for initialization

View File

@ -35,12 +35,12 @@
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
"com.unity.ide.visualstudio": "2.0.16", "com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.rider": "3.0.16", "com.unity.ide.rider": "3.0.15",
"com.unity.ide.vscode": "1.2.5", "com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0", "com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.1.1", "com.unity.performance.profile-analyzer": "1.1.1",
"com.unity.test-framework": "1.1.31", "com.unity.test-framework": "1.1.31",
"com.unity.testtools.codecoverage": "1.2.2" "com.unity.testtools.codecoverage": "1.0.1"
} }
}, },
"com.unity.ide.rider": { "com.unity.ide.rider": {
@ -92,7 +92,7 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.services.core": { "com.unity.services.core": {
"version": "1.6.0", "version": "1.4.2",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -121,7 +121,7 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.testtools.codecoverage": { "com.unity.testtools.codecoverage": {
"version": "1.2.2", "version": "1.0.1",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {