Multiplayer In Unity Made Simple || Netcode For GameObjects #1

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

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

  • @s.w.e.d.3057
    @s.w.e.d.3057 6 месяцев назад +4

    LMAO! dude. I was just thinking. Why is every tutorial of netcode s weird. I just want a diagram of the overall process and how each componet is assembled in a blueprint manner not just a 'write this and now it works'
    100% satisfaction. subcribed

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

      Thanks, I am glad you liked it!

  • @braindead2813
    @braindead2813 6 месяцев назад +5

    Dude hats off for making a tutorial on this. Probably like 2 or 3 good ones out there now there are 4. Thank you!

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

      I am glad it was useful. Thank you too!

  • @GocoYT
    @GocoYT 2 месяца назад +1

    Awesome video. I am developing games for many years and gone through tutorial hell before. But this was so clear, concise and to the point. Really well explained, thanks for the help!

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

    Nice and comprehensive video!

  • @thegamingspace7233
    @thegamingspace7233 5 месяцев назад +2

    Great tutorial! Your video is very useful, organized, and easy to follow. Awesome job!

  • @castlecodersltd
    @castlecodersltd Месяц назад +1

    Thanks for this, there was a couple of things I'd not considered until watching it 🙂

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

    awesome. Can't wait for the server authoritative approach!

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

    I saved this video in playlist for later, first need to do single player. :)

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

      Great. Good luck!

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

      ​@@freedomcodingThank you! By the way, are you working on your game/games or you do only tutorials?

  • @Melmsie
    @Melmsie 6 месяцев назад +3

    Would steam be a better thing to use if you're only planning to release on steam anyway?

    • @freedomcoding
      @freedomcoding  6 месяцев назад +2

      I am not sure if Steam provides servers. Because the Netcode for GameObjects logic is separated from the transport layer, you should be able to use it with any server.

    • @Mosopia
      @Mosopia Месяц назад

      @@freedomcoding I think steam have only peer to peer...

  • @NavanBethrax
    @NavanBethrax 6 месяцев назад +2

    I'm curious how this whole concept could be applied to games without a player controlled character. Let's say a card game, where the players don't control a character but all have a different hand of cards displayed to them. Do you think games like card games, text adventures or turn based fighting games could be implemented using Netcode for GameObjects ?

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

      You can make pretty much any game (up to 16 players) with NGO. You dont have to assign the player prefab or you can have just some player manager script without a sprite etc.

  • @MR.OOFofficial
    @MR.OOFofficial 2 месяца назад

    This might sound like a dumb question because I’m new to all this but Is this only for pc and 2D games? Because I want to use this for a 3D car game on mobile is it possible?

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

      That is something I forgot to mention. You can use NGO with any type of game on any device.

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

    Very cool video! I really like how easy that is.

  • @rootbindev
    @rootbindev 4 месяца назад

    Nice work mate!

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

    how you you go about to add different "sprite" for different player ? it's something i always wanted to do in a mutiplayer game.

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

      On each player you can store a NetworkVariable containing some ID or index of the sprite that the player selected. Then you can change the sprite of the SpriteRenderer based on that variable.

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

    What if we have 2 different prefabs, i mean it’s like first one is blue player (host) second one red player (client)and both are different prefabs, then how it works

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

      The simple way would be to keep the same prefab and just change color of the material if it is client.

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

      @@freedomcoding what if we have completely different models

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

      @@baydanemre Then you could change the model the same way.

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

      @@freedomcoding could you do the same thing with say a canvas? if I wanted the players to have separate UI elements?

  • @AlcadraSoykan
    @AlcadraSoykan 19 дней назад

    teach us how to use steam transport pls!

    • @freedomcoding
      @freedomcoding  16 дней назад +1

      I put it to my list. Maybe some time in the future.

  • @Freno.99
    @Freno.99 Месяц назад

    for some reason it tells me when i build the game that NetworkBehaviour doesn't exist

    • @freedomcoding
      @freedomcoding  Месяц назад

      So you are getting the error in Unity or in a log of the build? What exactly does the error say?

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

    I am trying to sync the state of the mesh renderer on a material using NetCode. Would you be able to help with that?

    • @freedomcoding
      @freedomcoding  3 месяца назад +1

      Yes that could be done using NetworkVariable. Just pass the data you are trying to sync and if a float or int isn't enough, you can create class holding that data. That will need to inherit from INetworkSerializable.

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

    Will you make a video showing how to connect multiplayer with Steam?

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

      I think I would have to publish a game to Steam for that... I will see.

  • @sagarhm2237
    @sagarhm2237 4 месяца назад

    Hey bro can do one tutorail how use aws ec2 for unity netcode multiplayer .

    • @freedomcoding
      @freedomcoding  4 месяца назад

      Hi, that is not on my list currently.

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

    hey man love it but i want to create a local host for android in which ip address of host will be added automatically or makin a local multiplayer that connect both on pc and android help me with this concept really want to learn also make a course love to purchase

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

      Hi, you can use Relay for that. I made a tutorial on it recently. I will see about making online course. Thanks for the idea!

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

    Good video!

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

    Netcode for gameobjects is not simple at all when it comes to client-predicted server authoritative movement cause it doesn't have one. Good luck with that and see you using fishnet or Netcode for entities soon or even Unreal Engine 😅

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

      Yeah there is certainly more complicated stuff, but it is simple to setup for non-competetive games. I will get to Netcode for entities some time :D

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

      @@freedomcoding Good luck mate . btw , I liked your dots tutorials

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

      @@StarDynamics Thanks, good luck to you too! I am glad you liked them.

  • @sumi2494
    @sumi2494 4 месяца назад

    Only 16 players in a session?

    • @freedomcoding
      @freedomcoding  4 месяца назад +1

      16 players is just a suggestion by Unity. If you plan to have more, you should use Netcode for entities.

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

    please add subtitile hindi

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

      You should be able to auto-translate it by clicking on the gear icon and going to subtitles.

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

      @@freedomcoding no options are avilable only english

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

      @@freedomcoding please add this like mr,.. bisht