Skip to content

LongerWarrior/UEAssetToolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Engine Asset Toolkit

A set of 2 plugins, one for generating asset dumps from the game and second for making assets from them in editor

Creating Asset Dumps

For dumping assets from the game, install AssetDumper plugin in the Shipping game and type 'dumper.OpenAssetDumper' in console. Tweak settings and asset whitelist as needed, then use Dump button to generate a list of dumped asset files and source art. Please note that the following files are known to crash the AssetDumper. Everything in the 'Game\WwiseAudio' folder, and the file located at 'Game/Geometry/Meshes/1M_Cube_Chamfer'

Importing Assets from Dumps into Editor

To import assets into the editor, navigate to Window -> Developer Tools -> Asset Generator. Specify directory with the asset dump in the settings, tweak them as necessary, and press Generate Assets. It will also automatically refresh existing assets and create dependencies for the assets you have selected, even if you haven't checked them for generation.

About

A set of 2 plugins, one for generating asset dumps from the game and second for making assets from them in editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%