So I’m new to programming and I don’t quite know how to convey my question(s) simply. I’ve been working a small bit with learning c++ as I’ve seen that it’s got some great potential with a rather steep learning curve. I originally wanted to learn programming to try to make some indie games for mobile devices(android or iOS) but I’m still kind of in the dark as to where to really even begin.
I’ve noticed in tutorials for Unity that it uses c#. So is this where I should start instead of c++?
If you want to learn unity yes you should start with C#. 99% of what you will do in unity will be C#, you will only need C++ if you are writing native plugins for a platform and just starting off you will never be in a situation where you need to do that.
Also C# should be a lot easier as a starting langauge for you, and your skills learned in it will carry over to other languages as well.
You should look at the Unity’s Learn section for some simple stuff to start on.
Little knowledge about what exactly? I’ve been checking out that Learn section of Unity’s website and I’ve actually found it to be quite helpful. If at least for learning the concepts so far. What I’m trying to learn is where to start and which language(s) would be most beneficial to learn initially and be able to create a project and actually SEE my project come to life from basically scratch.