Search Unity

How do I create a multiplayer 2D isometric game?

Discussion in '2D' started by fhancerr, Jul 5, 2019.

  1. fhancerr

    fhancerr

    Joined:
    Jul 5, 2019
    Posts:
    1
    Hello all, I have just downloaded Unity 2019.1 to create a multiplayer game having 2D isometric design. I am completely newbie in Unity albeit I know C/C++.

    The only point that I want to know how to do is that, I want characters to chat with or add friends to one another by clicking their speech bubbles.

    I have watched training videos of Unity but the aforementioned issue has sticked in my mind. How can I add this feature?

    Thank you!
     
  2. ashapcott

    ashapcott

    Joined:
    Apr 4, 2019
    Posts:
    27
    I'm not sure what the state of the current Unity builtin solution for multiplayer is but I know that there are suitable networking frameworks on the asset store that are purpose-built for Unity. Off the top of my head DarkRift Networking 2 and Forge Networking Remastered seemed useful when I tried them.