Skip to content

Commit

Permalink
Clarify where to find the mod folder within the editor vs. on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Jun 30, 2024
1 parent aee49e3 commit 6e5cf5b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ The Dependencies list should already be pre-populated with a dependency on the c

image:BeginnersGuide/simpleMod/EditPlugin.png[Edit your Plugin screenshot]

Creating your plugin with this wizard will create a plugin workspace folder inside the project folder under `<project>/Mods/<Mod Reference>`.
You can find your mod's files within the editor in the Plugins subfolder of any Content Browser.
On disk, the folder can be found inside your modding project folder at
`<project>/Mods/<Mod Reference>`.

All of the settings you selected in the wizard are stored in your mod's `.uplugin` file,
which you can optionally read more about
Expand Down

0 comments on commit 6e5cf5b

Please sign in to comment.