From 078f0f6cb3ae2cd0f7fa687a9479acc72a219786 Mon Sep 17 00:00:00 2001 From: Arcueid Date: Tue, 20 Feb 2024 03:19:27 +0100 Subject: [PATCH 1/2] Update {project_name}.Editor.asmdef --- .../Editor/{project_name}.Editor.asmdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/UnityPackageRepoTemplate/Editor/{project_name}.Editor.asmdef b/Assets/UnityPackageRepoTemplate/Editor/{project_name}.Editor.asmdef index 5222d57..4dab88a 100644 --- a/Assets/UnityPackageRepoTemplate/Editor/{project_name}.Editor.asmdef +++ b/Assets/UnityPackageRepoTemplate/Editor/{project_name}.Editor.asmdef @@ -1,6 +1,6 @@ { "name": "{project_name}.Editor", - "rootNamespace": "", + "rootNamespace": "Better.{short_project_name}.EditorAddons", "references": [ "GUID:443314a5a4e67c14a88ae223776b6554" ], @@ -15,4 +15,4 @@ "defineConstraints": [], "versionDefines": [], "noEngineReferences": false -} \ No newline at end of file +} From e83daa69bae1908366d600323cf83b4850f69039 Mon Sep 17 00:00:00 2001 From: Arcueid Date: Tue, 20 Feb 2024 03:20:24 +0100 Subject: [PATCH 2/2] Update {project_name}.Runtime.asmdef --- .../Runtime/{project_name}.Runtime.asmdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/UnityPackageRepoTemplate/Runtime/{project_name}.Runtime.asmdef b/Assets/UnityPackageRepoTemplate/Runtime/{project_name}.Runtime.asmdef index 46f033c..76d3fc1 100644 --- a/Assets/UnityPackageRepoTemplate/Runtime/{project_name}.Runtime.asmdef +++ b/Assets/UnityPackageRepoTemplate/Runtime/{project_name}.Runtime.asmdef @@ -1,3 +1,3 @@ { - "name": "{project_name}.Runtime" + "name": "Better.{short_project_name}.Runtime" }