#That is probably the wrong Volume class

1 messages · Page 1 of 1 (latest)

unborn yarrow
#

i am using both of these in addition to the defaults:

using UnityEngine.Rendering;
using UnityEngine.Rendering.HighDefinition;

final ravine
#

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

unborn yarrow
#

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

final ravine
#

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

unborn yarrow
#

wait i might have a script called volume LMAO

final ravine
#

Yeah

unborn yarrow
#

NO WAY

#

THANK YOU SO MUCH

#

this error has been bugging me for almost a month now thank you man