Search Issue Tracker
Test Runner UI shows that Async / Await tests were successful when these...
The Assertion failure gets logged into the Unity console when the Test fails but the Test Runner UI shows a green tick and doesn't w... Read more
Active Constraints number spikes inside profiler when Rigidbodies are ro...
Reproduction steps:1. Open the stripped project inside "1122594_repro.zip"2. Open the Profiler window together with Physics category... Read more
Blendshapes do not update normal directions
Imported normals/tangents in meshes with blendshapes do not update when the mesh is blended, resulting in bent normal directions. If... Read more
RenderTextures do not include Canvas (UI) elements
How to reproduce:1. Open the attached project2. Open and play Main scene3. Notice that where was white screen, screenshot appeared4.... Read more
Awake of NetworkBehaviour is not called at launch in standalone build, b...
In Editor, Awake and Start functions are called as follows: Awake in Networked object, Awake in local object, Start in local object,... Read more
BackBuffer alpha channel is always set to 1 on android devices
Alpha channel BackBuffer is always set to one on android devices from Unity 4.3 Read more
Backspace doesn't works in WebView android plugin
Steps to repro:1. Build and run project provided by user2. After start app will immediately invoke WebView plugin and open google se... Read more
4.5 version pdb2mdb.exe missing few dlls
There is missing few dll`s in "(Your Unity)\Editor\Data\MonoBleedingEdge\lib\mono" that is required by pdb2mdb.exe. It used to work ... Read more
[VR] Billboard particles in right eye don't change position after initia...
Steps to reproduce:1. Download and open attached project "ParticleTest.zip"2. Open scene "particletest"3. Make sure VR mode is on in... Read more
[iOS] UnityEditor.iOS.Xcode is not referenced in Monodevelop
Steps to reproduce:1. Create empty project2. Create new C# script and open it with Monodevelop3. Add new reference 'using UnityEdito... 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