Search Unity

2D Rpg like Suikoden.

Discussion in '2D' started by lordmazus, Oct 3, 2017.

  1. lordmazus

    lordmazus

    Joined:
    Feb 23, 2013
    Posts:
    8
    Hi, I wanted to know if I can create a game like suikoden 2.
    I don't touch Unity for a long time and at that time I used it more for 3D projects. Can you suggest some video tutorials or guides on how to move in the right way? Thanks.

     
  2. krisu

    krisu

    Joined:
    Jul 10, 2013
    Posts:
    40
    Yes you can do this in unity3d very easly, especially when in unity 2D tools are released in U5.1 (or some other version).

    - For maps you can use 2x big sprites, for background layer and front layer. Some little sprites like animated sprites you can also do it.
    - Other way is just TileD editor and export whole tiles to unity.
    - Unity 2017.2 will have own tilemap editor so then you dont need use third party extensions, tiled importers etc.
    - You can use Fungus from assetstore (free) to make dialogs and other events, but ofcourse more things you need to do by yourself.
    - I just use my own system with XMLFiles to make dialogs and other events instead of Fungus. Everything depends on you ;).

    there on youtube exist some tutorials (How make 2d rpg):



    - you can use just RPGMaker ;).
     
    JoeStrout likes this.