Search Issue Tracker
Handles.FreeMoveHandle lags behind the cursor in Retina environment
Reproduction steps:1. Create new Unity project2. Add scripts from https://docs.unity3d.com/ScriptReference/Handles.FreeMoveHandle.ht... Read more
Private variables get serialized when ExecuteInEditMode is set
Steps to reproduce:1. Open the "test" scene in project2. Notice the printed logs in console ("testBool is false" and "testInt is 0")... Read more
Mono fails to compile script with Generic expression
Steps to reproduce:1. Open User's attached project with2. Open Console Result: error in the Console: Assets/Shapes2/AreaExtensions.c... Read more
Gradient.Evaluate returns wrong color value
To reproduce:1. Open attached project.2. Open and Play "Main" scene.3. Open Console. Expected result: (0.000, 0.000, 0.000, 1.000) i... Read more
Missing script in Standard Assets - Particle Systems - Afterburner Prefa...
Steps to reproduce:1. Create a New Project2. Assets Tab > Import Package > Particle Systems3. In Assets Tab find Afterburner P... Read more
Can't compile some System.Net classes
To reproduce:1. Open attached projectObserve the compile errors:Assets/Test.cs(6,34): error CS0012: The type `System.Configuration.C... Read more
RequireComponent does not work for adding multiple components of the sam...
To reproduce:1. Open attached project ("New Unity Project 11.zip")2. Add the script "requireThings" to any objectNotice that it only... Read more
[Mac] [iOS] Environment.TickCount changes if machine timer is changed
Reproduction steps:1. Create new project2. Create script with: void Update () { Debug.Log(System.Environment.TickCount); }3. Run on ... Read more
Debug.Log used with non-existing Dictionary variable causes Editor to fr...
To reproduce: 1. Open attached project;2. Open "TestBug" scene;3. Enter play mode;4. Exit play mode. Expected result: Editor doesn't... Read more
Imprecision with quaternions when using Random.rotation and Quaternion.A...
To reproduce:1. Open project2. In menu click 'Window' -> 'Editor Tests Runner'3. Run the test Expected: all angles will be less 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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [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