This commit is contained in:
陈思海 2025-11-12 17:01:23 +08:00
parent 72a898702d
commit 2f448124ee
25 changed files with 1772 additions and 1 deletions

View File

@ -0,0 +1,22 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TestUIMono : MonoBehaviour
{
[Sirenix.OdinInspector.Button]
public void ShowUI()
{
GameApp.UI.ShowUI<UILoadUpdate>();
}
[Sirenix.OdinInspector.Button]
public void CloseUI()
{
GameApp.UI.CloseUI<UILoadUpdate>();
}
[Sirenix.OdinInspector.Button]
public void ForceCloseUI()
{
GameApp.UI.CloseUI<UILoadUpdate>(true);
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e78f6224467e13742a70115f1942d941
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

8
Client/Assets/Test.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4025b873a159f75468339766a444fb0b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 01521bb4cc77d5845b437a3f9c31a223
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 5e7e3af5205c28a4e880fe29616a369b
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2fd69364c386ccf4c9583fa369bda920
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: dd6dc3322dbc30141b84af8c3483c087
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 086c9a47d8ecc0e4a839c266ebe693a0
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e6cf84ef7c70e874f948c8c55d882ef0
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 13c303c321c795544a66242210c0c62b
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8475613a7f1b2944a9ca8fcac385e9ae
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -39,6 +39,14 @@
"source": "embedded",
"dependencies": {}
},
"com.alicizax.unity.network": {
"version": "file:com.alicizax.unity.network",
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
}
},
"com.alicizax.unity.packagemanager": {
"version": "file:com.alicizax.unity.packagemanager",
"depth": 0,
@ -76,7 +84,7 @@
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "005c365bac0b245048050d48d27df098739a6f8f"
"hash": "d870def77ce13ea942786a6f9e6e55112b46c331"
},
"com.kyrylokuzyk.primetween": {
"version": "http://101.34.252.46:3000/AlicizaX/com.alicizax.kyrylokuzyk.primetween.git",

Binary file not shown.