update: fix assetsPath for UniWebview
Signed-off-by: huyufei <yufei.hu@castbox.fm>1.1.3
parent
65c4f80772
commit
01e21a40c0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue