Here’s my problem. I’ve started down the path of learning a few languages but I have a relative that works with Microsoft in software developing. Each time I start a new language he keeps telling me he doesn’t that I can make a game with that language. I’ve learned some of C++ (College courses) Java, JS, C, and C# I believe(mostly on my own and through things like code academy). And each time he tells me he doesn’t think a full game can be made with that language. For instance during learning C++ in a college course I picked up UE4 because it uses C++ and I thought oh good it uses a language I’m learning now so maybe it will work but he said he doesn’t think so. He does keep recommending Unity but whenever I used it in the past it seemed like I NEED some programming knowledge of a language they use for it. So CAN I use JS to get started on making a game? Like will using solely JS and unity work to make a full game that I can test and get better with? I don’t even need to know which language is the best. I JUST need to know what I CAN use to get me from start to finish. I’ve been at this for years and it’s driving me bonkers. Please help! (also sorry if this is posted again somewhere else. It made me login after I hit post and I apparently never made a username and doing that may have made me lose the post. And I can’t find it.)
There are several
C#, UnityScript (aka JS but not true JavaScript) and Boo
It all depends on what your preference is though you will get the most benefit from C#
See this 1
C# Would be the most affective way to do it in unity ,as it has the most support ,specially you will find more help on youtube and stuff to start learning to create a full game in C# ,you will find plenty of help over there ,and it totally depend on you if you are comfortable with java by all means go for it.
hope this helped
C# is annoying as hell but it has the most support and it has some features that JS/US doesn’t have, I use JS but I sometimes have to use C# due to that problem, I should’ve started with C#.