You are viewing a potentially older version of this package. View all versions.
RiskofThunder-FixPluginTypesSerialization-1.0.4 icon

FixPluginTypesSerialization

Fix custom Serializable structs and such not properly getting deserialized by Unity.

Date uploaded a month ago
Version 1.0.4
Download link RiskofThunder-FixPluginTypesSerialization-1.0.4.zip
Downloads 244552
Dependency string RiskofThunder-FixPluginTypesSerialization-1.0.4

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.

  • Copy the BepInEx/config/FixPluginTypesSerialization.cfg folder into your BepInEx/config folder.

Special Thanks