- Home /
i Make a android build but it very slow how i fix it
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...
Answer by shadowsora · Jul 16, 2017 at 06:08 PM
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.
Answer by theANMATOR2b · Jul 16, 2017 at 06:21 PM
Review the profilier. It will tell you what is causing the slow down.
Your answer
Follow this Question
Related Questions
FPS 3D camera view problem 0 Answers
Laggy 3D game on Android 0 Answers
Removing instantiated objects?? 1 Answer
Best way to make this grid 0 Answers
How to create AI using RAIN indie 1 Answer