#That is probably the wrong Volume class
1 messages · Page 1 of 1 (latest)
i am using both of these in addition to the defaults:
using UnityEngine.Rendering;
using UnityEngine.Rendering.HighDefinition;
The Volume component should be in UnityEngine.Rendering
And it does have a profile property
@unborn yarrow Share the rest of your script or show what it says when you hover over Volume
oh i see now
its not getting Volume from UnityEngine.Rendering.Volume
how do i "reroute" it / make it use the Volume from UnityEngine.Rendering
Looks like your own custom Volume class or some other class in the global namespace
You can add using Volume = UnityEngine.Rendering.Volume on top
wait i might have a script called volume LMAO
Yeah