I want to test the actual FPS of the game in my Android phone so I need to put an on-screen FPS counter.
Anyone knows how to do this?.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
Place a Text object and create a new event
System: Every tick -> Text: Set text to "FPS: " & fps
You should Anchor the Text object if your screen scrolls.
Great thanks!!