User Tools

Site Tools


global:screen

This is an old revision of the document!


Screen Options

Create your own GUI prefabs and, through the open source code examples, make your game menus (aka, menu screens). Drag your prefabs to these options so you can easily fade trough menus using UFE built in functions.

Intro Screen: A prefab containing your GUI scripts and elements for this screen.

Intro Music: A song that will be played when this screen opens.

Character Selection Screen: A prefab containing your GUI scripts and elements for this screen.

Character Selection Music: A song that will be played when this screen opens.

Stage Selection Screen: A prefab containing your GUI scripts and elements for the intro screen.

Stage Selection Music: A song that will be played when this screen opens.

Credits Screen: A prefab containing your GUI scripts and elements for the intro screen.

Credits Music: A song that will be played when this screen opens.


Code Access:

UFE.StartIntro(float fadeOutTime)

UFE.StartCharacterSelect(float fadeOutTime)

UFE.StartStageSelect(float fadeOutTime)

UFE.StartCredits(float fadeOutTime)


global/screen.1386650198.txt.gz · Last modified: 2013/12/09 23:36 by Mistermind