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
File Transfer Protocol fails to load resources
Reproduction steps: 1. Set-up file sharing (Either with a Static IP address or with Machine Name)2. Share a file (Image)3. Open "Min... 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
NetworkLobbyManager minPlayers not working with multiple players on a cl...
NetworkLobbyManager minPlayers not working with multiple players on a client. It appears to count connects, not players, so if a con... 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
UnityWebRequest coroutine is running when CanvasUpdateRegistry.IsRebuild...
How to reproduce:1. Open the attached project "New Unity Project.zip"2. Open SampleScene3. Click Assets > Build Asset Bundles4. C... Read more
When receiving JSON via UnityWebRequest, memory is severely inflated eve...
To reproduce:0) Download "downloader.cs"1) Create a new project and import the script in2) Edit the script so that the coroutine wou... 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
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES