HTML5 show_debug_overlay(true); Not working

J

jaber

Guest
Hi,
the show_debug_overlay(true); is showing result when creating a windows project, but it does not work when creating HTML5 project!! any ideas
 

Ricardo

Member
According to 2.3's manual: This function will not work on the HTML5 target due to the different way it works compared to all the other targets.
In short: it was never implemented for HTML5 and it'll most likely never be.
You can profile your HTML5 game in different ways by running it in debug mode and then using the browser dev tools. It is not that easy nor intuitive, but it is possible.
 
Top