Search Issue Tracker
Display.displays.Length always returns 1 if additional displays are not ...
This is either a bug or flawed documentation scripting example.From documentation it is unclear whether you have to activate the mon... Read more
Splash screen background is not included when drawing with scripting api...
If a background sprite is assigned to the splash screen, but the splash screen is then disabled in the player settings(so it can be ... Read more
Using BC6H on PS4 crash the player
Steps: 1. Create a new project2. Have a scriptusing System.Collections;using System.Collections.Generic;using UnityEngine; public cl... Read more
Render Texture Inspector enum broken
While choosing various render texture formats in the Render Texture asset inspector unity will throw errors and fail to create the c... Read more
Unity crashes on “Transform::GetTransformAccess()” when Entering Play Mo...
Repro steps:1. Open QA attached project “repro_1109892"2. Open scene “Aliensglade”3. Select the Main Camera in the Hierarchy4. Enter... Read more
CommandBuffer.Blit will not show unless Graphics.Blit is also executed a...
Steps to reproduce:1. Download and open the attached project2. Enter Play mode3. Press the on-screen buttons Expected result: there ... 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
Render texture enum can lose users data
If a user has set specific texture format for working on a platform other than the one they are developing the RenderTexture asset c... Read more
SRP Batcher doesn't support 32 bit vertex index buffer mesh on dx11
Steps to reproduce:- Open attached project- Open scene \Assets\Scenes\BodyOnly.unity- Enable SRP batcher in \Assets\Settings\HDRende... Read more
Calling ScreenCapture.CaptureScreenshotAsTexture() screenshots active wi...
Steps to reproduce:1. Download and open the attached project2. Open scene "Main"3. Select GameObject "Screenshot maker"4. Open the c... 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