GodotSharp icon indicating copy to clipboard operation
GodotSharp copied to clipboard

Make solution name a static name instead of it being the project name

Open NathanWarden opened this issue 8 years ago • 2 comments

@neikeq What do you think about the primary project name being something like GodotProject.sln for every game?

This way if the user changes the name of their project they don't have to change the name of their solution. It will always look for GodotProject.sln no matter what.

I can see many people running into the issue where their game suddenly stops working and they don't realize it has to do with them changing their project name.

Thanks... just a thought :)

NathanWarden avatar Sep 29 '17 04:09 NathanWarden

I think renaming the solution and C# project names automatically when that happens would be better. Possibly with a dialog asking for the user to confirm those changes.

neikeq avatar Sep 29 '17 16:09 neikeq

I think that's reasonable :)

NathanWarden avatar Sep 29 '17 16:09 NathanWarden