-
Notifications
You must be signed in to change notification settings - Fork 1
Create Mod
AALUND13 edited this page Nov 22, 2024
·
2 revisions
The Create Mod tool simplifies the process of setting up a new mod by using a mod template.
To open the Create Mod Window, navigate to:
Unity Rounds Modding Tools => Create Mod
- This is the unique identifier for your mod.
- It is recommended to follow the reverse-DNS format:
com.<YourDomain>.rounds.<YourModName>
Example:com.example.rounds.awesomemod
- The name of your mod, which can be any string of your choice.
Example:Awesome Mod
- Short initials representing your mod.
Example: ConvertExampleModintoEM.
- Specifies the Assembly References for your mod's Assembly Definition file.
- Specifies the Precompiled Assemblies for your mod's Assembly Definition file.
Once you have completed all the fields above, click the Create Mod button. The tool will use the default mod template (UnityRoundsModTemplate) to generate your mod structure.
Your new mod will include all necessary files, making it easier to get started with development.