HybridCLRSettings.asset 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. - {fileID: 5897886265953266890, guid: 02fa3753ce349a74db55f641a5c41278, type: 3}
  21. hotUpdateAssemblies: []
  22. preserveHotUpdateAssemblies: []
  23. hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls
  24. externalHotUpdateAssembliyDirs: []
  25. strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip
  26. patchAOTAssemblies:
  27. - mscorlib.dll
  28. - System.dll
  29. - System.Core.dll
  30. - UniTask.dll
  31. - Minio.dll
  32. - System.Runtime.CompilerServices.Unsafe.dll
  33. - netstandard.dll
  34. - COSXML.dll
  35. outputLinkFile: HybridCLRGenerate/link.xml
  36. outputAOTGenericReferenceFile: HybridCLRGenerate/AOTGenericReferences.cs
  37. maxGenericReferenceIteration: 10
  38. maxMethodBridgeGenericIteration: 10