Hello I am new to using unity and I want to create a FPS type games something like call of duty or battlefield 3 and want to ask you some things one of those questions are
-how do a gun that fires
-how do when you touch a box move
and I think that’s all Any help will be welcome and since thanks
Read the Unity Essentials book. It will get you started.
But think about it logically, games like call of duty and battlefield 3 have hundreds of employees working on the game for months, sometimes years. So it’s impossible to achieve that type of quality unless you work for them, and If your like me, sadly you need a “college degree” and have to “finish middle-school” before. Assuming you know you can’t do that, you can make a fun, simple fps after you read some books on scripting and unity.
And unless I’m mistaken, he is joking, frostbite 2 is unbelievably difficult to work with.
A gun that fires is a bit complex to start but:
if input.getkey(“Fire2”){
//code to fire
}
and simply use Itween visual editor to make a box to move. Its free on the asset store. No coding required for that.
Hey, not to be a debby downer our anything but you have a long way to go before you can make a video game as good as CoD of BF3.
Also, before you deal with a very specific task you should deal with the broad range of things, then narrow down your specificity and you will know exactly how to tackle all of your problems.
For a little bit of a bench mark, my current work in progress is in my signature. I have been working on this game for about a year. It would take some one that is a complete noob about 3/4 of a year to make a game of that quality. Honestly I could make a game a lot better. I am however tied to the mistakes of my less talented self.
However, do not give up hope and never let anybody tell you you can’t do something. If you stick with it you will be great at this someday.