When I play, can I get rid of the buttons on the screen?

When I play, can I get rid of the buttons on the screen?
I marked the red circle.
Thank you.

Hi @kangjiyeon,

you can remove the scene navigation on the bottom of the screen by adding the following code to the script tab:

GUI.HUD.sceneNavigationVisible = false;

The other elements are essential and cannot be hidden

1 Like

Thank you very much!

Good afternoon,
Is there a version of cospaces that allows you to hide and create new buttons when you click on play? put control buttons always visible, in order to be able to control the movements of the camera (left, right, backward, up, down), without the path I created.

Regards
Armando

@armandoamb,

Regarding camera movement, please take a look at the answer on this topic Make a path on cospaces

Hello!
Thank you.

Armando

Nikolay Inkatov via CoSpaces Edu Forum noreply@forum.edu.cospaces.io escreveu no dia segunda, 3/02/2020 à(s) 13:12: