Hi what language do I need to learn to start programming in unity? Can I learn it on code academy?
\$\begingroup\$
\$\endgroup\$
5
-
\$\begingroup\$ C#. Code Academy says they teach it, which makes sense, it's a major language. \$\endgroup\$Foxwarrior– Foxwarrior2020-04-01 19:40:22 +00:00Commented Apr 1, 2020 at 19:40
-
1\$\begingroup\$ Downvoted due to lack of research effort. \$\endgroup\$disc_code22– disc_code222020-04-01 19:41:07 +00:00Commented Apr 1, 2020 at 19:41
-
1\$\begingroup\$ I have to agree with disc_code22 that this question does not demonstrate research effort. A good habit is to type your question into your search engine of choice first, before posting here. Especially for a popular engine like Unity, you'll tend to find lots of existing answers and even whole tutorial series or sample projects to get you started. \$\endgroup\$DMGregory– DMGregory ♦2020-04-01 19:43:02 +00:00Commented Apr 1, 2020 at 19:43
-
\$\begingroup\$ Ok I'm new here sorry \$\endgroup\$Kyran Clancy– Kyran Clancy2020-04-01 19:43:35 +00:00Commented Apr 1, 2020 at 19:43
-
1\$\begingroup\$ No worries - downvotes aren't the end of the world. Please visit the help center and take our intro tour to get acquainted with how this site works. If you stick with it, you'll be sharing high-quality, upvoted questions and answers in no time. :) \$\endgroup\$DMGregory– DMGregory ♦2020-04-01 19:46:40 +00:00Commented Apr 1, 2020 at 19:46
Add a comment
|
1 Answer
\$\begingroup\$
\$\endgroup\$
2
Unity scripts use C#.
There are courses available to learn C# on nearly every major code learning platform, including code academy.
-
\$\begingroup\$ Is it a modified version or just regular? \$\endgroup\$Kyran Clancy– Kyran Clancy2020-04-01 19:42:47 +00:00Commented Apr 1, 2020 at 19:42
-
1\$\begingroup\$ @KyranClancy Unity has its own API that you'll be interfacing with, but the C# language itself is standard .NET 2.0 or 4.x, depending on the profile you select for your project. \$\endgroup\$2020-04-01 19:45:10 +00:00Commented Apr 1, 2020 at 19:45