- Home /
Unity Console not showing result
Hi I installed unity hub and added editor ''Unity 2021.1.7f1''. Now i wrote a simple script in Visual studio Code (VSC shows no error in it), the script is to just write something in the Console, here is screenshot of script
I attached the script to an empty object. Now on running the console shows nothing, here is screenshot Why is this happening? I am new so please forgive if it appears some very basic thing. Any help would be appreciated.
Answer by nicoleskryp · May 29, 2021 at 04:45 PM
The Start() method needs to be capitalized in order for it to be recognized and called at the start. Also as you mentioned you're new, good to note that these buttons on the Console window are clickable so if one isn't clicked that can also hide the output.