You are viewing a potentially older version of this package. View all versions.
DaXcess-FixPluginTypesSerializationDebug-1.0.0 icon

FixPluginTypesSerializationDebug

Fork of FixPluginTypesSerialization that works with Unity Debug builds.

Date uploaded 8 months ago
Version 1.0.0
Download link DaXcess-FixPluginTypesSerializationDebug-1.0.0.zip
Downloads 2981
Dependency string DaXcess-FixPluginTypesSerializationDebug-1.0.0

README

FixPluginTypesSerialization

This is a slightly altered version of FixPluginTypesSerialization that works with Unity debug builds.

Most of the changes found in this branch come from DiFFoZ' FixPluginTypesSerializationDebug fork.

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

CHANGELOG

1.0.1

Fixed crashes caused by invalid string layout in later Unity versions

1.0.0

Initial release