|
could somebody give me a guide in how make a simple 3d menu?
(comments are locked)
|
|
renderer.material.color = Color.black; var isQuitButton = false; var isPlay = false; var isLoad = false; function OnMouseEnter() {
} function OnMouseExit() {
} function OnMouseUp()
{
} heres the script i use for exactly that'... attach to a 3dtext or whatever just make sure it has a box collider on it
(comments are locked)
|
