How do i reduce the graphics of my godot game. When i export and run it on android, the game lags alot.

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

How do i reduce the graphics of my godot game. When i export and run it on android, the game lags alot.

:bust_in_silhouette: Reply From: Sprowk

I’ll assume that your game is not a big project by the date of your registration. You are either using huge textures/sprite images or more probably your code is inefficient. Check your loops, get to know the profiler.

My game is a big project with many scenes and scripts.My project has no loops.Please help me to reduce the graphics of my game.
Please answer.I am waiting for your answer…

App_develooer | 2019-10-16 01:25

I’m creating a quite big project in Godot 2.1 myself and there is always a way to gain few fps. As I mentioned above scaling down graphics helps a lot if it is viable… But my guess is that your algorithms are ineffective. For example, there are many ways to sort an array but not all are effective. In the end, you have to make compromises if nothing helps.

Sprowk | 2019-10-28 00:33