-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide
AALUND13 edited this page Nov 22, 2024
·
4 revisions
To install the Unity Rounds Modding Tools, follow the steps below:
- Visit the releases page to download the latest
.unitypackagefile.
- After downloading, double-click the
.unitypackagefile to import it directly into your Unity project.
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 theCsprojPostprocessorsettings GUI.
If you clicked Yes and have already created mods in Unity, follow these steps to set up the plugin:
-
Configure Mod Bundle Mappings
- Open the Settings window from the
Unity Rounds Modding Tools/Settingsmenu. - Navigate to the Mod Bundle Mappings section.
- Add your bundle mappings here.
- Open the Settings window from the
-
Create
ModInfoScriptable Objects- For each of your mods, create a
ModInfoscriptable object from theUnity Rounds Modding Tools/Mod Infomenu. - Fill in the fields of the
ModInfoobject.- It is recommended to ensure the fields match the corresponding entries in your
manifest.jsonfile. Learn more about the capabilities ofModInfoobjects._
- It is recommended to ensure the fields match the corresponding entries in your
- For each of your mods, create a
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.