Search Unity

Question How can I change the renderer for the Scene window?

Discussion in 'Universal Render Pipeline' started by kodra_dev, Nov 28, 2022.

  1. kodra_dev

    kodra_dev

    Joined:
    Oct 31, 2022
    Posts:
    108
    For example, in my game I have both 2D and 3D. The 2D part has some renderer features that 3D doesn't use. Therefore I have two renderers:

    upload_2022-11-29_1-59-28.png

    They work for the Game window. But how could I preview them in the Scene window? It seems that the Scene window always shows the default renderer. I understand that I can change which one is default in URP settings. But I just want to preview it, not change some global settings. Since Camera has this setting, we should be able to change it for Scene window, right?