Skip to content

Installation Guide

AALUND13 edited this page Nov 22, 2024 · 4 revisions

Installation

To install the Unity Rounds Modding Tools, follow the steps below:

1. Download the Unity Package

  • Visit the releases page to download the latest .unitypackage file.

2. Install the Package

  • After downloading, double-click the .unitypackage file to import it directly into your Unity project.

Setup

Once the Unity Rounds Modding Tools is installed, you will see a popup with the following message:

Do you want to disable the original CsprojPostprocessor?

Disabling it will allow the CsprojPostprocessor from 'UnityRoundsModdingTools' to take over. Note: This prompt will only appear once.

  • Click Yes to allow the plugin to use its own CsprojPostprocessor.
  • Click No to continue using the original CsprojPostprocessor.
    Note: Selecting No will disable certain features, such as access to the CsprojPostprocessor settings GUI.

Additional Setup for Users Who Clicked Yes

If you clicked Yes and have already created mods in Unity, follow these steps to set up the plugin:

  1. Configure Mod Bundle Mappings

    • Open the Settings window from the Unity Rounds Modding Tools/Settings menu.
    • Navigate to the Mod Bundle Mappings section.
    • Add your bundle mappings here.
  2. Create ModInfo Scriptable Objects

    • For each of your mods, create a ModInfo scriptable object from the Unity Rounds Modding Tools/Mod Info menu.
    • Fill in the fields of the ModInfo object.

Finalizing Your Setup

Once you’ve completed the above steps Your Unity Rounds Modding Tools should be fully configured and ready to use!

For additional details, refer to the documentation.

Clone this wiki locally