How do i get started with unity? (C#)

I have no prior experience with c# and unity. how do i start? tutorials, books, pdfs etc?
help pls

http://unity3d.com/learn

I HIGHLY recommend doing the roll a ball Unity tutorial. It gives you a very good look at how to work in unity: http://unity3d.com/learn/tutorials

That’s how I got started and it really helped me out. Then you need to get a basic idea of C#, what are classes, functions, packages, declaring variables etc… this is the harder part. I took a few classes from a C# programmer and it really helped, however you can try to do it yourself. Look around for C# tutorials and basics. Don’t forget to check out the Unity Docs as they are very helpful in scripting!

Good luck!