@@ -12,7 +12,7 @@ Remove-Item $Path/UnhollowerBaseLib.dll
12
12
New-Item - Path " $Path " - Name " Mods" - ItemType " directory" - Force
13
13
Move-Item - Path $Path / UnityExplorer.ML.IL2CPP.net6preview.dll - Destination $Path / Mods - Force
14
14
New-Item - Path " $Path " - Name " UserLibs" - ItemType " directory" - Force
15
- Move-Item - Path $Path / UniverseLib.IL2CPP.dll - Destination $Path / UserLibs - Force
15
+ Move-Item - Path $Path / UniverseLib.IL2CPP.Unhollower. dll - Destination $Path / UserLibs - Force
16
16
# (create zip archive)
17
17
Remove-Item $Path / ../ UnityExplorer.MelonLoader.IL2CPP.net6preview.zip - ErrorAction SilentlyContinue
18
18
7z a $Path / ../ UnityExplorer.MelonLoader.IL2CPP.net6preview.zip .\$Path \*
@@ -30,7 +30,7 @@ Remove-Item $Path/UnhollowerBaseLib.dll
30
30
New-Item - Path " $Path " - Name " Mods" - ItemType " directory" - Force
31
31
Move-Item - Path $Path / UnityExplorer.ML.IL2CPP.dll - Destination $Path / Mods - Force
32
32
New-Item - Path " $Path " - Name " UserLibs" - ItemType " directory" - Force
33
- Move-Item - Path $Path / UniverseLib.IL2CPP.dll - Destination $Path / UserLibs - Force
33
+ Move-Item - Path $Path / UniverseLib.IL2CPP.Unhollower. dll - Destination $Path / UserLibs - Force
34
34
# (create zip archive)
35
35
Remove-Item $Path / ../ UnityExplorer.MelonLoader.IL2CPP.zip - ErrorAction SilentlyContinue
36
36
7z a $Path / ../ UnityExplorer.MelonLoader.IL2CPP.zip .\$Path \*
@@ -64,11 +64,32 @@ Remove-Item $Path/UnhollowerBaseLib.dll
64
64
New-Item - Path " $Path " - Name " plugins" - ItemType " directory" - Force
65
65
New-Item - Path " $Path " - Name " plugins/sinai-dev-UnityExplorer" - ItemType " directory" - Force
66
66
Move-Item - Path $Path / UnityExplorer.BIE.IL2CPP.dll - Destination $Path / plugins/ sinai- dev- UnityExplorer - Force
67
- Move-Item - Path $Path / UniverseLib.IL2CPP.dll - Destination $Path / plugins/ sinai- dev- UnityExplorer - Force
67
+ Move-Item - Path $Path / UniverseLib.IL2CPP.Unhollower. dll - Destination $Path / plugins/ sinai- dev- UnityExplorer - Force
68
68
# (create zip archive)
69
69
Remove-Item $Path / ../ UnityExplorer.BepInEx.IL2CPP.zip - ErrorAction SilentlyContinue
70
70
7z a $Path / ../ UnityExplorer.BepInEx.IL2CPP.zip .\$Path \*
71
71
72
+ # ----------- BepInEx IL2CPP CoreCLR -----------
73
+ dotnet build src/ UnityExplorer.sln - c Release_BIE_CoreCLR
74
+ $Path = " Release/UnityExplorer.BepInEx.IL2CPP.CoreCLR"
75
+ # ILRepack
76
+ lib/ ILRepack.exe / target:library / lib:lib/ net472 / lib:lib/ net6/ / lib:lib/ interop/ / lib:$Path / internalize / out:$Path / UnityExplorer.BIE.IL2CPP.CoreCLR.dll $Path / UnityExplorer.BIE.IL2CPP.CoreCLR.dll $Path / mcs.dll $Path / Tomlet.dll
77
+ # (cleanup and move files)
78
+ Remove-Item $Path / Tomlet.dll
79
+ Remove-Item $Path / mcs.dll
80
+ Remove-Item $Path / Iced.dll
81
+ Remove-Item $Path / Il2CppInterop.Common.dll
82
+ Remove-Item $Path / Il2CppInterop.Runtime.dll
83
+ Remove-Item $Path / Microsoft.Extensions.Logging.Abstractions.dll
84
+ Remove-Item $Path / UnityExplorer.BIE.IL2CPP.CoreCLR.deps.json
85
+ New-Item - Path " $Path " - Name " plugins" - ItemType " directory" - Force
86
+ New-Item - Path " $Path " - Name " plugins/sinai-dev-UnityExplorer" - ItemType " directory" - Force
87
+ Move-Item - Path $Path / UnityExplorer.BIE.IL2CPP.CoreCLR.dll - Destination $Path / plugins/ sinai- dev- UnityExplorer - Force
88
+ Move-Item - Path $Path / UniverseLib.IL2CPP.Interop.dll - Destination $Path / plugins/ sinai- dev- UnityExplorer - Force
89
+ # (create zip archive)
90
+ Remove-Item $Path / ../ UnityExplorer.BepInEx.IL2CPP.CoreCLR.zip - ErrorAction SilentlyContinue
91
+ 7z a $Path / ../ UnityExplorer.BepInEx.IL2CPP.CoreCLR.zip .\$Path \*
92
+
72
93
# ----------- BepInEx 5 Mono -----------
73
94
dotnet build src/ UnityExplorer.sln - c Release_BIE5_Mono
74
95
$Path = " Release/UnityExplorer.BepInEx5.Mono"
0 commit comments