Where is the full project source code for tutorial 2D Platformer Character Controller?

Where is the project source code for this tutorial? It has a link to download asset package and there isn’t any project files to open it in unity editor.

Welcome!

The link on that page provides a .zip file which is the project. If you open Unity and choose ‘Open Project’, and select the folder ‘2DPlatformController’, Unity will open everything up that it needs to.

While Unity will generate .csproj files and such, it doesn’t use them for managing project state, and you typically ignore these files if you use a version control system such as Git.

2 Likes

Got it. Thank you!