AlicizaX/Client/Assets/Scripts/Startup/Unity.Startup.asmdef
陈思海 5941a2cdb2 优化更新
1.精简框架核心代码
2.降低框架扩展功能的依赖耦合
3.更新高性能FSM结构
2025-09-05 20:06:35 +08:00

32 lines
876 B
Plaintext

{
"name": "Unity.Startup",
"rootNamespace": "",
"references": [
"UniTask.Runtime",
"HybridCLR.Runtime",
"AlicizaX.Entry.Runtime",
"AlicizaX.Event.Runtime",
"AlicizaX.EventKit.Runtime",
"AlicizaX.Resource.Runtime",
"AlicizaX.Runtime",
"AlicizaX.Fsm.Runtime",
"AlicizaX.Audio.Runtime",
"YooAsset",
"UniTask.YooAsset",
"HybridCLRGenerate",
"Unity.TextMeshPro",
"AlicizaX.UI.Runtime",
"AlicizaX.Localization.Runtime",
"ZString",
"AlicizaX.Framework.Runtime"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}