What is it Server-Plugin-SDKS?

Hello. I was making my game on Photon Cloud but now I think I need authority server. Year ago I already made this server by a good tutorial on Youtube. But it was on Photon 3. Now I see Server-Plugins SDKS. What is it? and need I this or no? I will do all logic only on server(moving, shooting etc).

Comments

  • And I will not use PUN functions! I will write my own functions. So I don't need this plugin?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @RandomMan,

    Photon Plugins are the new solution we offer to make it easier and faster for you to add server side logic.
    You can read more about it here.
    It is compatible with any Photon Realtime client SDK but it does not support custom operations, only custom events.
    If you want to implement custom operations, you need to use the Server SDK.