- Learning C# by Developing Games with Unity 5.x(Second Edition)
- Greg Lukosek
- 100字
- 2021-07-09 20:03:30
Creating a C# script file
We are now ready to create a new C# file in our learning project:
- Create a new Unity project and name it
Learning Project
. - Right-click on the Project tab and create a folder named
Scripts
. - Right-click on the
Scripts
folder, as shown in the following screenshot, and create a C# script: - Immediately rename
NewBehaviourScript
toLearningScript
.
We have created the Scripts
folder, which we will be using to organize our C# files. This folder will contain all of our Unity script files. We have also used Unity to create a C# script file named LearningScript.cs
.
推薦閱讀
- Android項(xiàng)目開發(fā)入門教程
- LabVIEW Graphical Programming Cookbook
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 軟件架構(gòu):Python語言實(shí)現(xiàn)
- INSTANT OpenNMS Starter
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 微信小程序入門指南
- Selenium Testing Tools Cookbook(Second Edition)
- 從零開始學(xué)Linux編程
- Visual Studio 2015高級(jí)編程(第6版)
- OpenCV with Python By Example
- Test-Driven JavaScript Development
- HTML+CSS+JavaScript編程入門指南(全2冊(cè))
- Visual Studio Code 權(quán)威指南
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)