HOW TO MAKE PLAYER LIST AND KICK PLAYERS UE5 MULTIPLAYER TUTORIAL

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

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

  • @nastenkaoo
    @nastenkaoo 7 месяцев назад +1

    these network series are so valuable actually, please don't delete them :D

  • @ClockworkTheif
    @ClockworkTheif 7 месяцев назад +1

    These are incredibly helpful! Thank you so much for making these!

  • @ovcharenko.studio
    @ovcharenko.studio 5 дней назад

    I have a problem, when i press kick button on the player list all session on both sides is closing. I just review all video but dont undestand wheare i am missing the problem

  • @wilsonteo9337
    @wilsonteo9337 5 месяцев назад +1

    (Solved) Hi your tutorial is works well except this part 23:39 when I kick player I fail to destroy the session therefore the player been kick cannot join the server again and other too. I have no idea how to solve it. (New) To solve this problem make get a self reference for the player controller for destroy session.

    • @ovcharenko.studio
      @ovcharenko.studio 5 дней назад

      Can you help me to solve this problem? I have exact same situation. Explain in details please

    • @wilsonteo9337
      @wilsonteo9337 5 дней назад

      ​@@ovcharenko.studio could you go to the timeline that I comment refer the destroy session node it can assign player controller as input just drag it and get a self reference

  • @diegoaguirre3918
    @diegoaguirre3918 8 месяцев назад

    hey checking this now, wasnt aware this was required to do the Integration of widgets in VR. Totally necessary for any social room.
    Im looking also in advance for an inventory system where I can pickup objects from room, and it can be reflected in the inventory as well Save that data locally, either to later send it to database or to query back that data. I wish you the best on this series,
    I feel its sometimes a little bit fast, but thats perfect I can pause and go back at my own peace, keep it up! and thanks again for sharing

    • @yaroxr
      @yaroxr  8 месяцев назад +1

      I can definitely show how to save data locally. In my project, I use local save data to load tutorials for the project I am working on one time. Like when you first enter the game, tutorial is popping up. Can definitely show this!

  • @mahmoudhisham1705
    @mahmoudhisham1705 6 месяцев назад +1

    It's working great, i could make a multiplayer session thank to this

  • @robertoandreschuquianatapi8887
    @robertoandreschuquianatapi8887 5 месяцев назад

    wow, this is the best multiplayer vr tutorial.

  • @HunterFoy
    @HunterFoy 7 месяцев назад

    Excellent as always!

  • @MrBlender197
    @MrBlender197 2 месяца назад

    Hello! My "leave" and "back" buttons are not working. The buttons themselves are present and can be clicked, but they neither log me out of the session nor take me back. In other cases, the back button works fine. I'm not very experienced with Unreal Engine. Could you please point me in the right direction on where to look for the root of the problem? I've rewatched the video several times but couldn't figure out where I went wrong. Thank you!

  • @eliasschnutz6826
    @eliasschnutz6826 3 месяца назад

    HELP :( In UE5 Editor everything works perfectly but as soon as I package, after creating the Session, it does not load the new level and it also doesnt show the new player list widget connected to it. In editor VR Preview everything works perfectly....

  • @vitaliiy-ub4um
    @vitaliiy-ub4um 5 месяцев назад

    This super tutorial!
    Thanks!

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

    Thanks man How many episodes will there be in this series? Do you plan to share the project file on patreon?

    • @yaroxr
      @yaroxr  9 месяцев назад +2

      I can share it, i think around 2 more series

  • @nastenkaoo
    @nastenkaoo 7 месяцев назад

    is there any option to make host other player, when host leaves the session?

    • @yaroxr
      @yaroxr  7 месяцев назад

      There is, look for host migration on youtube

    • @nastenkaoo
      @nastenkaoo 7 месяцев назад

      @@yaroxr okay, thanks

  • @shahmaarbaba
    @shahmaarbaba 8 месяцев назад

    make a tutorial of install and setup windows server and run unreal server build on it for online multiplayer system which access any player from anywhere

    • @yaroxr
      @yaroxr  8 месяцев назад

      Maybe I will do it in future. For this purpose I am waiting until oculus release its online subsystem or does something with it, since it was deprecated. For now, it can be done only with photon. Regarding server build, you will need to install source version of unreal engine that takes 320gb disk space if you want to make a server on your pc.

    • @shahmaarbaba
      @shahmaarbaba 8 месяцев назад

      not same network
      every one use game with own network with different location

    • @yaroxr
      @yaroxr  8 месяцев назад

      @@shahmaarbaba i am talking about this.

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

    superb sir Tank you pls explain next Tutorial How to Connect Server . VR Multiplayer Game

  • @LodenHeathen
    @LodenHeathen 6 месяцев назад

    Your not kicking the player, your asking them to leave, which it would be very easy to "adjust" (hack) things so that message just never came in or was ignored, expect your players to do that very likely on day 1 :)
    To "kick" a player yes you should ask the player to leave so its all nice and graceful but you should also at some point after that destroy the player so the server is no longer talking to it that ... that forceful end of the connection ... that is kicking