For reference, trying to use this with Valheim. I've added ScriptEngine.dll to the plugins folder and it seems to fire up normally;
[Info : BepInEx] Loading [Script Engine 11.0]
I press F6 to reload the scripts and get these log message (auto-load off, but same result with it on);
[Info :Script Engine] Loading plugins from C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\scripts\ValheimTest.dll
[Info :Script Engine] Unloading old plugin instances
[Info :Script Engine] Loading plugins from C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\scripts\ValheimTest.dll
However, neither of my patches are applied and neither does Awake or OnDestroy for the plugin execute. Seems like it simply doesn't do anything, no errors, no warnings, no debug messages.
If I cut and copy ValheimTest.dll from the scripts folder and put it in the plugins folder - it works as expected.
For reference, trying to use this with Valheim. I've added
ScriptEngine.dllto thepluginsfolder and it seems to fire up normally;[Info : BepInEx] Loading [Script Engine 11.0]I press
F6to reload the scripts and get these log message (auto-load off, but same result with it on);However, neither of my patches are applied and neither does
AwakeorOnDestroyfor the plugin execute. Seems like it simply doesn't do anything, no errors, no warnings, no debug messages.If I cut and copy
ValheimTest.dllfrom the scripts folder and put it in the plugins folder - it works as expected.