playMaker

Author Topic: Getting Property of a Sky and Fog Volume?  (Read 1094 times)

Shizane

  • Junior Playmaker
  • **
  • Posts: 52
Getting Property of a Sky and Fog Volume?
« on: March 17, 2022, 07:41:32 AM »
Hi,

I'm trying to get the Cloud Thickness property of Volumetric Clouds on a Sky and Fog Volume in HDRP. It seems these properties aren't exposed because according to the docs:

https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@12.1/manual/Volumes-API.html#changing-volume-profile-properties

you need a bool for the overrideState. But I'm not sure how to get this property. I've tried many different actions within the volume profile to try and get this property.

Has anyone had experience with this?

Thanks!