How to improve 2d mobile game performance?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By anbarasu chinna

I have created a first and small 2d mobile game using GoDot engine but performance of the game should be improved a lot. Suggest me some tips and approaches. Thanks in advance.

Make sure to use the GLES2 renderer to benefit from 2D batching.

Calinou | 2020-10-17 19:36

:bust_in_silhouette: Reply From: CharlesMerriam

With this little information, its hard to figure out.

  • Start by running the program in Godot.
  • Along the bottom, find the “Output Debugger Audio Animation” line. Click Debugger.
  • On the tabs of the debugger, “Debugger, Errors, Profiler, …”, pick Profiler.
  • Hit Start.

It will be usefull. I will try.

anbarasu chinna | 2020-10-17 04:42