Steam Login issue
hi, I am trying to login in steam using 480 appid, but issues is when i am login in unity editor,it work fine. when i make exe build and run it showing error, like below :
[Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information.
Answer by lodendsg · Dec 18, 2019 at 02:01 PM
Most common cause of that message is that Steam client isn't running. Steam must be up and logged in before the API can initialize. I assume it is running in your case and already logged in, so insure you are only initializing once.
Also for note we develop a Unity tool kit built on Steamworks.NET that is designed to make working with Steamworks easier ... you can use the Foundation for free ... which is Steamowrks.NET + managers and tools for the most common bits.
You can find it here ... it might help you out ... wont cost you anything and is based on Steamworks.NET so wont break anything you already have. https://assetstore.unity.com/packages/tools/integration/steamworks-foundation-151291
Your answer
Follow this Question
Related Questions
Unity 2019.4.3 steamvr asset pack - HMD/controllers not being used, defaults to stereo display 1 Answer
HTC Vive Pro crashes Unity, Steam VR reads "(unresponsive) Unity.exe" 0 Answers
Recently updated Unity 5 and now my project Scripts with not communicate 0 Answers
How to load level after typing somthing? 1 Answer
what program can I use to draw so I can use it in unity 1 Answer