Score Dont Count on the Droper!

Hey I got the objectHit script on the dropper and it turns to red when I bumb on it, but the score does not ++ when I bumb into it, it works well for all the other obstacles

Hi Gambit,

Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Have you already tried to add Debug.Logs to your code to see what is going on during runtime?

Maybe the score does increase but you cannot see that for some reason. That’s a fairly common problem in programming because code gets executed within milliseconds. We humans cannot read those things, so we have to, for example, log values into our console to see what’s going on at runtime. :slight_smile:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms