If I want to create an earthquake effect in unity I require scripting so where can i learn c# script. I didn’t got much from unity documentation as they don’t have much about scripting so if I want to create an earthquake effect in unity, unity documentation doesn’t have anything about it.
Well, it’s certainly true that the Unity docs are not going to teach you C# — there are mountains of resources about C# already. Take your pick. Google it, or maybe start with learncs.org.
Once you’ve got a basic grip on the language (which won’t take long if you’ve coded in other languages before — and could take quite a while if you’ve never done any programming), then you go back through the Unity tutorials, which will teach you the framework bits you need to know to make an earthquake effect (whatever that means to you).
thanks for that
If you want to learn c# for unity I recommend script api.You should learn unity class if you knew all classes you can write any c# code without any problem:)
The learn section on scripting is pretty good for covering the basics of C#.