hello again im new and i just had another question,
in unity is their a tutorial or anything for getting started and will i have to know any programming to make a game in unity or is it optional. and how can i learn a basic form of programming?
what type of programming is used in video games im pretty sure C++ is. so how can i learn it.
thanks
There are some ‘visual scripting’ tools available for Unity, but I can’t speak to those directly (and in any case, I’m sure you’d still need to have a good understanding of game logic and program flow to use them).
Aside from that though, yes, you have to know how to program to use Unity. But, you can learn as you go (as many do).
C++ is still widely used for game development, for with Unity you’ll be using C#, UnityScript, or Boo (which are the three scripting languages that are supported in Unity).