https://github.com/seblague/2dplatformer-tutorial
A 2D Platform Controller in Unity
https://github.com/seblague/2dplatformer-tutorial
Last synced: about 1 year ago
JSON representation
A 2D Platform Controller in Unity
- Host: GitHub
- URL: https://github.com/seblague/2dplatformer-tutorial
- Owner: SebLague
- License: mit
- Created: 2015-04-03T19:50:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T11:19:25.000Z (about 9 years ago)
- Last Synced: 2025-03-28T20:09:42.514Z (about 1 year ago)
- Language: C#
- Homepage: https://www.youtube.com/playlist?list=PLFt_AvWsXl0f0hqURlhyIoAabKPgRsqjz
- Size: 808 KB
- Stars: 672
- Watchers: 63
- Forks: 252
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.