- 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.
推薦閱讀
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標(biāo)準庫
- Data Analysis with Stata
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運籌學(xué)
- Android 應(yīng)用案例開發(fā)大全(第3版)
- Learning DHTMLX Suite UI
- SQL經(jīng)典實例(第2版)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學(xué)版)
- Simulation for Data Science with R
- Java EE 7 Development with WildFly
- 循序漸進Vue.js 3前端開發(fā)實戰(zhàn)
- Learning Gerrit Code Review
- PHP從入門到精通(微視頻精編版)
- Hands-On Artificial Intelligence with Unreal Engine