Page 1 of 1

ugly textures in Unity

PostPosted: Sat Nov 16, 2024 9:04 am
by stigmamax
Hi,
I am a total beginner and I created a character that I exported in OBJ format (I learned that you should not use FBX)

In Mixamo I load it and everything works fine, so I then import my character into Unity, and there it almost works.
The textures are blah, the glasses are no longer transparent etc...
There is something I missed to have the correct textures.
Thanks

Re: ugly textures in Unity

PostPosted: Sat Nov 16, 2024 11:01 pm
by nomorecookies
Yes. you would have to make the Material in Unity match the settings you want. in this case, you'd need to set the Material to Transparent.
This is a matter of Workflow, not actual error.

Re: ugly textures in Unity

PostPosted: Sun Nov 17, 2024 6:56 am
by stigmamax
ok thanks !