Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
2
Found in
2017.3
2018.3
2018.4.0f1
2019.1
2019.2
2019.3
Issue ID
1154519
Regression
No
[Shaders] Multisampled textures don't work in Deffered Shader
Reproduction steps:
1. Open "1154519" project
2. Enter Play mode
3. Notice error: "A multisampled texture being bound to a non-multisampled sampler. Disabling in order to avoid undefined behavior. Please use Texture2DMS in the shader."
Expected Result: Multisampled textures work in Deferred Shading
Actual Result: Multisampled textures don't work in Deferred Shading resulting in an error
Reproduced with: 2019.3.0a6, 2019.2.0b6, 2019.1.7f1, 2018.4.3f1, 2018.3.14f1, 2017.4.29f1
Comments (3)
-
Shanti_Baba
Feb 28, 2022 15:38
also getting this error in 2020.3.22
im not even using Deferred im using forward rendering
and don't know what textures\decals are causing this -
glenneroo
Nov 18, 2021 21:46
Getting this error several times with 2020.3.22f1, most commonly while running component tests. I'm not even sure which textures are at fault. The error message could provide at least some more information.
-
Kadae
Oct 24, 2021 19:29
2022.1.0a9.1212 the same error.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Six way lighting receiving wrong lighting from APV when set to World Space
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
- ShaderGraph tab header changes the icon to the VFX Graph icon when ShaderGraph and VFX Graph with the same name are both opened
- The Build Profiles window has usability issues when the panel takes up less than 30% of the screen width
- Inconsistent ShaderGraph RGBA channels compared to the Inspector when "Alpha Is Transparency" is used
Resolution Note (fix version 2020.1):
Global texture properties were not handling multisampling properly. Fix incoming.