A problem with texture atlasing in Unity

Posted by Hamzeh Soboh on Game Development See other posts from Game Development or by Hamzeh Soboh
Published on 2014-04-18T19:01:45Z Indexed on 2014/08/19 16:32 UTC
Read the original article Hit count: 282

Filed under:
|
|
|
|

I have the texture below and I need to get rectangular parts from it. I could finally combine meshes of different quads to improve performance, but I with quads of different tilings, this means different materials, then combining meshes will fail.

Can anybody tell me how to have a part of that texture in C#? Such that all quads will be of the same material only then combining meshes passes.

Thanks in advance.

enter image description here

© Game Development or respective owner

Related posts about c#

Related posts about unity