Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.67f1
6000.3.8f1
6000.4.0b8
6000.5.0a7
Issue ID
UUM-134993
Regression
Yes
Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
How to reproduce:
1. Create and open a new Universal 3d project using Vulkan
2. Navigate to Window → Package Manager
3. Find the “Universal RP“ package
4. Open the “Samples” tab
5. Import the “URP Package Samples“
6. In the Project tab, search for the “DepthBlit“ scene and open it
7. Observe the Console tab
Actual result: Error messages are spammed in the console
Expected result: No errors are present
Reproducible with: 6000.0.22f1, 6000.0.68f1, 6000.3.9f1, 6000.4.0b9, 6000.5.0a7
Not reproducible with: 6000.0.21f1
Reproducible on: Windows 11, Ubuntu 22.04
Notes:
- The issue does not occur on other graphics APIs
- The issue does not occur when the “Main Camera” GameObject’s “Camera“ component’s “MSSA” setting (located under “Output“) is switched from “Use settings from Render Pipeline Asset“ to “Off“
- Full error message:
”A non-multisampled texture being bound to a multisampled sampler. Disabling in order to avoid undefined behavior. Please enable the bindMS flag on the texture.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
Add comment