Debug.log Unity
Debug.Log("Hello, World");
Comfortable Caterpillar
Debug.Log("Hello, World");
int bottom = 0;
int top = 10;
Debug.Log(++bottom);