diff --git a/Runtime/Scripts/Editor/TezosEditor.cs b/Runtime/Scripts/Editor/TezosEditor.cs index e491f8f..7567d6a 100644 --- a/Runtime/Scripts/Editor/TezosEditor.cs +++ b/Runtime/Scripts/Editor/TezosEditor.cs @@ -16,7 +16,7 @@ public class TezosEditor : EditorWindow, ITezosEditor private const string SourceStreamingAssetsPath = "Packages/com.trilitech.tezos-unity-sdk/WebGLFrontend/output/StreamingAssets"; private const string SourceWebGLTemplatesPath = "Packages/com.trilitech.tezos-unity-sdk/WebGLFrontend/output/WebGLTemplates"; private const string DestinationAssetsPath = "Assets"; - private const string WebGLTemplateName = "Airgap"; + private const string WebGLTemplateName = "PROJECT:Airgap"; [MenuItem("Tezos/Setup Configs")] public static void SetupTezosConfigs() @@ -32,7 +32,7 @@ public void SetupConfigs() CopyAndMergeFolders(SourceWebGLTemplatesPath, Path.Combine(DestinationAssetsPath, "WebGLTemplates")); SetWebGLTemplate(WebGLTemplateName); CreateTezosConfigs(); - + AssetDatabase.SaveAssets(); AssetDatabase.Refresh();