Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

Scripting Help for Beginners

Discussion in 'Scripting' started by joelmappa, Sep 22, 2015.

  1. joelmappa

    joelmappa

    Joined:
    Aug 8, 2013
    Posts:
    2
    Hello,i am new in Unity 3D i am learning how to use it.
    I tried watching the Scripting Tutorial but i do not understand a thing

    for example on the first tutorial we put this
    using UnityEngine;
    using System.Collections;
    public class MainPlayer : MonoBehaviour {
    // Use this for initialization
    void Start () {

    }

    // Update is called once per frame
    void Update () {


    }
    }
    it was a bit like this
    So where can i find a very detailled tutorial for absolute beginners
    using UnityEngine; is the only thing who seems logic to me
    what are system.collections
    public class MainPlater
    void start
    etc...
    and why are there } and (){
    things like this everywhere

     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    7,851
    JoeStrout likes this.
  3. alexikari

    alexikari

    Joined:
    Aug 31, 2015
    Posts:
    21
  4. Nubz

    Nubz

    Joined:
    Sep 22, 2012
    Posts:
    553
    C# for dummies was great for me when I started.
    Even though I still don't understand a lot of it haha but that's due to me being lazy and not finishing the book or learning new things often enough.
     
  5. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    The yellow book is also good.