Problem during the course

Hi,

I followed the video and I got an error which I don’t know what I did wrong. Please, help me figure this out. Thank you so much.



Change Debug.Log to UnityEngine.Debug.Log and you’ll be right.

Thank you!

Debug exists in both the UnityEngine and System.Diagnostics namespaces. You could just remove using System.Diagnostics; 'cos you don’t need it.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms