Skip to content

A simple tool to convert textures from Overwatch to unity URP PBR compatible

Notifications You must be signed in to change notification settings

Das-Horn/ow-unity-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overwatch Texture Conversion Tool

GitHub issues GitHub Workflow Status

This is a tool that allows you to convert the compressed PBR textures from Overwatch into a format that is compatible with unity's URP PBR render pipeline.

NFD

Used the nfd crate from crates.io to add file dialog for easier use of the tool. This can be accessed by calling the executable with the -s argument.

Usage:

ow-unity-converter [-s] "File-Path" ... 

The utility will save the output image in the same path as the original image and append "-" to the end of the file name.

TODO

  • Port image processing from Python script to rust & include the original script.
  • Add argument support to supply file path from command line.
  • Implement Albedo masking from mask.
  • Look into easier methods to add paths.
  • Batch processing.

About

A simple tool to convert textures from Overwatch to unity URP PBR compatible

Topics

Resources

Stars

Watchers

Forks