Steamworks.NET icon indicating copy to clipboard operation
Steamworks.NET copied to clipboard

incorrect path for copying steam_appid.txt

Open Gillissie opened this issue 1 year ago • 0 comments

Based on the installation location in Unity, this path for copying steam_appid.txt is incorrect. Perhaps it should either be: Assets/com.rlabrecque.steamworks.net or Assets/Steamworks.NET/

public class RedistInstall { static RedistInstall() { CopyFile("Assets/Plugins/Steamworks.NET/redist", "steam_appid.txt", false);

Gillissie avatar Nov 08 '24 11:11 Gillissie