Artist new to Scripting(Javascript) in Unity

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.

:slight_smile: Anything is helpful, danke

Nothing beats practice. Just keep writing scripts.

–Eric

1 Like

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.

Thank you. It helps a lot having some direction.