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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: