Skip to content

Kanba1/platformer-movement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

platformer-movement

Everything from the video and now more! Now Includes: Dashes, Wall Jumps, Slide and State Machine

Guide to the Scripts

Player Data

A scriptable object that contains all the parameters for your player eg: maxRunSpeed, jumpForce etc

Advanced Player (recommended)

  1. My recommened platformer script
  2. Has all the features shown in the video, with some bonus stuff
  3. Great if you're looking to upgrade your platformer script

State Machine Player

  1. The most complex and expandable platformer system
  2. A Finite State Machine is a great architecture if you're planning to work on your game for a long time and increase the complexity
  3. Allows full incredible flexibility
  4. Can require more time to implement and upkeep

Basic Player (very broken lol)

  1. Ignore for now
  2. Will later be used to show contrast between player types

About Me :D

My Discord: https://discord.gg/XkuKREkdVf Best place to ask me questions or chat :D

My Twiiter: https://twitter.com/DawnosaurDev Keep up with my game dev journey and new platformer mechanics!

Thanks so much for checking this out <3

Dawnosaur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ShaderLab 48.5%
  • C# 43.0%
  • HLSL 8.5%