So I am getting all caught up on my draw call situation, and since I am working in Unity iPhone, most of my shaders use alpha blend (particles mostly). But the downside I am realizing, is that alpha blending batching can be broken depending on where the object is from the camera. Is there any workarounds or advice anyone has to prevent this?
Thanks.