Search Issue Tracker
[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
SyncVar synchronization doesn't work when the Server is started in Stand...
SyncVar synchronization doesn't work when the Server is started in Standalone. But it works when Server is in Editor How we can repr... Read more
UNET Crashes Unity Editor when WebGL Client Connects
Reproduction Steps: 1- Download the attached project and open in Unity.2- Hit play and click on Start Server > Start Server.3- Ru... Read more
[NetworkTransform] Character position is not synced when rigibody isKine...
To reproduce:1. Open project2. Build and run Main scene, choose 'LAN Host'3. Play scene in editor, select 'LAN Client'4. Using WASD ... Read more
The second time the errors occurs in an Rpc method, the console is spamm...
To reproduce: 1. Open the project, attached by the user (RpcErrorTest.zip)2. Open the "TestScene" scene3. Enter Play mode4. Press La... Read more
UnityWeb Request and WWW Request fail to function on a poor internet con...
Steps to reproduce:1. Download Charles software or something that can simulate poor internet connection (https://www.charlesproxy.co... 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
UnityWebRequest disregards Etag and Last-Modified headers on Editor and ...
Preparation:To reproduce the issue you'll need a software for tracking HTTP requests and responses.I used Charles 4.1. After startin... Read more
Object in the client snaps back to the last sync position after adding a...
To reproduce: 1. Open the project, attached by the user (authority_bug_919473.zip)2. Build and run the project for standalone3. In t... 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