AloftModFramework-FixPluginTypesSerialization icon

FixPluginTypesSerialization

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

Last updated 5 days ago
Total downloads 6
Total rating 0 
Categories Libraries
Dependency string AloftModFramework-FixPluginTypesSerialization-1.0.4
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Aloft-5.4.21 icon
BepInEx-BepInExPack_Aloft

BepInEx pack for Aloft. Preconfigured and ready to use.

Preferred version: 5.4.21

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 solves a behavor where custom Serializable structs and such stored in plugin assemblies are not properly getting deserialized by the engine. See the unity issue tracker.

A republish of this mod into the Aloft community, with a new logo without the typo... Originally sourced from here. Please send issues to the aloft mods github instead of the original one. It seems to come with no support from the original author.

Installation

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

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

Special Thanks