Search Issue Tracker
Wrong default value for array elements added in inspector
When increasing the size of an array (of class) in the inspector, the constructor for the array member is called, but then the value... Read more
[IL2CPP] Stack trace doesn't show script names and line number
1. Open attached project "repro_722931"2. Build to iOS with IL2CPP and Script Debugging enabled3. ArgumentException will be thrown w... Read more
Built-in unlit particle shader has HDR color selection for albedo, URP u...
To reproduce:1. Open any project;2. In Graphics settings, set Render pipeline asset to none;3. Create a Particle system, assign a ne... Read more
UnityEngine.Networking.Types.NetworkID compiler warning
UnityEngine.Networking.Types.NetworkID cause compiler wanring "Unsupported enum type 'UnityEngine.Networking.Types.NetworkID'" when ... Read more
[Shadows] Point light shadow bias leaves gap at large ranges, not possib...
Even setting point light shadow bias to zero, there's still visible gaps between objects & shadows, especially at large point li... Read more
UnityTests do not fail when nested coroutines throws an exception
When a test yields an IEnumerator in a coroutine (Playmode UnityTest), Unity will spawn a nested coroutine. When that throws an exce... Read more
Anchor's rotation value becomes the same when selecting multiple Game ob...
Reproduction steps:1. Open the attached project "1379145.zip"2. Open Assets > Scenes > SimpleScene3. Select in the Hierarchy G... Read more
[Canvas] [Image] Size and rotation of child image inside canvas changes ...
Reproduction steps:1. Open attached Unity project.2. Open "CanvasError" scene.3. Select "Cube > Canvas" game object in the hierar... Read more
"CreateProperty" attribute is missing on generated RelayCommand property...
How to reproduce:1. Open the “IN-117946_Test“ project2. Open the “OutdoorsScene”3. Observe the Console Expected result: No errors ap... Read more
Accessing the raw value of a USS variable fails when using customStyle.T...
Reproduction steps:1. Open project “IN-39634”2. Open “Assets\IN-39634_Assets\Scenes\SampleScene”3. Enter Play Mode4. Observe the Gam... 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