I have a strage low FPS bug while building with Unity 3.0. I have only one texture on plane(1024x1024 with diffuse) and my fps is 18 on iPad, and I have the same project build with Unity iPhone 1.7 with 10 textures(plus this big one) and my FPS is max!(30), on iPad too. Whats wrong?
Thanks, the problem was in Diffuse! I put iphone/background shader on material and FPS now is 30! What shaders(beside “background”) is better to use to avoid such things?
one thing thats easily forgotten with u3 is that if you set the target to support ogl es2 and didn’t force your lights to be vertex only, you will end in the situation where you have real pixel lights which can make some pretty hefty difference actually depending on the geometry