[Learn FPS game Unity3D mobile game development together with zero foundation] Chapter 1 Preparations

[Ultra-detailed 5-day easy learning to do FPS game Unity3D mobile game development] Chapter 1 Preparations

supporting resources

https://www.hxedu.com.cn/hxedu/hg/book/bookInfo.html?code=G0412830

1.1 Install Unity Editor

Download Unity2017.3.0 version, because this book uses this version, in order to be consistent with this book, I also use this version for learning to avoid unnecessary trouble.

There are all the resources of this book in the supporting resources, including the Unity editor (with the book resources/Unity editor), it is recommended that everyone download it in the supporting resources, of course, you can also download it on the official website by yourself, https://unity.cn/

1.2 Download and install Unity's Android plugin

[External link image transfer failed, the source site may have an anti-leeching mechanism, it is recommended to save the image and upload it directly (img-EYR7ATfG-1662175440477) (C:\Users\86132\AppData\Roaming\Typora\typora-user-images\ image-20220903105835967.png)]

  1. After the installation and registration are complete, open the software, create a project named MyFPSGame, and click the Create Project button. Select File/Build Settings or press "Ctrl + Shift + B", as shown in the figure:


insert image description here

insert image description here

  1. Select Android

insert image description here

  1. Click the button below to download, install and run the file, (or select the Android tool in the supporting resources to get the UnitySetup-Android-Support-for-Editor-2017.3.01.exe file)

insert image description here

During installation, you may need to close unity, restart unity after the installation is complete, and the information shown in the figure below appears on the right

  1. Click as shown in the picture


get this picture

  1. Install the Android SDK and JDK (in the book resources/Android tools)
    insert image description here

  2. Click on the image below

insert image description here
insert image description here

insert image description here

Select the installation path of the SDK and JDK just now
insert image description here

After the above operations, we have completed the pre-development environment setup.

Guess you like

Origin blog.csdn.net/weixin_45720193/article/details/126675388