Search Issue Tracker
Unity crashes while selecting Render Pipeline Asset at PrepareRenderNode...
Steps to reproduce:1. Open the "RenderAssetCrash.zip" project2. Open the "SampleScene.unity" scene3. Open Edit -> Project Setting... Read more
[Linux] Creating new project with HDRP throws error: Kernel 'KSampleCopy...
To reproduce:1) Open Unity Hub2) Create a new project, while creating it, select "HDRP" Template After project opens, you will notic... Read more
[CommandBuffer] mesh is not clipped when it is drawn after the alpha pas...
Reproduction steps:1. Open the attached project.2. Open and Play the "MainScene".- Notice that "Cube_PostAlpha" game object is not c... Read more
Enabling Graphics Jobs results in UI flickering in non-development build...
UI elements in master (non-development) builds will flicker continuously when the new "Graphics Jobs (Experimental)" feature is enab... Read more
ByteAddressBuffers doesn't work in compute shaders
First mentioned here http://forum.unity3d.com/threads/rwbyteaddressbuffer-usage.343134/ We hit the same issue at hackweek using 5.5a... Read more
Adding a Mesh Renderer component to an object with Skinned Mesh Renderer...
Steps to reproduce:1. Create a new Unity project2. Create an Empty Gameobject in Hierarchy3. Add a Skinned Mesh Renderer component t... Read more
Memoryless render textures do not have warning / error about being read ...
Using memoryless render targets on graphics APIs that don't have support for memoryless render textures does not issue warnings or e... Read more
Crash after conversion into Normal Map via grayscale at FreeImage_MakeTh...
Reproduction steps:1. Open the attached project (871719-TestProject.zip)2. Select the texture in Project dialog3. Select Texture typ... Read more
Graphics.CopyTexture() from Texture2D to Texture3D crashes in dynamic_pp...
Steps to reproduce1. open attached "CopyTexCrash.zip"2. open scene Main and play - crashes in dynamic_pptr_cast<Texture2D * __ptr... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS