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
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
To package apps for the local platform:
yarn package
MIT