Search Unity

Car Tutorial

Discussion in 'Editor & General Support' started by Mindless_Soul, Aug 31, 2006.

  1. Mindless_Soul

    Mindless_Soul

    Joined:
    Feb 1, 2006
    Posts:
    128
    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.

    Code (csharp):
    1. using UnityEngine;
    2.  
    3. /* Line 3 -> */ public class Detonator : DamageReceiver
    4. {
    5.  
     

    Attached Files:

  2. hsparra

    hsparra

    Joined:
    Jul 12, 2005
    Posts:
    750
    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.
     
  3. Mindless_Soul

    Mindless_Soul

    Joined:
    Feb 1, 2006
    Posts:
    128
    Huh. That's very odd. I saved it and yeah that fixed it.
    Thanks.