Car Tutorial

I had the sudden urge to redo the car tutorial (the first time I did it I messed it up, badly)

I downloaded the incomplete version, opened it, and I get an error as soon as I open the project. I am not sure what it means. I have sent in a bug report, but in the mean time, how do I fix it?

I don’t understand what the problem is, I didn’t move anything, etc.

Thanks.

using UnityEngine;

/* Line 3 -> */ public class Detonator : DamageReceiver
{

Do you see a DamageReceiver script? If so, open it and save it to make sure it compiles. If you do not see one, then that is probably the problem.

Huh. That’s very odd. I saved it and yeah that fixed it.
Thanks.