Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity 2D for side scrolling brawler

Discussion in '2D' started by ChrisSomething, Nov 24, 2013.

  1. ChrisSomething

    ChrisSomething

    Joined:
    Oct 4, 2013
    Posts:
    5
    I'm new here so I'm sorry if I'm posting in the wrong place. I just wanted to know if it's possible to make a game similiar to Castle Crashers or Dragon's Crown using Unity 2D. I want to make a side scrolling beat 'em up with that depth where you have to be on the right line to hit your enemy. Can you do this with Unity 2D?
     
  2. Spinnernicholas

    Spinnernicholas

    Joined:
    Jan 24, 2013
    Posts:
    125
    Yes, that is possible in Unity. It will require a moderate amount of coding, but not to much.

    I would split the possible depth range into regions(lanes) and separate the sprites on each region into separate layers for physics.
     
  3. ChrisSomething

    ChrisSomething

    Joined:
    Oct 4, 2013
    Posts:
    5
    Thank you for the help. I was thinking of doing something similar.