We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcfc56 commit f15a4d4Copy full SHA for f15a4d4
com.unity.render-pipelines.high-definition/Runtime/Lighting/ProbeVolume/ProbeVolume.cs
@@ -6,6 +6,7 @@
6
using System.Collections.Generic;
7
using System.Runtime.CompilerServices;
8
9
+[assembly: InternalsVisibleTo("Unity.Entities.Hybrid.HybridComponents")]
10
[assembly: InternalsVisibleTo("Unity.Rendering.Hybrid")]
11
12
namespace UnityEngine.Rendering.HighDefinition
com.unity.render-pipelines.high-definition/Runtime/Material/MaskVolume/MaskVolume.cs
@@ -2,6 +2,7 @@
2
3
4
5
0 commit comments