4. Main Menu Template - UWRealityLab/StructuralQueryToolkit GitHub Wiki

This package also includes a simple main menu screen.

Setting up

Open the scene called "Main menu" inside "Assets/Scenes"

Under the Hierarchy window, select the "Play" button.

image

The play button contains a Scene Loader Button component. Drag and drop your scene file into its "Scene" field.

Jan282022 150010

Note: If you have multiple scenes for players to go to, then duplicating the Play button, rename its text, and attach a separate scene file to its Scene Loader Button component.

Changing the title and its subheading

In the hierarchy tab, open the "Manu Canvas" object to find the "Title" and "Sub header" text objects.

Selecting Menu Canvas

Once you select either the title of sub header, you will see a "TextMeshPro" component. Simply change the placeholder text.

Finding TextMeshPro

This scene also includes a simple acknowledgements page, named "Acknowledgements Canvas" in the hierarchy tab. We recommend temporarily disabling the Menu Canvas to better edit this page.

Finding Acknowledgements Canvas

Acknowledgements Canvas

Adding copyright

You can change the copyright text by finding the "Copyright" game object in the Hierarchy window.

NEXT STEP: Adjust Parameters