Search Issue Tracker
Comment on UnityWorldSpaceViewDir in UnityCG.cginc does not match the fu...
Reproduction steps: 1. Open the "UnityCG.cginc" file 2. Observe comment above UnityWorldSpaceViewDir function Expected result: Comm... Read more
Adding previously missing shader include does not reimport dependent shader
If a shader encounters a missing include file during the import, it will conclude with an error. However, if the missing include fil... Read more
VFXCommon.hlsl shader errors on creating VFX graph
Steps to reproduce: 1. Create a new URP project or open an existing one 2. Install Visual Effect Graph package 3. Create a new VFX g... Read more
Pragma directive is incorrect when using multi_compile_vertex_local suffix
How to reproduce: 1. Open the user's attached project 2. Open scene Scenes/SampleScene 3. In the Hierarchy window, select the GameOb... Read more
Line ending changes in shaders or includes cause full shader recompiles
Changing line endings between LF and CRLF cause full shader recompilation. This issue affects graphics, compute and ray tracing shad... Read more
Full floating precision register is used when compiling Shader to GLES3
How to reproduce: 1. Open the user's attached project 2. In the Project window, under Assets, select the Shader "Modx-CharacterDisso... Read more
Problem with GatherCmp* methods HLSL->GLSL conversion
When using GatherCmp methods in compute shaders, it's being converted to textureGather method with hlslcc_zcmp_ prefix added to the ... Read more
Error is thrown in Build when using Shader with no "_MainTex" property
Reproduction steps: 1. Open the attached project "ShaderMainTexRequirement.zip" 2. Build and Run the Project 3. Observe the Player.l... Read more
[Materials][Skybox] Uninformative tooltips on skybox shaders
How to reproduce: 1. Create a new project 2. Create a new Material in Assets 3. Select Material and go to Inspector 4. Click on Shad... Read more
"TLS Allocator ALLOC_TEMP_TLS" errors and "ALLOC_TEMP_MAIN" warnings wit...
Reproduction steps: 1. Open the user's attached project "BetterLit2021.3-BuiltIn" from the "development" folder 2. Correct manifest.... 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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D