• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps help about Unity 3D.......

Qualcomm

Newbie
hi guys

i want to learn biuld 2D or 3D games for android using Unity 3D.....but i dont have a good knowledge in unity 3D.........i only want learn developing android games from zero

what should i do?????????????? please i need help

i want a good book for learning java script for unity 3D in android development........i had searched so much in google but i didnt fine agood toturial........please some one help me im gonna crazy




thank u
 
Making games is not as simple as learning one engine or another. You need a working knowledge of what goes into making video games, regardless of which engine you use. What is your current programming experience?
 
If that is the case, then you probably should start learning to program before you even begin to think about programming a game. The language you learn with is irrelevant because as long as you understand the concepts, you cna easily adapt them to the proper syntax. With that said, most people recommend steering clear of C++ as a beginner, as there is a lot of syntax and it is very easy to mess things up due to its low-level nature. I, however, don't like that train of thought and believe that C/C++ is the best language to start out with because you need to understand how everything works (i.e. pointers, memory allocation, etc..) to trule understand and appreciate the higher language offerings such as C# and Java.

Note that mose modern engines, such as Unity and UDK, use a scripting interface such as javascript, boo, or even C#. This is done to seperate the game play code from the lower level engine code. While this is nice for beginners, you still need to understand how to program in order to make any use of this.

Your first task is to learn the basics of programming.
 
Back
Top Bottom