HybridCLRSettings.asset 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. preserveHotUpdateAssemblies: []
  22. hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls
  23. externalHotUpdateAssembliyDirs: []
  24. strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip
  25. patchAOTAssemblies:
  26. - mscorlib.dll
  27. - System.dll
  28. - System.Core.dll
  29. - UniTask.dll
  30. - Minio.dll
  31. - System.Runtime.CompilerServices.Unsafe.dll
  32. - netstandard.dll
  33. - COSXML.dll
  34. outputLinkFile: HybridCLRGenerate/link.xml
  35. outputAOTGenericReferenceFile: HybridCLRGenerate/AOTGenericReferences.cs
  36. maxGenericReferenceIteration: 10
  37. maxMethodBridgeGenericIteration: 10