Simple Selection Menu

Like the name suggest this is just an extremely simple menu UI that helps the client set their username and connect to a target server.

How To Use

Add a Canvas element to your scene. Now place this prefab as a child of your Canvas. Make sure the RectTransform is set to Full Screen Stretch. Otherwise it doesn't appear properly.

What Does This Contain?

Prefabs

This contains the two prefabs:

PlayerNameInput
ServerSettings&Join

You can use the two above prefabs, modify the look, and include them in your own UI if you want.

Scripts