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 +} 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" }