Hello All,
I’m learning to pay attention to the red underlined code before even attempting to run scripts. Upon looking at the changes in the lecture project my line 1 was missing so I added “using System” but I noticed that the class MonoBehaviour isn’t defined along the majority of the remaining code where is the defining code supposed to be? why is it missing?? what am I doing to generate these errors???
EDIT: after doing some digging and paying closer attention to the generated errors I discover: “\Microsoft.CSharp.Core.targets” seems to be missing!?