- 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.
推薦閱讀
- 程序員修煉之道:程序設(shè)計入門30講
- Reporting with Visual Studio and Crystal Reports
- Java 開發(fā)從入門到精通(第2版)
- 潮流:UI設(shè)計必修課
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)第3版
- Building a Home Security System with Raspberry Pi
- 樂高機(jī)器人設(shè)計技巧:EV3結(jié)構(gòu)設(shè)計與編程指導(dǎo)
- Apache Karaf Cookbook
- Scala謎題
- 算法訓(xùn)練營:提高篇(全彩版)
- Drupal 8 Module Development
- Quantum Computing and Blockchain in Business
- JBoss:Developer's Guide
- 零基礎(chǔ)學(xué)C語言(升級版)
- Zend Framework 2 Cookbook