i make a game and build to android but it runs very slow in my device and other device as well so how i can fix this please help me…in have lot of work on it and it a 3d game…
There are a number of things that could cause this. You have to remember that your phone has far less processing power than your PC, so you should try and make the game as efficient as possible.
I had this same problem. Mine was caused by there being too many objects in my scene. It was fine on my pc but my android phone could not handle it, so I created scripts that destroyed objects that are no longer needed and now it runs fine.
If you can’t reduce the number of game objects, perhaps you could change the quality settings? I don’t know too much about this because I am not really an expert either, but it might be worth going into the player settings as there are different settings for optimization and rendering.
Review the profilier. It will tell you what is causing the slow down.
How many your vertices