Performance problem

OK, so I am planning to release my game, however I’ve been having tehnical issues, after building it, it lagged like hell, BASICALLY THERE WAS NOTHING you could do, 5fps.Well, therefor, I went into every scene, I reduced the density of tree, and painted again the terrain with less trees, I marked as static every non-moving object, I took out the grass, I added occlusion areas to certain big objects,and to the terrain, I baked every light, and that’s all.I AM SURE I didn’t forget about any object, or light, every light(static) is baked, and every non-moving object is marked as static.Also, all the oclussion areas have the target reoslution on extremely high.I also edited the player’s camera properties, reducing depth, and max visual distance also, increased a little bit the mouse sensitivity, and there we go.In the Editor runs perfect, however after building, even on Simple Quality, and smallest resolution, it lags LIKE HELL.

Please, help?The Render Stats in game show an average of 30 fps-35 fps, THAT’S FKIN fine, but when I build it, it just drops down to 5 fps, even on my friend’s PC(who runs BF3 on ultra).I am even sure that my scripts are efficient, SO what’s the problem?Please, help me…

it is hard to guess.

do you use lots of debug.log? if so, turn it off. do you use a lot of .transform… without caching the transform and getting a lot of them in update? turn on the profiler and make sure your scripts really are efficient.

OK, here’s a picture took in the editor in the first scene(the one that actually loads when “Play” is pressed), everything seems fine to me, or, it’s not!???Tell me from the pictures below, if you can see, what’s slowing down my game after built(it drops down to 5 fps):



NOTE:I tried to elliminate all trees, and the Render Stats showed not 50, but 80fps, however after build, it droped down to 5 fps again, even without trees!!!Help, pls, it’s like someone, somewhere, doesn’t want me to have my game released!

OK, sorry for bumping, but I am puzzled, please tell me if you can see what’s slowing down my game, from the pictures in the post above…