Search Issue Tracker
TextAsset.bytes allocates memory on each call, need a NativeArray / non-...
Calling TextAsset.bytes allocates a new C# array on every call. This can get expensive (both in memory usage and garbage collector p... Read more
[Profiler][Mac] "Failed to connect to player ip" error when opening Stan...
Reproduction steps:1. Open new Unity Project2. In Editor Menu, select Window -> Analysis -> Profiler (Standalone Process)3. In... Read more
Editor.log has "0"s for Project Loading Time section
When you create, open or Reimport All project - there is a section in Editor.log showing details for Project Loading Time, right now... Read more
"IndexOutOfRangeException" error appears when entering Play Mode when us...
How to reproduce:1. Open project "Fjylling kopio.zip"2. Enter the Play Mode3. Observe the Console window Expected result: No errorsA... Read more
GameObject scale is too small when importing .blend Models
How to reproduce:1. Open the user's attached project2. Open scene Scenes/SampleScene3. Observe the GameObjects in the Scene view Exp... Read more
Crash in Graphics.Blit when blitting backbuffer to a larger texture
Reproduction steps:1. Open the user's attached project Expected result: The Editor does not crashActual result: The Editor crashes R... Read more
Shader “Preprocess only” option and “Compile and show code” are not clic...
How to reproduce:1. Create a new project2. Select “Packages/com.unity.textmeshpro/Editor Resources/Shaders/TMP_SDF Internal Editor.s... Read more
UI handles in scene view are detached from UI elements
Reproduction steps:1. Create a new project.2. Create UI "Image" GameObject3. In the Scene view resize, rotate or move the UI object ... Read more
[IL2CPP] Thread_VolatileRead is added to build instead of VolatileRead w...
Reproduction steps:1. Open the attached project "IL2CPPissue.zip"2. Open the "SampleScene.unity" Scene3. In the Editor, go to File &... Read more
Screen.dpi returns 0 on UWP.
Regressed in Unity 2021.2. 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