unity-platformer icon indicating copy to clipboard operation
unity-platformer copied to clipboard

Unity platformer framework: IA, Ladders, Jumps, WallStick, WallJumps, Slopes, MovingPlatforms, OneWayPlatforms/Walls, Ropes and more...

Results 25 unity-platformer issues
Sort by recently updated
recently updated
newest added

Some problems raise again from the order of things are executed. First: Rename IUpdateEntity -> PlatformerEntity Now we have two events: PlatformerUpdate & LatePlatformerUpdate Moving Character in PlatformerUpdate is not...

bug

If you face this problem, tag you moving platform as `MovingPlatform&OneWayPlatforms`. Labelled as `wontfix` atm (may change if people need a proper fix).

bug
wontfix
caveat

I am a Indie Game developer.. Do I Please use your code in my Commercial Game..??

Hi, How can I create mobile game? How can handle inputs?

- Attack block? - Multiple animations - Combo attacks

enhancement
help wanted

Right now there is a very basic gravity change support. Not supported * slopes * right/left gravity * jumping It just now what is above/below and raycast propely. My usage...

enhancement
help wanted
caveat

tutorial https://unity3d.com/learn/tutorials/topics/scripting/persistence-saving-and-loading-data

Class for handling how to react to depth (z) changes. There are three things to do: * Change sortingOrder * Change sortingLayerID * Change transform.scale (X/Y) Class should affect a...

enhancement
help wanted

Experimental, to think about it... - [ ] Add/Remove to forbiddenActions - [ ] Add with a timeout forbiddenActions - [ ] forbiddenAction doesnt "WantsToUpdate" Uses: remove and action while...