You are viewing a potentially older version of this package.
View all versions.
R2API Networking
Networking API around the Unity UNet Low Level API (LLAPI)
Date uploaded | 2 weeks ago |
Version | 1.0.3 |
Download link | RiskofThunder-R2API_Networking-1.0.3.zip |
Downloads | 66886 |
Dependency string | RiskofThunder-R2API_Networking-1.0.3 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2109README
R2API.Networking - Networking API around the Unity UNet Low Level API (LLAPI)
About
R2API.Networking is a submodule assembly for R2API that allows mod creators to register their own network messages and commands.
An example tutorial on how to use this api can be found here
Changelog
'1.0.3'
- Add setting plugin hooks to plugin initialization.
'1.0.1'
- Also move NetworkCompatibility initialization back to the Core module.
'1.0.1'
- Move NetworkCompatibility back to the Core module for back compatibility reasons.
'1.0.0'
- Split from the main R2API.dll into its own submodule.