- Home /
FPS Written Tutorial for Beginners
I'm trying to create an FPS game in Unity3D. Does anyone know of any good written tutorials online that will work with the latex version of Unity? Also I want one that has explanations and such not just giving you code and telling you where to put it.
Do you have much experience in coding? Doesnt matter which language
I cannot think of good written tutorials, Superroblox has video ones(do not use the networked one). That would be your easier route, but written below are other routes that are harder but less-fps-specific.
Firstly, I think if you know a littlebit of coding e.g basic functions, variables, and loops. That the script reference will be your best friend(like raycast and stuff would be good for you). If you are completely new to scripting, I would look up some basic C# tutorials on youtube. Also if you are completely new to unity3d, techzone TV has good fps tutorial, only watch the one with like dragging fps controller into scene and terrain though.
Also if you start with basic C# tutorials on youtube its general c#, not unity3d orientated, the only real difference though is Update() ins$$anonymous$$d of main(also start at the beginning of the code) PS unity sets scripts up, so if you watch general C# tutorials do not change to how that one looked in the code editor keep it Unity-Style.
Answer by giapnh · Jan 17, 2014 at 04:53 AM
I think if you have much experience in Game2D development, you should be follow tutorial on this page.http://unity3d.com/learn
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Unity Effect 1 Answer
FPSMouseScript.js 1 Answer
i need help trying to build game 0 Answers
How To make game installer ? 3 Answers