Search Issue Tracker
NetworkServer.DisconnectAll() makes isActive false
NetworkServer.DisconnectAll() makes NetworkServer.isActive false. I does not stop the server from listening, so the server is then i... Read more
Package version information is displayed incorrectly in Package Manager ...
Steps to reproduce:1. Set Windows UI scaling to 125%2. Open a new empty project3. Open Window > Package Manager4. Select Packages... Read more
LowLevel 2D Physics Object Callback Targets use MonoBehaviour rather tha...
Callback targets currently restricted to using the `MonoBehaviour` type however this should in-fact be `System.Object` which doesn't... Read more
Error when switching between Gamma and Linear color spaces
In any project, go to Player Settings and change Gamma to Linear in the Color Space dropdown. InvalidOperationException: Operation i... Read more
Usability issue: Inform user that at least one property needs to be adde...
Currently, if you create a new animation through the animation window and you click on the Add Keyframe button nothing happens. It w... Read more
[iOS] Crash after waking device from sleep when creating WebSocket with ...
After creating a WebSocket, if the device is locked and unlocked, the app crashes if HTTPS is used. Steps to reproduce:1) Open the a... Read more
Fixed-size Buffer values in debuggers are incorrect
Fixed-size Buffer elements in the Visual Studio and Rider attached Unity debuggers are incorrect, except for the first Buffer value ... Read more
Crash on "JobBatchDispatcher::KickJobs" when exiting Unity from specific...
How to reproduce:1. Clone or download "EntityComponentSystemSamples" project from Unity Technologies GitHub page: https://github.com... Read more
[FBX] Unity ignores pentagon shaped polygons
How to reproduce: 1. Open attached project2. Open scene Main.unity- Notice how the character is missing a single polygon in their ey... Read more
Project fails to open with the command line argument "-profiler-enable" ...
The project fails to open on adding command -profiler-enable for project advanced settings in HUB and the Unity Crash Logo appears. ... 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
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
- Standalone Profiler stays in Dark Theme after switching Editor theme to Light on Ubuntu