- Building an FPS Game with Unity
- John P. Doran
- 246字
- 2021-07-09 21:09:45
Chapter 1. Getting Started on an FPS
Welcome to Building an FPS Game with Unity! This chapter is dedicated to offer a brief overview, from a beginner's point of view, of the exciting world of Unity development for the creation of a First Person Shooter (FPS) title, leveraging the powerful Ultimate First Person Shooter (UFPS) framework by VisionPunk and Prototype/ProBuilder 2.0 by ProCore3D. But, before we get started, we first need to get all of the resources we'll need and set up our project for success.
Over the course of this book, we will be creating a 3D FPS game similar to the popular games in the market such as Call of Duty: Black Ops III and Halo 5: Guardians.
We will learn how we can create custom weapons of our own as well as how we can create interior and exterior environments. After creating our environments, we will populate them with different combat encounters for players to fight as well as include intractable objects such as exploding barrels. We'll then customize our user interface using Unity's new GUI system before we package our game and create an installer to get the game out into the world!
This project will be split into a number of tasks. It will be a simple step-by-step process from the beginning to the end. Here is the outline of our tasks:
- Project creation
- Getting started with Unity's Asset Store
- Installing UFPS
- Installing Prototype
- File organization
- Customizing Unity's layout
- 演進式架構(原書第2版)
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Building a Home Security System with Raspberry Pi
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Access 數據庫應用教程
- R語言游戲數據分析與挖掘
- Visual Basic程序設計教程
- 零基礎學MQL:基于EA的自動化交易編程
- Building Minecraft Server Modifications
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- PhpStorm Cookbook
- 焊接機器人系統操作、編程與維護
- 編程菜鳥學Python數據分析
- JavaScript編程精解(原書第2版)
- 計算語言學導論