diff --git a/Assets/Hello.cs b/Assets/Hello.cs index 69ab7c0..9788ba6 100644 --- a/Assets/Hello.cs +++ b/Assets/Hello.cs @@ -5,7 +5,7 @@ public class Hello : MonoBehaviour // Start is called once before the first execution of Update after the MonoBehaviour is created void Start() { - + Debug.Log("Hello"); } // Update is called once per frame