Clarify .uplugin update policy

This commit is contained in:
Steve Streeting 2023-06-14 15:35:04 +01:00
parent 4a9703e68a
commit 3f5aa81858

View File

@ -4,9 +4,12 @@ To distribute a plugin on the marketplace, you need to zip it up and make sure
you only include approved files. The `ue-plugin-package.ps1` script is here you only include approved files. The `ue-plugin-package.ps1` script is here
to make that job easier. to make that job easier.
> Note: unless you use the `-keepversion`, the script will update your .uplugin > **Note:** This script will update your .uplugin file to record the new version number,
> file to record the new version number and potentially set Installed=true. > and manipulate EngineVersion for each build. Its state will be restored afterwards
> Unfortunately the first time, this will probably mess with indents. > (apart from the version number).
>
> Unfortunately the first time, this will probably mess with indenting because
> of a difference of opinion between JSON libraries. But it's harmless.
```sh ```sh
Usage: Usage: