Learn About RPC's and PhotonView for use in Unity

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 13

  • @Zenva
    @Zenva  3 года назад +1

    Get COMPLETE COURSES on building multiplayer games with Unity HERE: academy.zenva.com/product/multiplayer-game-development-mini-degree/?

  • @phunweng962
    @phunweng962 4 года назад +6

    This is so underrated!
    I need the concept itself to understand not following a long video to do something and finally understand it. save me tons of time

  • @katakurikona3260
    @katakurikona3260 9 месяцев назад

    Hey Zenva. Nice explanation here. Just getting started with Photon, so this was quite useful for the high level patterns and terminology. Really appreciate that you went over all the different targets. Have you been using Photon recently? Is it still in wide use or has it changed much? I'm just looking around and researching it as I'm using it for a Mixed Reality project.

  • @roycefernandes333
    @roycefernandes333 4 года назад +6

    The explanation was amazing! Thanks!

  • @doganinds
    @doganinds 3 года назад +1

    Hello, I have a question. How can ı send order to masterclient for instantiate ?

  • @rajdeepdas86
    @rajdeepdas86 3 года назад +2

    Now I understand what RPC is. Thanks.

    • @Zenva
      @Zenva  3 года назад

      You bet!

  • @alexdomtad5919
    @alexdomtad5919 4 года назад +1

    Great explanation! I have a question if you use photon View you could use it to launch a game?, including the fact that so many players are going to play the game at the same time

  • @ConchStreetStories
    @ConchStreetStories 4 года назад

    How many programing languages do you know? And is photon like its own language?

    • @sagitswag1785
      @sagitswag1785 4 года назад +1

      Photon is a networking API

    • @antonismastorakis8527
      @antonismastorakis8527 4 года назад

      The only language you need to create online game with pun2 and unity is C#.

    • @armandoferreira1346
      @armandoferreira1346 3 года назад +6

      @@sagitswag1785 Do you really think a guy asking that kind of question would understand what a networking API is? lol

  • @NikolaZagorac
    @NikolaZagorac 11 месяцев назад

    You don't call an RPC, you send it. It stands for Remove Procedure Call which basically means calling functions on other clients...