-
Notifications
You must be signed in to change notification settings - Fork 1
Mods List
AALUND13 edited this page Nov 22, 2024
·
2 revisions
The Mods List tool is a utility in the Unity Rounds Modding Tools that provides an easy way to view, manage, and delete mods within your Unity project.
To open the Mods List Window, navigate to:
Unity Rounds Modding Tools => Mods List
- The window lists all
.asmdeffiles (Assembly Definition files) in your project. - Each entry includes the mod's name and a toggle for selection.
- Each mod entry includes a Focus button.
- Clicking this button selects the
.asmdeffile in the Unity Editor and pings it for easy identification. - This is useful for quickly locating the file in your project.
- Clicking this button selects the
- A toggle next to each mod allows you to select or deselect it.
- If one or more mods are selected, you can delete them in bulk by clicking the Delete or Bulk Delete button (depending on the number of mods selected).
-
Confirmation Dialog:
- Before deletion, a confirmation dialog lists all selected mods to ensure no accidental deletions.
-
What Happens Upon Deletion:
- The mod's folder and associated files are removed.
- The mod's mappings are cleared from the
ProjectMappingsconfiguration. - Unity's AssetDatabase is refreshed automatically to update the project.
-
Confirmation Dialog: