Search Issue Tracker
[UNET] Spawning player crashes unity
Reproduction steps:1. Open user's attached project.2. Press play.3. Select LAN Host(H).- CRASH. Reproduced on: 5.4.0b25,5.3.5f1 Read more
[UNET] Local Player Authority(Client) removes Has Authority from the spa...
Steps to reproduce: 1) Download attached project and open in Unity2) Build and Run project3) In the Editor, press Play and create LA... Read more
UNetWeaver error when SyncEvents use the same delegate
Error "UNetWeaver error: ProcessInstructionMethod failed" when using the same delegate for multiple SyncEvent events. Read more
[HLAPI] SyncVar should throw warning when changed from client
Steps to reproduce:1. open attached project2. build and connect two instances3. click Space to add to number Expected: when SyncVar ... 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 index... Read more
Editor crashes with C++ Runtime error when getting WWW.progress for a ce...
Reproduction steps:1. Open the attached project2. Open the only scene in the project3. Press "Play"4. Editor crashes with the follow... Read more
SyncListString causes the Editor to freeze while compiling scripts
To reproduce: 1. Open the project, attached by the tester (syncListStringBug.zip)2. Open the test.cs script and uncomment the SyncLi... 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
UNet HLAPI packet queueing doesnt work with ReliableFragmented channels.
UNet HLAPI packet queueing doesnt work with ReliableFragmented channels. When a ReliableFragmented reaches capacity, a log message o... 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