Multiplayer how in "Minecraft" xd

Hi, bad eng etc.
I just want implement multiplayer in my Unity game, what i need choose
in (REALTIME, PUN, BOLT, QUANTUM, CHAT, VOICE, SERVER)?

And what i will do next?
May be you know good tut video? Thank you :)

Comments

  • Both products share the same backend, same server applications, same low-level stuff, same core concepts. At first PUN was meant to be a better UNet (old Unity Networking): preserve a similar API with a more solid backend and rich features. Then it slowly diverged and became the number 1 solution for multiplayer on Unity.

    While we do have a Photon Realtime Unity SDK, PUN has more high level out-of-the-box features like:

    Magic Unity callbacks
    Extra Unity components that serialize and sync. networked objects for you: most important one PhotonView
    PunRPC
    Offline mode
    ...

    Reference - https://doc.photonengine.com/en-us/realtime/current/troubleshooting/faq#what_is_the_difference_between_photon_realtime_and_pun_