CC0Textures browser in unity editor

Hey guys; not sure this is the best place to post this so feel free to tear me a new one if i’m out of order.

I’ve started creating a editor plugin for unity which adds a cc0textures browser in the editor it’s early days but I think its at a point where it’s useful and wanted to solicit some feedback.

Here’s the link
https://github.com/oparaskos/unity-material-library/

At present it:

  • Imports all the textures, based on their type (ie normal maps are imported as normal maps, roughness is inverted, renamed to smoothness and then imported and a mask map is composed of the smoothness, metalness etc)
  • Generates PBR materials for Standard, Universal RP and High Definition RP Lit shaders.

I’m looking to add other sources of free PBR textures as importers so that its a handy 1-stop-shop for this stuff, so suggestions are welcome.

And here’s what it looks like:

3 Likes

That looks extremely handy! I’ll check it out. :smile:

Great idea!