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
-
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
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
Resolution Note (fix version 2020.1):
Global texture properties were not handling multisampling properly. Fix incoming.