diff --git a/Runtime/Scripts/Editor/TezosEditor.cs b/Runtime/Scripts/Editor/TezosEditor.cs index 49532f1..e491f8f 100644 --- a/Runtime/Scripts/Editor/TezosEditor.cs +++ b/Runtime/Scripts/Editor/TezosEditor.cs @@ -50,8 +50,10 @@ private static void CreateLinkerFile() string linkerFilePath = Path.Combine(LinkerFolderPath, LinkerFileName); string linkXmlContent = @" - + + + "; File.WriteAllText(linkerFilePath, linkXmlContent);