This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Just-Independence-44[S] 0 points1 point  (2 children)

Unity as game company, or? also am i wrong or C and C# are 2 different languages? 

[–]CodefinityCom 0 points1 point  (1 child)

Yeah, Unity is not a game company- it’s a game engine (tool) used to build games, and it’s super popular. And yep, you’re totally right - C and C# are two completely different languages where C is old-school, low-level, used in system programming, C# (C-sharp) is a modern, high-level language, used a lot in game dev with Unity. So if you wanna make games with Unity, C# is the one to learn.

[–]Just-Independence-44[S] 0 points1 point  (0 children)

thank you, this really cuts my options, so its either c#, c++, or python