+ 18
Can i jump into Unity 3d after completing C# course from solo learn ?
is sololearn C# course is sufficient or I need to learn more . please help me guys
4 Answers
+ 7
yes you can go.
we need very less advanced topic for unity.
+ 6
Yes you can. However, you will need to get familiar with MonoBehaviour and the UnityEngine library by trying very small projects.
- 1
nope u just get an idea of c# but in unity some extra libraries are used so better learn them and jump
- 3
I wouldn't do that. It's best to learn more advanced c# concepts and maybe try out XNA Framework first. That way you get an idea of how a game runs different threads and updates and has a clock/tick system. You could make games in unity without this knowledge, but they won't be very good.