+ 2
After learning c# in sololearn.. will I be able to script a game in unity??
7 Answers
+ 6
Unity offers many free tutorials to help you get started, and you can find much more tutorials on YouTube đ
Sololearn is a good place to build your foundation and ask questions, but not really a source for learning hands-on experience in game development for Unity đ
If you're looking for courses, you can try Udemy, they're on sales every now and then, you just need to find the courses that are suitable for you
+ 5
Yup with lil practice ... go ahead đđ»
+ 3
Saood Aga
As Martin already mentioned, you need to learn about Unity API, you'll most likely deal with event triggers or anything that UnityEngine has to offer, it's not hard but you need to at least have a basic understanding of how games work, for example every computer has different fps and you'll need to figure out how to make sure the game still runs the same no matter the fps
+ 2
Well, to me you must practice whatever you learned here and create small programs and tinker with them. That will help you learn more and open the path to learn how to properly design games. It's not easy, C# is more complicated in Unity.
You can take a few courses & tutorials on Youtube to prepare yourself then you can start making scripts make sure to start with basic things and not overwork yourself.
0
Will it be too hard to learn unity's coding way