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
As some others, I also had some issues building a project for Android. I added DISABLESTEAMWORKS to the player's compiler symbols for the Android target and used that to exclude all Steamworks code and it worked. However, I noticed the STEAMWORKS_NET compiler symbol was automatically added to the player for the Android target, which I guess is wrong, because the framework does not support Android (as can be seen in the example SteamManager).