Hi,
I have installed unity 6000.0.36fl , when using the AVP (Adaptive Probe Volume) with URP, i can view the probes in render debugger, and bake them under the Lighting window.
However using HDRP when i add a AVP to Hierarchy the console, throws Target Parameter Counter Exceptions. I have followed the instructions at this link Use Adaptive Probe Volumes | High Definition RP | 17.0.3
In the Lighting Window the Options to Bake APV are not visible, highlighted in Red.
In the Inspector for the APV component Highlighted in Blue no parameters are exposed to the inspector.
The code block below is one of the errors generated.
Thank you in Advance
TargetParameterCountException: Number of parameters specified does not match the expected number.
System.Reflection.RuntimeMethodInfo.ConvertValues (System.Reflection.Binder binder, System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) (at <eb0ef51e5908461ca908fdf6b2dbd966>:0)
System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <eb0ef51e5908461ca908fdf6b2dbd966>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <eb0ef51e5908461ca908fdf6b2dbd966>:0)
UnityEditor.Rendering.ProbeVolumeEditor.FrameSettingDisabledHelpBox () (at ./Library/PackageCache/com.unity.render-pipelines.core@7bffd5bb179a/Editor/Lighting/ProbeVolume/ProbeVolumeEditor.cs:126)
UnityEditor.Rendering.ProbeVolumeEditor.OnInspectorGUI () (at ./Library/PackageCache/com.unity.render-pipelines.core@7bffd5bb179a/Editor/Lighting/ProbeVolume/ProbeVolumeEditor.cs:163)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass79_0.<CreateInspectorElementUsingIMGUI>b__0 () (at <383b67993756435b8920080a9ba43b70>:0)
UnityEditor.InspectorWindow:RedrawFromNative()