You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 10 months ago |
| Version | 1.2.0 |
| Download link | D1GQ-FishUtilities-1.2.0.zip |
| Downloads | 3196 |
| Dependency string | D1GQ-FishUtilities-1.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100hiccup-ModSync
A plugin for Mage Arena that synchronizes mods between host and clients. Press F9 to enable auto-kicking of non matching mod lists.
Preferred version: 1.0.8README
FishUtilities
FishUtilities is a BepInEx plugin that simplifies the process of adding custom Network Object Prefabs to be able to spawn on the Network.
Features
- Simplified Network Objects: Add Network Object Prefabs to the Network with ease.
Installation
-
Prerequisites:
- Mage Arena with BepInEx 5.4.21 or newer
- ModSync
-
Installation:
MageArena/ └── BepInEx/ └── plugins/ └── FishUtilities.dll
Example
private void Awake()
{
FishManager.RegisterNetworkObjectPrefab(MyPlugin, MyMono, "OptionalUniqueIdentifier");
}
Changelog
v1.2.0
- Add CustomNetworkBehaviour.
- Add SpawnNetworkObject to FishManager.
v1.1.1
- Add xml documentation.
v1.1.0
- Sort prefab list by ID after adding prefabs.
v1.0.0
- Initial release.