mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] HybridCLR 补充元数据设置
[+] HybridCLR 补充元数据设置
This commit is contained in:
@@ -92,6 +92,8 @@ MonoBehaviour:
|
|||||||
- mscorlib.dll
|
- mscorlib.dll
|
||||||
- System.dll
|
- System.dll
|
||||||
- System.Core.dll
|
- System.Core.dll
|
||||||
|
- UnityEngine.CoreModule.dll
|
||||||
|
- TEngine.Runtime.dll
|
||||||
LogicMainDllName: GameLogic.dll
|
LogicMainDllName: GameLogic.dll
|
||||||
AssemblyTextAssetExtension: .bytes
|
AssemblyTextAssetExtension: .bytes
|
||||||
AssemblyTextAssetPath: AssetRaw/DLL
|
AssemblyTextAssetPath: AssetRaw/DLL
|
||||||
|
@@ -26,7 +26,12 @@ MonoBehaviour:
|
|||||||
hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls
|
hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls
|
||||||
externalHotUpdateAssembliyDirs: []
|
externalHotUpdateAssembliyDirs: []
|
||||||
strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip
|
strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip
|
||||||
patchAOTAssemblies: []
|
patchAOTAssemblies:
|
||||||
|
- mscorlib.dll
|
||||||
|
- System.dll
|
||||||
|
- System.Core.dll
|
||||||
|
- UnityEngine.CoreModule.dll
|
||||||
|
- TEngine.Runtime.dll
|
||||||
outputLinkFile: HybridCLRData/Generated/link.xml
|
outputLinkFile: HybridCLRData/Generated/link.xml
|
||||||
outputAOTGenericReferenceFile: HybridCLRData/Generated/AOTGenericReferences.cs
|
outputAOTGenericReferenceFile: HybridCLRData/Generated/AOTGenericReferences.cs
|
||||||
maxGenericReferenceIteration: 10
|
maxGenericReferenceIteration: 10
|
||||||
|
Reference in New Issue
Block a user