# 2DPlatformer-Tutorial **Repository Path**: coco10086/PlatformerTutorial2d ## Basic Information - **Project Name**: 2DPlatformer-Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-31 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2DPlatformer The source code for the various episodes of my Unity tutorial series on creating a 2D platformer controller. Available to watch here: http://bit.ly/2DController Notes on implementation: The player object should have a player-specific layer assigned to it. This layer must NOT be included in the Controller2D's collision mask. Moving platforms should contain the player layer in their passenger mask.