Unity starts learning to play games from zero basis (1) In order to realize your game, you need to do the preparations in advance

 

------- Xiaoji original, reprint please give me a face

  As the saying goes, if a worker wants to do a good job, he must have a computer ready now. Next, follow Xiaoji to build your development environment step by step.

1. Download and install unity

The one above is the cracked software, the following is the installation file of unity5.5.6, first double-click the installer

Click Next

Continue to Next after ticking

The first is a must for unity, and the second is a code programming tool. You can use the built-in MonoDevelop. If you want to use other software such as VS, Sublime, etc., you can not install MonoDevelop.

As for the advantages and disadvantages of each programming tool, you can decide after understanding it. Later, you can choose to use the default open tool in unity.

Next, choose an installation path, three suggestions

a. Don't install it on the system disk (Xiaoji's consistent style)

b. Don't have Chinese path (otherwise it may not work)

c. Don't be in the same tray with your goddesses (maybe not enough space)

Finish you're done

Double-click unity to open and use it. If you have a project, you can open it. If you don't have a project, you can create a new project (more on how to do it later)

2. Crack unity (non-essential link)

Double click to crack the program

 

Click Browse, select the path, and finally select Editor, see the path above, and then click Patch.

Then open Unity again. The panel is black, indicating that the crack is successful, and gray indicates that it was unsuccessful. Of course, you can also customize the color.

You can also view the information by clicking AboutUnity in Help.

3. Programming tools

Not the only option, here is only to talk about the problems that you may encounter with MonoDevelop

a. Double-click a script in Unity to indicate that gtk is missing and cannot be opened, click OK on the pop-up panel and then jump to the official website to download gtk

Download this and install it

After that, you can double-click to open the script programming normally.

(If the computer configuration is good, it is recommended to use VS, which has complete functions and powerful plug-ins, but it is slow to open, and if the computer performance is not good, use the comparison card)

b. Chinese cannot be displayed correctly (garbled characters)

Click Options under Tools, select Fonts, TextFonts according to the picture, and change the font

Click ok, you can display Chinese normally

About changing the background color or something, I won't be verbose here, it's ok if it doesn't hurt the eyes

4. SVN (optional)

Mainly for multi-person development, version management, code rollback, update iteration, branch opening, etc.

You need to download the corresponding 2 installers. The related installation methods and usage are a little complicated. There are also very detailed tutorials on the Internet, so I won't pay attention to them here.

 

Roll up your sleeves and get ready to start making games for the next article!

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325516633&siteId=291194637