Jump to content

[SOLVED] auto play stop working


photo

Recommended Posts

Posted

Hi

 

Auto play as stopped working on Windows, You always have to press the green editor "Play" button!

 

Why is this?

 

 

Posted

Ok

 

engine.game.setEnabled(1);

 

This works, right thing to do?

Posted

Hello paul.w,

Play button on the Editor Interface Panel call engine.game.setEnabled() function from editor.
It enables playing the world physics and animation.

You can set it manually from code or use the button.

If you have some misunderstandings with editor functions, you can check docs
or check the editor code in <SDK>/data/core/editor/

Is there still any problems?

×
×
  • Create New...