目錄(89章)
倒序
- coverpage
- Building an FPS Game with Unity
- Credits
- Foreword
- About the Author
- Acknowledgment
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Started on an FPS
- Prerequisites
- Project creation
- Getting started with the Asset Store
- Installing Prototype
- File organization
- Customizing Unity's layout
- Summary
- Chapter 2. Building Custom Weapons
- Prerequisites
- Setting up a testbed
- Getting models/sounds for weapons
- Building our weapon – the mesh
- Creating a UnitBank
- Creating the weapon
- Customizing our weapon's properties
- Summary
- Chapter 3. Prototyping Levels with Prototype
- Prerequisites
- Creating geometry
- Building a doorway
- Duplicating rooms / creating a hallway
- Preventing falls - collision
- Adding stairways
- Coloring your world
- Summary
- Chapter 4. Creating Exterior Environments
- Prerequisites
- Introduction to Terrain
- Creating the Terrain
- Adding color to our Terrain – textures
- Adding water
- Adding trees
- Adding details – grass
- Building the atmosphere – Skyboxes and Fog
- Summary
- Chapter 5. Building Encounters
- Prerequisites
- Adding a simple turret enemy
- Integrating an AI system – RAIN
- Integrating an AI system – Shooter AI
- Spawning enemies with the help of a trigger
- Spawning multiple enemies at once
- Cleaning up dead AI
- Placing healthpacks/ammo
- Summary
- Chapter 6. Breathing Life into Levels
- Prerequisites
- Building an explosive barrel
- Using triggers for doors
- Creating an elevator
- Summary
- Chapter 7. Adding Polish with ProBuilder
- Prerequisites
- Upgrading from Prototype to ProBuilder
- Creating material
- Working with ProBuilder – placing materials
- Meshing your levels
- Summary
- Chapter 8. Creating a Custom GUI
- Prerequisites
- Creating a main menu: part 1 – adding text
- Creating a main menu: part 2 – adding buttons
- Creating a main menu: part 3 – button functionality
- Replacing the default UFPS HUD
- Summary
- Chapter 9. Finalizing Our Project
- Prerequisites
- Building the game in Unity
- Building an installer for Windows
- Building an installer for Windows
- Summary
- Index 更新時間:2021-07-09 21:10:13
推薦閱讀
- C++ Primer習題集(第5版)
- 程序員面試筆試寶典(第3版)
- Microsoft Application Virtualization Cookbook
- C#程序設計(慕課版)
- Julia機器學習核心編程:人人可用的高性能科學計算
- 64位匯編語言的編程藝術
- 算法訓練營:提高篇(全彩版)
- 深入RabbitMQ
- 學習正則表達式
- 劍指Java:核心原理與應用實踐
- C# Multithreaded and Parallel Programming
- Solutions Architect's Handbook
- R Data Science Essentials
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Python 快速入門(第3版)
- Clojure Data Structures and Algorithms Cookbook
- 信息學競賽寶典:基礎算法
- TensorFlow 2.0深度學習應用實踐
- Java項目驅動開發教程
- SQL Server 2005數據庫項目教程
- 走向TensorFlow 2.0:深度學習應用編程快速入門
- 數據庫管理與開發項目教程:MySQL(微課版·第4版)
- Java程序設計與應用開發(第3版)
- Building an RPG with Unreal
- JavaScript and JSON Essentials
- 計算機網絡基礎教程
- 編程超有趣:奇妙Python輕松學(第1輯)
- Redux Quick Start Guide
- 聯邦學習:算法詳解與系統實現
- Kotlin Programming Cookbook