#Publishing a game on steam with photon pun

1 messages · Page 1 of 1 (latest)

harsh coyote
#

Is using steamworks networking optional?

dense canyon
#

AFAIK, you dont technically have to use the Steamworks API, but you do have to authenticate your application through their service, however you can do it through third party libraries like FacePunch for example, and Photon also has authentication API so you can use both a 3rd party library like FacePunch to do the "talk to Steam" part, and whatever that returns, you can then pass to Photon to do the "this app is authenticated with the PUN servers" part

harsh coyote
#

you just integrate steamworks API, by editing the App ID right?