Great job! How long have you been working with the unity engine
Viewing post in Neverending parkour jam comments
I've been using Unity for over a year. Not long ago I launched my first game "Footsteps in the maze" which helped me to understand many things that I would not have understood if I kept watching tutorials without applying anything (Brackeys is the best channel in my opinion if you want to learn Unity).
Thanks again for playng the game ! :)
I know the feeling. The main idea when making a game in Unity is to remember what you did in each Script you made. For example, if you have 2 scripts that connect to the same GameObject, it is possible that the changes made to that gameObject through the first Script will affect the code of the second one. But it's not hard after you get used to it.