Open Issues Need Help
View All on GitHubAI Summary: The issue reports that Visual Studio's `.vs` workspace folder, located at `samples/Templates/Packs/MaterialPackage/.vs`, is being tracked in the repository despite `.gitignore` having an entry to exclude it. These are per-user files and should not be versioned. The task is to remove this directory from source control.
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
AI Summary: The GameStudio 'About' window's license and third-party links currently open `.md` files using a system process, which can fail if the user lacks a file association. The proposed solution is to replace this with an in-app popup window that reads and renders the markdown content directly, ensuring a consistent user experience.
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.