Hello,
I'm having an issue of getting pass the Steam 102 error, I've followed so many forum posts and tried a number of the suggested solutions to no avail.
- Everything is filled out and activated in the GameManager
- I've cleared everything, saved, disconnected and reconnected
- Turned off and on test payments
- Waited a Hour
- reset - waited days
- Check the webapi without playfab (everything works)
- Copied and pasted the id/webapi from the gamemanager to make sure I didn't typo anything
- worked fine outside of playfab
I'm at a total loss on what to do at this point, suggestions, help?
Answer by Steven White · Nov 09, 2020 at 09:23 AM
The error was on my end completely, there was another copy of the steam_appid.txt in the project and apparently that caused some wonkiness!
S/O to Franklin for the help.
Thank you for sharing the solution, glad to help you:)
To everyone if you have the similar issue, if you are indeed using Steamworks.NET, please double check the location of steam_appid.txt file, it MUST be placed at the root folder of your Unity project, otherwise the right app id won’t be set. Replace the App ID with your own. See https://docs.microsoft.com/en-us/gaming/playfab/features/authentication/platform-specific-authentication/steam-unity#setting-up-a-unity-project
Answer by Brett Unzaga · Nov 01, 2021 at 02:19 AM
I ran into this error, and it was because I had the name of the project different than the one listed in Steam. Once I renamed my local Unity project to the same name as the game on Steam, it worked.