Search Issue Tracker
A specific PNG texture with alpha is imported as 24bit RGB instead of 32...
To reproduce: 1. Open project2. Notice, that 'brocoli' and 'kinder_egg' images are both png, but 'brocoli' is imported as 32bit RGBA... Read more
DXT1 textures with alpha do not support transparency
Reproduction Steps:1. Import attached project.2. In Project, select texture "DXT1".3. In Inspector, mark "Alpha is Transparency" as ... Read more
[Texture Importer]16bit images with alpha are recognized as RGB instead ...
Importing an image that is 16bit will be automatically asssigned a texture format without alpha support even though it contains an a... Read more
Windows High DPI scaling breaks Graphics.DrawTexture
How to reproduce:1. Make sure Windows DPI is not 100% or 200% (either 125%, 150%, 175%, 225%)2. Open attached project "DPIScaling.zi... Read more
Material asset icons are inconsistent when duplicating the same material
How to reproduce:1. Select '1' asset in Project Window2. Look at the color of the sphere3. Right-click and reimport4. Sphere color i... Read more
Missing Z coordinate in UnityCustomRenderTexture.cginc
In UnityCustomRenderTexture.cginc, notice that in line 210 TEXCOORD0 is float2, but should be float3 in order to work with 3D textur... Read more
CommandBuffer.DrawMeshInstanced is ignored during rendering if the mater...
How to reproduce:1. Open user-submitted project (instancing_bundle_bug)2. Open the scene 'InstancingTest'3. Enter Play Mode Expected... Read more
DrawMeshInstancedIndirect being registered in the profiler as Camera.Ren...
Steps to reproduce:1. Open the attached project (instancing_test_debug.zip)2. Open the Assets/test.unity scene3. Run the scene4. Ope... Read more
PNG Sprites saved as an 8-bit file have their transparency ignored no ma...
To reproduce:1. Open attached project "PNGImport.zip"2. Open "New Scene" scene.3. Drag "cloud 1" and "Tester0" Sprites into the scen... Read more
Shader compilation times regressing and caching is non-optimal
Steps to reproduce:1. Create a new project2. Import Standard Assets Image Effects package3. Add several Image Effect scripts(e.g. at... 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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject