FixPluginTypesSerialization
Fixes custom Serializable structs and such stored in mod plugin assemblies not getting deserialized by the native Unity engine code.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/FixPluginTypesSerializationfolder into yourBepInEx/patchersfolder.
Special Thanks
-
KingEnderBrine
-
Twiner
-
NebNeb for the icon
