Skip to content

Commit 28e5855

Browse files
committed
fix path for newer unity versions
1 parent d5b76c7 commit 28e5855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UnityAssemblyInjector/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReser
249249
monoHandle = LoadLibraryA(monoPath);
250250
};
251251

252-
LoadMono("EmbedRuntime\\Mono");
252+
LoadMono("Mono\\EmbedRuntime");
253253

254254
if (!monoHandle)
255255
{

0 commit comments

Comments
 (0)