Steamworksの初期化がSteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information.というエラーで失敗する時の対処法【Unity】【Steam】【トラブルシューティング】

この記事でのバージョン Unity 2019.4.9f1 はじめに UnityでSteam向けのゲームを作る際はSteamworks.NETを使うと楽にSteam対応が出来ます。 そのSteamworks.NETを使う際、最初に初期化が必要なのですが、 //SteamManager等を使うのに必要 using Steamworks; //初期化 if (!SteamManager.Initialized) { Debug.LogWarning("…