bmanGH / 2DPlatformer-Tutorial

A 2D Platform Controller in Unity

Home Page:https://www.youtube.com/playlist?list=PLFt_AvWsXl0f0hqURlhyIoAabKPgRsqjz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A 2D Platform Controller in Unity

https://www.youtube.com/playlist?list=PLFt_AvWsXl0f0hqURlhyIoAabKPgRsqjz

License:MIT License


Languages

Language:C# 100.0%