Sunday, 6 March 2011

Test - Main Menu

This test has taken some time to get round to creating because I have been working on creating some of the 3D environment assets for Rove. The upside to this is I have been able to use the assets within this test.

Below is an example of the main menu test from the players perspective in Unity.


I have created a simple script to the 'Enter' text to load Rove once it has been clicked on by the mouse.
Here is an example of the script called loadLevelBedScene:

function OnMouseDown()

{
Application.LoadLevel ("BedScene");
}

Once the 'Enter' button has been clicked the first level of Rove loads which is the bedroom seen in the menu.

Here is an example of the first level of Rove from the players perspective.

No comments:

Post a Comment