Search Issue Tracker
[Socket][Windows] Unity hangs when calling Socket.Accept()
Steps to reproduce: 1. Open attached project2. Open scene "main"3. Enter playmode4. See that Editor hangs 5. Comment out line 93 in ... Read more
Volumetric fog is not rendered around GameObjects that are baked with AP...
How to reproduce:1. Open the "SkyOcclusionBugs" project2. Open the "OutdoorsScene" scene3. Generate Lighting (Window > Rendering ... Read more
Editor freezes when using Debug.Log and trying to print a value within t...
How to reproduce:1. Open attached project "Case_1164485_repro.zip"2. Open "Paddle" scene3. Enter Play Mode Expected result: Editor d... Read more
A domain reload progress dialog is spawned on top of IDE when the Editor...
How to reproduce:1. Create a new Unity project2. Create a new C# Script3. Make any change in the Script and save Expected result: Th... Read more
[UIElements] StyleEnum is creating boxing allocations
StyleEnum<T> is making use of IConvertible to do comparison, this is allocating for simple equality check.The equality check c... Read more
Crash on block_locate_free when importing a 3D model with glTFast
Steps to reproduce:1. Create a new Unity project2. Add the {{com.unity.cloud.gltfast}}package through Package Manager3. Download the... Read more
Keywords for SH and SoftShadows are incorrectly set up in ShaderGraph
Keywords for Evaluate SH and SoftShadows are incorrectly set up in ShaderGraph. Instead of being:{code:java}#pragma multi_compile_fr... Read more
[Shuriken] Crash upon assigning the wrong particle List to the wrong Par...
Unity crashes if the wrong list of particles gets assigned to the wrong trigger event type. Repro steps:1. Open Bug_Crash scene from... Read more
Panel and ScrollView are outside the canvas borders in the Controls scene
Steps to reproduce : - import the UI sample scenes- open the Controls scene and notice the Panel and ScrollView are outside the bord... 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default