From a3fde33dfca5b50c8a65acf447c09cdcd9c659b1 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Mon, 29 Aug 2022 15:51:51 +0800 Subject: [PATCH] HotFix demo HotFix demo --- Assets/HotFix.meta | 8 ++++++++ Assets/HotFix/GameHotfixEntry.cs | 20 ++++++++++++++++++++ Assets/HotFix/GameHotfixEntry.cs.meta | 11 +++++++++++ Assets/HotFix/HotFix.asmdef | 15 +++++++++++++++ Assets/HotFix/HotFix.asmdef.meta | 7 +++++++ 5 files changed, 61 insertions(+) create mode 100644 Assets/HotFix.meta create mode 100644 Assets/HotFix/GameHotfixEntry.cs create mode 100644 Assets/HotFix/GameHotfixEntry.cs.meta create mode 100644 Assets/HotFix/HotFix.asmdef create mode 100644 Assets/HotFix/HotFix.asmdef.meta diff --git a/Assets/HotFix.meta b/Assets/HotFix.meta new file mode 100644 index 00000000..12a5f424 --- /dev/null +++ b/Assets/HotFix.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4334ae9b1158e94dbee636f5d35f3a3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/HotFix/GameHotfixEntry.cs b/Assets/HotFix/GameHotfixEntry.cs new file mode 100644 index 00000000..b437a002 --- /dev/null +++ b/Assets/HotFix/GameHotfixEntry.cs @@ -0,0 +1,20 @@ +using System.Collections; +using System.Collections.Generic; +using TEngine.Runtime; + +namespace HotFix +{ + public class GameHotfixEntry + { + public static void Start() + { + Log.Debug("HotFix.GameHotfixEntry"); + } + + void Update() + { + + } + } +} + diff --git a/Assets/HotFix/GameHotfixEntry.cs.meta b/Assets/HotFix/GameHotfixEntry.cs.meta new file mode 100644 index 00000000..7d2ecb06 --- /dev/null +++ b/Assets/HotFix/GameHotfixEntry.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f001b83edf9f2164aba8f1c473e7da83 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/HotFix/HotFix.asmdef b/Assets/HotFix/HotFix.asmdef new file mode 100644 index 00000000..1a233655 --- /dev/null +++ b/Assets/HotFix/HotFix.asmdef @@ -0,0 +1,15 @@ +{ + "name": "HotFix", + "references": [ + "GUID:f4ecd6f7bd8993043b6cec60dd0cf2b2" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/HotFix/HotFix.asmdef.meta b/Assets/HotFix/HotFix.asmdef.meta new file mode 100644 index 00000000..3ab95ecd --- /dev/null +++ b/Assets/HotFix/HotFix.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7604e54d5e2c0f940b892d038911fd6a +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: