Is there anyone who will like to explain me how to make my own script for example shooting or gun movement ? I would be so thankfull. Don’t gave me some links where is nothing to learn. I’am newbie and I don’t know nothing about scripting. Please HELP !
According to unity answers guideline your question should be rejected. Please read the Answers FAQ, see right hand side of this page.
And this question might be removed or locked in the future.
But I sincerely think you want to learn.
The internet is full of tutorials and guides on starting using Unity. Try various webs searches regarding getting started using Unity3d
Or see this question How can I start learning Unity fast? ( List Of Tutorials ) - Unity Answers
And make sure to visit the Unity forums, where questions such as yours are welcome.
Hi,
Nice that you want to start learning how to make games but there is a lot to learn if this is a completely new topic for you. On the other hand, it is incredibly rewarding when you wrap your head around basic programming concepts, how then engine works etc.
I would personally recommend the tutorial section here on Unity, they got excellent small tutorials to start with. They will give you a decent starting point when you want to learn how to do more advanced things.
Here is the section with tutorials: Tutorial Section
This is the scripting specific tutorial section: Basic Scripting
They also got live training videos, they are a bout an hour long and a bit more complex: Live Training but I would only recommend these after you have gone through all the basic scripting stuff + other videos on basic workflow in the engine.
As a side note, you can script things with Javascript in Unity in case you are familiar with that language but I would recommend C# if you want to get serious in the future. It is a better starting point if you want to move on in a few years to C++.