Search Issue Tracker
UnityWebRequest merges two headers into one when both of them starts wit...
Steps to reproduce: 1) Download attached project 'UnityWebRequestBugTest' and open in Unity2) Download and install Python 2.7.133) D... Read more
NetworkClient.ConnectWithSimulator is failing to connect either to loopb...
Steps to reproduce:1. Open user attached project (NetworkTest)2. Build the project3. Run the scene4. Run the build5. Observe that th... Read more
Authentication error and failed connection through wss using WebSocketSh...
Reproduction steps:1. Open the attached project.2. Play the WSTest Scene.3. Check the Console. Actual behavior:- The connection will... Read more
WWW coroutine breaks when adding UI component as a child via script
To reproduce:1. Open project attached by the user2. Open "Main" scene if not opened3. Hit play and in console notice that first xml ... Read more
NetworkDiscovery initializes broadcast without internet connection
To reproduce: 1. Open the project, attached by user (NetworkDiscovery.zip)2. Open "Main" scene if not open3. Disable your internet c... Read more
Typos in NetworkTransform public properties
The characterController property of NetworkTransform contains a typo, a missing 'r': characterContoller.The movementThreshold proper... Read more
"Cannot create FMOD::Sound instance for resource..." error is shown when...
Audio file format is .ogg, supported by Unity. To reproduce: 1. Download the project, attached by user (BugDownloadHandlerAudioClip.... Read more
NetworkDiscovery message in buffer not cleared
When overriding an OnReceivedBroadcast() method, second parameter (string data) is not cleared between calls. I.e. if you get a mess... Read more
[Command] function crashes editor when using class as method argument wh...
To reproduce:1. Open project Expected: project will be openedActual: editor crashes Note: to open project 'UnityCrasher' script's 8t... 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
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