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

App42 - What service do I do for Real Time multiplayer(not turn based)

Discussion in 'Multiplayer' started by markzareal, Dec 14, 2014.

  1. markzareal

    markzareal

    Joined:
    Jun 11, 2014
    Posts:
    40
    I'm new to App42. I've checked the App42 docs for the services but I can't find multiplayer service or random match making service. I only saw buddy service and social service. How do you make a real time multiplayer or random match making game with App42? Thanks!
     
  2. TokyoDan

    TokyoDan

    Joined:
    Jun 16, 2012
    Posts:
    1,080
    Not App42. It's AppWarp (Both are Shephertz). Although my game is turn-based I am using the real-time service so players have to stay connected and my game handles the switching of turns instead of relying on the AppWarp turn-based service. Why? Because when I started coding the online multiplayer for my game they only had the real-time service.
    http://appwarp.shephertz.com/game-development-center/unity3d-game-developers-home/
    http://appwarp.shephertz.com/game-development-center/basic-concepts/
    http://appwarp.shephertz.com/realtime-multiplayer-game-engine-overview/
     
    Last edited: Dec 18, 2014
  3. JamesPro

    JamesPro

    Joined:
    Mar 5, 2012
    Posts:
    509
    AppWarp doesn't allow you to do any Server side Coding... So another words everything is handled Client side which allows for massive Security risks by players being able to hack the Client...
     
  4. TokyoDan

    TokyoDan

    Joined:
    Jun 16, 2012
    Posts:
    1,080