TRACKER 1!!1

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-12-21 15:00:58 +08:00
parent 826f300f29
commit 7f4e339032
19 changed files with 790 additions and 4855 deletions

View File

@@ -499,7 +499,7 @@ public class SkyboxBlender : MonoBehaviour
if (reflectionProbe.texture != null)
{
Graphics.CopyTexture(reflectionProbe.texture, cubemap as Texture);
RenderSettings.customReflection = cubemap;
RenderSettings.customReflectionTexture = cubemap;
return;
}
}