Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.12f1
2023.1.0b9
2023.2.0a8
Issue ID
UUM-32019
Regression
No
[2D SG/VFX] Surface options are not shown in Output Inspector when 2D Sprite SG is assigned to VFX
How to reproduce:
# Import the attached package to URP 2D project
# Install VFX Graph
# Open VFX asset in Test folder and select Lit Quad Output
# Observe its Inspector
Expected result: Alpha Clipping and Blending modes coming from SG are present in VFX Output Inspector
Actual result: Alpha Clipping and Blending modes coming from SG are not present in VFX Output Inspector
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
- Filters dropdown: Window doesn't rescale on items collapse
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
- Physics.Raycast does not work when used on the whole model
- Shader Graph changes the Position of Prefab instances in Play mode
Resolution Note:
Invalid bug. Explanation from Paul - we are suppose to display the material inspector associated with the shaderGraph. If the material becomes overridable, then, it will be displayed here and we won't have anything to change from our side.