Quantcast
Channel: Unity3D Student » gui
Browsing latest articles
Browse All 3 View Live

Beginner B14 – GUI Text and Counters

How to display information onscreen with GUI Text components and display a counting variable. Code Used (Javascript) var Counter : int = 0;   function Update () {  Counter++;  guiText.text = "Counter...

View Article



Beginner B25 – GUI Texture & Mouse Events

Using simple GUI Textures and Mouse Events to create interaction in Unity. Code Used (Javascript) var normalTex : Texture2D; var hoverTex : Texture2D;   function OnMouseEnter () {  guiTexture.texture...

View Article

Image may be NSFW.
Clik here to view.

Platformer Progress bar

This is something a few of you have asked me to cover recently so here it is – a Unity Tutorial on how to track player progress during the game. In order to keep your player’s attention through a...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images