Search Issue Tracker
Creating an asset/script is no longer highlighted for renaming.
New scripts or assets should have their names highlighed so the user can instantly edit. This functionality has regressed in 2019.3.... Read more
Multiple errors occur when AssemblyReference is deleted while .asmdef fi...
To reproduce:1. Create a new project2. In the Project window create Assembly Definition and Assembly Definition Reference3. Delete A... Read more
[Scripting] EditorUtility.CollectDependencies always returns null
The Unity scripting API EditorUtility.CollectDependencies() always returns null and doesn't function at all. How to reproduce:1. Ope... Read more
[Mobile] Shader created from normals in Shader Graph looks pixelated whe...
To reproduce:1. Open attached project2. Open sample scene3. Build and run to Android or OS platform Actual result: The shader looks ... Read more
ParticleSystem.time script API can set invalid time values
values set using this API should be clamped/wrapped immediately, otherwise it can cause asserts in the particle simulation e.g. if s... Read more
RenderTextures break after switching window focus
After losing the window focus, Render Textures stopped rendering. To reproduce this:- download the minimal project in the comments- ... Read more
[iOS] tex2Dlod produces Glitches when using a Texture with Anisotropic F...
In the Customer project, a Shader is used to offset the vertices based on the value in a Texture. With Anisotropic Filtering enabled... Read more
[GraphicsFormat] [Mac Metal] DefaultFormat.LDR on doesn't work with SetP...
Steps:1. Open attached project2. Open 501_DefaultFormat_WIP scene3. Hit play> console prints error: Unsupported GraphicsFormat(14... Read more
Unity Events that have arguments cannot be used anymore
Repro steps: 1. Add a "Slider" component to the scene.2. Select it and check its "On Value Changed" event property.3. See that it ha... 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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code