Community Tutorial: Guide to Building and Packaging Unreal Engine Plugins

**Manual Packaging:** Alternatively, compress your cleaned plugin folder into a ZIP file. Make sure the ZIP contains the .upluginfile at its root along with theSource(and optionally, aContent folder) and your documentation.
So does this mean my folder structure should look like this: MyPlugin.zip->MyPlugin->Source,Content & .UPlugin
Or MyPlugin.zip->Source,Content & .UPlugin
And thank you for the guide I really needed it.