Concept Flow - Debug.Log for debugging
Start Program
Code runs
Debug.Log called
Message sent to Console
Developer reads message
Fix or understand code
End or continue
The program runs and when Debug.Log is called, it sends a message to the Unity Console for the developer to see and understand what is happening.