diff --git a/Assets/hello.cs b/Assets/hello.cs index e78c365..5c6a18f 100644 --- a/Assets/hello.cs +++ b/Assets/hello.cs @@ -9,7 +9,7 @@ public class Hello : MonoBehaviour void Start() { numberOfUpdates = IncreaseCount(numberOfUpdates); - Debug.Log(numberOfUpdates); + Debug.Log($"numberOfUpdates:{numberOfUpdates}"); } // Update is called once per frame