Question by
ilyasfut · Sep 28, 2016 at 03:02 PM ·
androidoptimization
Mobile performance: Transparent texture Vs High poly mesh
Hi guys, I'm developing a game for mobile, some of my assets are grids. And to make the game optimal I thought of using a transparent material (with .png grid texture) on a plane, instead of modeling a high poly mesh and using a simple diffuse material (one color).
Which method is optimal for mobile ?
Comment