From bfb56b8423180f20ada929a65db9322c711984dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E8=99=9E=E6=B8=A0=E6=88=90=E2=80=9D?= <“yuqucheng2006@qq.com”> Date: Fri, 21 Aug 2026 15:59:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E9=AB=98=E6=96=AF=E6=A8=A1=E7=B3=8A=E6=9D=90=E8=B4=A8=E8=B5=84?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了UI通用的高斯模糊材质文件及其.meta配置,用于后续UI特效渲染使用 --- Assets/Res/ui/common/{高斯模糊.mat => 高斯模糊通用.mat} | 4 ++-- .../ui/common/{高斯模糊.mat.meta => 高斯模糊通用.mat.meta} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Assets/Res/ui/common/{高斯模糊.mat => 高斯模糊通用.mat} (97%) rename Assets/Res/ui/common/{高斯模糊.mat.meta => 高斯模糊通用.mat.meta} (100%) diff --git a/Assets/Res/ui/common/高斯模糊.mat b/Assets/Res/ui/common/高斯模糊通用.mat similarity index 97% rename from Assets/Res/ui/common/高斯模糊.mat rename to Assets/Res/ui/common/高斯模糊通用.mat index cc3acb5..11aa296 100644 --- a/Assets/Res/ui/common/高斯模糊.mat +++ b/Assets/Res/ui/common/高斯模糊通用.mat @@ -7,7 +7,7 @@ Material: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: "\u9AD8\u65AF\u6A21\u7CCA" + m_Name: "\u9AD8\u65AF\u6A21\u7CCA\u901A\u7528" m_Shader: {fileID: 4800000, guid: 2777693b621900141a534bddd40419ef, type: 3} m_Parent: {fileID: 0} m_ModifiedSerializedProperties: 0 @@ -73,7 +73,7 @@ Material: - _Mode: 0 - _OcclusionStrength: 1 - _Parallax: 0.02 - - _Size: 0.5 + - _Size: 1.5 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 diff --git a/Assets/Res/ui/common/高斯模糊.mat.meta b/Assets/Res/ui/common/高斯模糊通用.mat.meta similarity index 100% rename from Assets/Res/ui/common/高斯模糊.mat.meta rename to Assets/Res/ui/common/高斯模糊通用.mat.meta