From 1de24724e50eeee621d44b8e5a94301521b84b26 Mon Sep 17 00:00:00 2001 From: Blank Date: Thu, 23 Jul 2026 21:37:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(asmdef):=20=E8=A1=A5=E9=BD=90=20Runtime=20?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=8C=85=E7=9A=84=20versionDefines=20?= =?UTF-8?q?=E5=AE=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 GitHub Issue #3 对应的问题。 Closes #3 --- Runtime/GameFrameX.Startup.Runtime.asmdef | 43 ++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/Runtime/GameFrameX.Startup.Runtime.asmdef b/Runtime/GameFrameX.Startup.Runtime.asmdef index 40b3ca7..cd42836 100644 --- a/Runtime/GameFrameX.Startup.Runtime.asmdef +++ b/Runtime/GameFrameX.Startup.Runtime.asmdef @@ -22,6 +22,47 @@ "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [], - "versionDefines": [], + "versionDefines": [ + { + "name": "com.gameframex.unity.procedure", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_PROCEDURE" + }, + { + "name": "com.gameframex.unity.fsm", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_FSM" + }, + { + "name": "com.gameframex.unity.event", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_EVENT" + }, + { + "name": "com.gameframex.unity.web", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_WEB" + }, + { + "name": "com.gameframex.unity.globalconfig", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_GLOBAL_CONFIG" + }, + { + "name": "com.gameframex.unity.localization", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_LOCALIZATION" + }, + { + "name": "com.gameframex.unity.asset", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_ASSET" + }, + { + "name": "com.gameframex.unity.setting", + "expression": "", + "define": "ENABLE_GAME_FRAME_X_SETTING" + } + ], "noEngineReferences": false }