Creating A Local Asset Pack

The UE4 Marketplace makes downloading and migrating new assets into your project really easy. I create assets for students, and want to make the process of distributing my assets just as easy. Is there a way to make my own asset packs and distribute them locally (not through marketplace)?

Thanks in advance!

1 Like

I’m interested in knowing this as well.

This has been asked previously and UE Developer [Marc Audy made a [post][2] about it.

There is no official tool or similar to generate a Vault pack yourself (which would be an awesome feature), but you could try to follow the advice in the post.

A vault pack is basically made of the “data” folder which contains the assets and the “manifest” file which I assume is a hashed list of the files that should be copied / made a new project from.

https://forums.unrealengine.com/member.php?22-Marc-Audy
[2]: Unreal Engine 4.7 Preview - Announcements - Epic Developer Community Forums

is there any updated answer to this im trying to do similar