- 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.
推薦閱讀
- Java程序設(shè)計(jì)與開發(fā)
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- HoloLens Beginner's Guide
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- 深入淺出WPF
- OpenCV for Secret Agents
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- Cassandra Data Modeling and Analysis
- 編程數(shù)學(xué)
- Spring快速入門
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- PySpark Cookbook
- Yii Project Blueprints
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- Kotlin開發(fā)教程(全2冊(cè))