Stealth?!...gotcha..

Announced here : Unity Asset Store - The Best Assets for Game Making

Neat

'bout f-ing time…

YES! I’ve been wanting to see some stealth scripts. Downloading now! “on Unity’s Tutorial area, coming very very soon.” Wonder how soon :smile:.

I can teach you how to do a stealth game, it’s pretty simple. It has two states, hidden and seen, then it gets complicated!!! lol

Woot, excited.

The tutorial is available.

Wohoo, thank you Unity for those great projects and assets!

nice

Woah, that’s an in depth tutorial, I almost wish I was a noob again.

well just pretend you are a noob ^^

There is always a Noob inside…

I was supposed to go to the gym, but now i have a tutorial to do :smile:

HAHA.

When trying to r8un the done scene I keep getting a lot(48 ) of the error message:

"The class defined in script file named ‘filename’ does not match the file name!

anyone else had this problem?

yup i have it too, you solved it ?

@SkullKing and munaeem

I have tried running a fresh download of the Stealth project’s DoneStealth scene and I was unable to reproduce what you’re finding. Have you edited the scripts at all? Remember that whilst in javascript you can change the script name without worrying (if you have an implicit class definition) but In C# the class definition is always explicit and so you can’t change the class or script name so easily.

If you have any repro steps for this bug please let me know and I’ll look into

Nice work mate, glad unity finally got some guys working on tutorials. Wish I had this a year ago. :slight_smile:

Are the remaining ch3 and ch4 videos available? not seeing them on the page http://unity3d.com/learn/tutorials/projects/stealth.

Same

Well my problem is that I typed the scripts along with the videos. I got the following compile errors. So then I went and copy and pasted your code in the tutorial pages into the scripts instead, and I still get the following errors. I went line by line and verified everything is the same as yours. So I’m stuck since I’m not a coder.

Assets/Scripts/LastPlayerSighting.cs(23,55): error CS0117: Tags' does not contain a definition for AlarmLight’
Assets/Scripts/LastPlayerSighting.cs(23,28): error CS1502: The best overloaded method match for UnityEngine.GameObject.FindGameObjectWithTag(string)' has some invalid arguments Assets/Scripts/LastPlayerSighting.cs(23,28): error CS1503: Argument #1’ cannot convert object' expression to type string’