Search Unity

Car Wizard

Discussion in 'Editor & General Support' started by nickavv, Sep 28, 2006.

  1. nickavv

    nickavv

    Joined:
    Aug 2, 2006
    Posts:
    1,801
    I moved the Car Wizard and Car-Related scripts over to my projects' assets and now it gives me the error of "The name 'ScriptableWizard' does not denote a valid type" on line 5 of CarWizard.js Why isn't it working? Thanx
     
  2. Jonathan Czeck

    Jonathan Czeck

    Joined:
    Mar 17, 2005
    Posts:
    1,713
    They're Editor scripts, and thus belong in your Assets/Editor folder.

    -Jon
     
  3. Aras

    Aras

    Unity Technologies

    Joined:
    Nov 7, 2005
    Posts:
    4,770
    Note: only the CarWizard is the editor script and must be in Assets/Editor folder, the rest can be elsewhere.