Search Unity

scripting suggestion

Discussion in 'Getting Started' started by Faksper, Mar 17, 2019.

  1. Faksper

    Faksper

    Joined:
    Feb 8, 2019
    Posts:
    20
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    I'd recommend finding a general C# tutorial outside of Unity, learn the basics, then come back to Unity. Sorry I don't have a specific recommendation, as I learned C# when people still used books.
     
    Antypodish likes this.
  3. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,779
    You can start from none scripting specific tutorials, as well from https://unity3d.com/learn/tutorials
    But if you got missing basics such as loops 'IF', 'While', logics 'AND', 'OR', etc. then searching for external sources could be good starting point.
     
    Joe-Censored likes this.
  4. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,194
    Just about everyone will recommend what helped them, but just because it helped them doesn't necessarily mean it will help you as everyone learns differently. Some people learn best with videos, some with text, some people don't need much assistance while others need it frequently, etc.

    Instead of pointing you towards what I think is the "right way" my recommendation is that you just try them and see how they work for you. If you decide the tutorials just aren't working for you then you can always try the alternatives, but until you've tried them you won't know if they're good for you or not.

    Speaking of books here is a link to a free electronic book.

    http://www.csharpcourse.com/

    And a link to an online compiler for trying out simple C# scripts.

    https://try.dot.net/
     
    Joe-Censored likes this.