Is there a way to get a list of scenarios? In Lighting Adaptive Probe Volumes noticed if I right click on Scenario / Active / Status title bar and click Copy Property Path I get this:
m_LightingScenarios
I found a read only list here but it’s inaccessible:
UnityEngine.Rendering.ProbeVolumeBakingSet.PerScenarioDataInfo.lightingScenarios
I may have dug too deep and over looked something simple? Just seems redundant to have to make it twice and make sure the string names line up.