Search Unity

Bug URP 14 in Unity 2022.2.8: Search and prefab overlay cause graphical errors in deferred with decals

Discussion in 'Universal Render Pipeline' started by HAlisavakis, Apr 21, 2023.

  1. HAlisavakis

    HAlisavakis

    Joined:
    Dec 8, 2014
    Posts:
    4
    Another graphics bug found in the deferred rendering path in 2022.2:

    When using the "Decal" renderer feature set to DBuffer mode on a deferred renderer, entering the scene search mode or the in-context prefab mode that overlay the scene view with a gray color causes a continues bug that after a while results to nothing being renderer in scene/game view until play mode is entered.

    upload_2023-4-21_22-6-17.png

    Reproduction steps:
    • Make any project in Unity 2022.2.8 (probably later too) using URP 14.0.6
    • Set the active renderer to deferred
    • Add the Decal renderer feature
    • Set the Decal technique to "Automatic" or "DBuffer"
    • Try searching something in the hierarchy panel or enter in-context prefab mode of any prefab using the "Gray" context
     
  2. DanielThomas

    DanielThomas

    Joined:
    Mar 30, 2013
    Posts:
    111
    +1
    Have the same issue but with any rendering path.
    Setting depth priming mode to disabled seems to fix it for me, it that is any clue.
     
  3. smeas

    smeas

    Joined:
    Sep 30, 2019
    Posts:
    3
    Same issue here in 2022.3.1.

    Deferred + DBuffer decals causes multiple rendering issues, mostly only in the scene view(?)

    - All decals stop rendering after one is clicked on.
    - Lighting stops working in the scene view when a camera is selected and preview is rendering (lighting sometimes work in preview, but sometimes not even there.) The toolbar of the scene view along with the tab bar above it also turns completely black while this happens(!)
    - The same thing happens while resizing the scene view. (note the black toolbar)
    upload_2023-6-8_15-39-15.png
    - Errors in console when enabling/disabling decal projectors.
     
    Last edited: Jun 14, 2023
  4. DrViJ

    DrViJ

    Joined:
    Feb 9, 2013
    Posts:
    160
    Same problem with 2023.1.0f1
     
  5. DanielThomas

    DanielThomas

    Joined:
    Mar 30, 2013
    Posts:
    111
    Does anyone have an entry on the issue tracker we can vote on?
     
  6. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    DanielThomas likes this.