Dynamic layout resize

if you export the wick editor game it won’t change its size, it has black borders only

You can use the following line of code in the default script in order to hide the black borders:

this.project.renderBlackBars=false;

it works, thanks

1 Like