update: fix assetsPath for UniWebview

Signed-off-by: huyufei <yufei.hu@castbox.fm>
1.1.3
胡宇飞 2024-09-18 14:24:26 +08:00
parent 65c4f80772
commit 01e21a40c0
1 changed files with 2 additions and 1 deletions

View File

@ -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;