Search Unity

Bug URP different, why?

Discussion in 'Editor & General Support' started by patrickjansendesign, Nov 25, 2022.

  1. patrickjansendesign

    patrickjansendesign

    Joined:
    Jan 21, 2020
    Posts:
    48
    I have a scene from an old existing URP project and exported it to package, then in a new project generated from URP template I imported it but it looks different. I already updated materials but still looks different.

    The URP from template apparently chose High Fidelity, and even though I tried copy pasting the pipeline from the old project into the new one and selected it, it made no difference.

    Is there anywhere specific I should look to fix this?

     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,745
    I would start by
    diff
    -ing each of the files in your ProjectSettings between the two projects.

    It might be the Quality one or the Project one, or perhaps another one.
     
  3. patrickjansendesign

    patrickjansendesign

    Joined:
    Jan 21, 2020
    Posts:
    48
    Hi Kurt, i'm sorry i'm not familiar with "diff"-ing, do you know where I can find more about that?
     
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,745
    Ah, my colloquial nerdy way to say "see how they differ."

    https://en.wikipedia.org/wiki/Diff

    Now you know what "diffing" means! Welcome to the cool kids club!