From 01e21a40c0f27b656cb67d5a7d0d9bc9c75f1bd8 Mon Sep 17 00:00:00 2001 From: huyufei Date: Wed, 18 Sep 2024 14:24:26 +0800 Subject: [PATCH] update: fix assetsPath for UniWebview Signed-off-by: huyufei --- .../UniWebView5/UniWebView/Editor/UniWebViewEditorSettings.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Runtime/GuruWebview/UniWebView5/UniWebView/Editor/UniWebViewEditorSettings.cs b/Runtime/GuruWebview/UniWebView5/UniWebView/Editor/UniWebViewEditorSettings.cs index cc9c016..e354d77 100644 --- a/Runtime/GuruWebview/UniWebView5/UniWebView/Editor/UniWebViewEditorSettings.cs +++ b/Runtime/GuruWebview/UniWebView5/UniWebView/Editor/UniWebViewEditorSettings.cs @@ -6,7 +6,8 @@ using System.IO; public class UniWebViewEditorSettings: ScriptableObject { - private const string AssetPath = "Assets/Editor/UniWebView/settings.asset"; + // private const string AssetPath = "Assets/Editor/UniWebView/settings.asset"; + private const string AssetPath = "Assets/Guru/Editor/UniWebView/settings.asset"; [SerializeField] internal bool usesCleartextTraffic = false;