+ 2
What language should I learn for making games? C++??? Idk what to do...
22 odpowiedzi
+ 6
c++ and c# are pretty good. they use the unreal engine and unity engine respectively.
Java and web languages( html,css,JavaScript)
are used to
+ 2
100% c# get into unity watch tutorial videos how ive made games in the past I started by making games based on complete youtube tutorials which is nice to learn gow to use the engine but once you start to understand how things work in the engine the unity forums, unity manual, and individual tutorials help alot. unreal engine uses c++ but more comonly people use the blueprint code which is block code. but once you learn languages like c# and understand what does what you should be able to understand how block code works.
+ 2
yes
+ 2
but if you wanting to learn it to make games I would just learn by making games
+ 2
in my opinion Blender game engine is better cause has also a graphic part with wich you can make 3d objects for your games but i know that Blender is a bit difficoult to use. (on Blender you can use python to make scripts and python is very simple so it can be a good thing)
+ 1
the unity manual contains the entire api used for unity. everything you can do with unity is there + a small example scirpt. for example: if you googled “how to shoot a bullet out of a gun in unity” you might get a unity forums post wirh the whole script but then if you dont understand the principle of something such as instantiating an object you could google “instantiate object in unity” and the unity website would have an example code. like “Instantiate(Bullet, GunBarrel.transform.position, GunBarrel.transform.rotation)
+ 1
C++ uts worth
0
c++ has been used to make games, and is used with unreal engine, Wich is probably the best engine to use to get a job, and it can be used in many other career paths. if your going indie, then either game maker or unity with c#
0
Okay. first...is unity like 3d stuff? Like what's the "unity forums" and "unity manual"??
0
unity is mainly 3d, with a 2d version
0
unity forums are a place where people can discuss unity stuff, and the unity manual is the manual for unity
0
Alright. I get all that.
So, I'm stuck between C++
And C#.....
0
unity is easier to learn and there is alot more tutorials on it so I would go with unity and c#
0
so, I should learn C#
0
unless you want a career in game development, the unity c++
0
alot of big games are made with unreal engine but unity is a great place to start and unreal is easier to pickup if youve used another engine before
0
true, unreal is a bit difficult
0
Where do I learn to just make games with C#?
0
unitys website has great tutorials
0
unity website has some good tuts, also the channel Brackeys is a good one