Skip to content

A work-in-progress .NET GUI to facilitate reading and modifying Unreal Engine 4 game assets.

License

Notifications You must be signed in to change notification settings

localye/UAssetGUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UAssetGUI

This is a work-in-progress .NET GUI to facilitate reading and modifying Unreal Engine 4 game assets using my UAssetAPI.

Getting Started

You can find pre-built binaries of UAssetGUI in the Releases tab of this repository.

If you'd like to compile UAssetGUI for yourself, read on:

Prerequisites

  • Visual Studio 2017 or later
  • Git

Initial Setup

  1. Clone the UAssetAPI repository, which is a pre-requisite for UAssetGUI:
git clone https://github.com/atenfyr/UAssetAPI.git
  1. Switch to the new UAssetAPI directory:
cd UAssetAPI
  1. Clone the UAssetGUI repository:
git clone https://github.com/atenfyr/UAssetGUI.git
  1. Open the UAssetAPI.sln solution file in Visual Studio, right-click on the solution name in the Solution Explorer, and press "Restore Nuget Packages."

  2. Right-click on the UAssetGUI project in the Solution Explorer and click "Set as Startup Project."

  3. Press the "Start" button or press F5 to compile and open UAssetGUI.

Contributing

Contributions are always welcome to this repository, and they're what make the open source community so great. Any contributions, whether through pull requests or issues, that you make are greatly appreciated.

If you find an Unreal Engine 4 .uasset that display "failed to maintain binary equality," feel free to submit an issue on the UAssetAPI issues page with a copy of the asset in question along with the name of the game and the Unreal version that it was cooked with.

License

UAssetAPI and UAssetGUI are distributed under the MIT license, which you can view in detail in the LICENSE file.

Sample image

Screenshot

About

A work-in-progress .NET GUI to facilitate reading and modifying Unreal Engine 4 game assets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%