From dc8a6dfb9d78316b8c58c587bc606468377b0fe3 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 4 Oct 2025 19:18:47 -0700 Subject: add unlit toggle, adjust IBL --- features.cginc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 705939c..e3e7f6a 100644 --- a/features.cginc +++ b/features.cginc @@ -23,4 +23,12 @@ #pragma shader_feature_local _CLOTH_SHEEN //endex +//ifex _Custom31_Tubes_Enabled==0 +#pragma shader_feature_local _CUSTOM31_TUBES +//endex + +//ifex _Unlit==0 +#pragma shader_feature_local _UNLIT +//endex + #endif // __FEATURES_INC -- cgit v1.2.3