averyocean65-FixPluginTypesSerialization icon

FixPluginTypesSerialization

Fixes custom Serializable structs and such stored in mod plugin assemblies not getting deserialized by the native Unity engine code.

Last updated 3 days ago
Total downloads 144
Total rating 1 
Categories Mods Tools Libraries
Dependency string averyocean65-FixPluginTypesSerialization-1.0.0
Dependants 0 other packages depend on this package

README

FixPluginTypesSerialization

Hook into the native Unity engine for adding BepInEx plugin assemblies into the assembly list that is normally used for the assemblies sitting in the game Managed/ folder.

This solve a bug where custom Serializable structs and such stored in plugin assemblies are not properly getting deserialized by the engine.

Installation

  • Copy the BepInEx/patchers/FixPluginTypesSerialization folder into your BepInEx/patchers folder.

Special Thanks