Skip to content

joematrix77/UbuntuAssetManger

 
 

Repository files navigation

Epic Asset Manager

An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.

Updated Features

  • Asset Library Management - Browse, search, and filter your Epic Games Store assets
  • Download Progress Indicators - Real-time progress bars on asset tiles showing download percentage and speed
  • Create Project - Create new Unreal Engine projects directly from downloaded asset templates
  • Add to Project - Add assets to existing Unreal Engine projects with one click
  • Engine Management - Install and manage multiple Unreal Engine versions
  • Project Browser - View and launch your Unreal Engine projects
  • Dark Theme - Epic Games Launcher-inspired dark theme with square corners
  • Marketplace Integration - Quick access to the Unreal Engine Marketplace

Screenshots

Main View

Main View

Asset Library with Details Panel

Asset Details

Download Progress on Asset Tiles

Download Progress

Create Project Dialog

Create Project

Add to Project Dialog

Add to Project

Installation

Prerequisites

  • Rust (latest stable)
  • GTK4 development libraries
  • libadwaita development libraries

Ubuntu/Debian:

sudo apt install libgtk-4-dev libadwaita-1-dev

Build and Install

Clone the repository and run the install script:

git clone https://github.com/joematrix77/UbuntuAssetManger.git
cd UbuntuAssetManger
./install-local.sh

This will:

  • Build the application
  • Install to ~/.local/share/epic_asset_manager/
  • Create a launcher script at ~/.local/bin/epic_asset_manager
  • Install the desktop file and icon

Run

After installation, launch from your application menu or run:

epic_asset_manager

Uninstall

To remove the application:

rm -rf ~/.local/share/epic_asset_manager
rm ~/.local/bin/epic_asset_manager
rm ~/.local/share/applications/io.github.achetagames.epic_asset_manager.desktop

Credits

Forked from AchetaGames/Epic-Asset-Manager

About

A frontend to Assets purchased on Epic Games Store

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.7%
  • Shell 1.2%
  • CSS 1.1%
  • Meson 1.0%