HybridCLRSettings.asset 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!114 &1
  4. MonoBehaviour:
  5. m_ObjectHideFlags: 0
  6. m_CorrespondingSourceObject: {fileID: 0}
  7. m_PrefabInstance: {fileID: 0}
  8. m_PrefabAsset: {fileID: 0}
  9. m_GameObject: {fileID: 0}
  10. m_Enabled: 1
  11. m_EditorHideFlags: 0
  12. m_Script: {fileID: 11500000, guid: e189374413a3f00468e49d51d8b27a09, type: 3}
  13. m_Name:
  14. m_EditorClassIdentifier:
  15. enable: 1
  16. useGlobalIl2cpp: 0
  17. hybridclrRepoURL: https://gitee.com/focus-creative-games/hybridclr
  18. il2cppPlusRepoURL: https://gitee.com/focus-creative-games/il2cpp_plus
  19. hotUpdateAssemblyDefinitions: []
  20. hotUpdateAssemblies:
  21. - Model
  22. - Hotfix
  23. - Unity.Mono
  24. - CommonLang
  25. - CommonAI
  26. - XmdsCommon
  27. preserveHotUpdateAssemblies: []
  28. hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls
  29. externalHotUpdateAssembliyDirs:
  30. - Temp/Bin/Debug
  31. strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip
  32. patchAOTAssemblies:
  33. - Unity.Core.dll
  34. - mscorlib.dll
  35. - System.dll
  36. - System.Core.dll
  37. collectAssetReferenceTypes: 1
  38. outputLinkFile: HybridCLRData/Generated/link.xml
  39. outputAOTGenericReferenceFile: HybridCLRData/Generated/AOTGenericReferences.cs
  40. maxGenericReferenceIteration: 30
  41. maxMethodBridgeGenericIteration: 30