Network tab in Mac/Win Simulator's debugger not working

Hello,

I am using Creator 3.4.2 (Also tried 3.5.0)
Network tab in Simulator debugger is not working.
Its working in Chrome browser but I am making game for native so its required to work in simulator.
Is it by any chance i can make it work?
Basically its not capturing any http logs.
Thanks.

Regards,
Smit

The web platform preview is requesting the file via http, so you can see the request information in network. The native platform is launched by loading local files directly, its cannot capturing http logs.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.