Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2021.1.0a6
2021.2
Issue ID
1294951
Regression
Yes
Selection Outline is not drawn for GameObjects that are using the HDRP shaders
How to reproduce:
1. Create an HDRP Template project
2. Select an Object in the SampleScene
3. Observe the selected GameObject
Expected results: A GameObject is selected and an Outline is drawn to indicate its silhouette
Actual results: A GameObject is selected, however, its Outline is not drawn
Reproducible with: 2021.1.0a6(10.2.0), 2021.1.0b3(11.0.0), 2021.2.0a2(11.0.0)
Not reproducible with: 2019.4.20f1(7.5.3), 2020.2.5f1(10.3.1), 2021.1.0a5(10.2.0)
Could not test with: 2018.4.32f1(HDRP was in early preview)
Notes:
1. In HDRP shaders, the SceneSelectionPass is the second one defined, and it is skipped by the selection outline rendering. Putting the SceneSelectionPass as the first pass solves the issue
2. Does not reproduce with URP and Legacy
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2021.2):
Fixed in - 2021.2.0a5