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

Google Play Game Services Real Time Multiplayer

Discussion in 'Multiplayer' started by dsdfdfsf, Nov 9, 2014.

  1. dsdfdfsf

    dsdfdfsf

    Joined:
    Mar 19, 2014
    Posts:
    1
    I'm currently developing an Android multiplayer game with Unity.
    For networking I'm using the Unity Network stuff (Network.InitializeServer, networkView for synchronization of the players position, etc).

    Now I want to implement the Google Play Game Services (https://github.com/playgameservices/play-games-plugin-for-unity/).
    The Play Game Services will connect the players via p2p.

    Now my question:
    How will my syncronization work? Can I still use a networkView to update the position?
    And does Network.Instantiate work to instantiate a prefab?

    If not, how can I handle all this?
     
  2. leebs0117

    leebs0117

    Joined:
    Jul 1, 2013
    Posts:
    7
    Using Google Play Game Services Mulitiplayer You ONLY can use byte[].

    PlayGamesPlatform.Instance.RealTime.SendMessage()
    OnRealTimeMessageReceived()

    Write your own byte[] data parse like the old days. :(
     
    Last edited: Jan 26, 2015
  3. AustinRichards

    AustinRichards

    Joined:
    Apr 4, 2013
    Posts:
    321
    leebs0117 likes this.
  4. VoidZer0

    VoidZer0

    Joined:
    Nov 10, 2015
    Posts:
    1
    This plugin helped me a lot with my project it has components like the new unet system "NetworkManager and NetworkTransform", if you're looking for a quick easy to use solution that works with googleplay then i highly recommend this one.
     
  5. liju

    liju

    Joined:
    Apr 4, 2014
    Posts:
    6
  6. owenhuston32

    owenhuston32

    Joined:
    Dec 14, 2015
    Posts:
    2
    - up to date
     
  7. Akki-bhatt

    Akki-bhatt

    Joined:
    Jul 8, 2017
    Posts:
    19
    Hello, Everyone
    Looking for a multiplayer game with google play service?
    here is what all you need to start
    Get Assets Here: http://u3d.as/TGr
    Get Full Descriptions: Here
     
  8. Chinmay_Gawande

    Chinmay_Gawande

    Joined:
    May 28, 2017
    Posts:
    4
    Can you please tell if i will have to Buy the Google Developer Account ? For this asset ? Or it will directly do my work?
     
  9. saadali211

    saadali211

    Joined:
    Feb 17, 2017
    Posts:
    19

    Attached Files:

  10. saadali211

    saadali211

    Joined:
    Feb 17, 2017
    Posts:
    19
    For English Version of this course check the video description.
    Unity Realtime Multiplayer Google Play Game Services

    Easiest Multiplayer solution in market by google.
    Unity #RealTime #multiplayer tutorial using google play services plugin. A complete video tutorial series for beginners
    from basics to advance.