- Building an FPS Game with Unity
- John P. Doran
- 173字
- 2021-07-09 21:09:46
Project creation
At this point, I assume that you have freshly installed Unity and have started it up. Follow these steps to create a new project in Unity:
- With Unity started, go to New Project. Enter a Project Name value such as
FPS Game - Chapter 1
as that's what we are making and the chapter we're making it for, or whatever you want to call your project. Select Location of your choice somewhere on your hard drive and ensure that you have your game set to3D
. Once completed, select Create project. At this point, we do not need to import any packages as we'll be doing it manually. - Here on, if you see the Welcome to Unity pop up, feel free to close it as we won't be using it. At this point, you will be brought to the general Unity layout, which should look as follows:
Note
I'm assuming you have some familiarity with Unity before you read this book. If you want more information on the interface, please visit http://docs.unity3d.com/Documentation/Manual/LearningtheInterface.html.
推薦閱讀
- Modular Programming with Python
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 簡單高效LATEX
- Data Analysis with Stata
- Modern JavaScript Applications
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Mastering JavaScript Design Patterns(Second Edition)
- PHP+Ajax+jQuery網站開發項目式教程
- Unity 2018 Augmented Reality Projects
- 精通MySQL 8(視頻教學版)
- Lift Application Development Cookbook
- RESTful Web Clients:基于超媒體的可復用客戶端
- Learning Python Data Visualization
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- C# 7 and .NET Core 2.0 Blueprints