You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AALUND13 edited this page Nov 22, 2024
·
2 revisions
The Create Mod tool simplifies the process of installing mods into your Unity project. This tool is designed to handle both Visual Studio projects and GitHub repositories, converting them as needed for use within Unity.
Accessing Install Mod Window
To open the Install Mod Window, navigate to: Unity Rounds Modding Tools => Install Mod
Features
1. Install Mods
The window allows you to install mods by providing a project path or a GitHub repository URL.
If the provided project is a Visual Studio Project, the tool automatically converts it into a Unity-compatible project.
2. Mod Solution Path
Accepts either:
A local project path pointing to the mod's solution, or
A GitHub repository URL for the mod.
3. Default Installation Directory
By default, installed mods are placed in the Assets/Scripts/Mods folder of your Unity project.