Skip to content

Commit 2f8d2b5

Browse files
authored
Update README.md
1 parent 9b0381f commit 2f8d2b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
This repository contains various small tools and build scripts that can help with creating and packaging binary builds of Unreal Engine Plugins.
22
I use these tools to create binary versions of the [**Gradientspace UE Toolbox**](https://www.gradientspace.com/uetoolbox) plugin (try it! free!)
33

4-
Currently only Win64 is really supported, mainly because Windows .bat files are used to script the binary build process.
4+
Currently only Win64 is really supported, mainly because Windows .bat files are used to script the binary build process. In addition, packaged
5+
UE binary plugins have various limitations. I describe these limits in detail on the [UEToolbox installation help page](https://www.gradientspace.com/uetoolbox-installation).
6+
Note that binary plugins *can* be used with a source build, but you have to jump through some hoops - again, see the UEToolbox install page for notes.
57

68
I strongly recommend you fork this project if you wish to use these build tools, as non-compatible changes are likely to be made in future.
79

810

911

10-
1112
# UEPluginPackager
1213

1314
Unreal Editor supports compiling a "Packaged" binary version of a Plugin, however the output is not actually shippable.

0 commit comments

Comments
 (0)