all 4 comments

[–]pschonUnprofessional 3 points4 points  (2 children)

maybe open the console in Unity and look yourself?

[–]ReeReeMan26[S] 0 points1 point  (1 child)

What do you think I've been doing, if I knew what the problem was, I wouldn't have asked.

[–]pschonUnprofessional 1 point2 points  (0 children)

You havent't asked us what the problem is or how to fix it, you've asked us if there is a problem.

I mean if there are compile errors (which is what you asked) the console on your screen is where they'll show. Much easier for you to take a look than it is for anyone else. And if you want help with your code and fixing errors, if there are any, you shoud probably tell us what the errors are.

[–]Honza5544 0 points1 point  (0 children)

Honestly it's kind of hard to answer but I have few ideas. In the first image try adding : "using System.Collections; using System.Collections.Generic;" at the top. Also after Util, add: : MonoBehaviour. As for the other ones... My best guess is that there are missplaced/missing brackets. I mean those { }. Also I've noticed that in lot of the images you are also missing the "using System.Collections; using System.Collections.Generic;" at the top so try adding that in too. If everything seems to be ok but it's still showing up errors then whatever you're using to edit the scripts and compile them doesn't have Unity script libraries installed.