Search Issue Tracker
InvalidOperationException and Assert thrown when the Asset Store window ...
Steps to reproduce: 1. Open empty project2. Open Asset Store window3. Switch between A$ and Game View OR click 'Play' while the A$ w... Read more
All animation events are called at the same frame when using UnityEngine...
To reproduce: 1. Open the attached project2. Press play3. Observe the console Expected: animation events should not be played at all... Read more
[iOS] Appending builds with different target devices results in FileNotF...
When appending iOS builds that were built for 'iPhone & iPad', for example with 'iPhone Only' setting, FileNotFoundException app... Read more
Rendering doesn't execute on multiple cores when Graphics Jobs are enabled
To reproduce: 1. Open attached project2. Build standalone project with Graphics Jobs enabled and graphics API set to Direct3D123. Op... Read more
BoxCollider Size values get multiplied by 2 when using EditorJsonUtility...
When using "UnityEditor.EditorJsonUtility.FromJsonOverwrite" with a BoxCollider, the Size values of the BoxCollider component get tw... Read more
[HoloLens] Editor crashes after connecting to remote device after using ...
Steps to reproduce:1. Create a new Unity project2. Switch platform to WSA and check Virtual Reality supported in the project setting... Read more
[WSA] Touches do not invoke OnDrag when CursorLockMode.Locked on all Win...
Steps to reproduce:1. Open the attached project (BugProject.zip)2. Switch platform to Windows Store3. Add BugScene to build4. Build ... Read more
[iOS][Shaders] Specific shaders doesn't show; give errors based on selec...
Reproduction steps:1. Open the attached project.2. Build and run it for iOS.- Notice the errors in the Editor console.- Notice the e... Read more
[iOS] Null is not returned in UnBox() causing a compiler error in il2cpp...
iOS: Compile error in il2cpp-codegen.h The following code doesn't compile under iOS (XCode 8.2.1, iOS 10) unless you add the last li... Read more
UnusedBytecodeStripper2 throws exceptions after iOS build completes
Steps to reproduce:1. Open the project attached2. Build to iOS3. Observe the console Result: Errors are thrown after build completes... 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