Skip to content

Commit

Permalink
Merge pull request #47 from eviltwo/fix-steam-sample
Browse files Browse the repository at this point in the history
Fix steam sample
  • Loading branch information
eviltwo committed Jul 13, 2024
2 parents aabd80b + 3f79d87 commit c0cff76
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ public class SteamworksSample : MonoBehaviour
private void Awake()
{
SteamAPI.Init();
SteamInput.Init(false);
}

private void OnDestroy()
{
SteamInput.Shutdown();
SteamAPI.Shutdown();
}
}
Expand Down

0 comments on commit c0cff76

Please sign in to comment.