Skip to content
Scott edited this page May 12, 2023 · 10 revisions

Welcome to the mod.io Unity wiki. This wiki explains how to integrate and use mod.io Unity into a game or modding tool.

mod.io Unity simplifies mod.io integration by providing a native c# library built on the Unity Engine that manages downloads, wraps API calls, and provides a simple caching utility. Should the game or modding tool in development require functionality beyond what modio Unity provides, the mod.io API Documentation provides a complete reference on how to use interact with the API directly.

Getting Started

If you're using the plugin for the first time take a look at the quickstart guide.

Documentation

There is also extensive documentation for the plugin

Sample

There is also a sample implementation for the plugin

Clone this wiki locally