Animation Jerky in Windows Mobile

Hi,
I have a simple project with a single UI Image moving up and down using Animation. It works fine in Unity Editor, But when I deploy it in Windows Mobile it does not move smoothly, moves with jerks.

Any thing I am doing wrong OR missing any setting?

Thanks

Are you using Mater configuration in Visual Studio?

Thanks for response.
I am not sure what is Mater configuration in VS.
I just tweaked Quality Settings It worked fine for me. animation is smooth.
This may be due to slow mobile I guess? I have Microsoft Lumia 535 with 1 gb RAM.

It’s a build configuration in Visual Studio solution, by default Debug configuration is used, which is the slowest.

You can switch, by going to Build->Configuration Manager->Active solution configuration in opened Visual Studio solution

1 Like