Unity 3D Tutorials - Programming - 1# Basic 3D Menu

preview_player
Показать описание
A quick tutorial on how to make your basic 3d menus for games. This is the first video of my tutorials. Ask me which ones you would like me to do and check back soon for them!

Programming Language: Javascript

Subscribe! It's Free!

Рекомендации по теме
Комментарии
Автор

Not a button, just text :) Also how would you go about creating a TV static effect constantly in-game? Not so you can't see, just a light smattering of it, to give it the old VHS tape look.
Sorry to ask so many questions, but you seem to be one of the only helpful people on YouTube.

AdamSFM
Автор

I think you have have misunderstood what I mean. When you watch an old VHS tape, you get the noise effect on screen. I want to be able to see the noise effect, but not have it totally opaque, so it's transparant but I still get the noise effect on screen and which won't interrupt light beams. Very similar to the Pro effect in the way it works, just a different visual effect.

AdamSFM
Автор

Ok I added you, thanks :) As for the static, I have my texture in my assets folder, but I can't seem to apply it to cover the screen? I haven't been using Unity very long, so I know these questions are basic.

AdamSFM
Автор

Slightly unreleated (ok completly unreleated) but if I wanted to have the word "REC" flashing in the top righthand corner (like on an old tape recorder) how would I go about doing that?

AdamSFM
Автор

i have a question. When I try to load the scene It says: unknown identifier: 'IsQuitButton'. It also says Expressions in statements must only be executed for their side-effects. I have no clue what that means but it is referring to the line: renderer.material.color.red; I am definite that i am using JavaScript.

diversifygames
Автор

What did you mean by "flat mesh object"? Maybe I tried the wrong thing.

AdamSFM
Автор

I mean, I want the noise overlay on the camera. I drag & drop it but it's not doing anything >.<

AdamSFM
Автор

I use Photoscape & Movie Maker XD Is their a script or function or something which would continuously create and destroy the GUItext?

AdamSFM
Автор

it won't work for me. i saved the script onto the 'quit' text, but it doesn't highlight the buttons or quit. what's wrong?

Timebandit
Автор

Thank you so much man, now I have a proper game :)

ConJamVer
Автор

can you make a tutorial of how to make a level for an fps

rohitdoestech
Автор

But The script wont change the color of the text is it 3d text or gui text ???

ItsProInc
Автор

Hey Man! Thats alot for your help! Im making a Game Called Un-Dead Carnage! Its a Zombie FPS Game! Im almost finished and i have been following your tutorials to finish and create my game so a big thank you!! Its a Game For Pc and MAC! Im going to make a version for XBOX360, XBOX ONE, PS3, PS4 and maybe Wii U! If you could do some FPS toturials that would be great thanks! Im planning to release it next year! Thanks again! P.S. Im putting you in the CREDITS as a special thanks person! ~CKStudio

effco
Автор

Iam making a game 2 but i just want to know how old you are (randomtommykid) i also want to make a zombie survival fps and iam wondering if your making yours free or not

Alekaei
Автор

Dude thankyou for the script i subbed ! =D

ItsProInc
Автор

So I wrote the script, and it's fine there's no errors, but it's not changing color. I've added box colliders, Not sure how i am supposed to fix that

PackinThePunch
Автор

umm..what script do you have to load? javascript or something else for it ?

imapie
Автор

Is this a good "first" programming language? :D

gamerightyoutube
Автор

mines not changing colour?
thats the script
var IsQuitButton = false;

function OnMouseEnter()
{
renderer.material.color = Color.red;
 }

function OnMouseExit()
{
renderer.material.color = Color.white;
 }

function OnMouseUp()
{
if( IsQuitButton )
{
Application.Quit();
}
else
{
Application.LoadLevel(1);
}
}

not sure why its not working :(

joshjay
Автор

im 14 years old and im making it free! :)

effco