From 94d37ba03abb2a6edb75e9f5e7b568dbb266dac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Tue, 11 Nov 2025 15:38:22 +0800 Subject: [PATCH] 111 --- .gitmodules | 24 + .../com.alicizax.unity.entry/Asset.meta | 8 - .../Asset/Entry.prefab | 683 ------------------ .../Asset/Entry.prefab.meta | 7 - .../com.alicizax.unity.entry/LICENSE.md | 201 ------ .../com.alicizax.unity.entry/LICENSE.md.meta | 7 - .../com.alicizax.unity.entry/Runtime.meta | 8 - .../Runtime/AlicizaX.Entry.Runtime.asmdef | 23 - .../AlicizaX.Entry.Runtime.asmdef.meta | 7 - .../Runtime/GameApp.Audio.cs | 23 - .../Runtime/GameApp.Audio.cs.meta | 3 - .../Runtime/GameApp.Fsm.cs | 23 - .../Runtime/GameApp.Fsm.cs.meta | 3 - .../Runtime/GameApp.Localization.cs | 23 - .../Runtime/GameApp.Localization.cs.meta | 3 - .../Runtime/GameApp.Network.cs | 26 - .../Runtime/GameApp.Network.cs.meta | 3 - .../Runtime/GameApp.ObjectPool.cs | 23 - .../Runtime/GameApp.ObjectPool.cs.meta | 3 - .../Runtime/GameApp.Resource.cs | 23 - .../Runtime/GameApp.Resource.cs.meta | 3 - .../Runtime/GameApp.Scene.cs | 23 - .../Runtime/GameApp.Scene.cs.meta | 3 - .../Runtime/GameApp.Timer.cs | 23 - .../Runtime/GameApp.Timer.cs.meta | 3 - .../Runtime/GameApp.UI.cs | 23 - .../Runtime/GameApp.UI.cs.meta | 3 - .../Runtime/GameApp.cs | 22 - .../Runtime/GameApp.cs.meta | 3 - .../Runtime/GameAppStaticMemberReset.cs | 25 - .../Runtime/GameAppStaticMemberReset.cs.meta | 3 - .../com.alicizax.unity.entry/package.json | 20 - .../package.json.meta | 7 - Client/Packages/commit.bat | 49 -- 34 files changed, 24 insertions(+), 1310 deletions(-) delete mode 100644 Client/Packages/com.alicizax.unity.entry/Asset.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab delete mode 100644 Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/LICENSE.md delete mode 100644 Client/Packages/com.alicizax.unity.entry/LICENSE.md.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs delete mode 100644 Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs.meta delete mode 100644 Client/Packages/com.alicizax.unity.entry/package.json delete mode 100644 Client/Packages/com.alicizax.unity.entry/package.json.meta delete mode 100644 Client/Packages/commit.bat diff --git a/.gitmodules b/.gitmodules index 8f7d476..4269151 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,27 @@ [submodule "Client/Packages/com.alicizax.unity.animationflow"] path = Client/Packages/com.alicizax.unity.animationflow url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.animationflow.git +[submodule "Client/Packages/com.alicizax.unity.cysharp.unitask"] + path = Client/Packages/com.alicizax.unity.cysharp.unitask + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.cysharp.unitask.git +[submodule "Client/Packages/com.alicizax.unity.editor.extension"] + path = Client/Packages/com.alicizax.unity.editor.extension + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.editor.extension.git +[submodule "Client/Packages/com.alicizax.unity.entry"] + path = Client/Packages/com.alicizax.unity.entry + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.entry.git +[submodule "Client/Packages/com.alicizax.unity.framework"] + path = Client/Packages/com.alicizax.unity.framework + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.framework.git +[submodule "Client/Packages/com.alicizax.unity.network"] + path = Client/Packages/com.alicizax.unity.network + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.network.git +[submodule "Client/Packages/com.alicizax.unity.packagemanager"] + path = Client/Packages/com.alicizax.unity.packagemanager + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.packagemanager.git +[submodule "Client/Packages/com.alicizax.unity.tuyoogame.yooasset"] + path = Client/Packages/com.alicizax.unity.tuyoogame.yooasset + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.tuyoogame.yooasset.git +[submodule "Client/Packages/com.alicizax.unity.ui.extension"] + path = Client/Packages/com.alicizax.unity.ui.extension + url = http://101.34.252.46:3000/AlicizaX/com.alicizax.unity.ui.extension.git diff --git a/Client/Packages/com.alicizax.unity.entry/Asset.meta b/Client/Packages/com.alicizax.unity.entry/Asset.meta deleted file mode 100644 index c720dda..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 4a09b03684c2e4748835d30e91002b74 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab b/Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab deleted file mode 100644 index 5e61b42..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab +++ /dev/null @@ -1,683 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &863045549519453050 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 9160912643551877041} - - component: {fileID: 2004497887649975646} - m_Layer: 0 - m_Name: UI - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &9160912643551877041 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 863045549519453050} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2004497887649975646 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 863045549519453050} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 028204b1d2277bd4782816ee91aeed81, type: 3} - m_Name: - m_EditorClassIdentifier: - uiRoot: {fileID: 4612363183729467837, guid: 9368ff38b2090b2468f8358242026e4b, type: 3} - _isOrthographic: 1 ---- !u!1 &1516812642607394282 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7231588671532407876} - - component: {fileID: 8897508624174186059} - m_Layer: 0 - m_Name: Debugger - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7231588671532407876 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1516812642607394282} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &8897508624174186059 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1516812642607394282} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f05eaceeebe870a4595e51f998ed518b, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Skin: {fileID: 11400000, guid: dce698819fdb70b42b393d9b0b6d420e, type: 2} - m_ActiveWindow: 3 - m_ShowFullWindow: 0 - m_ConsoleWindow: - m_LockScroll: 1 - m_MaxLine: 100 - m_InfoFilter: 1 - m_WarningFilter: 1 - m_ErrorFilter: 1 - m_FatalFilter: 1 - m_InfoColor: - serializedVersion: 2 - rgba: 4294967295 - m_WarningColor: - serializedVersion: 2 - rgba: 4278512639 - m_ErrorColor: - serializedVersion: 2 - rgba: 4278190335 - m_FatalColor: - serializedVersion: 2 - rgba: 4281545650 ---- !u!1 &2077363682113217780 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1316740771005759728} - - component: {fileID: 234809841523679894} - m_Layer: 0 - m_Name: Object Pool - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1316740771005759728 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2077363682113217780} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &234809841523679894 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2077363682113217780} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1e28a727443c86c40aeb42ff20e0a343, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!1 &2946186047994278043 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8452422965548084857} - - component: {fileID: 6794394948575431737} - m_Layer: 0 - m_Name: Fsm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8452422965548084857 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2946186047994278043} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &6794394948575431737 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2946186047994278043} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a69e41ab65d84e83a0468f1a2cc3926f, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!1 &3646865557585103128 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1933965801183527639} - - component: {fileID: 235061582240253856} - m_Layer: 0 - m_Name: Memory Pool - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1933965801183527639 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3646865557585103128} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &235061582240253856 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3646865557585103128} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 61474d279eb27214d9178822796f3b88, type: 3} - m_Name: - m_EditorClassIdentifier: - m_EnableStrictCheck: 0 ---- !u!1 &5472542677182214335 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 425597497363353001} - - component: {fileID: 7461712675371014626} - - component: {fileID: 3198141436327919383} - m_Layer: 0 - m_Name: Entry - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &425597497363353001 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5472542677182214335} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1933965801183527639} - - {fileID: 1316740771005759728} - - {fileID: 424925309774805088} - - {fileID: 1226030177838128577} - - {fileID: 7231588671532407876} - - {fileID: 1640076400431107710} - - {fileID: 8452422965548084857} - - {fileID: 9160912643551877041} - - {fileID: 9144434048949093429} - - {fileID: 5784339135251739962} - - {fileID: 5595937395452803435} - - {fileID: 4571892773427096871} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &7461712675371014626 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5472542677182214335} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 252fa1bb9e36411fb4582d0656b987bf, type: 3} - m_Name: - m_EditorClassIdentifier: - frameRate: 120 - gameSpeed: 1 - runInBackground: 1 - neverSleep: 1 ---- !u!114 &3198141436327919383 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5472542677182214335} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d544088dbfb44263bddb36004521fee5, type: 3} - m_Name: - m_EditorClassIdentifier: - _resourceComponent: {fileID: 7354290124713579766} - _debuggerComponent: {fileID: 8897508624174186059} - _localizationComponent: {fileID: 1599215827984154130} ---- !u!1 &5578643087445009071 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5784339135251739962} - - component: {fileID: 7962330874064239236} - m_Layer: 0 - m_Name: Network - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5784339135251739962 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5578643087445009071} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &7962330874064239236 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5578643087445009071} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f4381f5c6b23d724fa34cc4a3c9a4416, type: 3} - m_Name: - m_EditorClassIdentifier: - m_HeartInterval: 2000 ---- !u!1 &6519989611955579811 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 424925309774805088} - - component: {fileID: 7354290124713579766} - m_Layer: 0 - m_Name: Resources - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &424925309774805088 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6519989611955579811} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &7354290124713579766 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6519989611955579811} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 91e581bb79676824f8c04687f21ed727, type: 3} - m_Name: - m_EditorClassIdentifier: - minUnloadUnusedAssetsInterval: 60 - maxUnloadUnusedAssetsInterval: 300 - useSystemUnloadUnusedAssets: 1 - _decryptionServices: - _playMode: 0 - packageName: DefaultPackage - milliseconds: 30 - downloadingMaxNum: 10 - failedTryAgain: 3 - assetAutoReleaseInterval: 60 - assetCapacity: 64 - assetExpireTime: 60 - assetPriority: 0 ---- !u!1 &6601518982324708866 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1640076400431107710} - - component: {fileID: 5037979285627885502} - m_Layer: 0 - m_Name: Audio - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1640076400431107710 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6601518982324708866} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &5037979285627885502 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6601518982324708866} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7d0b3cff83fd3874394b1b456bb54dab, type: 3} - m_Name: - m_EditorClassIdentifier: - m_AudioMixer: {fileID: 24100000, guid: 1af7a1b121ae17541a1967d430cef006, type: 2} - m_InstanceRoot: {fileID: 1640076400431107710} - m_AudioGroupConfigs: - - m_Name: Music - m_Mute: 0 - m_Volume: 0.5 - m_AgentHelperCount: 1 - AudioType: 2 - audioRolloffMode: 1 - minDistance: 15 - maxDistance: 50 - - m_Name: Sound - m_Mute: 1 - m_Volume: 0.5 - m_AgentHelperCount: 4 - AudioType: 0 - audioRolloffMode: 0 - minDistance: 1 - maxDistance: 500 - - m_Name: UISound - m_Mute: 0 - m_Volume: 0.5 - m_AgentHelperCount: 4 - AudioType: 1 - audioRolloffMode: 0 - minDistance: 1 - maxDistance: 500 - - m_Name: Voice - m_Mute: 0 - m_Volume: 0.5 - m_AgentHelperCount: 1 - AudioType: 3 - audioRolloffMode: 0 - minDistance: 1 - maxDistance: 500 ---- !u!1 &6766524136443284204 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 9144434048949093429} - - component: {fileID: 1599215827984154130} - m_Layer: 0 - m_Name: Localization - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &9144434048949093429 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6766524136443284204} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1599215827984154130 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6766524136443284204} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 577f4666bd05453d9b779ce3050b9ec2, type: 3} - m_Name: - m_EditorClassIdentifier: - _language: English ---- !u!1 &7866404898801560120 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5595937395452803435} - - component: {fileID: 1512056486223068049} - m_Layer: 0 - m_Name: Scene - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5595937395452803435 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7866404898801560120} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1512056486223068049 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7866404898801560120} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a21ca977c2264066ab0da2058aaecb24, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!1 &8241741088829230542 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1226030177838128577} - - component: {fileID: 557098897184722298} - m_Layer: 0 - m_Name: ResourcesExt - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1226030177838128577 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8241741088829230542} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &557098897184722298 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8241741088829230542} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e3adf1e69b12944448c9fe6ae10983cb, type: 3} - m_Name: - m_EditorClassIdentifier: - m_CheckCanReleaseInterval: 30 - m_AutoReleaseInterval: 60 ---- !u!1 &8974750909375893034 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4571892773427096871} - - component: {fileID: 4511179801535963207} - m_Layer: 0 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4571892773427096871 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8974750909375893034} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 425597497363353001} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &4511179801535963207 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8974750909375893034} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 40c9991bf8984e2d89a8536bc8557abd, type: 3} - m_Name: - m_EditorClassIdentifier: diff --git a/Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab.meta b/Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab.meta deleted file mode 100644 index 5061969..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Asset/Entry.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 8e4808bf30e54a8439a661bfa35ee982 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Client/Packages/com.alicizax.unity.entry/LICENSE.md b/Client/Packages/com.alicizax.unity.entry/LICENSE.md deleted file mode 100644 index 4e6513a..0000000 --- a/Client/Packages/com.alicizax.unity.entry/LICENSE.md +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [2023] [ALianBlank of copyright owner][alianblank@outlook.com][https://alianblank.com/] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/Client/Packages/com.alicizax.unity.entry/LICENSE.md.meta b/Client/Packages/com.alicizax.unity.entry/LICENSE.md.meta deleted file mode 100644 index b523162..0000000 --- a/Client/Packages/com.alicizax.unity.entry/LICENSE.md.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 76f756c456bae28489f6742ad44e847b -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime.meta b/Client/Packages/com.alicizax.unity.entry/Runtime.meta deleted file mode 100644 index d1f474e..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 6494670e54271f042bb2b76ae9a03091 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef b/Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef deleted file mode 100644 index 27fdcb5..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "AlicizaX.Entry.Runtime", - "rootNamespace": "", - "references": [ - "GUID:3d13889895c726f458c6fea2413408f3", - "GUID:1619e00706139ce488ff80c0daeea8e7" - ], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": true, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [ - { - "name": "com.alicizax.unity.network", - "expression": "", - "define": "ALICIZAX_NETWORK_SUPPORT" - } - ], - "noEngineReferences": false -} \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef.meta deleted file mode 100644 index d6bdf40..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/AlicizaX.Entry.Runtime.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 5553d74549d54e74cb548b3ab58a8483 -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs deleted file mode 100644 index 5489a6a..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX; -using AlicizaX.Audio.Runtime; - -public static partial class GameApp -{ - /// - /// 获取声音组件。 - /// - public static IAudioModule Audio - { - get - { - if (_audio == null) - { - _audio = ModuleSystem.GetModule(); - } - - return _audio; - } - } - - internal static IAudioModule _audio; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs.meta deleted file mode 100644 index 56904ef..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Audio.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 3e9812a7462843d48a0660209e7bf8aa -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs deleted file mode 100644 index b18194d..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX; -using AlicizaX.Fsm.Runtime; - -public static partial class GameApp -{ - /// - /// 获取有限状态机组件。 - /// - public static IFsmModule Fsm - { - get - { - if (_fsm == null) - { - _fsm = ModuleSystem.GetModule(); - } - - return _fsm; - } - } - - internal static IFsmModule _fsm; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs.meta deleted file mode 100644 index 5a2d506..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Fsm.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: d645cd3db2cb4aa2b65446e88909766d -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs deleted file mode 100644 index f21866b..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX.Localization.Runtime; -using AlicizaX; - -public static partial class GameApp -{ - /// - /// 获取本地化组件。 - /// - public static ILocalizationModule Localization - { - get - { - if (_localization == null) - { - _localization = ModuleSystem.GetModule(); - } - - return _localization; - } - } - - internal static ILocalizationModule _localization; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs.meta deleted file mode 100644 index 015bd9a..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Localization.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: a8c610d4005146509b2dd9a685bb15af -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs deleted file mode 100644 index 58027b8..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs +++ /dev/null @@ -1,26 +0,0 @@ -#if ALICIZAX_NETWORK_SUPPORT -using AlicizaX.Network.Runtime; -using AlicizaX; - -public static partial class GameApp -{ - /// - /// 获取网络组件。 - /// - public static INetworkModule Network - { - get - { - if (_network == null) - { - _network = ModuleSystem.GetModule(); - } - - return _network; - } - } - - internal static INetworkModule _network; -} - -#endif diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs.meta deleted file mode 100644 index a6ede77..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Network.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 66152393568e43da81d06af4e8faf2d3 -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs deleted file mode 100644 index 7591f2a..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX.ObjectPool; -using AlicizaX; - -public static partial class GameApp -{ - /// - /// 获取对象池组件。 - /// - public static IObjectPoolModule ObjectPool - { - get - { - if (_objectPool == null) - { - _objectPool = ModuleSystem.GetModule(); - } - - return _objectPool; - } - } - - internal static IObjectPoolModule _objectPool; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs.meta deleted file mode 100644 index 39a6f19..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.ObjectPool.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 10a6970b6ffc472d801816ffbdf8f1e1 -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs deleted file mode 100644 index 938f40e..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX.Resource.Runtime; -using AlicizaX; - -public static partial class GameApp -{ - /// - /// 获取Asset组件。 - /// - public static IResourceModule Resource - { - get - { - if (_resource == null) - { - _resource = ModuleSystem.GetModule(); - } - - return _resource; - } - } - - internal static IResourceModule _resource; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs.meta deleted file mode 100644 index 7a0810c..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Resource.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: ba1f965b36d44ae2ac5820bc7fbb64ac -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs deleted file mode 100644 index f577b1c..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX; -using AlicizaX.Scene.Runtime; - -public static partial class GameApp -{ - /// - /// 获取场景组件。 - /// - public static ISceneModule Scene - { - get - { - if (_scene == null) - { - _scene = ModuleSystem.GetModule(); - } - - return _scene; - } - } - - internal static ISceneModule _scene; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs.meta deleted file mode 100644 index 6db3043..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Scene.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 214b27a946ff481fb669e0cf645398ee -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs deleted file mode 100644 index 256fbdf..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX; -using AlicizaX.Timer.Runtime; - -public static partial class GameApp -{ - /// - /// 获取定时器组件。 - /// - public static ITimerModule Timer - { - get - { - if (_timer == null) - { - _timer = ModuleSystem.GetModule(); - } - - return _timer; - } - } - - internal static ITimerModule _timer; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs.meta deleted file mode 100644 index dea2606..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.Timer.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 669e997f79b44a11bf93c9da9af48397 -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs deleted file mode 100644 index f051607..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs +++ /dev/null @@ -1,23 +0,0 @@ -using AlicizaX; -using AlicizaX.UI.Runtime; - -public static partial class GameApp -{ - /// - /// 获取UI组件。 - /// - public static IUIModule UI - { - get - { - if (_ui == null) - { - _ui = ModuleSystem.GetModule(); - } - - return _ui; - } - } - - internal static IUIModule _ui; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs.meta deleted file mode 100644 index 67e65dc..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.UI.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 198f337af87540e2be6fe76fa1abec0f -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs deleted file mode 100644 index 7fb2f45..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs +++ /dev/null @@ -1,22 +0,0 @@ -using AlicizaX; - -public static partial class GameApp -{ - /// - /// 获取游戏基础组件。 - /// - public static RootModule Base - { - get - { - if (_base == null) - { - _base = RootModule.Instance; - } - - return _base; - } - } - - internal static RootModule _base; -} diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs.meta deleted file mode 100644 index 36a223f..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameApp.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: cbddcf8f24e34becb6d547786b49f958 -timeCreated: 1737440423 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs b/Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs deleted file mode 100644 index d981e54..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs +++ /dev/null @@ -1,25 +0,0 @@ -#if UNITY_EDITOR -using UnityEditor; - -internal static class GameAppStaticMemberReset -{ - [UnityEditor.Callbacks.DidReloadScripts] - private static void ResetAllEventContainers() - { - GameApp._base = null; - GameApp._audio = null; - GameApp._fsm = null; - GameApp._localization = null; - -#if ALICIZAX_NETWORK - GameApp._network = null; -#endif - GameApp._objectPool = null; - GameApp._resource = null; - GameApp._scene = null; - GameApp._timer = null; - GameApp._ui = null; - } -} - -#endif diff --git a/Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs.meta b/Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs.meta deleted file mode 100644 index 0c1eecb..0000000 --- a/Client/Packages/com.alicizax.unity.entry/Runtime/GameAppStaticMemberReset.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: a0120d62fb8349d58e950bdaa50145e4 -timeCreated: 1743593118 \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/package.json b/Client/Packages/com.alicizax.unity.entry/package.json deleted file mode 100644 index af4f4b9..0000000 --- a/Client/Packages/com.alicizax.unity.entry/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "com.alicizax.unity.entry", - "displayName": "Aliciza X Entry", - "category": "Aliciza X", - "description": "Aliciza X Entry", - "version": "1.0.1", - "unity": "2025.1", - "keywords": [ - "Aliciza X" - ], - "repository": { - "name": "com.alicizax.unity", - "url": "http://101.34.252.46:3000/AlicizaX/", - "type": "git" - }, - "author": { - "name": "Yuliuren", - "email": "yuliuren00@gmail.com" - } -} \ No newline at end of file diff --git a/Client/Packages/com.alicizax.unity.entry/package.json.meta b/Client/Packages/com.alicizax.unity.entry/package.json.meta deleted file mode 100644 index 1966652..0000000 --- a/Client/Packages/com.alicizax.unity.entry/package.json.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: bc8d998364a372f4888dbb94e15d6a6c -PackageManifestImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Client/Packages/commit.bat b/Client/Packages/commit.bat deleted file mode 100644 index 4c58460..0000000 --- a/Client/Packages/commit.bat +++ /dev/null @@ -1,49 +0,0 @@ -@echo off -setlocal enabledelayedexpansion - -:: 参数处理:使用/pull参数先拉取更新 -set DO_PULL=0 -if /i "%~1"=="/pull" set DO_PULL=1 - -:: 遍历当前目录下的所有子目录 -for /d %%i in (*) do ( - pushd "%%i" - if exist ".git" ( - echo. - echo [Process Git Library] %%i - - :: 拉取更新(如果启用) - if !DO_PULL! equ 1 ( - echo Pull New Changed... - git pull - if errorlevel 1 ( - echo [Error] pull failed %%i - popd - goto :next_folder - ) - ) - - :: 提交更改 - git add . - git commit -m "modify" - if errorlevel 1 ( - echo [inffo] NoChange or commit failed for %%i - ) else ( - echo Commit Change to Remote ... - git push - if errorlevel 1 ( - echo [Error] Push Failed %%i - ) - ) - ) else ( - echo. - echo [Skip] %%i Not Git Library - ) - :next_folder - popd -) - -:: 主动等待用户关闭 -echo. -echo Commit Finished Please Input Any key to Close... -pause >nul \ No newline at end of file