Тёмный

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

Freedom Coding
Подписаться 3,1 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@braindead2813
@braindead2813 6 месяцев назад
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!
@s.w.e.d.3057
@s.w.e.d.3057 6 месяцев назад
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!
@GocoYT
@GocoYT 2 месяца назад
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!
@freedomcoding
@freedomcoding 2 месяца назад
Thanks, I love to hear that!
@castlecodersltd
@castlecodersltd Месяц назад
Thanks for this, there was a couple of things I'd not considered until watching it 🙂
@freedomcoding
@freedomcoding Месяц назад
You are welcome!
@PotatoManager420
@PotatoManager420 3 месяца назад
Nice and comprehensive video!
@freedomcoding
@freedomcoding 3 месяца назад
I am glad you liked it!
@thegamingspace7233
@thegamingspace7233 4 месяца назад
Great tutorial! Your video is very useful, organized, and easy to follow. Awesome job!
@freedomcoding
@freedomcoding 4 месяца назад
Thanks, I am trying my best!
@takacao8373
@takacao8373 6 месяцев назад
awesome. Can't wait for the server authoritative approach!
@freedomcoding
@freedomcoding 6 месяцев назад
Will be out this Monday!
@flamart9703
@flamart9703 6 месяцев назад
I saved this video in playlist for later, first need to do single player. :)
@freedomcoding
@freedomcoding 6 месяцев назад
Great. Good luck!
@flamart9703
@flamart9703 6 месяцев назад
​@@freedomcodingThank you! By the way, are you working on your game/games or you do only tutorials?
@disobedientdolphin
@disobedientdolphin 6 месяцев назад
Very cool video! I really like how easy that is.
@freedomcoding
@freedomcoding 6 месяцев назад
Thanks! I like it too.
@NavanBethrax
@NavanBethrax 6 месяцев назад
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 месяцев назад
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.
@Melmsie
@Melmsie 6 месяцев назад
Would steam be a better thing to use if you're only planning to release on steam anyway?
@freedomcoding
@freedomcoding 6 месяцев назад
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 22 дня назад
@@freedomcoding I think steam have only peer to peer...
@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.
@rootbindev
@rootbindev 4 месяца назад
Nice work mate!
@freedomcoding
@freedomcoding 4 месяца назад
Thanks!
@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.
@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?
@AlcadraSoykan
@AlcadraSoykan 10 дней назад
teach us how to use steam transport pls!
@freedomcoding
@freedomcoding 7 дней назад
I put it to my list. Maybe some time in the future.
@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?
@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.
@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.
@JanDevPL
@JanDevPL 6 месяцев назад
Good video!
@freedomcoding
@freedomcoding 6 месяцев назад
Thanks!
@GamebyYash
@GamebyYash 5 месяцев назад
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 5 месяцев назад
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!
@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 месяца назад
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.
@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 месяца назад
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
Далее
Play Online Together Using Relay || Unity Tutorial
10:13
The biggest lie in video games
15:18
Просмотров 1,9 млн
Dropping In from the Clouds 🌁
00:17
Просмотров 848 тыс.
My Experience Moving to Godot from Unity
16:54
Просмотров 19 тыс.
Turn your Unity Game Multiplayer, NOW!
3:03
Why More People Dont Use Linux
18:51
Просмотров 183 тыс.
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,8 млн
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 710 тыс.
How to ACTUALLY get into Gamedev
14:01
Просмотров 722 тыс.
The Most Impressive Scratch Projects
11:00
Просмотров 4,9 млн
Why Making Multiplayer Games SUCKS
6:46
Просмотров 422 тыс.