Search Unity

Cant get my script working

Discussion in 'Getting Started' started by warrenbrandt, Jul 6, 2019.

  1. warrenbrandt

    warrenbrandt

    Joined:
    Mar 3, 2018
    Posts:
    413
    Hi guys

    im following this asteroid tutorial



    and when i do the script part firstly my visual studio 2019 has no intelisense with unity words like GetAxis etc etc

    but also it keeps telling me there is something wrong with the script, even when i just have variables created

    what is the best ide to work with unity? vs2019?

    anyways any help appreciated

    also i have the latest version of Unity installed and there are no further updates when i try update.
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,780
    Make sure, you use same version of Unity, that tutorial was made with. Not the latest, as there were most likely too many changes in the engine since then.
     
    Last edited: Jul 6, 2019
    Joe-Censored likes this.
  3. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    What are the errors, exactly? Especially the first error? (Copy and paste it please.)
     
  4. Deleted User

    Deleted User

    Guest

    Use a version of Unity that has an "f" in its name, not one that has an "a" or a "b". If the tutorial is old, you might not be able to install the version that was used to make it.
     
  5. warrenbrandt

    warrenbrandt

    Joined:
    Mar 3, 2018
    Posts:
    413
    thanks all