- Home /
Question by
sebkociedwards · Feb 27 at 07:01 PM ·
2dlightingpipeline
I can't seem to access UnityEngine.Experimental.Rendering.Universal namespace, does anyone know what the issue might be?
I have looked through a lot online and can't find much to help. Was wondering if anyone is having the same issues. I am trying to access the Light2D class and I know this is the correct namespace, but for some reason it doesn't want to recognise it. I'm using Unity 2020.3.22f1 and VS 2019.
unknown.png
(20.3 kB)
Comment
Answer by xxmariofer · Feb 28 at 07:21 AM
are you sure you have installed the URP package? if you are 100% you have installed it, try using
UnityEngine.Rendering.Universal;
in case it has been move out in your current unity version
Answer by landoslair · May 27 at 01:05 AM
I am having this same issue. Neither UnityEngine.Rendering.Universal;
nor UnityEngine.Experimental.Rendering.Universal;
are working.
Any other ideas? I have no way to access Light2D in my scripts.