Assembly.LoadFrom, and it worked fine for a single mod. But when I tried to load 2, I've got this error:Could not load file or assembly 'Main, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Assembly with same name is already loadedAssembly.LoadFile (heard it can use the paths to differentiate between same-named dlls). But I started to get these errors:Could not load file or assembly '0Harmony, Version=2.3.5.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.0Harmony is a dependency of a mod (both mods actually, but they each have it on their own). It doesn't load for some reason.AssemblyLoadContext and looking up solutions online, but it's a bit too advanced for me.