Search Unity

Combining High and Low Level of Unity Networking

Discussion in 'Multiplayer' started by avivoren, Nov 14, 2016.

  1. avivoren

    avivoren

    Joined:
    Sep 21, 2014
    Posts:
    42
    Is it good to combine the high level of networking in unity for syncing player and objects and doing things like animation, if a player used his gun. and the low level to send and get messages for things like inventory, money system, outside connections for checking things(if the server is active). I will use different port for the low and high system.

    I want to use this approach for a game that everyone will start their own server, like minecraft.
     
  2. avivoren

    avivoren

    Joined:
    Sep 21, 2014
    Posts:
    42
    Please help.
     
  3. fredrikholmstrom

    fredrikholmstrom

    Unity Technologies

    Joined:
    Nov 17, 2016
    Posts:
    8
    I'm not following the reasoning behind wanting to use both the HLAPI and the LLAPI. You can register and send custom messages with the HLAPI also. The LLAPI only deals with plain byte arrays and the rest is up to you as the developer.