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 trialPeter Price
4,007 PointsWhat programming language does the "How to make a video game" use?
I was wondering what programming language Nick Pettit uses as he makes a video game in Unity.
4 Answers
alex gwartney
8,849 PointsYea it uses c# for unitys game engine
Peter Price
4,007 PointsThanks Alex!
alex gwartney
8,849 Pointsyep not a problem also if i renumber right you can also use java script i think on unity's engine as well along with c++
Andrew Molloy
37,259 Pointsalex gwartney The languages you can script in in Unity are C#, Javascript and Boo. You can't use C++ but that's what you use to script in Unreal (maybe that's what you were thinking of).
alex gwartney
8,849 PointsYea that's what it was i couldn't rember i have messed with both but thanks for letting me know
Andrew Molloy
37,259 PointsAnd everyone forgets Boo, lol. In all my time working in Unity development and even among Unity employees and other devs I don't know anyone that uses Boo at all, certainly not in any serious context. (Inventor of Boo works at Unity so that's really why it was included, I always wanted to ask him if he uses it himself).
alex gwartney
8,849 Pointslol i never even heard of boo until you just mentioned it
Peter Price
4,007 PointsPeter Price
4,007 PointsDoes it use C#?