diff --git a/Editor/Unity/LinkXmlProcess.cs b/Editor/Unity/LinkXmlProcess.cs index 4196553..23f2765 100644 --- a/Editor/Unity/LinkXmlProcess.cs +++ b/Editor/Unity/LinkXmlProcess.cs @@ -80,8 +80,8 @@ namespace Obfuz.Unity { writer.Close(); } - Debug.Log($"LinkXmlProcess write {linkXmlPath}"); - return linkXmlPath; + Debug.Log($"LinkXmlProcess write {Path.GetFullPath(linkXmlPath)}"); + return Path.GetFullPath(linkXmlPath); } private static void TransformLinkXml(string xmlFile, LiteSymbolMappingReader symbolMapping, HashSet assembliesToObfuscated, XmlWriter writer)