I'm A beginner

Guys ,
I’m Benedict.I was using scratch for 2d gaming and now
am moving to Unity.I have a number of doubts which are given below:

    1)I am a single developer Can i make my living?
      2)Where can i find a complete tutorials for Unity in a single site(free)?
        3)I know a bit of C#,Javascript,Which language can i use in unity 3d?
          4)I am interested in learning Java Can i use it in unity?
            5)I want to make a racing game…Where can i find a complete tutorials?(Free)
            Please help me

1 Answer

1

Something like this would be much more suited to the forums - http://forum.unity3d.com/
Also a lot of what you asked can be answered just by reading a little about unity - don’t be lazy :wink:
However :

1.) That really depends how smart you are with how you approach development, marketing and monetization.
2.) http://unity3d.com/learn/tutorials
3.) Both.
4.) Yes.
5.) http://unity3d.com/learn/tutorials

Actually point 4 should be No Java and JavaScript are two totally different languages. You can't use Java in Unity (beside when you build native Android plugins). UnityScript (Unity's Javascript) also isn't real Javascript. It's similar to Javascript but fundamental things are different.