Search Issue Tracker
Unexpected full floating precision register when using UNITY_DECLARE_TEX...
1. When using UNITY_DECLARE_TEX2D_HALF, there is a full floating precision register in compiled shader. It should be a half floating... Read more
Runtime shader compilation errors are Not Reported in the Editor console
Reproduction steps:1. Download and open the attached "CompilerIssueRepro_M1_to_iOS.zip" project2. Enter "Play" mode3. Observe the co... Read more
Quads with Transparent Unlit Shaders are positioned incorrectly in the G...
How to reproduce:1. Open the user's attached project2. Open scene BugReport/Bug3. Press the Play button4. Observe the movement of th... Read more
Material sometimes becomes invisible when reloading Scenes
Reproduction steps:1. Open attached Project2. Press Play3. Click on the Screen to progress States Expected result: On State 7 a Cube... Read more
Crash on ShaderLab::Pass::ComputePassValuesHash when uninstalling the UR...
Reproduction steps:1. Open the attached project2. Install the "Universal RP" package3. Once the installation finishes, uninstall it ... Read more
Shader variants take too much memory at runtime
The attached project has a shader with 30K vertex and 30K fragment variants. Only one variant is used at runtime. STR:1. Make sure "... Read more
Dynamic Branching generates Shader Variants when building the Project
Reproduction steps:1. Open the attached “Test Project” project2. Make a Clean Build of the Project (File > Build Settings > Bu... Read more
Shaders read from the buffer unconditionally
Steps to reproduce: Create a new Unity project Copy the attached compute shader to the Assets folder Inspect the compiled code for V... Read more
Tooltip doesn't appear when hovering over a material's property in the I...
How to reproduce:1. Open the user's attached "MaterialEditorBugs" project2. Select the "Unlit_MyShader" asset3. Hover your cursor on... Read more
The actions Copy/Paste Material Properties do not copy Texture tiling/of...
Steps to reproduce:1. Open the attached user's project "1273930_CopyTilingSetting"2. Select the "CopyFrom.mat" material under the As... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class