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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2020.1):
Global texture properties were not handling multisampling properly. Fix incoming.