From 110b619e8579a946f2448c61da380a8e4ae8cc48 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 21 Jul 2026 15:49:33 -0700 Subject: Fallback cubemap turns on when scene has no reflection probe --- 3ner.shader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3ner.shader') diff --git a/3ner.shader b/3ner.shader index 2fd6b94..c18668a 100755 --- a/3ner.shader +++ b/3ner.shader @@ -41,7 +41,7 @@ Shader "yum_food/3ner" [HideInInspector] m_start_IBL("Image-based lighting", Float) = 0 _Exposure_Occlusion("Exposure Occlusion", Range(0.001, 10)) = 1 - //ifex _Custom_Cubemap_Enabled==0 + //ifex _Custom_Cubemap_Enable_Static==0 [HideInInspector] m_start_Custom_Cubemap("Custom Cubemap", Float) = 0 [ThryToggle(_CUSTOM_CUBEMAP)] _Custom_Cubemap_Enable_Static("Enable (static)", Float) = 0 [DoNotLock] [ToggleUI] _Custom_Cubemap_Enable_Dynamic("Enable (dynamic)", Float) = 0 -- cgit v1.2.3