Quantcast
Channel: Answers for "Make a Button out of a Textured Plane"
Browsing all 4 articles
Browse latest View live

Answer by reptilebeats

look up ray casting, http://docs.unity3d.com/Documentation/ScriptReference/Physics.Raycast.html

View Article



Answer by youngapprentice

I ended up using a simpler method. Here is my script: #pragma strict //Setting the images for each of the 3 Button Stages var NormTex : Texture2D; var HighTex : Texture2D; var DownTex : Texture2D; //...

View Article

Answer by reptilebeats

look up ray casting, http://docs.unity3d.com/Documentation/ScriptReference/Physics.Raycast.html

View Article

Answer by youngapprentice

I ended up using a simpler method. Here is my script: #pragma strict //Setting the images for each of the 3 Button Stages var NormTex : Texture2D; var HighTex : Texture2D; var DownTex : Texture2D; //...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images