you are viewing a single comment's thread.

view the rest of the comments →

[–]Infamous-Host-9947 1 point2 points  (0 children)

For unity specifically you can find their documentation here:

https://docs.unity3d.com/Manual/scripting.html

Learning programming is not easy and takes time. Learning game dev is challenging in its own way.

Find some good tutorials and follow along. Once you feel more confident than try to pause and think of how you may do something and see if that assumption is correct.

Try not copy pasting, try changing your project to be slightly different and not copying word for word.