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 }