- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 111字
- 2021-07-02 19:59:33
Working with C# script files
Until you learn some basic concepts of programming, it's too early to study how scripts work, but you still need to know how to create one.
There are several ways of creating a script file using Unity:
- In the menu, navigate to Assets | Create | C# Script
- In the Project tab, navigate to Create | C# Script
- Right-click on the Project tab, and from the pop–up menu, navigate to
Create | C# Script
All of these ways create a .cs file in the Unity Assets folder. From now on, whenever I tell you to create a C# script, use whichever method you prefer.
推薦閱讀
- Learning Scala Programming
- Flask Blueprints
- Vue.js前端開發基礎與項目實戰
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Java虛擬機字節碼:從入門到實戰
- 零基礎學Python數據分析(升級版)
- Scientific Computing with Scala
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- C#實踐教程(第2版)
- Julia高性能科學計算(第2版)
- 從Java到Web程序設計教程
- Mastering Linux Security and Hardening
- 計算語言學導論
- HTML5 WebSocket權威指南