Home Unity
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

multitexture shader for unity ?

AFsoft
polycounter lvl 10
Offline / Send Message
Pinned
AFsoft polycounter lvl 10
Hi. i have a box model with 1 multitexture material with the following slate :


which shader exactly supports this slate setup exported to fbx format to unity? i tried legacy diffuse shader which gives 2 textures but didnt work.

Replies

  • AFsoft
    Offline / Send Message
    AFsoft polycounter lvl 10
  • Noors
    Offline / Send Message
    Noors greentooth
    Why not use 2 materials, or a texture atlas if there is no blending ?
    The standard shader has an overlay detail texture. If you want more blending options, you need to make a custom shader. Unity has now a nodal shader editor kinda like slate, which makes things easier for non coders.
  • AFsoft
    Offline / Send Message
    AFsoft polycounter lvl 10
    Noors said:
    Why not use 2 materials, or a texture atlas if there is no blending ? The standard shader has an overlay detail texture. If you want more blending options, you need to make a custom shader. Unity has now a nodal shader editor kinda like slate, which makes things easier for non coders.
    i setup a quick test. of course it maybe a rock. a building. multi material causes overdraw. atlas i already know the atlas. 
Sign In or Register to comment.