Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Resolved Can't enable hybrid renderer V2

Discussion in 'Graphics for ECS' started by slushieboy99, Sep 28, 2022.

  1. slushieboy99

    slushieboy99

    Joined:
    Aug 29, 2014
    Posts:
    74
    I'm on Unity 2021.3.10f1, latest version of hybrid renderer, URP 12.1.7. Whenever I add ENABLE_HYBRID_RENDERER_V2 to my scripting define symbols, I do not get the console log.
     
  2. tassarho

    tassarho

    Joined:
    Aug 25, 2019
    Posts:
    64
    it's enable by default since 0.50
     
  3. joelv

    joelv

    Unity Technologies

    Joined:
    Mar 20, 2015
    Posts:
    203
    The log is also disabled as of 0.50
    No need to spam a log for something that is always enabled.
     
  4. slushieboy99

    slushieboy99

    Joined:
    Aug 29, 2014
    Posts:
    74
    Ah thanks, marked as resolved.