UTextureTools

Inspect and edit cooked texture assets in the browser (UE 5.2–5.8).

Preview

No texture loaded
Replace with PNG:

Messages

About

This is a web app for making simple texture mods for UE5 games. It is inspired by matyalatte's great UE4-DDS-Tools, which unfortunately is no longer maintained. The main addition provided by this app is support for Virtual Textures and UE 5.5–5.8. The project is open-source on GitHub; contributions are welcome. Some advanced texture types (like texture arrays and cubemaps) are not supported.

The app currently assumes that the texture asset is supplied in "legacy format" (.uasset + .uexp + .ubulk), so it's intended to be used together with a packaging tool like retoc (for IoStore games) or repak (for plain pak games).

If you find a case that this tool can't handle, remember that you can use UE itself to make texture mods; you can learn about this in Dmgvol's great modding guide (which also links to a very helpful UE modding discord). Happy modding!

Changelog