Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGabriel E
8,916 PointsAny ideas for where to learn game design?
Hi there, I've completed the How to make a Video Game course with Nick Pettit about a month ago. I'm now working on the mobile game design course. Basically I have a helicopter that is completely finished and animated (the propeller moves rapidly), but I need a way to code it. I placed the completed helicopter asset in Unity, and sure enough, the asset executes the correct animation. Does anyone have any suggestions on a course, or some source of help I could obtain to working on this project as coding and scripts go? I hope I'm not missing something in the huge world of coding... Thanks all!
Gabriel E
8,916 PointsHey Farouk, Ok, thanks alot! I wasn't really sure about that. Anyway, to go into more detail, I've create script components to my game objects, but other than Nick's course (how to make a video game...which is great!) where could I find good places to learn about what makes my character go up and down? Thanks!
Farouk Charkas
1,957 PointsOh okay. You see, I am not in the Game industry. I develop apps and websites but there is always lynda.com.
1 Answer
Alan Mattan贸
Courses Plus Student 12,188 PointsLINKS In Orther :
TreeHouse
Unity Basics: https://teamtreehouse.com/library/unity-basics
Making 3D modell :https://teamtreehouse.com/library/3d-art-with-maya-lt
Make simple video game: https://teamtreehouse.com/library/how-to-make-a-video-game
Unity Post Process Effects: https://teamtreehouse.com/library/image-effects-in-unity-2
Cameras in Unity: https://teamtreehouse.com/library/cameras-in-unity
Learn C# basics: https://teamtreehouse.com/library/c-basics
and Unity
Farouk Charkas
1,957 PointsNice job Alan Mattano
Farouk Charkas
1,957 PointsFarouk Charkas
1,957 PointsHello Gabriel Donley.
First of all, welcome to the huge world of coding. Well, funny enough. Take the actual class 'Game Development'. But the Unity engine runs in C# (C sharp) and ECMAScript (JavaScript inspired syntax) and Boo (Python inspired syntax). Hopefully that gives you a start.
Sincerely, -Farouk