You are viewing a potentially older version of this package.
View all versions.

Aloft Mod Framework
A library for creating mods that integrate into Aloft seamlessly without writing repetitive loading code
Date uploaded | 2 months ago |
Version | 0.2.0 |
Download link | AloftModFramework-Aloft_Mod_Framework-0.2.0.zip |
Downloads | 171 |
Dependency string | AloftModFramework-Aloft_Mod_Framework-0.2.0 |
This mod requires the following mods to function

AloftModFramework-FixPluginTypesSerialization
Fix custom Serializable structs and such not properly getting deserialized by Unity.
Preferred version: 1.0.4README
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.