Unity
Unity copied to clipboard
Scripts not debugging/running in unity 2020.6.
-->
Description
Steps to Reproduce
- Download Visual Studio Code and install all necessary plugins.
- Log a message in the console with Debug.Log method.
Expected behavior: Message appear in console.
Actual behavior: Nothing happens.
Additional Information
I am on windows and new to unity. I have tried reinstalling unity 3 times and I still have the same problem. Any help would be appreciated.
Look in the unity Console.

https://docs.unity3d.com/ScriptReference/Debug.Log.html
Note that Unity also adds Debug.Log messages to the Editor and Player log files. See https://docs.unity3d.com/Manual/LogFiles.html for more information about accessing these files on different platforms.
please close this issue