Questions tagged [unity3d-unet]

UNET is the native Unity3D network system. It is the short form of unity networking. Use this tag to ask questions related to Unity3d networking.

UNET is the new native Unity3D network system (since Unity 5). It is the short form of unity networking.

http://docs.unity3d.com/Manual/UNetOverview.html

This tag covers :

  • High level scripting API, LLAPI, and all underlying concepts
  • GameDev network programming algorithms and concepts applied to Unity scripting.
  • Old (legacy) networking system.

Related tags

241 questions
-4
votes
1 answer

unity fuction don't work in client

I am trying to make a construction system like in survival games that works in multiplayer. Here is the code: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; public class CreationSystem :…
1 2 3
16
17