Skip to content

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

License

Notifications You must be signed in to change notification settings

sabbirahmedsr/unity-platformer

Repository files navigation

unity-platformer Build Status

===

Based on https://github.com/SebLague/2DPlatformer-Tutorial evolve in it's own beast.

This project is 5.5, I cannot garantee 5.4 compatibility of Assets but code should be OK.

API documentation

unity-platformer API

Installation

A package will be available soon, when everything is rather stable.

I don't even have develop/master setup... there is no stable version I'm still developing and reshaping the API.

Require Unity-Test-Tools to be installed in the project (or delete Assets/Tests)

Features

Tiles (Asserts/UnityPlatformer/Scripts/Tiles/)

  • Moving platforms
  • One way platforms (all four directions)
  • Ladders
  • Boxes (movable)
  • Jumpers
  • Ropes
  • Item (Pickable / Usable)
  • Tracks
  • ...

Artificial inteligence (Asserts/UnityPlatformer/Scripts/AI/)

  • Patrol
  • Projectiles
  • Jumpers

Character actions (Asserts/UnityPlatformer/Scripts/Character/Actions/)

  • Melee attacks
  • Wallstick/WallJump
  • Push boxes
  • Water (liquid) bouyancy
  • Climb/Descent Slopes
  • Crounch
  • Slip down big slopes
  • Use items
  • ...

Input (Asserts/UnityPlatformer/Scripts/Input/)

  • Keyboard / mouse (unity input)
  • Wii pad
  • CnControls

Known issues

https://github.com/llafuente/unity-platformer/labels/bug

TODO

https://github.com/llafuente/unity-platformer/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement

Caveats

https://github.com/llafuente/unity-platformer/labels/caveat

Wiki

The wiki contains the documentation along with the issues above

Hotswapping

unity-platformer support (mostly) hotswapping.

There are some limitations, like the character current actions is lost: Example: If character is grabbing will fall.

License

License is MIT Copyright © 2016 Luis Lafuente Morales [email protected]

Except a few files that are shared with Sebastian (https://github.com/SebLague)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.1%
  • Other 1.9%