UTextureTools
Inspect and edit cooked texture assets in the browser (UE 5.2–5.8).
Preview
No texture loadedAbout
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
- 2026-09-13 - Added support for UE 5.8.
- 2026-09-05 - Initial release.