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