Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  3. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Bug (IN-65251) Can't toggle ScriptableRendererFeature in Player

Discussion in 'Unity 6 Beta' started by Peter77, Jan 6, 2024.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,622
    I can toggle a ScriptableRendererFeature through C# code in the editor, but not in a Windows Standalone Player. This functionality is needed to allow turning on/off various renderer features through an in-game graphics options menu.



    Actual
    In a Player toggling the RendererFeatures causes no change.

    Expected
    Toggling RendererFeatures in a Player has the same behaviour as in the editor.
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,622