AloftModFramework-Aloft_Mod_Framework icon

Aloft Mod Framework

A library for creating mods that integrate into Aloft seamlessly without writing repetitive loading code

Last updated 2 months ago
Total downloads 296
Total rating 0 
Categories Libraries
Dependency string AloftModFramework-Aloft_Mod_Framework-0.2.0
Dependants 2 other packages depend on this package

This mod requires the following mods to function

AloftModFramework-FixPluginTypesSerialization-1.0.4 icon
AloftModFramework-FixPluginTypesSerialization

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

Preferred version: 1.0.4

README

Aloft Mod Framework

The Aloft Mod Framework is intended to be a light library that dependencies can build on top of. It is reasonable and feasible to add new content to Aloft without writing any code. As such, this framework is really intended for adding ScriptableObjects to Unity where one can add new content without really ever having to learn how to code.

Aloft Mod Framework relies heavily on serialization and as such will not function in any fashion work the FixSerializeTypes mod is installed.