Search Unity

Artist new to Scripting(Javascript) in Unity

Discussion in 'Getting Started' started by Gorilla-Man, Feb 6, 2015.

  1. Gorilla-Man

    Gorilla-Man

    Joined:
    Dec 1, 2012
    Posts:
    3
    I've been making assets for games and art for a while, but want to learn scripting in Unity.
    My current experience with java script is the code academy course and the digital tutors scripting in Unity series.

    Any suggestions on how to get better?

    p.s.
    I'm currently digging through the Unity Scripting reference trying to familiarize myself with different "events?" and and other elements like that.

    :)
    Anything is helpful, danke
     
    Last edited: Feb 6, 2015
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Nothing beats practice. Just keep writing scripts.

    --Eric
     
    angrypenguin likes this.
  3. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,620
    Yeah, pick small but specific things to do, and do them. I always suggest small games for this - Space Invaders, Pong, Breakout, etc. are all great exercises.
     
  4. Gorilla-Man

    Gorilla-Man

    Joined:
    Dec 1, 2012
    Posts:
    3
    Thank you. It helps a lot having some direction.