RDHelper is an extension for the RenderDoc(1.20+) application which helps to inspect meshes and textures.
RenderDoc: https://github.com/baldurk/renderdoc
Features:
- Get all or only unique textures.
- Get all or only unique meshes.
- Sort meshes by an amount of triangles.
- Sort textures by size.
- Limit an amount of Event IDs by setting StartEID and EndEID values.
- Export selected meshes to an OBJ file (no UVs and VertexColors).
UE5 Nanite meshes aren't supported.
Installation:
- Open the Extension Manager. Tools->ManageExtensions.
- Press the OpenLocation button in the Extension Manager.
- Copy the content of the repository as a folder to RenderDoc's extensions folder. On Windows it will be at C:\Users\MyUser\AppData\Roaming\qrenderdoc\extensions\RDHelper.
- Enable the RDHelper extension in the Extension Manager.
- Open the RDHelper window with Window->RDHelperWindow.