Tree node on Android devices is incredibly slow

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

Hi. Im using godot 3.1 stable on Linux 64bit with export templates downloaded trough editor. My scene contains only two nodes. Control as root and Tree as only child. Control has attached script which fills Tree with one column containing 100 TreeItems. Each TreeItem has only short text. On Linux debug and export everything works fine. However on Android, Tree is unusable. I must wait about one second after touch to see items are scrolling. Im testing on Sansung J6 and Huawei P8 Lite. Has anyone already encountered such a problem? Can you do something about it?

:bust_in_silhouette: Reply From: Calinou

This could be due to text batching not being implemented yet. I’m afraid there is no solution to this currently :frowning: