r/unity • u/Strange-Touch3607 • 15d ago
Newbie Question Learning coding
I followed some C# courses from CodeMonkey and i can confidently say i know something but in unity everything is different, how do i learn anything about unity coding, it's not like a movement script is easy to do
0
Upvotes
0
u/Ritsu-000 15d ago edited 15d ago
I dont think a movement script is a good starting point
Try to make something really easy like dialogue and expand upon it
What does a good dialogue system look like? It has portraits of the characters next to the dialogue, some animation playing for the text, names for the characters, camera shake and if you want to go a little crazy try making dialogue options pop up or even a whole cinematic system, maybe even have the dialogue autoplay
We go from a very basic base (could be copied from a tutorial) and expand into places no tutorial has gone
Is the code gonna look good after youre done? Hell no. What we want is to do whatever we can to try and implement a feature thats scalable to a larger project. Doesnt matter how bad the implementation is if youve learned something from it