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
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.
– Bunny83