-
Notifications
You must be signed in to change notification settings - Fork 1
Install Mod
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.
To open the Install Mod Window, navigate to:
Unity Rounds Modding Tools => Install Mod
- 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.
- Accepts either:
- A local project path pointing to the mod's solution, or
- A GitHub repository URL for the mod.
- By default, installed mods are placed in the
Assets/Scripts/Modsfolder of your Unity project.