- Home /
Android build very laggy
My app on the google play store is very laggy! I tried to fix this by setting the quality to a lower setting, but it only helped a little bit! What is wrong??? I only have a couple particle systems for background clouds and explosions
Get it free on android here: https://play.google.com/store/apps/details?id=com.SullyBully.F22
Could be a number of things. I'd probably make sure you are using mobile shaders and check your code for anything that you are running in the Update() method that could be invoked at time intervals like every second ins$$anonymous$$d of every frame.
Yes, every shader is mobile (for the particle system materials)
@$$anonymous$$evRev Yes, every shader is mobile (for the particle system materials)
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
C# Changing Force over Lifetime Through Script 2 Answers
How to get a list of particles 1 Answer
The type or namespace name "Management" does not exist in the namespace 1 Answer