본문 바로가기
unity3d

c# window output

by java개발자 2017. 11. 22.

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