Skip to content

Commit 495eb86

Browse files
NzollnerEvergreen
authored andcommitted
[Bugfix] Reflection probe rotation setting included in build
1 parent ef5ffab commit 495eb86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Packages/com.unity.render-pipelines.universal/Runtime/Settings/URPReflectionProbeSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class URPReflectionProbeSettings : IRenderPipelineGraphicsSettings
1818
[SerializeField, HideInInspector] private int version = 1;
1919

2020
int IRenderPipelineGraphicsSettings.version => version;
21+
bool IRenderPipelineGraphicsSettings.isAvailableInPlayerBuild => true;
2122

2223
[SerializeField, Tooltip("Use ReflectionProbe rotation. Enabling this will improve the appearance of reflections when the ReflectionProbe isn't axis aligned, but may worsen performance on lower end platforms.")]
2324
private bool useReflectionProbeRotation = true;

0 commit comments

Comments
 (0)