You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
This repository contains various small tools and build scripts that can help with creating and packaging binary builds of Unreal Engine Plugins.
2
2
I use these tools to create binary versions of the [**Gradientspace UE Toolbox**](https://www.gradientspace.com/uetoolbox) plugin (try it! free!)
3
3
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.
5
7
6
8
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.
7
9
8
10
9
11
10
-
11
12
# UEPluginPackager
12
13
13
14
Unreal Editor supports compiling a "Packaged" binary version of a Plugin, however the output is not actually shippable.
0 commit comments