How do we remove the scene selection option at the bottom when playing?

My students don’t want players to have the option to easily get to another scene. How do we disable this?

image

Hi @Kelly_Nickell,

They just need to enter following javascript code into the script tab:

GUI.HUD.sceneNavigationVisible = false;

2 Likes

Thanks Nikolay for the quick response!

Kelly Nickell
Aurora Quest
Technology Teacher

That’s great. How can we do that in an project which uses CoBlocks?
I ask because in the ipadapp there seems to be no option to use javascript.

You have to add this code from the PC.
Teacher can do it in his student’s space and then students continue working on the scene.