Search Issue Tracker
Fixed in 12.0.0
Votes
1
Found in [Package]
12.0.0
Issue ID
1323618
Regression
No
ShaderGraph selection pass ignores alpha clipping
Reproduction steps:
1. Open the user's attached project and Scenes/SampleScene scene
2. In the Hierarchy window, select Plane (built-in) (1) and observe the selection outline in the Scene view
Expected result: selection outline follows the cutout pattern
Actual result: selection outline goes around the entire object
Reproducible with: 7.5.3 (2019.4.22f1), 10.4.0 (2020.3.1f1), 11.0.0 (2021.1.0f1), 12.0.0 (2021.2.0a10)
Could not test with: 2018.4.32f1 (could not downgrade)
Notes: When trying to select the object which is behind the object with alpha clipping, it is selected only when clicked twice
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 12.0.0):
Fixed in: 2021.2.0b2 (12.0.0)
Alpha clipping should now be considered in the selection and picking passes for URP Shader Graphs.