Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Tag names in URP?

Discussion in 'Shaders' started by JackDDeane, Mar 11, 2020.

  1. JackDDeane

    JackDDeane

    Joined:
    Aug 6, 2018
    Posts:
    26
    I'm continuing to try and update to the URP and have hit another roadblock, I can't seem to find the equivalent tags such as ForwardAdd, ForwardBase, etc. I know of UniversalForward but I don't know the equivalent tags for the rest of them. Anyone know?
     
    bparmarphoenix likes this.
  2. bgolus

    bgolus

    Joined:
    Dec 7, 2012
    Posts:
    12,329
    The URP is a single pass renderer, meaning the "base" and "additive" lights are all done in the one UniversalForward pass. So there are no equivalents to ForwardBase and ForwardAdd.
     
    bparmarphoenix and JackDDeane like this.
  3. bparmarphoenix

    bparmarphoenix

    Joined:
    Jun 22, 2020
    Posts:
    2
    hello bgolus any idean how i can enable multiple lighting using UniversalForward?
     
    cublai likes this.