Skip to content
Media 1 for listing Pak Creator Plugin

Description

Pak Creator is a plugin that can be used in the Unreal Editor for creating .pak files. The plugin creates an independent .pak file out of content plugins. In Unreal content plugins are plugins that only contain assets.

This is useful for distributing content to users or customers. For example for game modding or in the architectural industry.

This is a convenience tool if you would like to not use the Unreal project launcher.

This tool only creates .pak files. To load and use the pak file you must use the engine's pak functions or use the PakLoader plugin.

You must disable the "Use Io Store" setting in your project settings to use traditional pak files.

Important info: If the created pak is very small and does not contain the assets then please check if you have a map somewhere inside the /Game folder. It can also be an empty map. There just has to exist one for Unreal to successfully create the pak file. Please also try out the Example Project from below.

Features:

  •  Create pak files out of content plugins with just a click.

  •  Choose a target platform for the pak file: Windows, Mac, Linux, Android (The target platform must be installed to your engine in the options menu in the Epic Games launcher)

  •  Select multiple content plugins to create a pak for.

Documentation: Link to Google Drive

Included formats