Which would be more efficient as far as unity is concerned, a 13,000 poly mesh prefab VS 1,500 poly mesh prefab with transparency diffuse cutout shader? Lets say there are 100 in the scene (most likely 20 tops), which method would be better for efficiency regardless of end user capability?
My guess would be that the higher poly mesh would be better. Additionally, since its a prefab would it matter when it comes to shaders? My understanding is that regardless of poly count, shaders of this nature are more expensive to render than a much higher poly model with a diffused shader. Am i right to think this way?