You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes to Starter.cs introduced here a41a224, 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.
The text was updated successfully, but these errors were encountered:
The changes to
Starter.cs
introduced here a41a224, specifically the use of the three-argumentPath.Combine
, doesn't work on a game I'm trying (Overcooked! 2) running .NET framework 3.5—the game just spamsMissingMethodException: 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.The text was updated successfully, but these errors were encountered: