godotengine / godot-csharp-visualstudio

Godot C# extension for Visual Studio
MIT License
251 stars 31 forks source link

Make the launching easier #43

Open Intrivus opened 2 years ago

Intrivus commented 2 years ago

I have some suggestions

image

Add the Godot icon for the Godot menu and its Launch button Make the launch button save the current scene before launch?

image

Replace the debug button(the one that have C# text thingy) with launch button with the Godot Engine icon: https://docs.microsoft.com/en-us/visualstudio/extensibility/adding-icons-to-menu-commands?view=vs-2022

Godot_icon svg

Intrivus commented 2 years ago

The scene need to auto save when you click it, it is very necessary and when you click the launch button that the PR created earlier you can see that it doesn't build the code before running the game