- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 144字
- 2021-07-02 19:59:34
Opening LearningScript in MonoDevelop
Unity will synchronize with MonoDevelop the first time you tell it to open a file for editing. The simplest way to do this is by double-clicking on LearningScript in the Scripts folder (provided in the example project). If your project is empty, don't worry, you can create a new C# script that will contain the exact same information. To do it, you just need to right-click inside the Assets tab and select Create | C#Script. It might take a few seconds for MonoDevelop to open and sync.
Our window should look like this:

MonoDevelop launched with LearningScript open and ready to edit.
What we see now is a default C# script structure that Unity creates. It contains information on what namespaces are used in the script, the class definition, and two methods that Unity adds by default, as shown here:

- SQL Server 從入門到項(xiàng)目實(shí)踐(超值版)
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- 深入理解Android(卷I)
- Mastering AWS Lambda
- Mastering Zabbix(Second Edition)
- 深入淺出Electron:原理、工程與實(shí)踐
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- 小程序,巧運(yùn)營:微信小程序運(yùn)營招式大全
- C語言從入門到精通
- 一本書講透Java線程:原理與實(shí)踐
- Spring Security Essentials
- 軟件測試綜合技術(shù)
- Learning Nessus for Penetration Testing
- Python 快速入門(第3版)
- Practical Linux Security Cookbook