diff --git a/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs b/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs index b4b8124f..0b2deeb9 100644 --- a/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs +++ b/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs @@ -22,7 +22,7 @@ namespace Studio.UI public Action onClickFileExplorer; public Action onClickCreate; - private string defaultPath = "C:\\Users\\"; + private string defaultPath = $"C:\\Users\\{Environment.UserName}"; public override void AfterAwake() {