Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.99 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.99 KB

Unreal Asset Manager

Unreal Asset Manager is an asset manager for Unreal Engine Marketplace that can help you filter, sort and browse assets that you owned. It aims to solve the performance issue with the official launcher with too many assets, and help you quickly find the asset you need.

Note that it is meant to be used alongside with the official launcher, and it is not a replacement of the official launcher.

Based on nmrugg/UE4Launcher and Electron React Boilerplate

Preview



Build Status Dependency Status DevDependency Status Github Tag

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn package

License

MIT