/modio-unity-sample

Unity Engine sample project, demonstrating how mod.io can be integrated in-game

Primary LanguageC#

mod.io

mod.io Unity Sample Projects

Discord Unity 3D

This sample project implements the common usages of the mod.io Unity Plugin with practical examples.

Features

  • Initializing the plugin
  • Enabling automatic mod management
  • Authenticating a user via email
  • Logging out a user that is authenticated
  • Obtaining Terms of Service from mod.io
  • Searching for mod profiles from mod.io by phrase and popularity
  • displaying mod profiles by downloading logos
  • Subscribing and Unsubscribing to mods
  • Getting installed mods to be implemented
  • Reporting mods
  • Rating mods

Installation

Requires Unity 2018.4 or later.

  1. Simply download or clone this repository
  2. Open Unity HUB and select 'ADD' from the top right option
  3. Choose the directory of where you downloaded this repository

Where to get the mod.io Unity plugin

If you'd like to install the mod.io plugin into your own project you can import it directly from the Unity Asset Store, or by downloading the package directly from the Releases page of the plugin's repository. If you have any previous versions of the plugin installed, it is highly recommended to delete them before importing a newer version.

Alternatively, you can download an archive of the code using GitHub's download feature and place it in the Assets/Plugins directory within your Unity project.