Search Issue Tracker
[Networking] Console is flooding with "host id out of bound id {0} max i...
Reproduction steps:1. Open the attached project.2. Build and run it as Standalone.3. Click "Initialize Broadcast".4. Click "Start Br... Read more
Awake of NetworkBehaviour is not called at launch in standalone build, b...
In Editor, Awake and Start functions are called as follows: Awake in Networked object, Awake in local object, Start in local object,... Read more
[UNET] Prefab loaded from AssetBundles and registered using ClientScene....
To reproduce: 1. Download attached project from owncloud.2. Open "TestScene" scene.3. Enter Play mode.4. Notice output in the consol... Read more
[LobbyManager] Corrupted select window in Lobby and Game Player Prefab
It happens only on NetworkLobbyManager component (doesn't happen on NetworkManager) To repro:1. Create a project.2. Create an empty ... Read more
[UNet] Buttons are not clickable when using world space canvas with UNet
To reproduce:1. Open project attached by the user2. Build and run it for desktop3. Open "loading" scene from Assets->Scenes in Ed... Read more
Downloading data without internet connection via UnityWebRequest using p...
To reproduce:1. Build project attached by the user with the main.scene as a starting scene.2. Run with Xcode debugging make sure tha... Read more
UnityWebRequest.Post is not sending POST data when using IMultipartFormS...
Steps to reproduce:1. Download "899017 repro.zip"2. Move "test.php" file in project's root folder to an environment that supports PH... Read more
Network socket is not opened when creating a server via script
To reproduce:1. Download and open users attached project Network test2. Open scene "server"3. Build and run this scene4. While runni... Read more
Crash on stopping server when using network manager on standalone build
Reproduction steps:1. Open project attached (ServerExitBug.zip)2. Open scene "MainMenu" (Assets -> Contect -> Scenes)3. Build ... Read more
[Multiplayer] NetworkManager.networkAddress variable have no relevant in...
According to docs (https://docs.unity3d.com/ScriptReference/Networking.NetworkManager-networkAddress.html) "For clients, this is the... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used