Search Unity

Platformer Idea...

Discussion in 'Works In Progress - Archive' started by DaVeF101, Jul 2, 2015.

  1. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134


    - No Rigidbody2D. All raycasting and colliders on Player and platforms.
    - Custom 2D Shadow shaders.
    - Application.LoadLevelAdditiveAsync used.
    - Custom 2D Camera follower.
    - Weapon pick up manager/interaction.

    Let me know what you think..
     
    Last edited: Jul 6, 2015
    theANMATOR2b and GarBenjamin like this.
  2. GarBenjamin

    GarBenjamin

    Joined:
    Dec 26, 2013
    Posts:
    7,441
    Good environmental interaction so far. The walking, jumping, falling, wall jump-climbing and platform riding seem well done. Cool idea with the wall jump-climbing. Looks like a solid foundation for a game.
     
  3. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134
    Thanks for watching and the feedback :)
     
  4. Senladar

    Senladar

    Joined:
    Jan 1, 2015
    Posts:
    45
    Looks awesome, love the art style and the controls look like they are very smooth.

    I've been trying to get solid platformer controls working, but have been having a lot of issues.
     
  5. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134
    Thanks :)

    I started with using Rigidbodies but just couldn't get it consistent and ran into all sorts of problems with collisions. What you see here is Raycasting in all four directions, detecting hits. The jumping and gravity are all calculated and the velocity applied to the player. This gives total control over jumping through and on platforms.
     
    Last edited: Jul 4, 2015
  6. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134
    Work to do over the next few weeks: develop a robust AI system.

    I'll post another video when I'm satisfied with it for feedback.
     
  7. zenGarden

    zenGarden

    Joined:
    Mar 30, 2013
    Posts:
    4,538
    It's very similar to Cori 2D engine or 2D platformer Pro.
    Are you making another plugin or a game ?
     
  8. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134
    I may put this up as a plugin.. I'm not sure yet.

    If there's an interest in that, then I probably will.
     
  9. zenGarden

    zenGarden

    Joined:
    Mar 30, 2013
    Posts:
    4,538
    There is at least 3 good 2D kits, if you don't bring totally astonishing things , i don't see the interest fo another 2D platformer plugin.
     
  10. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134
    That's a good point. Would there be anything you'd like to see added?
     
  11. zenGarden

    zenGarden

    Joined:
    Mar 30, 2013
    Posts:
    4,538
    They are very complete and Platformer Pro is even more complete.
    http://forum.unity3d.com/threads/wip-platformer-pro.223395/

    What you can do is first adding at least the same possibilities that will take you some year.
    Then add new game machanics not present in other packages or a better plugin more easy to use when we must integrate our own characters and ennemies.
    The subject is really covered until you bring lot of new gameplay.
     
  12. DaVeF101

    DaVeF101

    Joined:
    Sep 7, 2014
    Posts:
    134
    I'll check out the other packages and see if I can add anything extra.

    Thanks for your reply.