using System.Diagnostics;
namespace ConsoleApp2 {
class Program {
static void Main(string[] args) {
Debug.WriteLine("A");
}
}
}
'unity3d' 카테고리의 다른 글
| magicaVoxel shortcut & command (0) | 2017.11.24 |
|---|---|
| visual studio 2017 shortcut (0) | 2017.11.23 |
| namespace could not be found (0) | 2017.11.22 |
| Vector3 (0) | 2017.11.16 |
| Unity 5 - Roll a Ball game (0) | 2017.11.12 |