stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.65k stars 957 forks source link

feat: Get LocalAppData path from Environment.SpecialFolder enum #2511

Open Jklawreszuk opened 3 weeks ago

Jklawreszuk commented 3 weeks ago

PR Details

Getting LocalAppData path shouldn't be hardcoded if we want more universal code for all platforms. It should be received from Environment.GetFolderPath with Environment.SpecialFolder enum which contains common paths for OS folders.

Types of changes

Checklist