Skip to content

hannesdelbeke/texture-browser-unreal-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Engine resource browser

dark style default style

Browse the Unreal installation folder for default resources (icons, shapes, fonts) to use in your qt-tools.

  • Filter by file type
  • Search by name
  • Copy the path
  • Pure Python, no compiling, code also works outside Unreal.

Install

Install using Plugget (recommended)

Plugget automatically installs this tool & it's dependencies in the correct location.

  • Install the plugget unreal plugin
  • Search texture browser and click install.
  • restart Unreal

Install manuallly

  • pip install the Python dependencies to ...\MyProject\Content\Python\Lib\site-packages (you can use --target with pip install)
    • PySide2
    • unreal-qt (optional)
  • Just copy the folder in your Unreal project's plugin folder ...\MyProject\Plugins\texture-browser
  • Restart Unreal

Dark mode

To not worry about QApp managegement, and automatically style in Unreal dark mode, you can use unreal_qt

Similar projects

GitHub repos:

Reference

community

If this tool is helpfull give it a ⭐ on the GitHub page at the top right🙏

About

browse the textures in your unreal project & install directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages