- Unity 2020 Mobile Game Development
- John P. Doran
- 342字
- 2021-06-11 18:41:43
Setting up the project
Now that we have our goals in mind, let's start building our project:
- To get started, open Unity Hub on your computer.
- From startup, we'll opt to create a new project by clicking on the New button.
- Next, under Project Name, put in a name (I have chosen MobileDev), and under Templates, make sure that 3D is selected. Afterward, click on CREATE and wait for Unity to load up:

- After it's finished, you'll see the Unity Editor pop up for the first time:

- If your layout doesn't look the same as in the preceding screenshot, go to the top-right section of the toolbar and select the drop-down menu there that reads Layout. From there, select Default from the options presented:

In this particular build of Unity, at the time of writing, it appears as if there are some preview packages in use. This likely will not be the case in the future but steps to fix this will be included just in case.
- If the Preview Packages in Use button is visible on the toolbar (the icon looks like a package), select it and click on the Show Preview Packages... option:

This will bring up the Package Manager window, which will show a list of any packages that are not updated.
- In the right-hand menu, click on the Update to 3.0.0 button and wait for it to complete:

If all went well, the button should go away.
- Afterward, you can close Package Manager if needed, or click on the Scene tab to go back to the game editor itself:

We now have opened up Unity for the first time and have the default layout displayed!
If this is your first time working with Unity, then I highly recommend that you read the Learning the interface section of the Unity manual, which you can access at https://docs.unity3d.com/Manual/Learningthe
Interface.html.
Interface.html.
Now that we have Unity open, we can actually start building our project.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Intel Galileo Essentials
- 程序設計與實踐(VB.NET)
- Java 9 Concurrency Cookbook(Second Edition)
- OpenShift開發指南(原書第2版)
- Visual Basic程序開發(學習筆記)
- Microsoft Dynamics 365 Extensions Cookbook
- 從0到1:HTML+CSS快速上手
- Bulma必知必會
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 軟件架構:Python語言實現
- HDInsight Essentials(Second Edition)
- Active Directory with PowerShell
- WordPress 4.0 Site Blueprints(Second Edition)
- Java面向對象程序設計