unity-mod-manager icon indicating copy to clipboard operation
unity-mod-manager copied to clipboard

`Path.Combine(string, string, string)` doesn't seem to be available with .NET Framework 3.5

Open eutro opened this issue 1 year ago • 0 comments

The changes to Starter.cs introduced here a41a224be13d6f65538213624aaadb8395548545, specifically the use of the three-argument Path.Combine, doesn't work on a game I'm trying (Overcooked! 2) running .NET framework 3.5—the game just spams MissingMethodException: Method not found: 'System.IO.Path.Combine'. to the log. I'm not intimately familiar with .NET, but the documentation suggests that the method doesn't exist on 3.5: https://learn.microsoft.com/en-us/dotnet/api/system.io.path.combine?view=netframework-3.5.

eutro avatar Mar 31 '24 16:03 eutro