stride
stride copied to clipboard
Add clean button to gamestudio
Is your feature request related to a problem? Please describe. It would be very helpful to have the ability to clean the bin and obj folders of a project through GameStudio.
thought of from https://discord.com/channels/500285081265635328/740163288746426368/1344096363046113341 where someone couldnt get their rename to be noticed without manually deleting the folders.
Describe the solution you'd like
- Add a button next to the build and run buttons that would be "clean"
- when that button is pressed run dotnet clean on the solution
- (optional due to possible larger impact) delete built stride assets from those folders that dotnet clean may miss.
Describe alternatives you've considered alternatives
- You can do this if you have VS2022 open with the clean option and the Stride extension.
- Manually go into the entry point project and delete the /bin and /obj folders then reload the editor
- run dotnet clean some other way (Im not 100% sure if this cleans intermediate assets)
This should make using GameStudio a bit more user friendly for people who dont always have an IDE open.