- 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
.
推薦閱讀
- Clojure Programming Cookbook
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 一步一步學Spring Boot 2:微服務項目實戰
- TypeScript入門與實戰
- PyTorch自動駕駛視覺感知算法實戰
- Vue.js 3.x從入門到精通(視頻教學版)
- MariaDB High Performance
- Learning Apache Kafka(Second Edition)
- Visual FoxPro程序設計
- Python時間序列預測
- Mastering Git
- C# and .NET Core Test Driven Development
- Python Data Science Cookbook
- Fastdata Processing with Spark
- Hands-On Robotics Programming with C++