|
This Tutorial takes you through the basics of making a first person shooter - At the end, you'll have created a game with selectable weapons (the classics: a machine-gun and a rocket-launcher) with limited ammo, AI enemies who follow waypoints and attack on sight, sentry guns, mortal player and replay.

StepsThe tutorial is split into 3 separate parts:Part 1Introduces fundamental game programming concepts and gives tips on how to think like a games programmer.
Part 2Details how to implement switchable weapons, combat logic and some visual tweaks
Part 3Implements the enemy AI, waypoint navigation, audio effects and an in-game GUI.0
Unity的FPS游戏文档,这个游戏似乎没有出现在Unity的官方页面(根本找不到这个页面的链接)。但是直接输入unity3d的网址可以看到,他确实是untiy的官方例题,。
[sell=3,2]FPS_Tutorial_1.pdf
http://kuai.xunlei.com/d/SGDQSJTMQMNA
FPS_Tutorial_2.pdf
http://kuai.xunlei.com/d/SMMHYOCTTMRM
FPS_Tutorial_3.pdf
http://kuai.xunlei.com/d/SPHMNCTYOKUX[/sell]
|
|