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

Roguelike question

Discussion in 'General Discussion' started by sone87, Aug 18, 2019.

  1. sone87

    sone87

    Joined:
    Aug 14, 2018
    Posts:
    5
    Hello all, I'm thinking to make a 2d top-down shooter roguelike but I would to know how I can do some 3d effects like enemies jump or some projectiles. Do I need to make the a 3d project for that?
     
  2. Arowx

    Arowx

    Joined:
    Nov 12, 2009
    Posts:
    8,194
    I think even 2D projects in Unity are build in a 3D space so you can have things above other things. Although it would be better to use 2D layers and orders to get the effects you need.
     
  3. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,615
    No, you can still do 3D stuff in a 2D project. Choosing 3D or 2D only changes some default settings. It does not change which features are available.
     
    Joe-Censored likes this.