Search Issue Tracker
NetworkAnimator NullReferenceException
NullReferenceException using NetworkAnimator in 5.2 Read more
UNET::UNETAsset::GetAssetId crashes when entering to Play mode
To reproduce: 1. Download attached project "New Unity Project.zip" and open in Unity 2. Open "scene" scene 3. Enter Play mode Expe... Read more
Unity WebRequest does not work when only IPv6 is enabled
How to reproduce: 1. Disable IPv4 on your network adapter 2. Open the user attached "ipv6_2018.zip" project 3. Open the "SampleScene... Read more
[Networking] Misspellings in NetworkDiscovery.Initialize() log
Steps to reproduce: 1. Open attached project 2. Open scene 'one' 3. Play scene 4. Click 'Initialize Broadcast' 5. In console, notice... Read more
"Unknown message ID 115 connId:1" error on sending messages from Server ...
When send messages from Server using SendByChannelToAll() to one Client everything works fine. But on adding second Client on it sta... Read more
NetworkManagerHUD in WebGL build has no text elements
Steps to reproduce: 1. open 'guiREPRO.zip' 2. build for WebGL - GUI has no text elements and forms (image attached) Reproduced: 5.... Read more
NetworkManager doesnt become "ready" if online scene is set, and offline...
NetworkManager doesnt become "ready" if online scene is set, and offline scene is not set. This makes the "Client Ready" in-game UI ... Read more
Commands with duplicate names call wrong command.
when [Commands] are used that are non-unique (i.e. when there is several instances of the same NetworkBehavior script attached to a ... Read more
Windows host server does not release connections when WebGL client disco...
Steps to reproduce: 1. Download the attached project** 2. Open the Windows build located in "case_849219-ReconnectTest\ReconnectTest... Read more
Cannot add scenes with similar names to Network Manager
1. Open the attached project 'NetBug' 2. Open the scene 'main' 3. Add scenes to Build settings: 'abc Test' to index 0, 'Test' to ind... 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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL