Search Issue Tracker
Graphics.Blit draws texture on a toolbar in the Scene view
Reproduction steps:1. Open the "bug.zip" project.2. Open the "Test" scene.3. Play the scene.4. Notice that texture is being drawn on... Read more
Unity Editor crashes on amdMtlBronze_FillInUBMSurfaceInfo when switching...
Steps to repro:1. Open a new project2. Go to Unity -> Preferences -> General3. Switch device to use to "Intel Iris Pro Graphic... Read more
[Transform] transform.IsChildOf(transform) returns true
Currently returns true (by design in cpp code, the binding method name is IsChildOrSameTransform), the method should probably be ren... Read more
Dynamic Batching fails to batch objects that seemingly meet all batching...
How to reproduce: 1. Open attached project2. Open scene DynamicBatchingTreeTest.unity3. Open the Stats window in the Game View4. Pla... Read more
[Deferred|TreeCreator] much lighter in Deferred than in Forward (5.2 reg...
Reproduction steps without project:1. Create a new project2. Create a Bark Material and choose a texture for it3. Assign this bark m... Read more
[RenderTexture] Problems with Graphics.Blit(rndTex, null) after WaitForE...
I want to study how graphics.blit works, pic1 is the srcipt attached to camera, pic2 is scene before playing, pic3 is the scene in r... Read more
Not all shadows are rendered with Shadows.RenderShadowMap when GameObjec...
How to reproduce:1. Open the attached project2. Open "Instancing Bug" scene3. Enter the Play Mode4. Select "Instances B" in the Hier... Read more
Custom shader doesn't override built-in terrain shader
How to reproduce:1. Open the attached '1193781-shader-override-issue.zip' project2. Open 'SampleScene' Scene3. Inspect 'Standard-Fir... Read more
Unsupported formats for Async GPU readback
R16G16B16A16_Unorm should be supported for AsyncGPUReadback Step:1. Open repro project, hit play2. Observe console about error sayin... Read more
[Transform] transform.SetSiblingIndex(out of range) should throw an exce...
For consistency with the rest of the API transform.SetSiblingIndex should throw and exception for out of range values. Currently it ... 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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved