Materials changed

So I wanted to get some cool camera effects and “upgraded” to URP. I changed this:


and all of a sudden the material I use the most got changed.
from this:

To this:

So I looked up how to upgrade the materials but when I upgraded it wasn’t purple but white. I’m using this asset: Rhythm Visualizator Pro | Audio | Unity Asset Store
Is there anything I can do to get the rainbow effect back? (while using URP)

I’m using Unity 2020.2.3f1 and URP version 10.2.2
Thanks!

The materials upgrader only works with standard shaders. It won’t upgrade any shader besides that.

Hi, I just opened unity and this error popped up:

GUID [4a8f054acfbd08043a931cd22760758d] for asset ‘Packages/com.unity.postprocessing/PostProcessing/Textures/SpectralLUTs/SpectralLut_GreenPurple.tga’ conflicts with:
‘Assets/Rhythm Visualizator Pro/PostProcessing/Textures/Spectral LUTs/SpectralLut_GreenPurple.tga’ (current owner)
We can’t assign a new GUID because the asset is in an immutable folder. The asset will be ignored.

Is there something I can do about this?

The first of your problem comes from the asset you use “Rythm Visualizor” which surely uses a default pipeline shader not compatible with URP :confused: Contact the asset devloper to know if a urp version of the shader exists.

The error you get in your second post is just caused by a conflict between the two files name. You have a duplicata and one of them will be ignored