Jump to content

[SOLVED] What are doing engine.visualizer.setEnabled()


photo

Recommended Posts

Posted

I want disable engine.visualizer when we build non debug version of game. I try to use

engine.visualizer.setEnabled(false);

to disable visualizer output, but this is not work. What are doing this function and how I can manage visualizer? Thanks.

Posted

You are right, there seems to be a bug when disabling it from a script. Our developers will check this issue.

×
×
  • Create New...