#It's on the polyhaven link, all free.

1 messages · Page 1 of 1 (latest)

green willow
#

I seem to be getting different contents, perhaps

earnest pond
#

That's it

#

For some reason the model only comes with the trunk e branches mesh

#

Click on the checkbox for the texture you want to download

earnest pond
#

Its the AO/Rough/Metallic

#

On the tree pack is just called "arm"

green willow
#

Ah, makes sense

#

Mystery solved, I believe

#

@earnest pond Because the texture has nothing in the alpha channel when imported, it's automatically given a texture format that can't have alpha

#

And swizzling to give it alpha cannot change that
Which I believe is an oversight on Unity's part

earnest pond
#

That explains the weird glossyness all the materials are having.

green willow
#

Indeed, it was forcing A / smoothness to 1

#

Fix it by overriding the format here to RGBA DXT5/BC3

#

And using the swizzling settings from earlier

earnest pond
green willow
#

And lets us define data in that channel by swizzling

#

Otherwise it defaults to RGB DXT1/BC1 which ignores alpha entirely and treats it as 1

earnest pond
#

Try to change the scene to Unlit Draw Mode and see if you get these errors

green willow
earnest pond
#

Hopefully its just a bug then