diff --git a/Assets/hello.cs b/Assets/hello.cs index 0970a3c..0d6f6e9 100644 --- a/Assets/hello.cs +++ b/Assets/hello.cs @@ -8,6 +8,7 @@ public class hello : MonoBehaviour void Start() { Debug.Log("test for gpt code review"); + Debug.Log("hello2"); } // Update is called once per frame